lib/bundler/man/bundle-config in bundler-1.6.9 vs lib/bundler/man/bundle-config in bundler-1.7.0

- old
+ new

@@ -1,9 +1,9 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-CONFIG" "1" "November 2014" "" "" +.TH "BUNDLE\-CONFIG" "1" "August 2014" "" "" . .SH "NAME" \fBbundle\-config\fR \- Set bundler configuration options . .SH "SYNOPSIS" @@ -150,56 +150,17 @@ Bundler does many checks to ensure a developer won\'t work with invalid references\. Particularly, we force a developer to specify a branch in the \fBGemfile\fR in order to use this feature\. If the branch specified in the \fBGemfile\fR and the current branch in the local git repository do not match, Bundler will abort\. This ensures that a developer is always working against the correct branches, and prevents accidental locking to a different branch\. . .P Finally, Bundler also ensures that the current revision in the \fBGemfile\.lock\fR exists in the local git repository\. By doing this, Bundler forces you to fetch the latest changes in the remotes\. . -.SH "MIRRORS OF GEM SOURCES" +.SH "MIRRORS OF GEM REPOSITORIES" Bundler supports overriding gem sources with mirrors\. This allows you to configure rubygems\.org as the gem source in your Gemfile while still using your mirror to fetch gems\. . .IP "" 4 . .nf -bundle config mirror\.SOURCE_URL MIRROR_URL -. -.fi -. -.IP "" 0 -. -.P -For example, to use a mirror of rubygems\.org hosted at -. -.IP "" 4 -. -.nf - bundle config mirror\.http://rubygems\.org http://rubygems\-mirror\.org -. -.fi -. -.IP "" 0 -. -.SH "CREDENTIALS FOR GEM SOURCES" -Bundler allows you to configure credentials for any gem source, which allows you to avoid putting secrets into your Gemfile\. -. -.IP "" 4 -. -.nf - -bundle config SOURCE_URL USERNAME:PASSWORD -. -.fi -. -.IP "" 0 -. -.P -For example, to save the credentials of user \fBclaudette\fR for the gem source at \fBgems\.longerous\.com\fR, you would run: -. -.IP "" 4 -. -.nf - -bundle config https://gems\.longerous\.com/ claudette:s00pers3krit . .fi . .IP "" 0