bundler 2.0.0.pre.1 → 2.0.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 (54) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +18 -4
  3. data/bundler.gemspec +7 -1
  4. data/lib/bundler/build_metadata.rb +13 -6
  5. data/lib/bundler/dsl.rb +2 -2
  6. data/lib/bundler/feature_flag.rb +2 -0
  7. data/lib/bundler/shared_helpers.rb +13 -3
  8. data/lib/bundler/templates/newgem/Gemfile.tt +0 -2
  9. data/lib/bundler/version.rb +1 -1
  10. data/man/bundle-add.1 +1 -1
  11. data/man/bundle-add.1.txt +1 -1
  12. data/man/bundle-binstubs.1 +1 -1
  13. data/man/bundle-binstubs.1.txt +1 -1
  14. data/man/bundle-check.1 +1 -1
  15. data/man/bundle-check.1.txt +1 -1
  16. data/man/bundle-clean.1 +1 -1
  17. data/man/bundle-clean.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 +1 -1
  21. data/man/bundle-exec.1.txt +1 -1
  22. data/man/bundle-gem.1 +1 -1
  23. data/man/bundle-gem.1.txt +1 -1
  24. data/man/bundle-info.1 +1 -1
  25. data/man/bundle-info.1.txt +1 -1
  26. data/man/bundle-init.1 +1 -1
  27. data/man/bundle-init.1.txt +1 -1
  28. data/man/bundle-inject.1 +1 -1
  29. data/man/bundle-inject.1.txt +1 -1
  30. data/man/bundle-list.1 +1 -1
  31. data/man/bundle-list.1.txt +1 -1
  32. data/man/bundle-lock.1 +1 -1
  33. data/man/bundle-lock.1.txt +1 -1
  34. data/man/bundle-open.1 +1 -1
  35. data/man/bundle-open.1.txt +1 -1
  36. data/man/bundle-outdated.1 +1 -1
  37. data/man/bundle-outdated.1.txt +1 -1
  38. data/man/bundle-package.1 +1 -1
  39. data/man/bundle-package.1.txt +1 -1
  40. data/man/bundle-platform.1 +1 -1
  41. data/man/bundle-platform.1.txt +1 -1
  42. data/man/bundle-pristine.1 +1 -1
  43. data/man/bundle-pristine.1.txt +1 -1
  44. data/man/bundle-remove.1 +1 -1
  45. data/man/bundle-remove.1.txt +1 -1
  46. data/man/bundle-show.1 +1 -1
  47. data/man/bundle-show.1.txt +1 -1
  48. data/man/bundle-viz.1 +1 -1
  49. data/man/bundle-viz.1.txt +1 -1
  50. data/man/bundle.1 +1 -1
  51. data/man/bundle.1.txt +1 -1
  52. data/man/gemfile.5 +1 -1
  53. data/man/gemfile.5.txt +1 -1
  54. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe356e1f165bb9c3ec3d24dc7541a043e8b1f6a5f1d3cf585b675b3a794964c8
4
- data.tar.gz: 95e940f85d2ec75e4cac1e257ec3e1b8a729ae4eacb0847f30eaa484b5e7814c
3
+ metadata.gz: c00db23c306b0850d943d52d4f9684bc202449b0242307f0c7c0c927352c2d72
4
+ data.tar.gz: f687b90267e691289558336cfb92fb8cde9274098f7836d564bda3d7f82131cd
5
5
  SHA512:
6
- metadata.gz: 1a260c7506e6e7b1a823bd8522be57abac3ac089b425d41c063e95da184327956177f09d26f83ebf90f5840fe0260333e09a300b297e37f87df043e6c01d26f1
7
- data.tar.gz: 7281d0347e4c26c2d1696a04f6fba1de29cfe72d776d5f43781dec004c522422f49898a8f0a019a784ac9905a1557781cb089eb36e8f574c77c36c6b3290c5bb
6
+ metadata.gz: 182bf747adaad098ed6bed102ce296ff71984437829bfeaceb50dce7c38249bd880fd0325954a37a886871348ab95f4588730b528bce7719c306fef1dc9e730f
7
+ data.tar.gz: e502772b05e38b5bf8bbb756bd49c2bc5337f1702f79e378f629886da1f3f83785d725a1b7d4847d07fc6826c4cd3b55716b54ae1679f22f7da378b55d05dede
@@ -1,8 +1,22 @@
1
- ## 2.0.0.pre.1 (2018-11-04)
1
+ ## 2.0.0.pre.2 (2018-11-27)
2
2
 
3
- - Dropped support for versions of Ruby < 2.3
4
- - Dropped support for version of RubyGems < 2.5
5
- - Moved error messages from STDOUT to STDERR
3
+ Breaking Changes:
4
+
5
+ - :github source in the Gemfile now defaults to using HTTPS
6
+
7
+ Changes
8
+
9
+ - Add compatability for Bundler merge into ruby-src
10
+
11
+ Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler`
12
+
13
+ ## 2.0.0.pre.1 (2018-11-09)
14
+
15
+ Breaking Changes:
16
+
17
+ - Dropped support for versions of Ruby < 2.3
18
+ - Dropped support for version of RubyGems < 2.5
19
+ - Moved error messages from STDOUT to STDERR
6
20
 
7
21
  Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler`
8
22
 
@@ -1,7 +1,13 @@
1
1
  # coding: utf-8
2
2
  # frozen_string_literal: true
3
3
 
4
- require File.expand_path("../lib/bundler/version", __FILE__)
4
+ begin
5
+ require File.expand_path("../lib/bundler/version", __FILE__)
6
+ rescue LoadError
7
+ # for Ruby core repository
8
+ require File.expand_path("../bundler/version", __FILE__)
9
+ end
10
+
5
11
  require "shellwords"
6
12
 
7
13
  Gem::Specification.new do |s|
@@ -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 = "2018-11-09".freeze
8
- @git_commit_sha = "eff1e3d1e".freeze
7
+ @built_at = "2018-11-27".freeze
8
+ @git_commit_sha = "e21da5e05".freeze
9
9
  @release = true
10
10
  # end ivars
11
11
 
@@ -30,12 +30,19 @@ module Bundler
30
30
  # If Bundler has been installed without its .git directory and without a
31
31
  # commit instance variable then we can't determine its commits SHA.
32
32
  git_dir = File.join(File.expand_path("../../..", __FILE__), ".git")
33
- return "unknown" unless File.directory?(git_dir)
33
+ if File.directory?(git_dir)
34
+ return @git_commit_sha = Dir.chdir(git_dir) { `git rev-parse --short HEAD`.strip.freeze }
35
+ end
34
36
 
35
- # Otherwise shell out to git.
36
- @git_commit_sha = Dir.chdir(File.expand_path("..", __FILE__)) do
37
- `git rev-parse --short HEAD`.strip.freeze
37
+ # If Bundler is a submodule in RubyGems, get the submodule commit
38
+ git_sub_dir = File.join(File.expand_path("../../../..", __FILE__), ".git")
39
+ if File.directory?(git_sub_dir)
40
+ return @git_commit_sha = Dir.chdir(git_sub_dir) do
41
+ `git ls-tree --abbrev=8 HEAD bundler`.split(/\s/).fetch(2, "").strip.freeze
42
+ end
38
43
  end
44
+
45
+ @git_commit_sha ||= "unknown"
39
46
  end
40
47
 
41
48
  # Whether this is an official release build of Bundler.
@@ -474,7 +474,7 @@ repo_name ||= user_name
474
474
  msg = "This Gemfile contains multiple primary sources. " \
475
475
  "Each source after the first must include a block to indicate which gems " \
476
476
  "should come from that source"
477
- unless Bundler.feature_flag.bundler_2_mode?
477
+ unless Bundler.feature_flag.bundler_3_mode?
478
478
  msg += ". To downgrade this error to a warning, run " \
479
479
  "`bundle config --delete disable_multisource`"
480
480
  end
@@ -499,7 +499,7 @@ repo_name ||= user_name
499
499
  end
500
500
 
501
501
  Bundler::SharedHelpers.major_deprecation 3, <<-EOS
502
- The :#{name} git source is deprecated, and will be removed in Bundler 2.0.#{additional_message} Add this code to the top of your Gemfile to ensure it continues to work:
502
+ The :#{name} git source is deprecated, and will be removed in Bundler 3.0.#{additional_message} Add this code to the top of your Gemfile to ensure it continues to work:
503
503
 
504
504
  git_source(:#{name}) #{replacement}
505
505
 
@@ -61,6 +61,8 @@ module Bundler
61
61
 
62
62
  settings_option(:default_cli_command) { bundler_3_mode? ? :cli_help : :install }
63
63
 
64
+ settings_method(:github_https?, "github.https") { bundler_2_mode? }
65
+
64
66
  def initialize(bundler_version)
65
67
  @bundler_version = Gem::Version.create(bundler_version)
66
68
  end
@@ -274,7 +274,15 @@ module Bundler
274
274
  until !File.directory?(current) || current == previous
275
275
  if ENV["BUNDLE_SPEC_RUN"]
276
276
  # avoid stepping above the tmp directory when testing
277
- return nil if File.file?(File.join(current, "bundler.gemspec"))
277
+ gemspec = if ENV["BUNDLE_RUBY"] && ENV["BUNDLE_GEM"]
278
+ # for Ruby Core
279
+ "lib/bundler.gemspec"
280
+ else
281
+ "bundler.gemspec"
282
+ end
283
+
284
+ # avoid stepping above the tmp directory when testing
285
+ return nil if File.file?(File.join(current, gemspec))
278
286
  end
279
287
 
280
288
  names.each do |name|
@@ -303,10 +311,12 @@ module Bundler
303
311
  unless File.exist?(exe_file)
304
312
  exe_file = File.expand_path("../../../exe/bundle", __FILE__)
305
313
  end
306
-
307
314
  Bundler::SharedHelpers.set_env "BUNDLE_BIN_PATH", exe_file
308
315
  rescue Gem::GemNotFoundException
309
- Bundler::SharedHelpers.set_env "BUNDLE_BIN_PATH", File.expand_path("../../../exe/bundle", __FILE__)
316
+ exe_file = File.expand_path("../../../exe/bundle", __FILE__)
317
+ # for Ruby core repository
318
+ exe_file = File.expand_path("../../../../bin/bundle", __FILE__) unless File.exist?(exe_file)
319
+ Bundler::SharedHelpers.set_env "BUNDLE_BIN_PATH", exe_file
310
320
  end
311
321
 
312
322
  # Set BUNDLE_GEMFILE
@@ -1,6 +1,4 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
-
5
3
  # Specify your gem's dependencies in <%= config[:name] %>.gemspec
6
4
  gemspec
@@ -7,7 +7,7 @@ module Bundler
7
7
  # We're doing this because we might write tests that deal
8
8
  # with other versions of bundler and we are unsure how to
9
9
  # handle this better.
10
- VERSION = "2.0.0.pre.1" unless defined?(::Bundler::VERSION)
10
+ VERSION = "2.0.0.pre.2" unless defined?(::Bundler::VERSION)
11
11
 
12
12
  def self.overwrite_loaded_gem_version
13
13
  begin
@@ -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" "October 2018" "" ""
4
+ .TH "BUNDLE\-ADD" "1" "November 2018" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-add\fR \- Add gem to the Gemfile and run bundle install
@@ -49,4 +49,4 @@ OPTIONS
49
49
 
50
50
 
51
51
 
52
- October 2018 BUNDLE-ADD(1)
52
+ November 2018 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" "October 2018" "" ""
4
+ .TH "BUNDLE\-BINSTUBS" "1" "November 2018" "" ""
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
- October 2018 BUNDLE-BINSTUBS(1)
48
+ November 2018 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" "October 2018" "" ""
4
+ .TH "BUNDLE\-CHECK" "1" "November 2018" "" ""
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
- October 2018 BUNDLE-CHECK(1)
33
+ November 2018 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" "October 2018" "" ""
4
+ .TH "BUNDLE\-CLEAN" "1" "November 2018" "" ""
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
- October 2018 BUNDLE-CLEAN(1)
26
+ November 2018 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\-DOCTOR" "1" "October 2018" "" ""
4
+ .TH "BUNDLE\-DOCTOR" "1" "November 2018" "" ""
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
- October 2018 BUNDLE-DOCTOR(1)
44
+ November 2018 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" "October 2018" "" ""
4
+ .TH "BUNDLE\-EXEC" "1" "November 2018" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-exec\fR \- Execute a command in the context of the bundle
@@ -175,4 +175,4 @@ RUBYGEMS PLUGINS
175
175
 
176
176
 
177
177
 
178
- October 2018 BUNDLE-EXEC(1)
178
+ November 2018 BUNDLE-EXEC(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\-GEM" "1" "October 2018" "" ""
4
+ .TH "BUNDLE\-GEM" "1" "November 2018" "" ""
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
- October 2018 BUNDLE-GEM(1)
91
+ November 2018 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" "October 2018" "" ""
4
+ .TH "BUNDLE\-INFO" "1" "November 2018" "" ""
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
- October 2018 BUNDLE-INFO(1)
21
+ November 2018 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" "October 2018" "" ""
4
+ .TH "BUNDLE\-INIT" "1" "November 2018" "" ""
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
- October 2018 BUNDLE-INIT(1)
34
+ November 2018 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" "October 2018" "" ""
4
+ .TH "BUNDLE\-INJECT" "1" "November 2018" "" ""
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
- October 2018 BUNDLE-INJECT(1)
32
+ November 2018 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\-LIST" "1" "October 2018" "" ""
4
+ .TH "BUNDLE\-LIST" "1" "November 2018" "" ""
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
- October 2018 BUNDLE-LIST(1)
43
+ November 2018 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" "October 2018" "" ""
4
+ .TH "BUNDLE\-LOCK" "1" "November 2018" "" ""
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
- October 2018 BUNDLE-LOCK(1)
93
+ November 2018 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" "October 2018" "" ""
4
+ .TH "BUNDLE\-OPEN" "1" "November 2018" "" ""
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
- October 2018 BUNDLE-OPEN(1)
29
+ November 2018 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" "October 2018" "" ""
4
+ .TH "BUNDLE\-OUTDATED" "1" "November 2018" "" ""
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
- October 2018 BUNDLE-OUTDATED(1)
131
+ November 2018 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" "October 2018" "" ""
4
+ .TH "BUNDLE\-PACKAGE" "1" "November 2018" "" ""
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
- October 2018 BUNDLE-PACKAGE(1)
79
+ November 2018 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" "October 2018" "" ""
4
+ .TH "BUNDLE\-PLATFORM" "1" "November 2018" "" ""
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
- October 2018 BUNDLE-PLATFORM(1)
57
+ November 2018 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" "October 2018" "" ""
4
+ .TH "BUNDLE\-PRISTINE" "1" "November 2018" "" ""
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
- October 2018 BUNDLE-PRISTINE(1)
44
+ November 2018 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" "October 2018" "" ""
4
+ .TH "BUNDLE\-REMOVE" "1" "November 2018" "" ""
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
- October 2018 BUNDLE-REMOVE(1)
34
+ November 2018 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" "October 2018" "" ""
4
+ .TH "BUNDLE\-SHOW" "1" "November 2018" "" ""
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
- October 2018 BUNDLE-SHOW(1)
27
+ November 2018 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\-VIZ" "1" "October 2018" "" ""
4
+ .TH "BUNDLE\-VIZ" "1" "November 2018" "" ""
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
- October 2018 BUNDLE-VIZ(1)
39
+ November 2018 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" "October 2018" "" ""
4
+ .TH "BUNDLE" "1" "November 2018" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\fR \- Ruby Dependency Management
@@ -110,4 +110,4 @@ OBSOLETE
110
110
 
111
111
 
112
112
 
113
- October 2018 BUNDLE(1)
113
+ November 2018 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" "October 2018" "" ""
4
+ .TH "GEMFILE" "5" "November 2018" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBGemfile\fR \- A format for describing gem dependencies for Ruby programs
@@ -650,4 +650,4 @@ SOURCE PRIORITY
650
650
 
651
651
 
652
652
 
653
- October 2018 GEMFILE(5)
653
+ November 2018 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.0.0.pre.1
4
+ version: 2.0.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: 2018-11-09 00:00:00.000000000 Z
25
+ date: 2018-11-27 00:00:00.000000000 Z
26
26
  dependencies:
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: automatiek
@@ -442,7 +442,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
442
442
  version: 2.5.0
443
443
  requirements: []
444
444
  rubyforge_project:
445
- rubygems_version: 2.7.7
445
+ rubygems_version: 2.7.6
446
446
  signing_key:
447
447
  specification_version: 4
448
448
  summary: The best way to manage your application's dependencies