aboutsummaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix a typo in the docs.Tim Moore2014-10-121-1/+1
| | |
| * | Document config for HTTPs source credentialsHarald Wartig2014-10-122-0/+25
| | |
* | | Fix typo in bundle-install.ronnSketch2014-11-011-1/+1
| | | | | | | | | Change "as it will cause in an error" to "as it will cause an error".
* | | refer to Gemfile(5) consistentlytom hensel2014-10-281-11/+11
| | | | | | | | | | | | be styleguideish and use singleticks in Gemfile examples
* | | explain --full-indextom hensel2014-10-271-1/+3
| | |
* | | missed --deployment dohtom hensel2014-10-271-2/+3
| | |
* | | sort options alphabetically but keep single-line-precedence for --local and ↵tom hensel2014-10-271-68/+71
| | | | | | | | | | | | | | | | | | | | | | | | --deploymet, --path and --system be strict with Bundler capitalized like a fine Product explain what --clean does fix typos
* | | improve language quality a bittom hensel2014-10-271-48/+51
| | | | | | | | | | | | | | | | | | be consistent referring to Rubygems et al. try to give better explanations cleanup
* | | fix formatting (add missing literal '>')tom hensel2014-10-271-2/+2
| | | | | | | | | | | | have 'official' english wording ("retry for a number of times")
* | | Merge tag 'v1.6.7'Andre Arko2014-10-191-0/+17
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG.md lib/bundler/dsl.rb lib/bundler/version.rb
| * | | 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
| | | |
* | | | Fix a typo in the docs.Tim Moore2014-10-121-1/+1
| | | |
* | | | add missing paren in bundle-install documentationDov Murik2014-10-031-1/+1
| |_|/ |/| |
* | | Merge pull request #3166 from dx7/masterTim Moore2014-09-191-1/+7
|\ \ \ | | | | | | | | Add documentation to bundle update group option
| * | | Add documentation to bundle update group optiondx72014-09-021-1/+7
| | | |
* | | | Document plugins [skip ci]Andre Medeiros2014-09-121-0/+6
|/ / /
* | | Merge tag 'v1.7.1'Tim Moore2014-08-241-13/+45
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 1.7.1 Conflicts: CHANGELOG.md lib/bundler/dsl.rb lib/bundler/index.rb lib/bundler/lockfile_parser.rb lib/bundler/source/rubygems.rb man/gemfile.5.ronn
| * | Update Gemfile man page with new source options.Tim Moore2014-07-301-13/+45
| |/
| * Add AlmostNoSecurity to trust-policy and fix doc links to Rubygems.Andre Medeiros2014-07-171-4/+5
| |
* | Document git_source method in gemfile man pageBen Cullen-Kerney2014-08-181-2/+42
| |
* | Reword credential docs for consistency and spellingAndre Arko2014-08-042-14/+21
| |
* | Document config for HTTPs source credentialsHarald Wartig2014-08-032-0/+25
| |
* | Fix typo in default BUNDLE_PATHAaron Tinio2014-05-151-1/+1
| |
* | Add AlmostNoSecurity to trust-policy and fix doc links to Rubygems.Andre Medeiros2014-05-131-4/+5
| |
* | Discourage insecure git URLs in documentationPeter McLarnan2014-04-011-10/+24
|/ | | | | Change the manpage to warn about unauthenticated URLs, and use `https://` in examples.
* 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