aboutsummaryrefslogtreecommitdiffstats
path: root/man/bundle-package.ronn
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-08-15 15:43:53 -0700
committerwycats <wycats@gmail.com>2010-08-15 19:46:13 -0700
commit93939761bc2ce5a6dffa5c849aac9a56f5a1401a (patch)
tree57364b54f4b4d2f03d2fc6ea919f6169213646a5 /man/bundle-package.ronn
parent3b68d1d1d170be7fe7d3e129434604c7ce45e200 (diff)
downloadbundler-93939761bc2ce5a6dffa5c849aac9a56f5a1401a.tar.gz
Clarify :git and :path gems
Diffstat (limited to 'man/bundle-package.ronn')
-rw-r--r--man/bundle-package.ronn6
1 files changed, 6 insertions, 0 deletions
diff --git a/man/bundle-package.ronn b/man/bundle-package.ronn
index 8fe1732b..f7fcf0fc 100644
--- a/man/bundle-package.ronn
+++ b/man/bundle-package.ronn
@@ -11,6 +11,12 @@ Copy all of the `.gem` files needed to run the application into the
`vendor/cache` directory. In the future, when running `bundle install(1)`,
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.
+
## REMOTE FETCHING
By default, if you simply run `bundle install(1)` after running