diff options
author | Matthias Bauer <moeffju@moeffju.net> | 2015-02-27 09:59:31 +0100 |
---|---|---|
committer | Matthias Bauer <moeffju@moeffju.net> | 2015-03-02 10:20:55 +0100 |
commit | c2586282b8fe79040736480eab7fbdbfbd251f45 (patch) | |
tree | 0d9fb235d552b147a9a2b3385d2651d4e5008d63 /man/bundle-package.ronn | |
parent | 56de835671a07fc517926d437aabb2b1cd8da52c (diff) | |
download | bundler-c2586282b8fe79040736480eab7fbdbfbd251f45.tar.gz |
Add documentation for `bundle package --all-platforms`
Diffstat (limited to 'man/bundle-package.ronn')
-rw-r--r-- | man/bundle-package.ronn | 7 |
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 |