aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@plataformatec.com.br>2012-03-20 10:55:06 +0100
committerJosé Valim <jose.valim@plataformatec.com.br>2012-03-20 10:55:11 +0100
commitd8f8b4274a4b129384bfab4c6c0aad2e45b3f5df (patch)
tree5c30082d56979c7c719089858d4361d2d240f6f8
parentd351e68fa0a5df6de7aff587effce0801297848a (diff)
downloadbundler-d8f8b4274a4b129384bfab4c6c0aad2e45b3f5df.tar.gz
Update man packages for bundle package [ci skip]
-rw-r--r--man/bundle-package.ronn6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/bundle-package.ronn b/man/bundle-package.ronn
index d8a709bf..c592c667 100644
--- a/man/bundle-package.ronn
+++ b/man/bundle-package.ronn
@@ -13,9 +13,9 @@ use the gems in the cache in preference to the ones on `rubygems.org`.
## GIT AND PATH GEMS
-In Bundler 1.0, the `bundle package` command only packages `.gem` files,
-not gems specified using the `:git` or `:path` options. This will likely
-change in the future.
+Since Bundler 1.2, the `bundle package` command can also package `:git` and
+`:path` dependencies besides .gem files. This needs to be explicitly enabled
+via the `--all` option. Once used, the `--all` option will be cached.
## REMOTE FETCHING