bundler 2.1.0.pre.2 → 2.1.0.pre.3

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of bundler might be problematic. Click here for more details.

Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +18 -1
  3. data/lib/bundler.rb +87 -24
  4. data/lib/bundler/build_metadata.rb +2 -2
  5. data/lib/bundler/cli.rb +55 -25
  6. data/lib/bundler/cli/add.rb +1 -0
  7. data/lib/bundler/cli/{package.rb → cache.rb} +2 -2
  8. data/lib/bundler/cli/exec.rb +0 -7
  9. data/lib/bundler/dsl.rb +1 -1
  10. data/lib/bundler/friendly_errors.rb +1 -1
  11. data/lib/bundler/gem_helper.rb +0 -2
  12. data/lib/bundler/gem_helpers.rb +1 -1
  13. data/lib/bundler/inline.rb +7 -3
  14. data/lib/bundler/lockfile_parser.rb +1 -0
  15. data/lib/bundler/rubygems_ext.rb +1 -1
  16. data/lib/bundler/rubygems_integration.rb +0 -1
  17. data/lib/bundler/setup.rb +2 -9
  18. data/lib/bundler/shared_helpers.rb +12 -25
  19. data/lib/bundler/source/git.rb +1 -1
  20. data/lib/bundler/source/git/git_proxy.rb +1 -1
  21. data/lib/bundler/vendor/fileutils/lib/fileutils.rb +132 -109
  22. data/lib/bundler/vendor/fileutils/lib/fileutils/version.rb +1 -1
  23. data/lib/bundler/vendor/thor/lib/thor.rb +5 -2
  24. data/lib/bundler/vendor/thor/lib/thor/actions.rb +1 -0
  25. data/lib/bundler/vendor/thor/lib/thor/actions/directory.rb +6 -16
  26. data/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb +5 -5
  27. data/lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb +18 -7
  28. data/lib/bundler/vendor/thor/lib/thor/base.rb +10 -8
  29. data/lib/bundler/vendor/thor/lib/thor/command.rb +21 -14
  30. data/lib/bundler/vendor/thor/lib/thor/error.rb +14 -18
  31. data/lib/bundler/vendor/thor/lib/thor/invocation.rb +1 -0
  32. data/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb +1 -1
  33. data/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb +6 -6
  34. data/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb +1 -1
  35. data/lib/bundler/vendor/thor/lib/thor/parser/option.rb +8 -6
  36. data/lib/bundler/vendor/thor/lib/thor/parser/options.rb +13 -3
  37. data/lib/bundler/vendor/thor/lib/thor/rake_compat.rb +1 -0
  38. data/lib/bundler/vendor/thor/lib/thor/runner.rb +2 -0
  39. data/lib/bundler/vendor/thor/lib/thor/shell/color.rb +5 -1
  40. data/lib/bundler/version.rb +1 -1
  41. data/man/bundle-add.1 +1 -1
  42. data/man/bundle-add.1.txt +1 -1
  43. data/man/bundle-binstubs.1 +1 -1
  44. data/man/bundle-binstubs.1.txt +1 -1
  45. data/man/bundle-cache.1 +55 -0
  46. data/man/bundle-cache.1.txt +78 -0
  47. data/man/{bundle-package.ronn → bundle-cache.ronn} +15 -15
  48. data/man/bundle-check.1 +1 -1
  49. data/man/bundle-check.1.txt +1 -1
  50. data/man/bundle-clean.1 +1 -1
  51. data/man/bundle-clean.1.txt +1 -1
  52. data/man/bundle-config.1 +1 -1
  53. data/man/bundle-config.1.txt +1 -1
  54. data/man/bundle-doctor.1 +1 -1
  55. data/man/bundle-doctor.1.txt +1 -1
  56. data/man/bundle-exec.1 +1 -1
  57. data/man/bundle-exec.1.txt +1 -1
  58. data/man/bundle-gem.1 +1 -1
  59. data/man/bundle-gem.1.txt +1 -1
  60. data/man/bundle-info.1 +1 -1
  61. data/man/bundle-info.1.txt +1 -1
  62. data/man/bundle-init.1 +1 -1
  63. data/man/bundle-init.1.txt +1 -1
  64. data/man/bundle-inject.1 +1 -1
  65. data/man/bundle-inject.1.txt +1 -1
  66. data/man/bundle-install.1 +1 -1
  67. data/man/bundle-install.1.txt +1 -1
  68. data/man/bundle-list.1 +1 -1
  69. data/man/bundle-list.1.txt +1 -1
  70. data/man/bundle-lock.1 +1 -1
  71. data/man/bundle-lock.1.txt +1 -1
  72. data/man/bundle-open.1 +1 -1
  73. data/man/bundle-open.1.txt +1 -1
  74. data/man/bundle-outdated.1 +1 -1
  75. data/man/bundle-outdated.1.txt +1 -1
  76. data/man/bundle-platform.1 +1 -1
  77. data/man/bundle-platform.1.txt +1 -1
  78. data/man/bundle-pristine.1 +1 -1
  79. data/man/bundle-pristine.1.txt +1 -1
  80. data/man/bundle-remove.1 +1 -1
  81. data/man/bundle-remove.1.txt +1 -1
  82. data/man/bundle-show.1 +1 -1
  83. data/man/bundle-show.1.txt +1 -1
  84. data/man/bundle-update.1 +1 -1
  85. data/man/bundle-update.1.txt +1 -1
  86. data/man/bundle-viz.1 +1 -1
  87. data/man/bundle-viz.1.txt +1 -1
  88. data/man/bundle.1 +1 -1
  89. data/man/bundle.1.txt +1 -1
  90. data/man/gemfile.5 +1 -1
  91. data/man/gemfile.5.txt +1 -1
  92. data/man/index.txt +1 -1
  93. metadata +6 -7
  94. data/lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb +0 -129
  95. data/man/bundle-package.1 +0 -55
  96. data/man/bundle-package.1.txt +0 -79
@@ -1,79 +0,0 @@
1
- BUNDLE-PACKAGE(1) BUNDLE-PACKAGE(1)
2
-
3
-
4
-
5
- NAME
6
- bundle-package - Package your needed .gem files into your application
7
-
8
- SYNOPSIS
9
- bundle package
10
-
11
- DESCRIPTION
12
- Copy all of the .gem files needed to run the application into the ven-
13
- dor/cache directory. In the future, when running [bundle
14
- install(1)][bundle-install], use the gems in the cache in preference to
15
- the ones on rubygems.org.
16
-
17
- GIT AND PATH GEMS
18
- Since Bundler 1.2, the bundle package command can also package :git and
19
- :path dependencies besides .gem files. This needs to be explicitly
20
- enabled via the --all option. Once used, the --all option will be
21
- remembered.
22
-
23
- SUPPORT FOR MULTIPLE PLATFORMS
24
- When using gems that have different packages for different platforms,
25
- Bundler 1.8 and newer support caching of gems for other platforms where
26
- the Gemfile has been resolved (i.e. present in the lockfile) in ven-
27
- dor/cache. This needs to be enabled via the --all-platforms option.
28
- This setting will be remembered in your local bundler configuration.
29
-
30
- REMOTE FETCHING
31
- By default, if you run bundle install(1)](bundle-install.1.html) after
32
- running bundle package(1) bundle-package.1.html, bundler will still
33
- connect to rubygems.org to check whether a platform-specific gem exists
34
- for any of the gems in vendor/cache.
35
-
36
- For instance, consider this Gemfile(5):
37
-
38
-
39
-
40
- source "https://rubygems.org"
41
-
42
- gem "nokogiri"
43
-
44
-
45
-
46
- If you run bundle package under C Ruby, bundler will retrieve the ver-
47
- sion of nokogiri for the "ruby" platform. If you deploy to JRuby and
48
- run bundle install, bundler is forced to check to see whether a "java"
49
- platformed nokogiri exists.
50
-
51
- Even though the nokogiri gem for the Ruby platform is technically
52
- acceptable on JRuby, it has a C extension that does not run on JRuby.
53
- As a result, bundler will, by default, still connect to rubygems.org to
54
- check whether it has a version of one of your gems more specific to
55
- your platform.
56
-
57
- This problem is also not limited to the "java" platform. A similar
58
- (common) problem can happen when developing on Windows and deploying to
59
- Linux, or even when developing on OSX and deploying to Linux.
60
-
61
- If you know for sure that the gems packaged in vendor/cache are appro-
62
- priate for the platform you are on, you can run bundle install --local
63
- to skip checking for more appropriate gems, and use the ones in ven-
64
- dor/cache.
65
-
66
- One way to be sure that you have the right platformed versions of all
67
- your gems is to run bundle package on an identical machine and check in
68
- the gems. For instance, you can run bundle package on an identical
69
- staging box during your staging process, and check in the vendor/cache
70
- before deploying to production.
71
-
72
- By default, bundle package(1) bundle-package.1.html fetches and also
73
- installs the gems to the default location. To package the dependencies
74
- to vendor/cache without installing them to the local install location,
75
- you can run bundle package --no-install.
76
-
77
-
78
-
79
- September 2019 BUNDLE-PACKAGE(1)