rubygems-update 3.1.0.pre2 → 3.1.0.pre3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (135) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +1 -0
  3. data/History.txt +23 -2
  4. data/Manifest.txt +7 -7
  5. data/README.md +1 -1
  6. data/Rakefile +29 -10
  7. data/bundler/CHANGELOG.md +18 -1
  8. data/bundler/UPGRADING.md +229 -0
  9. data/bundler/lib/bundler.rb +87 -24
  10. data/bundler/lib/bundler/cli.rb +55 -25
  11. data/bundler/lib/bundler/cli/add.rb +1 -0
  12. data/bundler/lib/bundler/cli/{package.rb → cache.rb} +2 -2
  13. data/bundler/lib/bundler/cli/exec.rb +0 -7
  14. data/bundler/lib/bundler/dsl.rb +1 -1
  15. data/bundler/lib/bundler/friendly_errors.rb +1 -1
  16. data/bundler/lib/bundler/gem_helper.rb +0 -2
  17. data/bundler/lib/bundler/gem_helpers.rb +1 -1
  18. data/bundler/lib/bundler/inline.rb +7 -3
  19. data/bundler/lib/bundler/lockfile_parser.rb +1 -0
  20. data/bundler/lib/bundler/rubygems_ext.rb +1 -1
  21. data/bundler/lib/bundler/rubygems_integration.rb +0 -1
  22. data/bundler/lib/bundler/setup.rb +2 -9
  23. data/bundler/lib/bundler/shared_helpers.rb +12 -25
  24. data/bundler/lib/bundler/source/git.rb +1 -1
  25. data/bundler/lib/bundler/source/git/git_proxy.rb +1 -1
  26. data/bundler/lib/bundler/vendor/fileutils/lib/fileutils.rb +132 -109
  27. data/bundler/lib/bundler/vendor/fileutils/lib/fileutils/version.rb +1 -1
  28. data/bundler/lib/bundler/vendor/thor/lib/thor.rb +5 -2
  29. data/bundler/lib/bundler/vendor/thor/lib/thor/actions.rb +1 -0
  30. data/bundler/lib/bundler/vendor/thor/lib/thor/actions/directory.rb +6 -16
  31. data/bundler/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb +5 -5
  32. data/bundler/lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb +18 -7
  33. data/bundler/lib/bundler/vendor/thor/lib/thor/base.rb +10 -8
  34. data/bundler/lib/bundler/vendor/thor/lib/thor/command.rb +21 -14
  35. data/bundler/lib/bundler/vendor/thor/lib/thor/error.rb +14 -18
  36. data/bundler/lib/bundler/vendor/thor/lib/thor/invocation.rb +1 -0
  37. data/bundler/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb +1 -1
  38. data/bundler/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb +6 -6
  39. data/bundler/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb +1 -1
  40. data/bundler/lib/bundler/vendor/thor/lib/thor/parser/option.rb +8 -6
  41. data/bundler/lib/bundler/vendor/thor/lib/thor/parser/options.rb +13 -3
  42. data/bundler/lib/bundler/vendor/thor/lib/thor/rake_compat.rb +1 -0
  43. data/bundler/lib/bundler/vendor/thor/lib/thor/runner.rb +2 -0
  44. data/bundler/lib/bundler/vendor/thor/lib/thor/shell/color.rb +5 -1
  45. data/bundler/lib/bundler/version.rb +1 -1
  46. data/bundler/man/bundle-add.1 +1 -1
  47. data/bundler/man/bundle-add.1.txt +1 -1
  48. data/bundler/man/bundle-binstubs.1 +1 -1
  49. data/bundler/man/bundle-binstubs.1.txt +1 -1
  50. data/bundler/man/bundle-cache.1 +55 -0
  51. data/bundler/man/bundle-cache.1.txt +78 -0
  52. data/bundler/man/{bundle-package.ronn → bundle-cache.ronn} +15 -15
  53. data/bundler/man/bundle-check.1 +1 -1
  54. data/bundler/man/bundle-check.1.txt +1 -1
  55. data/bundler/man/bundle-clean.1 +1 -1
  56. data/bundler/man/bundle-clean.1.txt +1 -1
  57. data/bundler/man/bundle-config.1 +1 -1
  58. data/bundler/man/bundle-config.1.txt +1 -1
  59. data/bundler/man/bundle-doctor.1 +1 -1
  60. data/bundler/man/bundle-doctor.1.txt +1 -1
  61. data/bundler/man/bundle-exec.1 +1 -1
  62. data/bundler/man/bundle-exec.1.txt +1 -1
  63. data/bundler/man/bundle-gem.1 +1 -1
  64. data/bundler/man/bundle-gem.1.txt +1 -1
  65. data/bundler/man/bundle-info.1 +1 -1
  66. data/bundler/man/bundle-info.1.txt +1 -1
  67. data/bundler/man/bundle-init.1 +1 -1
  68. data/bundler/man/bundle-init.1.txt +1 -1
  69. data/bundler/man/bundle-inject.1 +1 -1
  70. data/bundler/man/bundle-inject.1.txt +1 -1
  71. data/bundler/man/bundle-install.1 +1 -1
  72. data/bundler/man/bundle-install.1.txt +1 -1
  73. data/bundler/man/bundle-list.1 +1 -1
  74. data/bundler/man/bundle-list.1.txt +1 -1
  75. data/bundler/man/bundle-lock.1 +1 -1
  76. data/bundler/man/bundle-lock.1.txt +1 -1
  77. data/bundler/man/bundle-open.1 +1 -1
  78. data/bundler/man/bundle-open.1.txt +1 -1
  79. data/bundler/man/bundle-outdated.1 +1 -1
  80. data/bundler/man/bundle-outdated.1.txt +1 -1
  81. data/bundler/man/bundle-platform.1 +1 -1
  82. data/bundler/man/bundle-platform.1.txt +1 -1
  83. data/bundler/man/bundle-pristine.1 +1 -1
  84. data/bundler/man/bundle-pristine.1.txt +1 -1
  85. data/bundler/man/bundle-remove.1 +1 -1
  86. data/bundler/man/bundle-remove.1.txt +1 -1
  87. data/bundler/man/bundle-show.1 +1 -1
  88. data/bundler/man/bundle-show.1.txt +1 -1
  89. data/bundler/man/bundle-update.1 +1 -1
  90. data/bundler/man/bundle-update.1.txt +1 -1
  91. data/bundler/man/bundle-viz.1 +1 -1
  92. data/bundler/man/bundle-viz.1.txt +1 -1
  93. data/bundler/man/bundle.1 +1 -1
  94. data/bundler/man/bundle.1.txt +1 -1
  95. data/bundler/man/gemfile.5 +1 -1
  96. data/bundler/man/gemfile.5.txt +1 -1
  97. data/bundler/man/index.txt +1 -1
  98. data/lib/rubygems.rb +14 -11
  99. data/lib/rubygems/basic_specification.rb +9 -9
  100. data/lib/rubygems/bundler_version_finder.rb +2 -2
  101. data/lib/rubygems/commands/pristine_command.rb +0 -5
  102. data/lib/rubygems/config_file.rb +1 -1
  103. data/lib/rubygems/core_ext/kernel_gem.rb +7 -3
  104. data/lib/rubygems/core_ext/kernel_require.rb +20 -2
  105. data/lib/rubygems/installer.rb +3 -5
  106. data/lib/rubygems/name_tuple.rb +1 -1
  107. data/lib/rubygems/package.rb +1 -1
  108. data/lib/rubygems/path_support.rb +1 -1
  109. data/lib/rubygems/request_set.rb +1 -1
  110. data/lib/rubygems/request_set/gem_dependency_api.rb +1 -1
  111. data/lib/rubygems/request_set/lockfile.rb +3 -1
  112. data/lib/rubygems/source.rb +1 -1
  113. data/lib/rubygems/specification.rb +6 -6
  114. data/lib/rubygems/stub_specification.rb +1 -1
  115. data/lib/rubygems/test_case.rb +6 -6
  116. data/lib/rubygems/version.rb +23 -15
  117. data/rubygems-update.gemspec +1 -1
  118. data/test/rubygems/test_gem.rb +14 -10
  119. data/test/rubygems/test_gem_command_manager.rb +1 -1
  120. data/test/rubygems/test_gem_commands_pristine_command.rb +49 -0
  121. data/test/rubygems/test_gem_ext_ext_conf_builder.rb +3 -3
  122. data/test/rubygems/test_gem_installer.rb +8 -5
  123. data/test/rubygems/test_gem_package.rb +4 -4
  124. data/test/rubygems/test_gem_specification.rb +17 -16
  125. data/test/rubygems/test_gem_version.rb +7 -0
  126. data/test/rubygems/test_project_sanity.rb +58 -0
  127. data/test/rubygems/test_require.rb +11 -13
  128. data/tmp/.keep +0 -0
  129. data/util/ci.sh +14 -2
  130. metadata +10 -10
  131. data/.travis.yml +0 -22
  132. data/bundler/lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb +0 -129
  133. data/bundler/man/bundle-package.1 +0 -55
  134. data/bundler/man/bundle-package.1.txt +0 -79
  135. data/test/rubygems/test_rake_package.rb +0 -26
@@ -1,55 +0,0 @@
1
- .\" generated with Ronn/v0.7.3
2
- .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
- .
4
- .TH "BUNDLE\-PACKAGE" "1" "September 2019" "" ""
5
- .
6
- .SH "NAME"
7
- \fBbundle\-package\fR \- Package your needed \fB\.gem\fR files into your application
8
- .
9
- .SH "SYNOPSIS"
10
- \fBbundle package\fR
11
- .
12
- .SH "DESCRIPTION"
13
- Copy all of the \fB\.gem\fR files needed to run the application into the \fBvendor/cache\fR directory\. In the future, when running [bundle install(1)][bundle\-install], use the gems in the cache in preference to the ones on \fBrubygems\.org\fR\.
14
- .
15
- .SH "GIT AND PATH GEMS"
16
- Since Bundler 1\.2, the \fBbundle package\fR command can also package \fB:git\fR and \fB:path\fR dependencies besides \.gem files\. This needs to be explicitly enabled via the \fB\-\-all\fR option\. Once used, the \fB\-\-all\fR option will be remembered\.
17
- .
18
- .SH "SUPPORT FOR MULTIPLE PLATFORMS"
19
- When using gems that have different packages for different platforms, Bundler 1\.8 and newer support caching of gems for other platforms where the Gemfile has been resolved (i\.e\. present in the lockfile) in \fBvendor/cache\fR\. This needs to be enabled via the \fB\-\-all\-platforms\fR option\. This setting will be remembered in your local bundler configuration\.
20
- .
21
- .SH "REMOTE FETCHING"
22
- By default, if you run \fBbundle install(1)\fR](bundle\-install\.1\.html) after running bundle package(1) \fIbundle\-package\.1\.html\fR, bundler will still connect to \fBrubygems\.org\fR to check whether a platform\-specific gem exists for any of the gems in \fBvendor/cache\fR\.
23
- .
24
- .P
25
- For instance, consider this Gemfile(5):
26
- .
27
- .IP "" 4
28
- .
29
- .nf
30
-
31
- source "https://rubygems\.org"
32
-
33
- gem "nokogiri"
34
- .
35
- .fi
36
- .
37
- .IP "" 0
38
- .
39
- .P
40
- If you run \fBbundle package\fR under C Ruby, bundler will retrieve the version of \fBnokogiri\fR for the \fB"ruby"\fR platform\. If you deploy to JRuby and run \fBbundle install\fR, bundler is forced to check to see whether a \fB"java"\fR platformed \fBnokogiri\fR exists\.
41
- .
42
- .P
43
- Even though the \fBnokogiri\fR gem for the Ruby platform is \fItechnically\fR acceptable on JRuby, it has a C extension that does not run on JRuby\. As a result, bundler will, by default, still connect to \fBrubygems\.org\fR to check whether it has a version of one of your gems more specific to your platform\.
44
- .
45
- .P
46
- This problem is also not limited to the \fB"java"\fR platform\. A similar (common) problem can happen when developing on Windows and deploying to Linux, or even when developing on OSX and deploying to Linux\.
47
- .
48
- .P
49
- If you know for sure that the gems packaged in \fBvendor/cache\fR are appropriate for the platform you are on, you can run \fBbundle install \-\-local\fR to skip checking for more appropriate gems, and use the ones in \fBvendor/cache\fR\.
50
- .
51
- .P
52
- One way to be sure that you have the right platformed versions of all your gems is to run \fBbundle package\fR on an identical machine and check in the gems\. For instance, you can run \fBbundle package\fR on an identical staging box during your staging process, and check in the \fBvendor/cache\fR before deploying to production\.
53
- .
54
- .P
55
- By default, bundle package(1) \fIbundle\-package\.1\.html\fR fetches and also installs the gems to the default location\. To package the dependencies to \fBvendor/cache\fR without installing them to the local install location, you can run \fBbundle package \-\-no\-install\fR\.
@@ -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)
@@ -1,26 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require "rubygems/test_case"
4
- require "open3"
5
-
6
- class TestRakePackage < Minitest::Test
7
-
8
- def test_builds_ok
9
- skip unless File.exist?(File.expand_path("../../../Rakefile", __FILE__))
10
-
11
- output, status = Open3.capture2e("rake package")
12
-
13
- assert_equal true, status.success?, <<~MSG.chomp
14
- Expected `rake package` to work, but got errors:
15
-
16
- ```
17
- #{output}
18
- ```
19
-
20
- If you have added or removed files, make sure you run `rake update_manifest` to update the `Manifest.txt` accordingly
21
- MSG
22
-
23
- FileUtils.rm_f "pkg"
24
- end
25
-
26
- end