summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Reword credential docs for consistency and spellingAndre Arko2014-10-122-14/+21
|
* Fix a typo in the docs.Tim Moore2014-10-121-1/+1
|
* Document config for HTTPs source credentialsHarald Wartig2014-10-122-0/+25
|
* Add AlmostNoSecurity to trust-policy and fix doc links to Rubygems.Andre Medeiros2014-07-171-4/+5
|
* Remove `--frozen` switch documentationAntonio Scandurra2014-03-181-4/+0
| | | | ...since it's not user facing.
* Add missing switches documentation for bundle-update(1)Antonio Scandurra2014-03-181-1/+4
|
* Add missing switches documentation for bundle-install(1)Antonio Scandurra2014-03-181-0/+17
|
* Correct bundle-config manpageSimon Coffey2014-03-041-6/+12
| | | | | It is not possible to set BUNDLE_GEMFILE using bundle-config, so don't tell users that it is. [#1315]
* Merge tag 'v1.5.2' into 'master'Andre Arko2014-01-101-1/+1
| | | | | | | | | | Conflicts: CHANGELOG.md Rakefile lib/bundler/installer.rb lib/bundler/rubygems_ext.rb lib/bundler/source/rubygems.rb spec/realworld/parallel_install_spec.rb spec/realworld/parallel_update_spec.rb
* Remove warning about deps with :gitAleksey V. Zapparov2013-12-061-2/+1
| | | | Closes #1651
* update missing man pagesTerence Lee2013-11-093-1/+11
|
* Merge pull request #2650 from joyicecloud/gem-mirrorAndre Arko2013-10-171-0/+9
|\ | | | | | | | | | | | | Gem Mirror Support (with specs) (PR #2366) Conflicts: lib/bundler/fetcher.rb
| * add more exposition to mirror config manpagedanielsdeleo2013-09-261-1/+3
| |
| * add mirror support. each uri to a repository can be replaced by anKristian Meier2013-09-261-0/+7
| | | | | | | | | | mirror uri via the bundler configuration. add mirrors like this $ bundle config mirror.http://rubygems.org http://localhost:8081/nexus/content/repositories/rubygems.org
* | GEM_HOME is just the default rubygems locationAndre Arko2013-10-081-5/+5
|/ | | | | refs #2667 [ci skip]
* adding platform support for ruby 2.1Brandon Black2013-09-241-0/+8
| | | | | * added new platform and ruby version helpers * updated man file and tests
* reword exec docs for clarityAndre Arko2013-09-061-3/+3
|
* exec flags must go before the commandAndre Arko2013-09-061-1/+1
|
* add some documentation, warn if passing --keep-file-descriptors on < 2.0Steven Davidovitz2013-09-061-1/+8
|
* Helps if I also document the environment vars...Snack Bandit2013-08-271-2/+2
|
* Last time, getting the wording right.Snack Bandit2013-08-271-2/+4
|
* Clarifying docs that client cert also should have keySnack Bandit2013-08-271-1/+1
|
* Adding documentationSnack Bandit2013-08-271-0/+4
|
* Merge pull request #2590 from larskanis/add_x64-mingw32_supportAndré Arko2013-08-141-1/+5
|\ | | | | Add support for the x64-mingw32 platform
| * Add proper support for x64-mingw32 platform.Lars Kanis2013-08-101-1/+5
| | | | | | | | This fixes github issue #2356 .
* | oh yeah new domainAndre Arko2013-08-112-2/+2
| |
* | Add parallel worker documentationHemant Kumar2013-07-291-0/+4
|/ | | | Also added --jobs option to man file
* Update Gemfile man page with new require: true optionHemant Kumar2013-07-181-1/+4
| | | | | User can additionally specifiy require: true in gem dependency. It behaves same as not specifying any argument.
* Merge branch '1-3-stable'Andre Arko2013-07-031-1/+1
|\ | | | | | | | | Conflicts: spec/bundler/gem_helper_spec.rb
| * Set --no-cache when bundle install --local is called.Tim Moore2013-06-221-1/+1
| |
* | Merge branch '1-3-stable'Andre Arko2013-06-231-6/+24
|\ \ | |/
| * reword (hopefully for clarity)Andre Arko2013-06-161-16/+17
| |
| * Fix #2502Alex Soto2013-06-161-0/+17
| |
* | Merge branch '1-3-stable'Andre Arko2013-05-222-2/+2
|\ \ | |/ | | | | | | | | Conflicts: Rakefile spec/bundler/gem_helper_spec.rb
| * Fixed typosPrathamesh Sonpatki2013-05-121-1/+1
| |
| * subcommands have man pages, tooAndre Arko2013-05-101-1/+1
| |
* | Add github's "branch" optionAndrew Davis2013-04-171-0/+4
|/
* use https://rubygems.org everywhereMatthew Rudy Jacobs2013-02-135-10/+10
| | | | | | if https is the best way to access rubygems.org then it should be default everywhere including in examples on the man page
* Merge branch '1-2-stable'Andre Arko2013-02-121-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .rspec .travis.yml CHANGELOG.md Rakefile lib/bundler.rb lib/bundler/cli.rb lib/bundler/source.rb lib/bundler/version.rb spec/bundler/bundler_spec.rb spec/install/gems/dependency_api_spec.rb spec/other/newgem_spec.rb spec/other/show_spec.rb
| * use rake 10 in specs to fix warningsAndre Arko2012-12-291-1/+1
| |
* | rename policy to trust-policy like gem, docsAndre Arko2013-02-071-1/+16
| |
* | Added some config documentation.EmilRehnberg2013-01-281-2/+3
| |
* | Mention BUNDLE_IGNORE_CONFIG in the manpagericho2013-01-191-1/+4
| |
* | reference the source priority sectionAndre Arko2013-01-171-1/+2
| | | | | | | | [ci skip]
* | add ABI platforms :ruby_20 and :mri_20Andre Arko2012-12-201-0/+6
| | | | | | closes #2151
* | Add clean command to bundle man pagerohit2012-12-101-0/+3
| | | | | | | | [ci skip]
* | link to bundle platform man page #1605rohit2012-11-211-1/+1
| |
* | add bundle help to man page of bundle #1605rohit2012-11-211-0/+3
| |
* | fix small typoPrzemek Hocke2012-09-211-1/+1
|/
* fix whitespace testTerence Lee2012-08-301-1/+1
|