man/bundle-config.ronn in bundler-1.14.6 vs man/bundle-config.ronn in bundler-1.15.0.pre.1

- old
+ new

@@ -46,11 +46,11 @@ If these options must be remembered,they must be set using `bundle config` (e.g., `bundle config path foo`). The options that can be configured are: -* `binstubs`: +* `bin`: Creates a directory (defaults to `~/bin`) and place any executables from the gem there. These executables run in Bundler's context. If used, you might add this directory to your environment's `PATH` variable. For instance, if the `rails` gem comes with a `rails` executable, this flag will create a `bin/rails` executable that ensures that all referred dependencies will be @@ -217,9 +217,12 @@ Defaults to verify peer. * `system_bindir` (`BUNDLE_SYSTEM_BINDIR`): The location where RubyGems installs binstubs. Defaults to `Gem.bindir`. * `user_agent` (`BUNDLE_USER_AGENT`): The custom user agent fragment Bundler includes in API requests. +* `gem.push_key` (`BUNDLE_GEM__PUSH_KEY`): + Sets the `--key` paramter for `gem push` when using the `rake release` + command with a private gemstash server. In general, you should set these settings per-application by using the applicable flag to the [bundle install(1)][bundle-install] or [bundle package(1)][bundle-package] command. You can set them globally either via environment variables or `bundle config`,