summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Trierweiler <trierweiler@dievision.de>2017-03-15 17:32:31 +0100
committerDaniel Trierweiler <trierweiler@dievision.de>2017-03-15 17:32:31 +0100
commit817988bcb4f5e1a920aeb1c4fdb6395c746e2b6c (patch)
tree7d2f78f3ce3ca6eea9cf8eaa3bed2421cb26f661
parentde496b6bae35719daf83e43bef4bc386130a7ad9 (diff)
downloadbundler-817988bcb4f5e1a920aeb1c4fdb6395c746e2b6c.tar.gz
Documentation at the correct place
-rw-r--r--man/bundle-config.ronn10
1 files changed, 3 insertions, 7 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index 49f11d5179..43da9635ef 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -219,6 +219,9 @@ learn more about their operation in [bundle install(1)][bundle-install].
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.
@@ -300,10 +303,3 @@ This is especially useful for private repositories on hosts such as Github,
where you can use personal OAuth tokens:
export BUNDLE_GITHUB__COM=abcd0123generatedtoken:x-oauth-basic
-
-## RELEASING A GEM TO A PRIVATE SERVER
-
-In order to use the `rake release` command with a private gemstash server,
-you can configure the key for the `--key` parameter via:
-
- bundle config gem.push_key GEMSTASH_KEY