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
@@ -25,6 +25,7 @@ class Bundler::Thor
25
25
  end
26
26
 
27
27
  def self.included(base)
28
+ super(base)
28
29
  # Hack. Make rakefile point to invoker, so rdoc task is generated properly.
29
30
  rakefile = File.basename(caller[0].match(/(.*):\d+/)[1])
30
31
  Rake.application.instance_variable_set(:@rakefile, rakefile)
@@ -7,6 +7,8 @@ require "digest/md5"
7
7
  require "pathname"
8
8
 
9
9
  class Bundler::Thor::Runner < Bundler::Thor #:nodoc: # rubocop:disable ClassLength
10
+ autoload :OpenURI, "open-uri"
11
+
10
12
  map "-T" => :list, "-i" => :install, "-u" => :update, "-v" => :version
11
13
 
12
14
  def self.banner(command, all = false, subcommand = false)
@@ -97,7 +97,11 @@ class Bundler::Thor
97
97
  protected
98
98
 
99
99
  def can_display_colors?
100
- stdout.tty?
100
+ stdout.tty? && !are_colors_disabled?
101
+ end
102
+
103
+ def are_colors_disabled?
104
+ !ENV['NO_COLOR'].nil?
101
105
  end
102
106
 
103
107
  # Overwrite show_diff to show diff with colors if Diff::LCS is
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: false
2
2
 
3
3
  module Bundler
4
- VERSION = "2.1.0.pre.2".freeze
4
+ VERSION = "2.1.0.pre.3".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" "September 2019" "" ""
4
+ .TH "BUNDLE\-ADD" "1" "November 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
- September 2019 BUNDLE-ADD(1)
58
+ November 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" "September 2019" "" ""
4
+ .TH "BUNDLE\-BINSTUBS" "1" "November 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
- September 2019 BUNDLE-BINSTUBS(1)
48
+ November 2019 BUNDLE-BINSTUBS(1)
@@ -0,0 +1,55 @@
1
+ .\" generated with Ronn/v0.7.3
2
+ .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
+ .
4
+ .TH "BUNDLE\-CACHE" "1" "November 2019" "" ""
5
+ .
6
+ .SH "NAME"
7
+ \fBbundle\-cache\fR \- Package your needed \fB\.gem\fR files into your application
8
+ .
9
+ .SH "SYNOPSIS"
10
+ \fBbundle cache\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
+ The \fBbundle cache\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 supports 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 cache(1) \fIbundle\-cache\.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 cache\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 cache\fR on an identical machine and check in the gems\. For instance, you can run \fBbundle cache\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 cache(1) \fIbundle\-cache\.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 cache \-\-no\-install\fR\.
@@ -0,0 +1,78 @@
1
+ BUNDLE-CACHE(1) BUNDLE-CACHE(1)
2
+
3
+
4
+
5
+ NAME
6
+ bundle-cache - Package your needed .gem files into your application
7
+
8
+ SYNOPSIS
9
+ bundle cache
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
+ The bundle cache command can also package :git and :path dependencies
19
+ besides .gem files. This needs to be explicitly enabled via the --all
20
+ option. Once used, the --all option will be remembered.
21
+
22
+ SUPPORT FOR MULTIPLE PLATFORMS
23
+ When using gems that have different packages for different platforms,
24
+ Bundler supports caching of gems for other platforms where the Gemfile
25
+ has been resolved (i.e. present in the lockfile) in vendor/cache. This
26
+ needs to be enabled via the --all-platforms option. This setting will
27
+ be remembered in your local bundler configuration.
28
+
29
+ REMOTE FETCHING
30
+ By default, if you run bundle install(1)](bundle-install.1.html) after
31
+ running bundle cache(1) bundle-cache.1.html, bundler will still connect
32
+ to rubygems.org to check whether a platform-specific gem exists for any
33
+ of the gems in vendor/cache.
34
+
35
+ For instance, consider this Gemfile(5):
36
+
37
+
38
+
39
+ source "https://rubygems.org"
40
+
41
+ gem "nokogiri"
42
+
43
+
44
+
45
+ If you run bundle cache under C Ruby, bundler will retrieve the version
46
+ of nokogiri for the "ruby" platform. If you deploy to JRuby and run
47
+ bundle install, bundler is forced to check to see whether a "java"
48
+ platformed nokogiri exists.
49
+
50
+ Even though the nokogiri gem for the Ruby platform is technically
51
+ acceptable on JRuby, it has a C extension that does not run on JRuby.
52
+ As a result, bundler will, by default, still connect to rubygems.org to
53
+ check whether it has a version of one of your gems more specific to
54
+ your platform.
55
+
56
+ This problem is also not limited to the "java" platform. A similar
57
+ (common) problem can happen when developing on Windows and deploying to
58
+ Linux, or even when developing on OSX and deploying to Linux.
59
+
60
+ If you know for sure that the gems packaged in vendor/cache are appro-
61
+ priate for the platform you are on, you can run bundle install --local
62
+ to skip checking for more appropriate gems, and use the ones in ven-
63
+ dor/cache.
64
+
65
+ One way to be sure that you have the right platformed versions of all
66
+ your gems is to run bundle cache on an identical machine and check in
67
+ the gems. For instance, you can run bundle cache on an identical stag-
68
+ ing box during your staging process, and check in the vendor/cache
69
+ before deploying to production.
70
+
71
+ By default, bundle cache(1) bundle-cache.1.html fetches and also
72
+ installs the gems to the default location. To package the dependencies
73
+ to vendor/cache without installing them to the local install location,
74
+ you can run bundle cache --no-install.
75
+
76
+
77
+
78
+ November 2019 BUNDLE-CACHE(1)
@@ -1,9 +1,9 @@
1
- bundle-package(1) -- Package your needed `.gem` files into your application
1
+ bundle-cache(1) -- Package your needed `.gem` files into your application
2
2
  ===========================================================================
3
3
 
4
4
  ## SYNOPSIS
5
5
 
6
- `bundle package`
6
+ `bundle cache`
7
7
 
8
8
  ## DESCRIPTION
9
9
 
@@ -13,22 +13,22 @@ use the gems in the cache in preference to the ones on `rubygems.org`.
13
13
 
14
14
  ## GIT AND PATH GEMS
15
15
 
16
- Since Bundler 1.2, the `bundle package` command can also package `:git` and
17
- `:path` dependencies besides .gem files. This needs to be explicitly enabled
18
- via the `--all` option. Once used, the `--all` option will be remembered.
16
+ The `bundle cache` command can also package `:git` and `:path` dependencies
17
+ besides .gem files. This needs to be explicitly enabled via the `--all` option.
18
+ Once used, the `--all` option will be remembered.
19
19
 
20
20
  ## SUPPORT FOR MULTIPLE PLATFORMS
21
21
 
22
22
  When using gems that have different packages for different platforms, Bundler
23
- 1.8 and newer support caching of gems for other platforms where the Gemfile
24
- has been resolved (i.e. present in the lockfile) in `vendor/cache`. This needs
25
- to be enabled via the `--all-platforms` option. This setting will be remembered
26
- in your local bundler configuration.
23
+ supports caching of gems for other platforms where the Gemfile has been resolved
24
+ (i.e. present in the lockfile) in `vendor/cache`. This needs to be enabled via
25
+ the `--all-platforms` option. This setting will be remembered in your local
26
+ bundler configuration.
27
27
 
28
28
  ## REMOTE FETCHING
29
29
 
30
30
  By default, if you run `bundle install(1)`](bundle-install.1.html) after running
31
- [bundle package(1)](bundle-package.1.html), bundler will still connect to `rubygems.org`
31
+ [bundle cache(1)](bundle-cache.1.html), bundler will still connect to `rubygems.org`
32
32
  to check whether a platform-specific gem exists for any of the gems
33
33
  in `vendor/cache`.
34
34
 
@@ -38,7 +38,7 @@ For instance, consider this Gemfile(5):
38
38
 
39
39
  gem "nokogiri"
40
40
 
41
- If you run `bundle package` under C Ruby, bundler will retrieve
41
+ If you run `bundle cache` under C Ruby, bundler will retrieve
42
42
  the version of `nokogiri` for the `"ruby"` platform. If you deploy
43
43
  to JRuby and run `bundle install`, bundler is forced to check to
44
44
  see whether a `"java"` platformed `nokogiri` exists.
@@ -60,13 +60,13 @@ are appropriate for the platform you are on, you can run
60
60
  gems, and use the ones in `vendor/cache`.
61
61
 
62
62
  One way to be sure that you have the right platformed versions
63
- of all your gems is to run `bundle package` on an identical
63
+ of all your gems is to run `bundle cache` on an identical
64
64
  machine and check in the gems. For instance, you can run
65
- `bundle package` on an identical staging box during your
65
+ `bundle cache` on an identical staging box during your
66
66
  staging process, and check in the `vendor/cache` before
67
67
  deploying to production.
68
68
 
69
- By default, [bundle package(1)](bundle-package.1.html) fetches and also
69
+ By default, [bundle cache(1)](bundle-cache.1.html) fetches and also
70
70
  installs the gems to the default location. To package the
71
71
  dependencies to `vendor/cache` without installing them to the
72
- local install location, you can run `bundle package --no-install`.
72
+ local install location, you can run `bundle cache --no-install`.
@@ -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" "September 2019" "" ""
4
+ .TH "BUNDLE\-CHECK" "1" "November 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
- September 2019 BUNDLE-CHECK(1)
33
+ November 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" "September 2019" "" ""
4
+ .TH "BUNDLE\-CLEAN" "1" "November 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
- September 2019 BUNDLE-CLEAN(1)
26
+ November 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" "September 2019" "" ""
4
+ .TH "BUNDLE\-CONFIG" "1" "November 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
- September 2019 BUNDLE-CONFIG(1)
528
+ November 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" "September 2019" "" ""
4
+ .TH "BUNDLE\-DOCTOR" "1" "November 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
- September 2019 BUNDLE-DOCTOR(1)
44
+ November 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" "September 2019" "" ""
4
+ .TH "BUNDLE\-EXEC" "1" "November 2019" "" ""
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
- September 2019 BUNDLE-EXEC(1)
178
+ November 2019 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" "September 2019" "" ""
4
+ .TH "BUNDLE\-GEM" "1" "November 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
- September 2019 BUNDLE-GEM(1)
91
+ November 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" "September 2019" "" ""
4
+ .TH "BUNDLE\-INFO" "1" "November 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
- September 2019 BUNDLE-INFO(1)
21
+ November 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" "September 2019" "" ""
4
+ .TH "BUNDLE\-INIT" "1" "November 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
- September 2019 BUNDLE-INIT(1)
34
+ November 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" "September 2019" "" ""
4
+ .TH "BUNDLE\-INJECT" "1" "November 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
- September 2019 BUNDLE-INJECT(1)
32
+ November 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" "September 2019" "" ""
4
+ .TH "BUNDLE\-INSTALL" "1" "November 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
- September 2019 BUNDLE-INSTALL(1)
401
+ November 2019 BUNDLE-INSTALL(1)