aboutsummaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * Teach Bundler to recognize mri_22 platformAlex Coles2014-12-301-0/+2
| | | | | | | | | | | | See e6bc48eb. Signed-off-by: Alex Coles <alex@alexbcoles.com>
| * Added ruby_22? and friends to CurrentRuby.Thomas Drake-Brockman2014-12-141-0/+2
| |
* | `bundle config --local gemfile /foo/bar/MyGemfile` now worksDean Holdren2014-12-221-12/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | - `bundle config` can be used to set a custom gemfile name for a project (specifying an absolute path) - using other bundle commands will now search up parent directories for a .bundle dir and use the gemfile specified in .bundle/config if it is set - does not require a file named 'Gemfile' to exist - Revert "Correct bundle-config manpage" This reverts commit 0a814573363d48f8cd860d672f1c935fe1d89fca. - An added bonus: you can now both set and *delete* a global bundler setting from *anywhere*: `bundle config --delete foo`
* | Add a note in the man page about periods in environment variablesMick Staugaard2014-12-101-0/+8
| |
* | You can now set credentials in environment variables.Mick Staugaard2014-12-102-3/+3
| | | | | | | | | | | | | | To enable this we now look for credentials associated with the hostname only. We fall back to using the the entire URL for backwards compatibility. Also we needed to replace ALL `.` characters with `__`.
* | Merge pull request #3264 from agenteo/3214-improve-path-documentationAndré Arko2014-12-031-0/+7
|\ \ | | | | | | Improve path documentation.
| * | Amend docs with block to discourage global sources for gems.Enrico Teotti2014-12-031-3/+4
| | | | | | | | | | | | REF: https://github.com/bundler/bundler/issues/3214
| * | Improve path documentation.Enrico Teotti2014-11-201-0/+6
| | | | | | | | | | | | REF: https://github.com/bundler/bundler/issues/3214
* | | Merge pull request #3189 from seuros/masterAndré Arko2014-11-281-0/+2
|\ \ \ | | | | | | | | add `:ruby_22` platform option
| * | | add `:ruby_22` platform optionAbdelkader Boudih2014-09-251-0/+2
| | | |
* | | | Refine completion messagesAndre Arko2014-11-281-29/+32
| |/ / |/| | | | | | | | | | | | | | | | | | | | Now that we’re printing the number of gems requested and installed in the bundle, it seems good to put those on the same line as the message that says “your bundle is complete!”. While we’re updating that message, it seems good to remove “your”, because it’s unclear whose bundle it is anyway. It’s just A Bundle, or The Bundle, which means we don’t need a pronoun or possessive.
* | | Merge tag 'v1.7.5'Andre Arko2014-11-101-17/+0
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 1.7.5 Conflicts: .travis.yml CHANGELOG.md lib/bundler/fetcher.rb lib/bundler/source_list.rb man/gemfile.5.ronn spec/bundler/source_list_spec.rb
| * | Reword credential docs for consistency and spellingAndre Arko2014-10-122-14/+21
| | |