bundler 1.16.1 → 1.16.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 (93) hide show
  1. checksums.yaml +5 -5
  2. data/CHANGELOG.md +50 -0
  3. data/README.md +4 -0
  4. data/lib/bundler.rb +2 -2
  5. data/lib/bundler/build_metadata.rb +2 -2
  6. data/lib/bundler/cli.rb +2 -0
  7. data/lib/bundler/cli/check.rb +1 -1
  8. data/lib/bundler/cli/exec.rb +3 -4
  9. data/lib/bundler/cli/gem.rb +5 -2
  10. data/lib/bundler/cli/init.rb +5 -0
  11. data/lib/bundler/cli/install.rb +2 -2
  12. data/lib/bundler/cli/outdated.rb +1 -1
  13. data/lib/bundler/compact_index_client/updater.rb +10 -1
  14. data/lib/bundler/definition.rb +16 -11
  15. data/lib/bundler/fetcher.rb +2 -2
  16. data/lib/bundler/fetcher/index.rb +2 -2
  17. data/lib/bundler/friendly_errors.rb +2 -0
  18. data/lib/bundler/injector.rb +4 -4
  19. data/lib/bundler/installer.rb +12 -4
  20. data/lib/bundler/installer/gem_installer.rb +6 -1
  21. data/lib/bundler/plugin/index.rb +6 -1
  22. data/lib/bundler/resolver/spec_group.rb +0 -1
  23. data/lib/bundler/rubygems_integration.rb +9 -3
  24. data/lib/bundler/runtime.rb +1 -1
  25. data/lib/bundler/source/git.rb +2 -1
  26. data/lib/bundler/source/git/git_proxy.rb +6 -1
  27. data/lib/bundler/source/rubygems.rb +6 -1
  28. data/lib/bundler/spec_set.rb +4 -1
  29. data/lib/bundler/templates/Executable +1 -1
  30. data/lib/bundler/templates/newgem/newgem.gemspec.tt +4 -2
  31. data/lib/bundler/ui/shell.rb +3 -1
  32. data/lib/bundler/version.rb +1 -1
  33. data/man/bundle-add.1 +1 -1
  34. data/man/bundle-add.1.txt +1 -1
  35. data/man/bundle-binstubs.1 +4 -4
  36. data/man/bundle-binstubs.1.txt +4 -4
  37. data/man/bundle-binstubs.ronn +3 -3
  38. data/man/bundle-check.1 +4 -4
  39. data/man/bundle-check.1.txt +6 -5
  40. data/man/bundle-check.ronn +3 -3
  41. data/man/bundle-config.1 +23 -6
  42. data/man/bundle-config.1.txt +25 -15
  43. data/man/bundle-config.ronn +13 -9
  44. data/man/bundle-doctor.1 +44 -0
  45. data/man/bundle-doctor.1.txt +44 -0
  46. data/man/bundle-doctor.ronn +33 -0
  47. data/man/bundle-exec.1 +4 -4
  48. data/man/bundle-exec.1.txt +9 -9
  49. data/man/bundle-exec.ronn +3 -3
  50. data/man/bundle-gem.1 +2 -2
  51. data/man/bundle-gem.1.txt +2 -2
  52. data/man/bundle-gem.ronn +1 -1
  53. data/man/bundle-info.1 +1 -1
  54. data/man/bundle-info.1.txt +1 -1
  55. data/man/bundle-init.1 +9 -4
  56. data/man/bundle-init.1.txt +16 -6
  57. data/man/bundle-init.ronn +15 -4
  58. data/man/bundle-inject.1 +4 -4
  59. data/man/bundle-inject.1.txt +5 -5
  60. data/man/bundle-inject.ronn +3 -3
  61. data/man/bundle-install.1 +2 -2
  62. data/man/bundle-install.1.txt +2 -2
  63. data/man/bundle-install.ronn +1 -1
  64. data/man/bundle-list.1 +1 -1
  65. data/man/bundle-list.1.txt +1 -1
  66. data/man/bundle-lock.1 +2 -2
  67. data/man/bundle-lock.1.txt +2 -2
  68. data/man/bundle-lock.ronn +1 -1
  69. data/man/bundle-outdated.1 +2 -2
  70. data/man/bundle-outdated.1.txt +2 -2
  71. data/man/bundle-outdated.ronn +1 -1
  72. data/man/bundle-package.1 +3 -3
  73. data/man/bundle-package.1.txt +6 -6
  74. data/man/bundle-package.ronn +3 -3
  75. data/man/bundle-pristine.1 +1 -1
  76. data/man/bundle-pristine.1.txt +1 -1
  77. data/man/bundle-show.1 +3 -3
  78. data/man/bundle-show.1.txt +4 -3
  79. data/man/bundle-show.ronn +2 -2
  80. data/man/bundle-update.1 +8 -8
  81. data/man/bundle-update.1.txt +42 -41
  82. data/man/bundle-update.ronn +8 -8
  83. data/man/bundle-viz.1 +2 -2
  84. data/man/bundle-viz.1.txt +3 -2
  85. data/man/bundle-viz.ronn +1 -1
  86. data/man/bundle.1 +26 -26
  87. data/man/bundle.1.txt +26 -26
  88. data/man/bundle.ronn +25 -25
  89. data/man/gemfile.5 +4 -4
  90. data/man/gemfile.5.ronn +3 -3
  91. data/man/gemfile.5.txt +6 -6
  92. data/man/index.txt +1 -0
  93. metadata +6 -3
@@ -35,7 +35,7 @@ this warning, by using the [`:source` option](#SOURCE) or a
35
35
 
36
36
  ### CREDENTIALS
37
37
 
38
- Some gem sources require a username and password. Use [bundle config(1)][bundle-config] to set
38
+ Some gem sources require a username and password. Use [bundle config(1)][bundle-config(1)] to set
39
39
  the username and password for any of the sources that need it. The command must
40
40
  be run once on each computer that will install the Gemfile, but this keeps the
41
41
  credentials from being stored in plain text in version control.
@@ -228,7 +228,7 @@ As with groups, you can specify one or more platforms:
228
228
  gem "ruby-debug", :platforms => :mri_18
229
229
  gem "nokogiri", :platforms => [:mri_18, :jruby]
230
230
 
231
- All operations involving groups (`bundle install`, `Bundler.setup`,
231
+ All operations involving groups ([`bundle install`][bundle-install(1)], `Bundler.setup`,
232
232
  `Bundler.require`) behave exactly the same as if any groups not
233
233
  matching the current platform were explicitly excluded.
234
234
 
@@ -465,7 +465,7 @@ software is installed or some other conditions are met.
465
465
 
466
466
  ## GEMSPEC
467
467
 
468
- The [.gemspec](http://guides.rubygems.org/specification-reference/) file is where
468
+ The [`.gemspec`](http://guides.rubygems.org/specification-reference/) file is where
469
469
  you provide metadata about your gem to Rubygems. Some required Gemspec
470
470
  attributes include the name, description, and homepage of your gem. This is
471
471
  also where you specify the dependencies your gem needs to run.
@@ -41,8 +41,8 @@ GLOBAL SOURCES
41
41
 
42
42
  CREDENTIALS
43
43
  Some gem sources require a username and password. Use [bundle con-
44
- fig(1)][bundle-config] to set the username and password for any of the
45
- sources that need it. The command must be run once on each computer
44
+ fig(1)][bundle-config(1)] to set the username and password for any of
45
+ the sources that need it. The command must be run once on each computer
46
46
  that will install the Gemfile, but this keeps the credentials from
47
47
  being stored in plain text in version control.
48
48
 
@@ -286,9 +286,9 @@ GEMS
286
286
 
287
287
 
288
288
 
289
- All operations involving groups (bundle install, Bundler.setup,
290
- Bundler.require) behave exactly the same as if any groups not matching
291
- the current platform were explicitly excluded.
289
+ All operations involving groups ([bundle install][bundle-install(1)],
290
+ Bundler.setup, Bundler.require) behave exactly the same as if any
291
+ groups not matching the current platform were explicitly excluded.
292
292
 
293
293
  SOURCE
294
294
  You can select an alternate Rubygems repository for a gem using the
@@ -633,4 +633,4 @@ SOURCE PRIORITY
633
633
 
634
634
 
635
635
 
636
- July 2017 GEMFILE(5)
636
+ February 2018 GEMFILE(5)
@@ -5,6 +5,7 @@ bundle-binstubs(1) bundle-binstubs.1
5
5
  bundle-check(1) bundle-check.1
6
6
  bundle-clean(1) bundle-clean.1
7
7
  bundle-config(1) bundle-config.1
8
+ bundle-doctor(1) bundle-doctor.1
8
9
  bundle-exec(1) bundle-exec.1
9
10
  bundle-gem(1) bundle-gem.1
10
11
  bundle-info(1) bundle-info.1
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: 1.16.1
4
+ version: 1.16.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - André Arko
@@ -17,7 +17,7 @@ authors:
17
17
  autorequire:
18
18
  bindir: exe
19
19
  cert_chain: []
20
- date: 2017-12-21 00:00:00.000000000 Z
20
+ date: 2018-05-16 00:00:00.000000000 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: automatiek
@@ -350,6 +350,9 @@ files:
350
350
  - man/bundle-config.1
351
351
  - man/bundle-config.1.txt
352
352
  - man/bundle-config.ronn
353
+ - man/bundle-doctor.1
354
+ - man/bundle-doctor.1.txt
355
+ - man/bundle-doctor.ronn
353
356
  - man/bundle-exec.1
354
357
  - man/bundle-exec.1.txt
355
358
  - man/bundle-exec.ronn
@@ -429,7 +432,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
429
432
  version: 1.3.6
430
433
  requirements: []
431
434
  rubyforge_project:
432
- rubygems_version: 2.6.13
435
+ rubygems_version: 2.7.6
433
436
  signing_key:
434
437
  specification_version: 4
435
438
  summary: The best way to manage your application's dependencies