summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Moore <tmoore@incrementalism.net>2015-03-02 20:26:36 +1100
committerTim Moore <tmoore@incrementalism.net>2015-03-02 20:26:36 +1100
commit2ba724275f795d557b4a493f4adbb3a9e4ea2dca (patch)
tree0d9fb235d552b147a9a2b3385d2651d4e5008d63
parent56de835671a07fc517926d437aabb2b1cd8da52c (diff)
parentc2586282b8fe79040736480eab7fbdbfbd251f45 (diff)
downloadbundler-2ba724275f795d557b4a493f4adbb3a9e4ea2dca.tar.gz
Merge pull request #3449 from moeffju/document-package-all-platforms
Add documentation for `bundle package --all-platforms`
-rw-r--r--man/bundle-package.ronn7
1 files changed, 7 insertions, 0 deletions
diff --git a/man/bundle-package.ronn b/man/bundle-package.ronn
index 610f820487..8a6b439cd5 100644
--- a/man/bundle-package.ronn
+++ b/man/bundle-package.ronn
@@ -17,6 +17,13 @@ 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 remembered.
+## SUPPORT FOR MULTIPLE PLATFORMS
+
+When using gems that have different packages for different platforms, Bundler
+1.8 and newer support caching of gems for other platforms in `vendor/cache`.
+This needs to be enabled via the `--all-platforms` option. This setting will be
+remembered in your local bundler configuration.
+
## REMOTE FETCHING
By default, if you simply run [bundle install(1)][bundle-install] after running