bundler 2.1.0.pre.1 → 2.1.0.pre.2

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 (59) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -1
  3. data/lib/bundler/build_metadata.rb +2 -2
  4. data/lib/bundler/definition.rb +1 -1
  5. data/lib/bundler/resolver/spec_group.rb +1 -0
  6. data/lib/bundler/vendor/thor/lib/thor.rb +6 -1
  7. data/lib/bundler/version.rb +1 -1
  8. data/man/bundle-add.1 +1 -1
  9. data/man/bundle-add.1.txt +1 -1
  10. data/man/bundle-binstubs.1 +1 -1
  11. data/man/bundle-binstubs.1.txt +1 -1
  12. data/man/bundle-check.1 +1 -1
  13. data/man/bundle-check.1.txt +1 -1
  14. data/man/bundle-clean.1 +1 -1
  15. data/man/bundle-clean.1.txt +1 -1
  16. data/man/bundle-config.1 +1 -1
  17. data/man/bundle-config.1.txt +1 -1
  18. data/man/bundle-doctor.1 +1 -1
  19. data/man/bundle-doctor.1.txt +1 -1
  20. data/man/bundle-exec.1 +2 -2
  21. data/man/bundle-exec.1.txt +2 -2
  22. data/man/bundle-exec.ronn +1 -1
  23. data/man/bundle-gem.1 +1 -1
  24. data/man/bundle-gem.1.txt +1 -1
  25. data/man/bundle-info.1 +1 -1
  26. data/man/bundle-info.1.txt +1 -1
  27. data/man/bundle-init.1 +1 -1
  28. data/man/bundle-init.1.txt +1 -1
  29. data/man/bundle-inject.1 +1 -1
  30. data/man/bundle-inject.1.txt +1 -1
  31. data/man/bundle-install.1 +1 -1
  32. data/man/bundle-install.1.txt +1 -1
  33. data/man/bundle-list.1 +1 -1
  34. data/man/bundle-list.1.txt +1 -1
  35. data/man/bundle-lock.1 +1 -1
  36. data/man/bundle-lock.1.txt +1 -1
  37. data/man/bundle-open.1 +1 -1
  38. data/man/bundle-open.1.txt +1 -1
  39. data/man/bundle-outdated.1 +1 -1
  40. data/man/bundle-outdated.1.txt +1 -1
  41. data/man/bundle-package.1 +1 -1
  42. data/man/bundle-package.1.txt +1 -1
  43. data/man/bundle-platform.1 +1 -1
  44. data/man/bundle-platform.1.txt +1 -1
  45. data/man/bundle-pristine.1 +1 -1
  46. data/man/bundle-pristine.1.txt +1 -1
  47. data/man/bundle-remove.1 +1 -1
  48. data/man/bundle-remove.1.txt +1 -1
  49. data/man/bundle-show.1 +1 -1
  50. data/man/bundle-show.1.txt +1 -1
  51. data/man/bundle-update.1 +1 -1
  52. data/man/bundle-update.1.txt +1 -1
  53. data/man/bundle-viz.1 +1 -1
  54. data/man/bundle-viz.1.txt +1 -1
  55. data/man/bundle.1 +1 -1
  56. data/man/bundle.1.txt +1 -1
  57. data/man/gemfile.5 +1 -1
  58. data/man/gemfile.5.txt +1 -1
  59. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b660c75d8420b385c2886b97ed493874b0e2d6c96b2e751f89110acf3f4976c4
4
- data.tar.gz: 7db621ec4c0b2b86e357ee0af8187117fdadd9c1542bb0b0f4c7bd5ed8decad9
3
+ metadata.gz: 9ce73b58b7e39e7b459d2162c9a679e422bdda52493f7ae1ea79b0bf2f8ed5a9
4
+ data.tar.gz: e9500a1cf2d42afabe6bce0550b2ce5473a3d0c20d5ff416f714f8027d24a306
5
5
  SHA512:
6
- metadata.gz: c2e0fcf1768d260e6259cee24d7c53ee7a4c87096d1a278a82767941a3c5af1f8b9165ad435e16947c02af3ffd62311eb16de6cc55c1ad7a4e8fd75896025275
7
- data.tar.gz: 9e27ea7159c12ef0d86bfd2cda38352cf676e60498fa706c1bebbd6947e9496c47fa0c81980bca5e407915af3afe5e0a9895c0792e9c809e396c52df2dc6d8df
6
+ metadata.gz: 8ce3e5473c3f6aaefa23180e551c5e890c749d9c3e6235529be308b0887834f263e0af2604e9a44bb6716cbd9504dada8af93f6ea54646d0c530d95784a565b2
7
+ data.tar.gz: 88429dc48009f3740b40605b043acb7238d43abb1fa10209979f8bcbbba077692960e6f2320fc1a40314f6011367db0a4195baf08862cedb2a7deb2fd43f8271
@@ -1,4 +1,11 @@
1
- ## 2.1.0.pre.1
1
+ ## 2.1.0.pre.2
2
+
3
+ Bugfixes:
4
+
5
+ - Fix `bundle clean` trying to delete non-existent directory ([#7340](https://github.com/bundler/bundler/pull/7340))
6
+ - Fix warnings about keywork argument separation on ruby 2.7 ([#7337](https://github.com/bundler/bundler/pull/7337))
7
+
8
+ ## 2.1.0.pre.1 (August 28, 2019)
2
9
 
3
10
  One of the biggest changes in bundler 2.1.0 is that deprecations for upcoming
4
11
  breaking changes in bundler 3 will be turned on by default. We do this to grab
@@ -4,8 +4,8 @@ module Bundler
4
4
  # Represents metadata from when the Bundler gem was built.
5
5
  module BuildMetadata
6
6
  # begin ivars
7
- @built_at = "2019-08-28".freeze
8
- @git_commit_sha = "35781bbdb".freeze
7
+ @built_at = "2019-09-15".freeze
8
+ @git_commit_sha = "b0dcf5f7b".freeze
9
9
  @release = true
10
10
  # end ivars
11
11
 
@@ -317,7 +317,7 @@ module Bundler
317
317
  end
318
318
 
319
319
  def spec_git_paths
320
- sources.git_sources.map {|s| File.realpath(s.path) }
320
+ sources.git_sources.map {|s| File.realpath(s.path) if File.exist?(s.path) }.compact
321
321
  end
322
322
 
323
323
  def groups
@@ -62,6 +62,7 @@ module Bundler
62
62
  end
63
63
 
64
64
  def eql?(other)
65
+ return unless other.is_a?(SpecGroup)
65
66
  name.eql?(other.name) &&
66
67
  version.eql?(other.version) &&
67
68
  source.eql?(other.source)
@@ -90,9 +90,14 @@ class Bundler::Thor
90
90
  # ==== Parameters
91
91
  # Hash[String|Array => Symbol]:: Maps the string or the strings in the array to the given command.
92
92
  #
93
- def map(mappings = nil)
93
+ def map(mappings = nil, **kw)
94
94
  @map ||= from_superclass(:map, {})
95
95
 
96
+ if mappings && !kw.empty?
97
+ mappings = kw.merge!(mappings)
98
+ else
99
+ mappings ||= kw
100
+ end
96
101
  if mappings
97
102
  mappings.each do |key, value|
98
103
  if key.respond_to?(:each)
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: false
2
2
 
3
3
  module Bundler
4
- VERSION = "2.1.0.pre.1".freeze
4
+ VERSION = "2.1.0.pre.2".freeze
5
5
 
6
6
  def self.bundler_major_version
7
7
  @bundler_major_version ||= VERSION.split(".").first.to_i
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-ADD" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-ADD" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-add\fR \- Add gem to the Gemfile and run bundle install
@@ -55,4 +55,4 @@ OPTIONS
55
55
 
56
56
 
57
57
 
58
- August 2019 BUNDLE-ADD(1)
58
+ September 2019 BUNDLE-ADD(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-BINSTUBS" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-BINSTUBS" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-binstubs\fR \- Install the binstubs of the listed gems
@@ -45,4 +45,4 @@ BUNDLE INSTALL --BINSTUBS
45
45
 
46
46
 
47
47
 
48
- August 2019 BUNDLE-BINSTUBS(1)
48
+ September 2019 BUNDLE-BINSTUBS(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-CHECK" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-CHECK" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-check\fR \- Verifies if dependencies are satisfied by installed gems
@@ -30,4 +30,4 @@ OPTIONS
30
30
 
31
31
 
32
32
 
33
- August 2019 BUNDLE-CHECK(1)
33
+ September 2019 BUNDLE-CHECK(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-CLEAN" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-CLEAN" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-clean\fR \- Cleans up unused gems in your bundler directory
@@ -23,4 +23,4 @@ OPTIONS
23
23
 
24
24
 
25
25
 
26
- August 2019 BUNDLE-CLEAN(1)
26
+ September 2019 BUNDLE-CLEAN(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-CONFIG" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-CONFIG" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-config\fR \- Set bundler configuration options
@@ -525,4 +525,4 @@ CONFIGURE BUNDLER DIRECTORIES
525
525
 
526
526
 
527
527
 
528
- August 2019 BUNDLE-CONFIG(1)
528
+ September 2019 BUNDLE-CONFIG(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-DOCTOR" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-DOCTOR" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-doctor\fR \- Checks the bundle for common problems
@@ -41,4 +41,4 @@ OPTIONS
41
41
 
42
42
 
43
43
 
44
- August 2019 BUNDLE-DOCTOR(1)
44
+ September 2019 BUNDLE-DOCTOR(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-EXEC" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-EXEC" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-exec\fR \- Execute a command in the context of the bundle
@@ -155,7 +155,7 @@ You can find a list of all the gems containing gem plugins by running
155
155
  .
156
156
  .nf
157
157
 
158
- ruby \-rubygems \-e "puts Gem\.find_files(\'rubygems_plugin\.rb\')"
158
+ ruby \-rrubygems \-e "puts Gem\.find_files(\'rubygems_plugin\.rb\')"
159
159
  .
160
160
  .fi
161
161
  .
@@ -165,7 +165,7 @@ RUBYGEMS PLUGINS
165
165
 
166
166
 
167
167
 
168
- ruby -rubygems -e "puts Gem.find_files('rubygems_plugin.rb')"
168
+ ruby -rrubygems -e "puts Gem.find_files('rubygems_plugin.rb')"
169
169
 
170
170
 
171
171
 
@@ -175,4 +175,4 @@ RUBYGEMS PLUGINS
175
175
 
176
176
 
177
177
 
178
- August 2019 BUNDLE-EXEC(1)
178
+ September 2019 BUNDLE-EXEC(1)
@@ -145,7 +145,7 @@ their plugins.
145
145
  You can find a list of all the gems containing gem plugins
146
146
  by running
147
147
 
148
- ruby -rubygems -e "puts Gem.find_files('rubygems_plugin.rb')"
148
+ ruby -rrubygems -e "puts Gem.find_files('rubygems_plugin.rb')"
149
149
 
150
150
  At the very least, you should remove all but the newest
151
151
  version of each gem plugin, and also remove all gem plugins
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-GEM" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-GEM" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-gem\fR \- Generate a project skeleton for creating a rubygem
@@ -88,4 +88,4 @@ SEE ALSO
88
88
 
89
89
 
90
90
 
91
- August 2019 BUNDLE-GEM(1)
91
+ September 2019 BUNDLE-GEM(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-INFO" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-INFO" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-info\fR \- Show information for the given gem in your bundle
@@ -18,4 +18,4 @@ OPTIONS
18
18
 
19
19
 
20
20
 
21
- August 2019 BUNDLE-INFO(1)
21
+ September 2019 BUNDLE-INFO(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-INIT" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-INIT" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-init\fR \- Generates a Gemfile into the current working directory
@@ -31,4 +31,4 @@ SEE ALSO
31
31
 
32
32
 
33
33
 
34
- August 2019 BUNDLE-INIT(1)
34
+ September 2019 BUNDLE-INIT(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-INJECT" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-INJECT" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-inject\fR \- Add named gem(s) with version requirements to Gemfile
@@ -29,4 +29,4 @@ DESCRIPTION
29
29
 
30
30
 
31
31
 
32
- August 2019 BUNDLE-INJECT(1)
32
+ September 2019 BUNDLE-INJECT(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-INSTALL" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-INSTALL" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-install\fR \- Install the dependencies specified in your Gemfile
@@ -398,4 +398,4 @@ SEE ALSO
398
398
 
399
399
 
400
400
 
401
- August 2019 BUNDLE-INSTALL(1)
401
+ September 2019 BUNDLE-INSTALL(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-LIST" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-LIST" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-list\fR \- List all the gems in the bundle
@@ -40,4 +40,4 @@ OPTIONS
40
40
 
41
41
 
42
42
 
43
- August 2019 BUNDLE-LIST(1)
43
+ September 2019 BUNDLE-LIST(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-LOCK" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-LOCK" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-lock\fR \- Creates / Updates a lockfile without installing
@@ -90,4 +90,4 @@ PATCH LEVEL OPTIONS
90
90
 
91
91
 
92
92
 
93
- August 2019 BUNDLE-LOCK(1)
93
+ September 2019 BUNDLE-LOCK(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-OPEN" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-OPEN" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-open\fR \- Opens the source directory for a gem in your bundle
@@ -26,4 +26,4 @@ DESCRIPTION
26
26
 
27
27
 
28
28
 
29
- August 2019 BUNDLE-OPEN(1)
29
+ September 2019 BUNDLE-OPEN(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-OUTDATED" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-OUTDATED" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-outdated\fR \- List installed gems with newer versions available
@@ -128,4 +128,4 @@ FILTERING OUTPUT
128
128
 
129
129
 
130
130
 
131
- August 2019 BUNDLE-OUTDATED(1)
131
+ September 2019 BUNDLE-OUTDATED(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-PACKAGE" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-PACKAGE" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-package\fR \- Package your needed \fB\.gem\fR files into your application
@@ -76,4 +76,4 @@ REMOTE FETCHING
76
76
 
77
77
 
78
78
 
79
- August 2019 BUNDLE-PACKAGE(1)
79
+ September 2019 BUNDLE-PACKAGE(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-PLATFORM" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-PLATFORM" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-platform\fR \- Displays platform compatibility information
@@ -54,4 +54,4 @@ OPTIONS
54
54
 
55
55
 
56
56
 
57
- August 2019 BUNDLE-PLATFORM(1)
57
+ September 2019 BUNDLE-PLATFORM(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-PRISTINE" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-PRISTINE" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-pristine\fR \- Restores installed gems to their pristine condition
@@ -41,4 +41,4 @@ DESCRIPTION
41
41
 
42
42
 
43
43
 
44
- August 2019 BUNDLE-PRISTINE(1)
44
+ September 2019 BUNDLE-PRISTINE(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-REMOVE" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-REMOVE" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-remove\fR \- Removes gems from the Gemfile
@@ -31,4 +31,4 @@ OPTIONS
31
31
 
32
32
 
33
33
 
34
- August 2019 BUNDLE-REMOVE(1)
34
+ September 2019 BUNDLE-REMOVE(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-SHOW" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-SHOW" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-show\fR \- Shows all the gems in your bundle, or the path to a gem
@@ -24,4 +24,4 @@ OPTIONS
24
24
 
25
25
 
26
26
 
27
- August 2019 BUNDLE-SHOW(1)
27
+ September 2019 BUNDLE-SHOW(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-UPDATE" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-UPDATE" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-update\fR \- Update your gems to the latest available versions
@@ -387,4 +387,4 @@ RECOMMENDED WORKFLOW
387
387
 
388
388
 
389
389
 
390
- August 2019 BUNDLE-UPDATE(1)
390
+ September 2019 BUNDLE-UPDATE(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-VIZ" "1" "August 2019" "" ""
4
+ .TH "BUNDLE\-VIZ" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-viz\fR \- Generates a visual dependency graph for your Gemfile
@@ -36,4 +36,4 @@ OPTIONS
36
36
 
37
37
 
38
38
 
39
- August 2019 BUNDLE-VIZ(1)
39
+ September 2019 BUNDLE-VIZ(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE" "1" "August 2019" "" ""
4
+ .TH "BUNDLE" "1" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\fR \- Ruby Dependency Management
@@ -113,4 +113,4 @@ OBSOLETE
113
113
 
114
114
 
115
115
 
116
- August 2019 BUNDLE(1)
116
+ September 2019 BUNDLE(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "GEMFILE" "5" "August 2019" "" ""
4
+ .TH "GEMFILE" "5" "September 2019" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBGemfile\fR \- A format for describing gem dependencies for Ruby programs
@@ -646,4 +646,4 @@ SOURCE PRIORITY
646
646
 
647
647
 
648
648
 
649
- August 2019 GEMFILE(5)
649
+ September 2019 GEMFILE(5)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0.pre.1
4
+ version: 2.1.0.pre.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - André Arko
@@ -22,7 +22,7 @@ authors:
22
22
  autorequire:
23
23
  bindir: exe
24
24
  cert_chain: []
25
- date: 2019-08-28 00:00:00.000000000 Z
25
+ date: 2019-09-15 00:00:00.000000000 Z
26
26
  dependencies: []
27
27
  description: Bundler manages an application's dependencies through its entire life,
28
28
  across many machines, systematically and repeatably
@@ -355,7 +355,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
355
355
  - !ruby/object:Gem::Version
356
356
  version: 2.5.2
357
357
  requirements: []
358
- rubygems_version: 3.0.3
358
+ rubygems_version: 3.0.6
359
359
  signing_key:
360
360
  specification_version: 4
361
361
  summary: The best way to manage your application's dependencies