aboutsummaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Update bundle-exec docs for exec loadingSamuel Giddins2016-09-111-0/+9
|
* Document the default value for the cache_path settingSamuel Giddins2016-09-061-1/+1
|
* Ban the usage of the word simplySamuel Giddins2016-08-092-2/+2
|
* Add manpage for bundle-binstubsDimitris Zorbas2016-08-061-0/+29
|
* bundle.ronn: add doctorMisty De Meo2016-08-021-0/+3
|
* Deprecate `bundle list`Agis Anastasopoulos2016-07-051-3/+1
| | | | Refs. #3972.
* Edit config & install docs re: remembered flagsStefan Lance2016-07-052-41/+38
|
* Auto merge of #4691 - bundler:seg-doc-update-bundler, r=indirectHomu2016-06-211-0/+3
|\ | | | | | | | | | | [Docs] Add update --bundler \c @indirect
| * [Docs] Add update --bundlerSamuel Giddins2016-06-201-0/+3
| |
* | [Docs] Remove descriptions in bracketskruczjak2016-06-191-19/+19
|/
* [Docs] Document gempsec conflict behaviorSamuel Giddins2016-06-041-0/+4
|
* Merge tag 'v1.12.0'Andre Arko2016-04-281-1/+4
|\ | | | | | | Version 1.12.0
| * Document `update --ruby` optionAndre Arko2016-04-281-1/+4
| |
* | Update bundle install man page with --frozen optionMark Campbell2016-04-151-0/+5
| | | | | | | | This option has existed since v1.1 and we're currently on v1.11!
* | Remove iffy words from the docAditya Prakash2016-03-085-14/+14
| |
* | Auto merge of #4336 - sonalkr132:man, r=segiddinsHomu2016-03-083-11/+11
|\ \ | | | | | | | | | | | | | | | Small fixes in man pages Sorry about cosmetic PR. I just wanted to contributing something. :smile:
| * | Small fixes in man pagesAditya Prakash2016-03-053-11/+11
| |/
* | Fixed the mistakesAsutosh Palai2016-03-071-1/+1
| |
* | Updated doc for --all-platforms about locked platformsAsutosh Palai2016-03-041-3/+4
|/
* Use '--exe' option name in addition to '--bin' as primary option name.Chris Keele2016-01-221-5/+5
|
* Add docs for retry, redirect, and timeout configs.Hugh Bien2016-01-141-0/+6
|
* Documents lock command's `--update` option [ci skip].JuanitoFatas2015-11-281-2/+19
|
* Add a basic bundle lock manual [ci skip]JuanitoFatas2015-11-131-0/+30
|
* Clarify the documentation for --jobsTim Lucas2015-11-051-1/+2
|
* tweak wordingAndre Arko2015-08-071-1/+1
|
* Clarify "--standalone" help messageErick Sasse2015-08-071-1/+2
|
* Merge pull request #3866 from mattbrictson/man-bundle-gemAndré Arko2015-07-293-1/+79
|\ | | | | Add man page for `bundle gem`
| * Add man page for `bundle gem`.Matt Brictson2015-07-213-1/+79
| | | | | | | | This man page is also displayed when running `bundle help gem`.
* | Support :mri_23 platform and its variationsAkira Matsuda2015-07-221-0/+8
|/
* Merge tag 'v1.10.5'Samuel E. Giddins2015-06-251-0/+10
|\ | | | | | | | | | | | | Version 1.10.5 # Conflicts: # README.md
| * document install_if in Gemfile.5Andre Arko2015-06-241-0/+10
| | | | | | | | [ci skip]
* | code style for the commandAndre Arko2015-06-231-1/+1
| | | | | | | | [ci skip]
* | Merge pull request #3689 from jrafanie/clarify_bundle_path_docAndré Arko2015-06-231-2/+4
|\ \ | | | | | | Clarify BUNDLE_PATH documentation.
| * | Clarify BUNDLE_PATH documentation.Joe Rafaniello2015-06-221-2/+4
| |/ | | | | | | | | | | | | | | | | * BUNDLE_PATH is used for installing AND finding gems * When set * GEM_HOME and GEM_PATH are ignored * All gems are installed and retrieved from the BUNDLE_PATH location [skip ci]
* | Merge pull request #3723 from mattbrictson/patch-1André Arko2015-06-191-4/+4
|\ \ | | | | | | | | | | | | Clarify the purpose of --deployment [ci skip]
| * | Clarify the purpose of --deploymentMatt Brictson2015-06-051-4/+4
| |/ | | | | | | | | The man page originally explained that `--deployment` is not appropriate for the `test` environment, which is misleading. In a CI environment, you *do* want to use `--deployment`, despite the fact that CI will likely be using `RAILS_ENV=test` when running tests. This PR clarifies that `--deployment` is for production and CI, and avoids explicitly referencing Rails environment names.
* / Add man docs for bundle install --force optionSteve Robinson2015-06-041-0/+5
|/
* Give an example of ignore_message dot notationAndre Arko2015-04-281-2/+2
| | | | [ci skip]
* [ci skip] add ignore messages documentationPatrick Metcalfe2015-04-281-0/+3
|
* Merge tag 'v1.9.4'Andre Arko2015-04-132-3/+11
| | | | | | | | Version 1.9.4 Conflicts: lib/bundler/installer.rb lib/bundler/match_platform.rb lib/bundler/source/rubygems.rb
* Merge pull request #3531 from jhass/optional_groupsAndré Arko2015-04-072-1/+14
|\ | | | | Implement optional groups
| * Implement optional groupsJonne Haß2015-03-302-1/+14
| | | | | | | | | | | | | | | | | | * Add optional option to the group method, defaulting to false * Exclude optional groups from the groups to be installed * Add --with parameter to bundle install to install a group that would * otherwise be excluded * Error out if a group is listed in both, --with and --without * Add bundle_with option to capistrano task
* | Merge pull request #3464 from pjump/gemspec_optionsAndré Arko2015-04-011-4/+4
|\ \ | |/ |/| gemspec should accept a glob option in its argument hash
| * fix spacesPetr Skocik2015-03-091-2/+2
| |
| * document the new :glob option to gemspecPetr Skocik2015-03-091-4/+4
| |
* | Add documentation for disable_multisourceStefan Lance2015-03-251-0/+4
| |
* | [Man] Add manpage entry for bundle lock, and remove the obsolete obsolete ↵Samuel E. Giddins2015-03-181-3/+3
| | | | | | | | entries for bundle lock & bundle unlock
* | Add documentation for `bundle package --all-platforms`Matthias Bauer2015-03-021-0/+7
|/
* Merge tag 'v1.7.12'Andre Arko2015-01-241-0/+6
|\ | | | | | | | | | | | | | | | | Version 1.7.12 Conflicts: CHANGELOG.md lib/bundler/fetcher.rb spec/cache/platform_spec.rb
| * Teach Bundler to recognize (x64_)mingw_22 platformAlex Coles2014-12-301-0/+4
| | | | | | | | | | | | See e6bc48eb. Signed-off-by: Alex Coles <alex@alexbcoles.com>