bundler 2.2.0.rc.1 → 2.2.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 (181) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +786 -690
  3. data/lib/bundler.rb +17 -3
  4. data/lib/bundler/build_metadata.rb +3 -11
  5. data/lib/bundler/cli.rb +31 -15
  6. data/lib/bundler/cli/add.rb +1 -1
  7. data/lib/bundler/cli/binstubs.rb +6 -2
  8. data/lib/bundler/cli/cache.rb +1 -7
  9. data/lib/bundler/cli/clean.rb +1 -1
  10. data/lib/bundler/cli/common.rb +14 -0
  11. data/lib/bundler/cli/doctor.rb +1 -1
  12. data/lib/bundler/cli/exec.rb +4 -4
  13. data/lib/bundler/cli/fund.rb +36 -0
  14. data/lib/bundler/cli/gem.rb +1 -1
  15. data/lib/bundler/cli/info.rb +2 -1
  16. data/lib/bundler/cli/init.rb +1 -1
  17. data/lib/bundler/cli/inject.rb +1 -1
  18. data/lib/bundler/cli/install.rb +18 -7
  19. data/lib/bundler/cli/list.rb +1 -1
  20. data/lib/bundler/cli/outdated.rb +1 -3
  21. data/lib/bundler/cli/pristine.rb +1 -1
  22. data/lib/bundler/cli/show.rb +1 -1
  23. data/lib/bundler/cli/update.rb +3 -1
  24. data/lib/bundler/compact_index_client.rb +1 -1
  25. data/lib/bundler/compact_index_client/cache.rb +6 -14
  26. data/lib/bundler/compact_index_client/gem_parser.rb +28 -0
  27. data/lib/bundler/compact_index_client/updater.rb +5 -5
  28. data/lib/bundler/definition.rb +49 -60
  29. data/lib/bundler/dep_proxy.rb +1 -1
  30. data/lib/bundler/dependency.rb +3 -1
  31. data/lib/bundler/dsl.rb +4 -4
  32. data/lib/bundler/endpoint_specification.rb +1 -1
  33. data/lib/bundler/env.rb +1 -1
  34. data/lib/bundler/feature_flag.rb +0 -1
  35. data/lib/bundler/fetcher.rb +3 -3
  36. data/lib/bundler/fetcher/base.rb +1 -1
  37. data/lib/bundler/fetcher/compact_index.rb +1 -1
  38. data/lib/bundler/fetcher/downloader.rb +1 -1
  39. data/lib/bundler/fetcher/index.rb +3 -4
  40. data/lib/bundler/friendly_errors.rb +18 -3
  41. data/lib/bundler/gem_helper.rb +17 -9
  42. data/lib/bundler/gem_helpers.rb +36 -25
  43. data/lib/bundler/gem_version_promoter.rb +1 -1
  44. data/lib/bundler/graph.rb +1 -1
  45. data/lib/bundler/index.rb +6 -2
  46. data/lib/bundler/injector.rb +10 -3
  47. data/lib/bundler/installer.rb +8 -6
  48. data/lib/bundler/installer/gem_installer.rb +1 -1
  49. data/lib/bundler/installer/parallel_installer.rb +1 -1
  50. data/lib/bundler/installer/standalone.rb +2 -2
  51. data/lib/bundler/lazy_specification.rb +22 -11
  52. data/lib/bundler/lockfile_generator.rb +1 -1
  53. data/lib/bundler/lockfile_parser.rb +1 -1
  54. data/lib/bundler/man/.document +1 -0
  55. data/{man/bundle-add.ronn → lib/bundler/man/bundle-add.1.ronn} +0 -0
  56. data/{man/bundle-binstubs.ronn → lib/bundler/man/bundle-binstubs.1.ronn} +2 -4
  57. data/{man/bundle-cache.ronn → lib/bundler/man/bundle-cache.1.ronn} +0 -0
  58. data/{man/bundle-check.ronn → lib/bundler/man/bundle-check.1.ronn} +0 -0
  59. data/{man/bundle-clean.ronn → lib/bundler/man/bundle-clean.1.ronn} +0 -0
  60. data/{man/bundle-config.ronn → lib/bundler/man/bundle-config.1.ronn} +14 -21
  61. data/{man/bundle-doctor.ronn → lib/bundler/man/bundle-doctor.1.ronn} +0 -0
  62. data/{man/bundle-exec.ronn → lib/bundler/man/bundle-exec.1.ronn} +0 -0
  63. data/{man/bundle-gem.ronn → lib/bundler/man/bundle-gem.1.ronn} +0 -0
  64. data/{man/bundle-info.ronn → lib/bundler/man/bundle-info.1.ronn} +0 -0
  65. data/{man/bundle-init.ronn → lib/bundler/man/bundle-init.1.ronn} +0 -0
  66. data/{man/bundle-inject.ronn → lib/bundler/man/bundle-inject.1.ronn} +0 -0
  67. data/{man/bundle-install.ronn → lib/bundler/man/bundle-install.1.ronn} +25 -3
  68. data/{man/bundle-list.ronn → lib/bundler/man/bundle-list.1.ronn} +0 -0
  69. data/{man/bundle-lock.ronn → lib/bundler/man/bundle-lock.1.ronn} +0 -0
  70. data/{man/bundle-open.ronn → lib/bundler/man/bundle-open.1.ronn} +0 -0
  71. data/{man/bundle-outdated.ronn → lib/bundler/man/bundle-outdated.1.ronn} +0 -0
  72. data/{man/bundle-platform.ronn → lib/bundler/man/bundle-platform.1.ronn} +0 -0
  73. data/{man/bundle-pristine.ronn → lib/bundler/man/bundle-pristine.1.ronn} +0 -0
  74. data/{man/bundle-remove.ronn → lib/bundler/man/bundle-remove.1.ronn} +0 -0
  75. data/{man/bundle-show.ronn → lib/bundler/man/bundle-show.1.ronn} +0 -0
  76. data/{man/bundle-update.ronn → lib/bundler/man/bundle-update.1.ronn} +0 -0
  77. data/{man/bundle-viz.ronn → lib/bundler/man/bundle-viz.1.ronn} +0 -0
  78. data/{man/bundle.ronn → lib/bundler/man/bundle.1.ronn} +0 -0
  79. data/{man → lib/bundler/man}/gemfile.5.ronn +4 -4
  80. data/lib/bundler/mirror.rb +2 -2
  81. data/lib/bundler/plugin.rb +5 -6
  82. data/lib/bundler/plugin/api/source.rb +1 -1
  83. data/lib/bundler/plugin/dsl.rb +1 -1
  84. data/lib/bundler/plugin/index.rb +1 -1
  85. data/lib/bundler/plugin/installer.rb +1 -1
  86. data/lib/bundler/plugin/installer/rubygems.rb +1 -1
  87. data/lib/bundler/plugin/source_list.rb +1 -1
  88. data/lib/bundler/remote_specification.rb +1 -1
  89. data/lib/bundler/resolver.rb +26 -30
  90. data/lib/bundler/resolver/spec_group.rb +21 -27
  91. data/lib/bundler/retry.rb +1 -1
  92. data/lib/bundler/ruby_version.rb +1 -1
  93. data/lib/bundler/rubygems_ext.rb +46 -1
  94. data/lib/bundler/rubygems_gem_installer.rb +2 -2
  95. data/lib/bundler/rubygems_integration.rb +22 -12
  96. data/lib/bundler/runtime.rb +2 -2
  97. data/lib/bundler/settings.rb +49 -43
  98. data/lib/bundler/shared_helpers.rb +1 -1
  99. data/lib/bundler/similarity_detector.rb +1 -1
  100. data/lib/bundler/source.rb +1 -1
  101. data/lib/bundler/source/git.rb +1 -1
  102. data/lib/bundler/source/git/git_proxy.rb +5 -3
  103. data/lib/bundler/source/path.rb +2 -2
  104. data/lib/bundler/source/path/installer.rb +1 -1
  105. data/lib/bundler/source/rubygems.rb +2 -2
  106. data/lib/bundler/source/rubygems/remote.rb +1 -1
  107. data/lib/bundler/source_list.rb +2 -2
  108. data/lib/bundler/spec_set.rb +7 -9
  109. data/lib/bundler/stub_specification.rb +1 -3
  110. data/lib/bundler/templates/newgem/README.md.tt +1 -2
  111. data/lib/bundler/templates/newgem/bin/console.tt +1 -2
  112. data/lib/bundler/templates/newgem/lib/newgem.rb.tt +2 -2
  113. data/lib/bundler/templates/newgem/newgem.gemspec.tt +8 -2
  114. data/lib/bundler/templates/newgem/spec/spec_helper.rb.tt +0 -1
  115. data/lib/bundler/ui/shell.rb +5 -5
  116. data/lib/bundler/uri_credentials_filter.rb +3 -1
  117. data/lib/bundler/vendor/molinillo/lib/molinillo.rb +0 -1
  118. data/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb +34 -1
  119. data/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb +2 -2
  120. data/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb +1 -1
  121. data/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb +1 -1
  122. data/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb +38 -40
  123. data/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb +8 -1
  124. data/lib/bundler/vendor/tmpdir/lib/tmpdir.rb +154 -0
  125. data/lib/bundler/vendored_persistent.rb +0 -7
  126. data/lib/bundler/vendored_tmpdir.rb +4 -0
  127. data/lib/bundler/version.rb +1 -1
  128. data/lib/bundler/worker.rb +1 -1
  129. data/lib/bundler/yaml_serializer.rb +1 -1
  130. data/man/bundle-add.1 +1 -1
  131. data/man/bundle-binstubs.1 +5 -3
  132. data/man/bundle-cache.1 +1 -1
  133. data/man/bundle-check.1 +1 -1
  134. data/man/bundle-clean.1 +1 -1
  135. data/man/bundle-config.1 +14 -17
  136. data/man/bundle-doctor.1 +1 -1
  137. data/man/bundle-exec.1 +1 -1
  138. data/man/bundle-gem.1 +1 -1
  139. data/man/bundle-info.1 +1 -1
  140. data/man/bundle-init.1 +1 -1
  141. data/man/bundle-inject.1 +1 -1
  142. data/man/bundle-install.1 +30 -3
  143. data/man/bundle-list.1 +1 -1
  144. data/man/bundle-lock.1 +1 -1
  145. data/man/bundle-open.1 +1 -1
  146. data/man/bundle-outdated.1 +1 -1
  147. data/man/bundle-platform.1 +1 -1
  148. data/man/bundle-pristine.1 +1 -1
  149. data/man/bundle-remove.1 +1 -1
  150. data/man/bundle-show.1 +1 -1
  151. data/man/bundle-update.1 +1 -1
  152. data/man/bundle-viz.1 +1 -1
  153. data/man/bundle.1 +1 -1
  154. data/man/gemfile.5 +4 -4
  155. metadata +33 -54
  156. data/lib/bundler/vendor/molinillo/lib/molinillo/compatibility.rb +0 -26
  157. data/man/bundle-add.1.txt +0 -58
  158. data/man/bundle-binstubs.1.txt +0 -48
  159. data/man/bundle-cache.1.txt +0 -78
  160. data/man/bundle-check.1.txt +0 -33
  161. data/man/bundle-clean.1.txt +0 -26
  162. data/man/bundle-config.1.txt +0 -527
  163. data/man/bundle-doctor.1.txt +0 -44
  164. data/man/bundle-exec.1.txt +0 -181
  165. data/man/bundle-gem.1.txt +0 -117
  166. data/man/bundle-info.1.txt +0 -21
  167. data/man/bundle-init.1.txt +0 -34
  168. data/man/bundle-inject.1.txt +0 -32
  169. data/man/bundle-install.1.txt +0 -401
  170. data/man/bundle-list.1.txt +0 -44
  171. data/man/bundle-lock.1.txt +0 -93
  172. data/man/bundle-open.1.txt +0 -29
  173. data/man/bundle-outdated.1.txt +0 -131
  174. data/man/bundle-platform.1.txt +0 -57
  175. data/man/bundle-pristine.1.txt +0 -44
  176. data/man/bundle-remove.1.txt +0 -34
  177. data/man/bundle-show.1.txt +0 -27
  178. data/man/bundle-update.1.txt +0 -391
  179. data/man/bundle-viz.1.txt +0 -39
  180. data/man/bundle.1.txt +0 -116
  181. data/man/gemfile.5.txt +0 -651
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 615cf1204330afcb6e73af22e6535a66ebac3eaa03b2a7c672752063b8963e51
4
- data.tar.gz: 86c318c2e938e94aaaace6efbf0e84dc37a5e9841c49a7d57b006240e902eedd
3
+ metadata.gz: e6d1efe11ee2c513b90baf20e54b599a1cec72355056997c53b1d62a064c4237
4
+ data.tar.gz: ac82de915bc8c58b391a19e61f3abcad69dc279a531e09cadcc59083653fc7f9
5
5
  SHA512:
6
- metadata.gz: 7c3c4d4c0b7125fe39ea8c88de1b8563a51193388c2eab222cbdf5489ea9d031797166ddfef121ce442c1c8cfa0ef90712a3d163eb36f9c6ef4eb2f46001fb1b
7
- data.tar.gz: b23682d9b6568527e398c862b694e23d98decb36c7db24a3598161d5ca6e1463bfdc3634cd91cfe42a1fa5796b5db32eb9e630c5bca352eec4c11902e4dee15f
6
+ metadata.gz: 835e64c01ad6e8c66e0c2e7199457f0b6ce5ecb2ff8c8e4af557e40c9186bd734cbff607a45ec9a751f6ad0e6790e81a78b206b1082a7b2a7a22526b6422b280
7
+ data.tar.gz: 07ed7766695917265535b4a5803ff799d201aaa910d73ba4b185f5f18836e1d1ec3967535b7b68c4c55d3af05c038ec6bcde8f66e8068db5576e16929ead145d
@@ -1,11 +1,119 @@
1
- ## 2.2.0.rc.1 (Jul 02, 2020)
1
+ # 2.2.3 (December 22, 2020)
2
2
 
3
- Highlights:
3
+ ## Bug fixes:
4
+
5
+ - Restore full compatibility with previous lockfiles [#4179](https://github.com/rubygems/rubygems/pull/4179)
6
+ - Add all matching variants with the same platform specificity to the lockfile [#4180](https://github.com/rubygems/rubygems/pull/4180)
7
+ - Fix bundler installing gems for a different platform when running in frozen mode and current platform not in the lockfile [#4172](https://github.com/rubygems/rubygems/pull/4172)
8
+ - Fix crash when `bundle exec`'ing to bundler [#4175](https://github.com/rubygems/rubygems/pull/4175)
9
+
10
+ # 2.2.2 (December 17, 2020)
11
+
12
+ ## Bug fixes:
13
+
14
+ - Fix resolver crash when a candidate has 0 matching platforms [#4163](https://github.com/rubygems/rubygems/pull/4163)
15
+ - Restore change to copy global with/without config locally upon `bundle install` [#4154](https://github.com/rubygems/rubygems/pull/4154)
16
+
17
+ # 2.2.1 (December 14, 2020)
18
+
19
+ ## Bug fixes:
20
+
21
+ - Ad-hoc fix for platform regression [#4127](https://github.com/rubygems/rubygems/pull/4127)
22
+ - Workaround JRuby + Windows issue with net-http-persistent vendored code [#4138](https://github.com/rubygems/rubygems/pull/4138)
23
+ - Reset also root when in a nested invocation [#4140](https://github.com/rubygems/rubygems/pull/4140)
24
+ - Restore 2.1.4 resolution times [#4134](https://github.com/rubygems/rubygems/pull/4134)
25
+ - Fix `bundle outdated --strict` crash [#4133](https://github.com/rubygems/rubygems/pull/4133)
26
+ - Autoload `Bundler::RemoteSpecification` to workaround crash on jruby [#4114](https://github.com/rubygems/rubygems/pull/4114)
27
+
28
+ # 2.2.0 (December 7, 2020)
29
+
30
+ ## Enhancements:
31
+
32
+ - New gem template: prefer `require_relative` to `require` [#4066](https://github.com/rubygems/rubygems/pull/4066)
33
+ - Always show underlying error when fetching specs fails [#4061](https://github.com/rubygems/rubygems/pull/4061)
34
+ - Add `--all-platforms` flag to `bundle binstubs` to generate binstubs for all platforms [#3886](https://github.com/rubygems/rubygems/pull/3886)
35
+ - Improve gem not found in source error messages [#4019](https://github.com/rubygems/rubygems/pull/4019)
36
+ - Revert resolving all Gemfile platforms automatically [#4052](https://github.com/rubygems/rubygems/pull/4052)
37
+ - Remove extra empty line from README template [#4041](https://github.com/rubygems/rubygems/pull/4041)
38
+ - Lazily load `erb` [#4011](https://github.com/rubygems/rubygems/pull/4011)
39
+
40
+ ## Bug fixes:
41
+
42
+ - Fix `Bundler::Plugin::API::Source#to_s` having empty source type [#4084](https://github.com/rubygems/rubygems/pull/4084)
43
+ - Raise consistent errors with or without `bundle exec` [#4063](https://github.com/rubygems/rubygems/pull/4063)
44
+ - Fix edge case resulting in a crash when using `zeitwerk` inside a nested `bundle exec` invocation [#4062](https://github.com/rubygems/rubygems/pull/4062)
45
+ - Enable `specific_platform` by default [#4015](https://github.com/rubygems/rubygems/pull/4015)
46
+ - Prevent remove command from deleting gemfile lines that are comments [#4045](https://github.com/rubygems/rubygems/pull/4045)
47
+ - Fix issue with `cache_all_platforms` and `specific_platform` configured [#4042](https://github.com/rubygems/rubygems/pull/4042)
48
+ - Fix incorrect error message on Windows [#4039](https://github.com/rubygems/rubygems/pull/4039)
49
+ - Make printed drive letters consistent on Windows [#4038](https://github.com/rubygems/rubygems/pull/4038)
50
+ - Load rubygems plugins from RUBYLIB during `bundle install` and `bundle update` [#3534](https://github.com/rubygems/rubygems/pull/3534)
51
+ - Fix `specific_platform` and `cache_all` with `bundle cache --all-platforms` [#4022](https://github.com/rubygems/rubygems/pull/4022)
52
+ - Bring back the possibility to install a plugin from path [#4020](https://github.com/rubygems/rubygems/pull/4020)
53
+ - Move ronn pages to lib [#3997](https://github.com/rubygems/rubygems/pull/3997)
54
+ - Fix fileutils double load when using `bundler/inline` [#3991](https://github.com/rubygems/rubygems/pull/3991)
55
+ - Accept responses with no etag header [#3865](https://github.com/rubygems/rubygems/pull/3865)
56
+
57
+ ## Documentation:
58
+
59
+ - Fix typo of `bundle-install.1` (v2.1) [#4079](https://github.com/rubygems/rubygems/pull/4079)
60
+ - Add commented out example and more information link to generated gemspec [#4034](https://github.com/rubygems/rubygems/pull/4034)
61
+
62
+ # 2.2.0.rc.2 (October 6, 2020)
63
+
64
+ ## Features:
65
+
66
+ - Add `bundle fund` command [#3390](https://github.com/rubygems/rubygems/pull/3390)
67
+
68
+ ## Enhancements:
69
+
70
+ - Fix ls-files matching regexp [#3845](https://github.com/rubygems/rubygems/pull/3845)
71
+ - Remove redundant `bundler/setup` require from `spec_helper.rb` generated by `bundle gem` [#3791](https://github.com/rubygems/rubygems/pull/3791)
72
+
73
+ ## Bug fixes:
74
+
75
+ - Deduplicate spec groups [#3965](https://github.com/rubygems/rubygems/pull/3965)
76
+ - Fix some cases of running `bundler` on a path including brackets [#3854](https://github.com/rubygems/rubygems/pull/3854)
77
+ - Don't warn when deinit'ing submodules [#3969](https://github.com/rubygems/rubygems/pull/3969)
78
+ - Make `bundle clean --force` leave default gem executables untouched [#3907](https://github.com/rubygems/rubygems/pull/3907)
79
+ - Prioritize `path.system` over `path` when it makes sense [#3933](https://github.com/rubygems/rubygems/pull/3933)
80
+ - Sort requirements in Gem::Requirement to succeed comparison with different order [#3889](https://github.com/rubygems/rubygems/pull/3889)
81
+ - Print bug report template to standard error [#3924](https://github.com/rubygems/rubygems/pull/3924)
82
+ - Restore `bundle cache --all` in all cases [#3914](https://github.com/rubygems/rubygems/pull/3914)
83
+ - Move shebang to the top of `bin/console` template [#3927](https://github.com/rubygems/rubygems/pull/3927)
84
+ - Fix platform issues when running under a frozen bundle [#3909](https://github.com/rubygems/rubygems/pull/3909)
85
+ - Fix deprecation messages for `bundle install` flags, the config should be --local as before [#3917](https://github.com/rubygems/rubygems/pull/3917)
86
+ - Look for absolute path when removing bundler/setup from RUBYOPT in Bundler.unbundled_env method [#3877](https://github.com/rubygems/rubygems/pull/3877)
87
+ - Fix incorrect re-resolution when path gem excluded and not available [#3902](https://github.com/rubygems/rubygems/pull/3902)
88
+ - Fix error when building error message in `bundler/inline` [#3901](https://github.com/rubygems/rubygems/pull/3901)
89
+ - Fix regression related to locked ruby [#3900](https://github.com/rubygems/rubygems/pull/3900)
90
+ - Expand load paths in standalone setup.rb file [#3522](https://github.com/rubygems/rubygems/pull/3522)
91
+ - Fix broken exception recovery code when installing plugins [#3487](https://github.com/rubygems/rubygems/pull/3487)
92
+ - Fix incorrect build info on development versions of bundler, and on bundler versions installed as a default gem [#3778](https://github.com/rubygems/rubygems/pull/3778)
93
+ - Avoid autoloading `openssl` to try help with jruby load service issues [#3809](https://github.com/rubygems/rubygems/pull/3809)
94
+ - Fix `rake release` pushing all local tags instead of only the release tag [#3785](https://github.com/rubygems/rubygems/pull/3785)
95
+ - Fix `rake release` aborting when credentials file is missing, even if properly configured through XDG [#3783](https://github.com/rubygems/rubygems/pull/3783)
96
+
97
+ ## Deprecations:
98
+
99
+ - Deprecate `bundle cache --all` flag [#3932](https://github.com/rubygems/rubygems/pull/3932)
100
+
101
+ ## Documentation:
102
+
103
+ - Correct grammar in Gemfile docs [#3990](https://github.com/rubygems/rubygems/pull/3990)
104
+ - Fix typo in `bundle pristine` warning message [#3959](https://github.com/rubygems/rubygems/pull/3959)
105
+ - Improve human readable fallback version of CLI help messages [#3921](https://github.com/rubygems/rubygems/pull/3921)
106
+ - Note CLI flag deprecations in documentation [#3915](https://github.com/rubygems/rubygems/pull/3915)
107
+ - Update man page and deprecation warning for binstubs --all [#3872](https://github.com/rubygems/rubygems/pull/3872)
108
+
109
+ # 2.2.0.rc.1 (July 2, 2020)
110
+
111
+ ## Features:
4
112
 
5
113
  - Windows support. There's still gotchas and unimplemented features, but a Windows CI is now enforced.
6
114
  - Full multiplatform support. Bundler should now seamlessly handle multiplatform `Gemfile` or `gems.rb` files.
7
115
 
8
- Features:
116
+ ## Enhancements:
9
117
 
10
118
  - `bundle info` now includes gem metadata [#7376](https://github.com/rubygems/bundler/pull/7376)
11
119
  - `bundle list --without-group` and `bundle list --only-group` now support space separated list of groups in addition to single groups [#7404](https://github.com/rubygems/bundler/pull/7404)
@@ -16,9 +124,6 @@ Features:
16
124
  - Add `bundle plugin uninstall` [#3482](https://github.com/rubygems/rubygems/pull/3482)
17
125
  - `bundle gem` now supports a `--ci` flag and a `gem.ci` configuration that adds CI config files for the main CI providers to the generated gem skeleton [#3667](https://github.com/rubygems/rubygems/pull/3667)
18
126
  - Allow setting a tag prefix to be used by release tasks [#3766](https://github.com/rubygems/rubygems/pull/3766)
19
-
20
- Improvements:
21
-
22
127
  - `bundle outdated` now prints output in columns for better readability [#4474](https://github.com/rubygems/bundler/pull/4474)
23
128
  - bundler's `release` rake task now prints a better message when not being logged in and trying to push a gem [#7513](https://github.com/rubygems/bundler/pull/7513)
24
129
  - `BUNDLE_APP_CONFIG` environment variable is now documented [#7563](https://github.com/rubygems/bundler/pull/7563)
@@ -35,7 +140,7 @@ Improvements:
35
140
  - Remove some requires that might workaround some autoloading issues on jruby [#3771](https://github.com/rubygems/rubygems/pull/3771)
36
141
  - Unswallow an error that should make some random crashes on jruby easier to troubleshoot [#3774](https://github.com/rubygems/rubygems/pull/3774)
37
142
 
38
- Bugfixes:
143
+ ## Bug fixes:
39
144
 
40
145
  - Fix `bundle pristine` removing gems with local overrides. Be conservative by printing a warning and skipping the removal [#7423](https://github.com/rubygems/bundler/pull/7423)
41
146
  - Fix multiplaform resolution edge cases [#7522](https://github.com/rubygems/bundler/pull/7522) and [#7578](https://github.com/rubygems/bundler/pull/7578)
@@ -61,40 +166,40 @@ Bugfixes:
61
166
  - Fix `bundle install` unintentionally copying `with` and `without` global config to local configuration [#3666](https://github.com/rubygems/rubygems/pull/3666). This PR also address the `BUNDLE_WITH` environment variable unintentionally being persisted to configuration in a similar way ([#3708](https://github.com/rubygems/rubygems/issues/3708))
62
167
  - Fix race condition in `bundle install` that could "empty" exceptions to be raised [#3669](https://github.com/rubygems/rubygems/pull/3669)
63
168
  - Fix `--no-cache` to `bundle install` being unintentionally deprecated [#3688](https://github.com/rubygems/rubygems/pull/3688)
64
- - Avoid calling `LoadError#message` to fix performance regression in future ruby 2.8 [#3762](https://github.com/rubygems/rubygems/pull/3762)
169
+ - Avoid calling `LoadError#message` to fix performance regression in future ruby 3.0 [#3762](https://github.com/rubygems/rubygems/pull/3762)
65
170
 
66
- ## 2.1.4 (January 5, 2020)
171
+ # 2.1.4 (January 5, 2020)
67
172
 
68
- Bugfixes:
173
+ ## Bug fixes:
69
174
 
70
175
  - Fix `net-http-pipeline` no longer being allowed in Gemfiles if already installed in the system due to our vendored version of `net-http-persistent` optionally requiring it [#7529](https://github.com/bundler/bundler/pull/7529)
71
176
  - Fix inline gems no longer being requirable if no Gemfile is present in the directory hierarchy [#7537](https://github.com/bundler/bundler/pull/7537)
72
177
 
73
- ## 2.1.3 (January 2, 2020)
178
+ # 2.1.3 (January 2, 2020)
74
179
 
75
- Bugfixes:
180
+ ## Bug fixes:
76
181
 
77
182
  - Fix `rake build` when path has spaces on it [#7514](https://github.com/bundler/bundler/pull/7514)
78
183
  - Fix `rake release` git push tasks when the running shell has `git` as an alias of another command (like `hub`) [#7510](https://github.com/bundler/bundler/pull/7510)
79
184
  - Fix some circular require warnings [#7520](https://github.com/bundler/bundler/pull/7520)
80
185
  - Fix `bundle config set deployment true` recommended alternative to `bundle config --deployment` to behave in the same way as the `--deployment` flag [#7519](https://github.com/bundler/bundler/pull/7519)
81
186
 
82
- ## 2.1.2 (December 20, 2019)
187
+ # 2.1.2 (December 20, 2019)
83
188
 
84
- Bugfixes:
189
+ ## Bug fixes:
85
190
 
86
191
  - Restore an explicit `require "rubygems"` on top `rubygems_integration.rb` to avoid some missing constant errors under some convoluted setups [#7505](https://github.com/rubygems/bundler/pull/7505)
87
192
 
88
- ## 2.1.1 (December 17, 2019)
193
+ # 2.1.1 (December 17, 2019)
89
194
 
90
- Bugfixes:
195
+ ## Bug fixes:
91
196
 
92
197
  - Fix some cases of shelling out to `rubygems` still being silent [#7493](https://github.com/rubygems/bundler/pull/7493)
93
198
  - Restore compatibility with `rubygems-bundler` so that binstubs work under `RVM` [#7498](https://github.com/rubygems/bundler/pull/7498)
94
199
 
95
- ## 2.1.0 (December 15, 2019)
200
+ # 2.1.0 (December 15, 2019)
96
201
 
97
- Features:
202
+ ## Features:
98
203
 
99
204
  - Add support for new default gems. In particular,
100
205
 
@@ -104,27 +209,27 @@ Features:
104
209
 
105
210
  plus other PRs removing or lazily loading usages of these gems from other places to not interfere with user's choice, such as [#7471](https://github.com/rubygems/bundler/pull/7471) or [#7473](https://github.com/bundler/bundler/pull/7473)
106
211
 
107
- Bugfixes:
212
+ ## Bug fixes:
108
213
 
109
214
  - Fix `bundle exec rake install` failing [#7474](https://github.com/rubygems/bundler/pull/7474)
110
215
  - Fix `bundle exec`'ing to rubygems being silent [#7442](https://github.com/rubygems/bundler/pull/7442)
111
216
  - Restore previous `BUNDLE_GEMFILE` in `bundler/inline` [#7418](https://github.com/rubygems/bundler/pull/7418)
112
217
  - Fix error when using `gem` DSL's `:glob` option for selecting gemspecs from a specific source [#7419](https://github.com/rubygems/bundler/pull/7419)
113
218
 
114
- Changes:
219
+ ## Enhancements:
115
220
 
116
221
  - `bundle config` no longer warns when using "old interface" (might be deprecated again in the future) [#7475](https://github.com/rubygems/bundler/pull/7475)
117
222
  - `bundle update` no longer warns when used without arguments (might be deprecated again in the future) [#7475](https://github.com/rubygems/bundler/pull/7475)
118
223
 
119
- ## 2.1.0.pre.3 (November 12, 2019)
224
+ # 2.1.0.pre.3 (November 12, 2019)
120
225
 
121
- Features:
226
+ ## Features:
122
227
 
123
228
  - Add caller information to some deprecation messages to make them easier to fix [#7361](https://github.com/rubygems/bundler/pull/7361)
124
229
  - Reconcile `bundle cache` vs `bundle package` everywhere. Now in docs, CLI help and everywhere else `bundle cache` is the preferred version and `bundle package` remains as an alias [#7389](https://github.com/rubygems/bundler/pull/7389)
125
230
  - Display some basic `bundler` documentation together with ruby's RDoc based documentation [#7394](https://github.com/rubygems/bundler/pull/7394)
126
231
 
127
- Bugfixes:
232
+ ## Bug fixes:
128
233
 
129
234
  - Fix typos deprecation message and upgrading docs [#7374](https://github.com/rubygems/bundler/pull/7374)
130
235
  - Deprecation warnings about `taint` usage on ruby 2.7 [#7385](https://github.com/rubygems/bundler/pull/7385)
@@ -133,44 +238,44 @@ Bugfixes:
133
238
  - Stop using an insecure folder as a "fallback home" when user home is not defined [#7416](https://github.com/rubygems/bundler/pull/7416)
134
239
  - Fix `bundler/inline` warning about `Bundler.root` redefinition [#7417](https://github.com/rubygems/bundler/pull/7417)
135
240
 
136
- ## 2.1.0.pre.2 (September 15, 2019)
241
+ # 2.1.0.pre.2 (September 15, 2019)
137
242
 
138
- Bugfixes:
243
+ ## Bug fixes:
139
244
 
140
245
  - Fix `bundle clean` trying to delete non-existent directory ([#7340](https://github.com/rubygems/bundler/pull/7340))
141
246
  - Fix warnings about keyword argument separation on ruby 2.7 ([#7337](https://github.com/rubygems/bundler/pull/7337))
142
247
 
143
- ## 2.1.0.pre.1 (August 28, 2019)
144
-
145
- One of the biggest changes in bundler 2.1.0 is that deprecations for upcoming
146
- breaking changes in bundler 3 will be turned on by default. We do this to grab
147
- feedback and communicate early to our users the kind of changes we're intending
148
- to ship with bundler 3. See
149
- [#6965](https://github.com/rubygems/bundler/pull/6965).
150
-
151
- Another important improvement is a better coexistence between bundler
152
- installations and the default copy of bundler that comes with ruby installed as
153
- a default gem. Since bundler is shipped as a default gem with ruby, a number of
154
- users have been affected by issues where bundler ends up failing due to version
155
- mismatches, because at some point of the execution, bundler switches to run the
156
- default copy instead of the expected version. A number of PRs have been focused
157
- on minimizing (hopefully eliminating) this, such as
158
- [#7100](https://github.com/rubygems/bundler/pull/7100),
159
- [#7137](https://github.com/rubygems/bundler/pull/7137),
160
- [#6996](https://github.com/rubygems/bundler/pull/6996),
161
- [#7056](https://github.com/rubygems/bundler/pull/7056),
162
- [#7062](https://github.com/rubygems/bundler/pull/7062),
163
- [#7193](https://github.com/rubygems/bundler/pull/7193),
164
- [#7216](https://github.com/rubygems/bundler/pull/7216),
165
- [#7274](https://github.com/rubygems/bundler/pull/7274)
166
-
167
- Deprecations:
248
+ # 2.1.0.pre.1 (August 28, 2019)
249
+
250
+ One of the biggest changes in bundler 2.1.0 is that deprecations for upcoming
251
+ breaking changes in bundler 3 will be turned on by default. We do this to grab
252
+ feedback and communicate early to our users the kind of changes we're intending
253
+ to ship with bundler 3. See
254
+ [#6965](https://github.com/rubygems/bundler/pull/6965).
255
+
256
+ Another important improvement is a better coexistence between bundler
257
+ installations and the default copy of bundler that comes with ruby installed as
258
+ a default gem. Since bundler is shipped as a default gem with ruby, a number of
259
+ users have been affected by issues where bundler ends up failing due to version
260
+ mismatches, because at some point of the execution, bundler switches to run the
261
+ default copy instead of the expected version. A number of PRs have been focused
262
+ on minimizing (hopefully eliminating) this, such as
263
+ [#7100](https://github.com/rubygems/bundler/pull/7100),
264
+ [#7137](https://github.com/rubygems/bundler/pull/7137),
265
+ [#6996](https://github.com/rubygems/bundler/pull/6996),
266
+ [#7056](https://github.com/rubygems/bundler/pull/7056),
267
+ [#7062](https://github.com/rubygems/bundler/pull/7062),
268
+ [#7193](https://github.com/rubygems/bundler/pull/7193),
269
+ [#7216](https://github.com/rubygems/bundler/pull/7216),
270
+ [#7274](https://github.com/rubygems/bundler/pull/7274)
271
+
272
+ ## Deprecations:
168
273
 
169
274
  * See the [the upgrading document](UPGRADING.md) for a detailed explanation of
170
275
  the deprecations that are getting enabled in bundler 2.1, and the future
171
276
  breaking changes in bundler 3.
172
277
 
173
- Features:
278
+ ## Features:
174
279
 
175
280
  - Reimplement `config` command using subcommands ([#5981](https://github.com/rubygems/bundler/pull/5981))
176
281
  - Add `bundle plugin list` command ([#6120](https://github.com/rubygems/bundler/pull/6120))
@@ -188,7 +293,7 @@ Features:
188
293
  - Several improvements on new gem templates ([#6924](https://github.com/rubygems/bundler/pull/6924), [#6968](https://github.com/bundler/bundler/pull/6968), [#7209](https://github.com/bundler/bundler/pull/7209), [#7222](https://github.com/bundler/bundler/pull/7222), [#7238](https://github.com/bundler/bundler/pull/7238))
189
294
  - Add `--[no-]git` option to `bundle gem` to generate non source control gems. Useful for monorepos, for example ([#7263](https://github.com/rubygems/bundler/pull/7263))
190
295
 
191
- Bugfixes:
296
+ ## Bug fixes:
192
297
 
193
298
  - Raise when the same gem is available in multiple sources, and show a suggestion to solve it ([#5985](https://github.com/rubygems/bundler/pull/5985))
194
299
  - Validate that bundler has permissions to write to the tmp directory, and raise with a meaningful error otherwise ([#5954](https://github.com/rubygems/bundler/pull/5954))
@@ -226,7 +331,7 @@ Bugfixes:
226
331
  - Fix `bundle doctor` command ([#7309](https://github.com/rubygems/bundler/pull/7309))
227
332
  - Fix bundler giving an unclear recommendation when duplicated gems are found in the Gemfile ([#7302](https://github.com/rubygems/bundler/pull/7302))
228
333
 
229
- Documentation:
334
+ ## Documentation:
230
335
 
231
336
  - Fix typo on a file extension in `bundle.ronn` [#7146](https://github.com/rubygems/bundler/pull/7146)
232
337
  - Fix incorrect default value for `cache_path` configuration ([#7229](https://github.com/rubygems/bundler/pull/7229))
@@ -234,13 +339,13 @@ Documentation:
234
339
  - Fix incorrect sections when explaining `:git`, `:branch`, and `:ref` options ([#7265](https://github.com/rubygems/bundler/pull/7265))
235
340
  - Fix mentions to remembered options in docs to explain the current state ([#7242](https://github.com/rubygems/bundler/pull/7242))
236
341
 
237
- Internally, there's also been a bunch of improvements in our development
238
- environment, test suite, policies, contributing docs, and a bunch of cleanups of
239
- old compatibility code.
342
+ Internally, there's also been a bunch of improvements in our development
343
+ environment, test suite, policies, contributing docs, and a bunch of cleanups of
344
+ old compatibility code.
240
345
 
241
- ## 2.0.2 (2019-06-13)
346
+ # 2.0.2 (June 13, 2019)
242
347
 
243
- Changes:
348
+ ## Enhancements:
244
349
 
245
350
  - Fixes for Bundler integration with ruby-src ([#6941](https://github.com/rubygems/bundler/pull/6941), [#6973](https://github.com/bundler/bundler/pull/6973), [#6977](https://github.com/bundler/bundler/pull/6977), [#6315](https://github.com/bundler/bundler/pull/6315), [#7061](https://github.com/bundler/bundler/pull/7061))
246
351
  - Use `__dir__` instead of `__FILE__` when generating a gem with `bundle gem` ([#6503](https://github.com/rubygems/bundler/pull/6503))
@@ -259,37 +364,40 @@ Changes:
259
364
  - Fixed an issue where the `github` source was not using `https` by default that we mentioned in the 2.0 release ([#7182](https://github.com/rubygems/bundler/pull/7182))
260
365
  - Fixed an issue where `rake release` was not outputting the message to users asking for a 2fa token ([#7199](https://github.com/rubygems/bundler/pull/7199))
261
366
 
262
- Documentation:
367
+ ## Documentation:
263
368
 
264
369
  - Fix incorrect documented `BUNDLE_PATH_RELATIVE_TO_CWD` env var ([#6751](https://github.com/rubygems/bundler/pull/6751))
265
370
  - Update URLs in Bundler's documentation to use `https` ([#6935](https://github.com/rubygems/bundler/pull/6935))
266
371
 
267
- ## 2.0.1 (2019-01-04)
372
+ # 2.0.1 (January 4, 2019)
268
373
 
269
- Changes:
374
+ ## Bug fixes:
270
375
 
271
376
  - Relaxed RubyGems requirement to `>= 2.5.0` ([#6867](https://github.com/rubygems/bundler/pull/6867))
272
377
 
273
- ## 2.0.0 (2019-01-03)
378
+ # 2.0.0 (January 3, 2019)
274
379
 
275
- No new changes
380
+ No changes.
276
381
 
277
- ## 2.0.0.pre.3 (2018-12-30)
382
+ # 2.0.0.pre.3 (December 30, 2018)
278
383
 
279
- Breaking Changes:
384
+ ## Breaking changes:
280
385
 
281
386
  - Bundler 2 now requires RubyGems 3.0.0 at minimum
282
387
 
283
- Changes:
388
+ ## Bug fixes:
284
389
 
285
390
  - Ruby 2.6 compatibility fixes (@segiddins)
391
+
392
+ ## Enhancements:
393
+
286
394
  - Import changes from Bundler 1.17.3 release
287
395
 
288
- Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler`
396
+ Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler`
289
397
 
290
- ## 2.0.0.pre.2 (2018-11-27)
398
+ # 2.0.0.pre.2 (November 27, 2018)
291
399
 
292
- Breaking Changes:
400
+ ## Breaking changes:
293
401
 
294
402
  - `:github` source in the Gemfile now defaults to using HTTPS
295
403
 
@@ -297,44 +405,44 @@ Changes
297
405
 
298
406
  - Add compatibility for Bundler merge into ruby-src
299
407
 
300
- Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler`
408
+ Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler`
301
409
 
302
- ## 2.0.0.pre.1 (2018-11-09)
410
+ # 2.0.0.pre.1 (November 9, 2018)
303
411
 
304
- Breaking Changes:
412
+ ## Breaking changes:
305
413
 
306
414
  - Dropped support for versions of Ruby under 2.3
307
415
  - Dropped support for version of RubyGems under 2.5
308
416
  - Moved error messages from STDOUT to STDERR
309
417
 
310
- Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler`
418
+ Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler`
311
419
 
312
- ## 1.17.3 (2018-12-27)
420
+ # 1.17.3 (December 27, 2018)
313
421
 
314
- Bugfixes:
422
+ ## Bug fixes:
315
423
 
316
424
  - Fix a Bundler error when installing gems on old versions of RubyGems ([#6839](https://github.com/rubygems/bundler/issues/6839), @colby-swandale)
317
425
  - Fix a rare issue where Bundler was removing itself after a `bundle clean` ([#6829](https://github.com/rubygems/bundler/issues/6829), @colby-swandale)
318
426
 
319
- Documentation:
427
+ ## Documentation:
320
428
 
321
429
  - Add entry for the `bundle remove` command to the main Bundler manual page
322
430
 
323
- ## 1.17.2 (2018-12-11)
431
+ # 1.17.2 (December 11, 2018)
324
432
 
325
433
  - Add compatibility for bundler merge with Ruby 2.6
326
434
 
327
- ## 1.17.1 (2018-10-25)
435
+ # 1.17.1 (October 25, 2018)
328
436
 
329
437
  - Convert `Pathname`s to `String`s before sorting them, fixing #6760 and #6758 ([#6761](https://github.com/rubygems/bundler/pull/6761), @alexggordon)
330
438
 
331
- ## 1.17.0 (2018-10-25)
439
+ # 1.17.0 (October 25, 2018)
332
440
 
333
- No new changes.
441
+ No changes.
334
442
 
335
- ## 1.17.0.pre.2 (2018-10-13)
443
+ # 1.17.0.pre.2 (October 13, 2018)
336
444
 
337
- Features:
445
+ ## Features:
338
446
 
339
447
  - Configure Bundler home, cache, config and plugin directories with `BUNDLE_USER_HOME`, `BUNDLE_USER_CACHE`, `BUNDLE_USER_CONFIG` and `BUNDLE_USER_PLUGIN` env vars ([#4333](https://github.com/rubygems/bundler/issues/4333), @gwerbin)
340
448
  - Add `--all` option to `bundle binstubs` that will generate an executable file for all gems with commands in the bundle
@@ -343,14 +451,14 @@ Features:
343
451
  - Add error message to `bundle add` to check adding duplicate gems to the Gemfile
344
452
  - When asking for `sudo`, Bundler will show a list of folders/files that require elevated permissions to write to.
345
453
 
346
- The following new features are available but are not enabled by default. These are intended to be tested by users for the upcoming release of Bundler 2.
454
+ The following new features are available but are not enabled by default. These are intended to be tested by users for the upcoming release of Bundler 2.
347
455
 
348
456
  - Improve deprecation warning message for `bundle show` command
349
457
  - Improve deprecation warning message for the `--force` option in `bundle install`
350
458
 
351
- ## 1.17.0.pre.1 (2018-09-24)
459
+ # 1.17.0.pre.1 (September 24, 2018)
352
460
 
353
- Features:
461
+ ## Features:
354
462
 
355
463
  - Check folder/file permissions of the Bundle home directory in the `bundle doctor` command ([#5786](https://github.com/rubygems/bundler/issues/5786), @ajwann)
356
464
  - Remove compiled gem extensions when running `bundle clean` ([#5596](https://github.com/rubygems/bundler/issues/5596), @akhramov)
@@ -367,21 +475,21 @@ Features:
367
475
  - Add `--without-group` and `--only-group` options to `bundle list` ([#6564](https://github.com/rubygems/bundler/issues/6564), @agrim123)
368
476
  - Add `--gemfile` option to the `bundle exec` command ([#5924](https://github.com/rubygems/bundler/issues/5924), @ankitkataria)
369
477
 
370
- The following new features are available but are not enabled by default. These are intended to be tested by users for the upcoming release of Bundler 2.
478
+ The following new features are available but are not enabled by default. These are intended to be tested by users for the upcoming release of Bundler 2.
371
479
 
372
480
  - Make `install --path` relative to the current working directory ([#2048](https://github.com/rubygems/bundler/issues/2048), @igorbozato)
373
481
  - Auto-configure job count ([#5808](https://github.com/rubygems/bundler/issues/5808), @segiddins)
374
482
  - Use the Gem Version Promoter for major gem updates ([#5993](https://github.com/rubygems/bundler/issues/5993), @segiddins)
375
483
  - Add config option to add the Ruby scope to `bundle config path` when configured globally (@segiddins)
376
484
 
377
- ## 1.16.6 (2018-10-05)
485
+ # 1.16.6 (October 5, 2018)
378
486
 
379
- Changes:
487
+ ## Enhancements:
380
488
 
381
489
  - Add an error message when adding a gem with `bundle add` that's already in the bundle ([#6341](https://github.com/rubygems/bundler/issues/6341), @agrim123)
382
490
  - Add Homepage, Source Code and Changelog URI metadata fields to the `bundle gem` gemspec template (@walf443)
383
491
 
384
- Bugfixes:
492
+ ## Bug fixes:
385
493
 
386
494
  - Fix issue where updating a gem resulted in the gem's version being downgraded when `BUNDLE_ONLY_UPDATE_TO_NEWER_VERSIONS` was set ([#6529](https://github.com/rubygems/bundler/issues/6529), @theflow)
387
495
  - Fix some rescue calls that don't specifiy error type (@utilum)
@@ -390,19 +498,19 @@ Bugfixes:
390
498
  - Refactor check for OpenSSL in `bundle env` (@voxik)
391
499
  - Remove an unnecessary assignment in Metadata (@voxik)
392
500
 
393
- Documentation:
501
+ ## Documentation:
394
502
 
395
503
  - Update docs to reflect revised guidance to check in Gemfile.lock into version control for gems ([#5879](https://github.com/rubygems/bundler/issues/5879), @arbonap)
396
504
  - Add documentation for the `--all` flag in `bundle update` (@agrim123)
397
505
  - Update README to use `bundle add` in usage examples (@hdf1986)
398
506
 
399
- ## 1.16.5 (2018-09-18)
507
+ # 1.16.5 (September 18, 2018)
400
508
 
401
- Changes:
509
+ ## Enhancements:
402
510
 
403
511
  - Add support for TruffleRuby (@eregon)
404
512
 
405
- Bugfixes:
513
+ ## Bug fixes:
406
514
 
407
515
  - Avoid printing git errors when checking the version on incorrectly packaged versions of Bundler ([#6453](https://github.com/rubygems/bundler/issues/6453), @greysteil)
408
516
  - Fix issue where Bundler does not check the given class when comparing equality in DepProxy (@ChrisBr)
@@ -412,15 +520,15 @@ Bugfixes:
412
520
  - Check that Bundler::Deprecate is not an autoload constant ([#6163](https://github.com/rubygems/bundler/issues/6163), @eregon)
413
521
  - Prefer non-pre-release versions when performing a `bundle update --patch` ([#6684](https://github.com/rubygems/bundler/issues/6684), @segiddins)
414
522
 
415
- ## 1.16.4 (2018-08-17)
523
+ # 1.16.4 (August 17, 2018)
416
524
 
417
- Changes:
525
+ ## Enhancements:
418
526
 
419
527
  - Welcome new members to the Bundler core team (@indirect)
420
528
  - Don't mutate original error trees when determining version_conflict_message (@greysteil)
421
529
  - Update vendored Molinillo to 0.6.6 (@segiddins)
422
530
 
423
- Bugfixes:
531
+ ## Bug fixes:
424
532
 
425
533
  - Reword bundle update regression message to be more clear to the user when a gem's version is downgraded ([#6584](https://github.com/rubygems/bundler/issues/6584), @ralphbolo)
426
534
  - Respect --conservative flag when updating a dependency group ([#6560](https://github.com/rubygems/bundler/issues/6560), @greysteil)
@@ -429,17 +537,17 @@ Bugfixes:
429
537
  - Use UTF-8 for reading files including Gemfile ([#6660](https://github.com/rubygems/bundler/issues/6660), @eregon)
430
538
  - Remove unnecessary `while` loop in path resolver helper (@ojab)
431
539
 
432
- Documentation:
540
+ ## Documentation:
433
541
 
434
542
  - Document that `bundle show [--paths]` sorts results by name (@kemitchell)
435
543
 
436
- ## 1.16.3 (2018-07-17)
544
+ # 1.16.3 (July 17, 2018)
437
545
 
438
- Features:
546
+ ## Features:
439
547
 
440
548
  - Support URI::File of Ruby 2.6 (@hsbt)
441
549
 
442
- Bugfixes:
550
+ ## Bug fixes:
443
551
 
444
552
  - Expand symlinks during setup to allow Bundler to load correctly when using symlinks in $GEM_HOME ([#6465](https://github.com/rubygems/bundler/issues/6465), @ojab, @indirect)
445
553
  - Dont let Bundler create temporary folders for gem installs which are owned by root ([#6258](https://github.com/rubygems/bundler/issues/6258), @colby-swandale)
@@ -449,14 +557,14 @@ Bugfixes:
449
557
  - Handle Errno::ENOTSUP in the Bundler Process Lock to prevent exceptions when using NFS mounts ([#6566](https://github.com/rubygems/bundler/issues/6566), @colby-swandale)
450
558
  - Respect encodings when reading gemspecs ([#6598](https://github.com/rubygems/bundler/issues/6598), @deivid-rodriguez)
451
559
 
452
- Documentation:
560
+ ## Documentation:
453
561
 
454
562
  - Fix links between manual pages (@BanzaiMan)
455
563
  - Add warning to Gemfile documentation for the use of the `source` option when declaring gems ([#6280](https://github.com/rubygems/bundler/issues/6280), @forestgagnon)
456
564
 
457
- ## 1.16.2 (2018-04-20)
565
+ # 1.16.2 (April 20, 2018)
458
566
 
459
- Changes:
567
+ ## Enhancements:
460
568
 
461
569
  - Include the gem's source in the gem install error message when available (@papanikge)
462
570
  - Remove unnecessary executable bit from gem template (@voxik)
@@ -465,7 +573,7 @@ Changes:
465
573
  - Use `Bundler.rubygems.inflate` instead of the Gem::Util method directly (@segiddins)
466
574
  - Remove unused instance variable (@segiddins)
467
575
 
468
- Bugfixes:
576
+ ## Bug fixes:
469
577
 
470
578
  - Only trap INT signal and have Ruby's signal default handler be invoked (@shayonj)
471
579
  - Fix warning about the use of `__FILE__` in RubyGems integration testing (@MSP-Greg)
@@ -491,7 +599,7 @@ Bugfixes:
491
599
  - Support Bundler installing on a readonly filesystem without a home directory ([#6461](https://github.com/rubygems/bundler/issues/6461), @grosser)
492
600
  - Filter git uri credentials in source description (@segiddins)
493
601
 
494
- Documentation:
602
+ ## Documentation:
495
603
 
496
604
  - Correct typos in `bundle binstubs` man page (@erikj, @samueloph)
497
605
  - Update links in `bundle gem` command documentation to use https (@KrauseFx)
@@ -504,9 +612,9 @@ Documentation:
504
612
  - Added license info to main README (@rubymorillo)
505
613
  - Document parameters and return value of Injector#inject (@tobias-grasse)
506
614
 
507
- ## 1.16.1 (2017-12-12)
615
+ # 1.16.1 (December 12, 2017)
508
616
 
509
- Bugfixes:
617
+ ## Bug fixes:
510
618
 
511
619
  - avoid hanging on complex resolver errors ([#6114](https://github.com/rubygems/bundler/issues/6114), @halfbyte)
512
620
  - avoid an error when running `bundle update --group` ([#6156](https://github.com/rubygems/bundler/issues/6156), @mattbrictson)
@@ -517,9 +625,9 @@ Bugfixes:
517
625
  - fail gracefully when loading a bundler-generated binstub when `bin/bundle` was not generated by bundler ([#6149](https://github.com/rubygems/bundler/issues/6149), @hsbt)
518
626
  - allow `bundle init` to be run even when a parent directory contains a gemfile ([#6205](https://github.com/rubygems/bundler/issues/6205), @colby-swandale)
519
627
 
520
- ## 1.16.0 (2017-10-31)
628
+ # 1.16.0 (October 31, 2017)
521
629
 
522
- Bugfixes:
630
+ ## Bug fixes:
523
631
 
524
632
  - avoid new RubyGems warning about unsafe YAML loading (to keep output consistent) (@segiddins)
525
633
  - load digest subclasses in a thread-safe manner (@segiddins, @colby-swandale)
@@ -531,30 +639,30 @@ Bugfixes:
531
639
  - reduce memory usage during dependency resolution ([#6114](https://github.com/rubygems/bundler/issues/6114), @greysteil)
532
640
  - ensure that the default bundler gem is not accidentally activated on ruby 2.5 when using local git overrides (@segiddins)
533
641
 
534
- ## 1.16.0.pre.3 (2017-10-04)
642
+ # 1.16.0.pre.3 (October 4, 2017)
535
643
 
536
- Features:
644
+ ## Features:
537
645
 
538
646
  - the output from `bundle env` includes more information, particularly both the compiled & loaded versions of OpenSSL (@indirect)
539
647
 
540
- Bugfixes:
648
+ ## Bug fixes:
541
649
 
542
650
  - fix a bug where installing on FreeBSD would accidentally raise an error ([#6013](https://github.com/rubygems/bundler/issues/6013), @olleolleolle)
543
651
  - fix a regression in 1.16 where pre-release gems could accidentally be resolved even when the gemfile contained no pre-release requirements (@greysteil)
544
652
  - bundler will avoid making unnecessary network requests to fetch dependency data, fixing a regression introduced in 1.16 (@segiddins)
545
653
  - the outdated bundler version message is disabled by default until the message has been fine-tuned ([#6004](https://github.com/rubygems/bundler/issues/6004), @segiddins)
546
654
 
547
- ## 1.16.0.pre.2 (2017-09-06)
655
+ # 1.16.0.pre.2 (September 6, 2017)
548
656
 
549
- Bugfixes:
657
+ ## Bug fixes:
550
658
 
551
659
  - handle when a connection is missing a socket when warning about OpenSSL version (@greysteil)
552
660
  - the description for the `rake release` task now reflects `$RUBYGEMS_HOST` (@wadetandy)
553
661
  - fix a bug where `bundle update` would regress transitive dependencies (@greysteil)
554
662
 
555
- ## 1.16.0.pre.1 (2017-09-04)
663
+ # 1.16.0.pre.1 (September 4, 2017)
556
664
 
557
- Features:
665
+ ## Features:
558
666
 
559
667
  - allow using non-branch symbolic refs in a git source ([#4845](https://github.com/rubygems/bundler/issues/4845), @segiddins)
560
668
  - allow absolute paths in the `cache path` setting ([#5627](https://github.com/rubygems/bundler/issues/5627), @mal)
@@ -573,7 +681,7 @@ Features:
573
681
  - allow adding credentials to a gem source during deployment when `allow_deployment_source_credential_changes` is set (@adrian-gomez)
574
682
  - making an outdated (and insecure) TLS connection to rubygems.org will print a warning (@segiddins)
575
683
 
576
- Bugfixes:
684
+ ## Bug fixes:
577
685
 
578
686
  - allow configuring a mirror fallback timeout without a trailing slash ([#4830](https://github.com/rubygems/bundler/issues/4830), @segiddins)
579
687
  - fix handling of mirrors for file: urls that contain upper-case characters (@segiddins)
@@ -595,29 +703,29 @@ Bugfixes:
595
703
  - allow `bundle binstubs --standalone` to work without `path` being set (@colby-swandale)
596
704
  - fix support for bundle paths that include jars or wars on jruby ([#5975](https://github.com/rubygems/bundler/issues/5975), @torcido)
597
705
 
598
- ## 1.15.4 (2017-08-19)
706
+ # 1.15.4 (August 19, 2017)
599
707
 
600
- Bugfixes:
708
+ ## Bug fixes:
601
709
 
602
710
  - handle file conflicts gracefully in `bundle gem` (@rafaelfranca, @segiddins)
603
711
  - bundler will fail gracefully when the bundle path contains the system path separator ([#5485](https://github.com/rubygems/bundler/issues/5485), ajwann)
604
712
  - failed gem downloads will be retried consistently across different RubyGems versions (@shayonj)
605
713
  - `bundle pristine` will respect build options while re-building native extensions (@NickLaMuro)
606
714
 
607
- ## 1.15.3 (2017-07-21)
715
+ # 1.15.3 (July 21, 2017)
608
716
 
609
- Bugfixes:
717
+ ## Bug fixes:
610
718
 
611
719
  - ensure that empty strings passed to `bundle config` are serialized & parsed properly ([#5881](https://github.com/rubygems/bundler/issues/5881), @segiddins)
612
720
  - avoid printing an outdated version warning when running a parseable command (@segiddins)
613
721
 
614
- ## 1.15.2 (2017-07-17)
722
+ # 1.15.2 (July 17, 2017)
615
723
 
616
- Features:
724
+ ## Features:
617
725
 
618
726
  - new gemfiles created by bundler will include an explicit `github` git source that uses `https` (@segiddins)
619
727
 
620
- Bugfixes:
728
+ ## Bug fixes:
621
729
 
622
730
  - inline gemfiles work when `BUNDLE_BIN` is set ([#5847](https://github.com/rubygems/bundler/issues/5847), @segiddins)
623
731
  - avoid using the old dependency API when there are no changes to the compact index files ([#5373](https://github.com/rubygems/bundler/issues/5373), @greysteil)
@@ -629,29 +737,29 @@ Bugfixes:
629
737
  - allow `bundle viz` to work when another gem has a requirable `grapviz` file ([#5707](https://github.com/rubygems/bundler/issues/5707), @segiddins)
630
738
  - ensure bundler puts activated gems on the `$LOAD_PATH` in a consistent order ([#5696](https://github.com/rubygems/bundler/issues/5696), @segiddins)
631
739
 
632
- ## 1.15.1 (2017-06-02)
740
+ # 1.15.1 (June 2, 2017)
633
741
 
634
- Bugfixes:
742
+ ## Bug fixes:
635
743
 
636
744
  - `bundle lock --update GEM` will fail gracefully when the gem is not in the lockfile ([#5693](https://github.com/rubygems/bundler/issues/5693), @segiddins)
637
745
  - `bundle init --gemspec` will fail gracefully when the gemspec is invalid (@colby-swandale)
638
746
  - `bundle install --force` works when the gemfile contains git gems ([#5678](https://github.com/rubygems/bundler/issues/5678), @segiddins)
639
747
  - `bundle env` will print well-formed markdown when there are no settings ([#5677](https://github.com/rubygems/bundler/issues/5677), @segiddins)
640
748
 
641
- ## 1.15.0 (2017-05-19)
749
+ # 1.15.0 (May 19, 2017)
642
750
 
643
- This space intentionally left blank.
751
+ No changes.
644
752
 
645
- ## 1.15.0.pre.4 (2017-05-10)
753
+ # 1.15.0.pre.4 (May 10, 2017)
646
754
 
647
- Bugfixes:
755
+ ## Bug fixes:
648
756
 
649
757
  - avoid conflicts when `Gem.finish_resolve` is called after the bundle has been set up (@segiddins)
650
758
  - ensure that `Gem::Specification.find_by_name` always returns an object that can have `#to_spec` called on it ([#5592](https://github.com/rubygems/bundler/issues/5592), @jules2689)
651
759
 
652
- ## 1.15.0.pre.3 (2017-04-30)
760
+ # 1.15.0.pre.3 (April 30, 2017)
653
761
 
654
- Bugfixes:
762
+ ## Bug fixes:
655
763
 
656
764
  - avoid redundant blank lines in the readme generated by `bundle gem` (@koic)
657
765
  - ensure that `open-uri` is not loaded after `bundle exec` (@segiddins)
@@ -659,17 +767,17 @@ Bugfixes:
659
767
  a gem in the gemfile (@segiddins)
660
768
  - only shorten `ref` option for git gems when it is a SHA ([#5620](https://github.com/rubygems/bundler/issues/5620), @segiddins)
661
769
 
662
- ## 1.15.0.pre.2 (2017-04-23)
770
+ # 1.15.0.pre.2 (April 23, 2017)
663
771
 
664
- Bugfixes:
772
+ ## Bug fixes:
665
773
 
666
774
  - ensure pre-existing fit caches are updated from remote sources ([#5423](https://github.com/rubygems/bundler/issues/5423), @alextaylor000)
667
775
  - avoid duplicating specs in the lockfile after updating with the gem uninstalled ([#5599](https://github.com/rubygems/bundler/issues/5599), @segiddins)
668
776
  - ensure git gems have their extensions available at runtime ([#5594](https://github.com/rubygems/bundler/issues/5594), @jules2689, @segiddins)
669
777
 
670
- ## 1.15.0.pre.1 (2017-04-16)
778
+ # 1.15.0.pre.1 (April 16, 2017)
671
779
 
672
- Features:
780
+ ## Features:
673
781
 
674
782
  - print a notification when a newer version of bundler is available ([#4683](https://github.com/rubygems/bundler/issues/4683), @segiddins)
675
783
  - add man pages for all bundler commands ([#4988](https://github.com/rubygems/bundler/issues/4988), @feministy)
@@ -685,7 +793,7 @@ Features:
685
793
  - add the `bundle pristine` command to re-install gems from cached `.gem` files ([#4509](https://github.com/rubygems/bundler/issues/4509), @denniss)
686
794
  - add a `--parseable` option for `bundle config` (@JuanitoFatas, @colby-swandale)
687
795
 
688
- Performance:
796
+ ## Performance:
689
797
 
690
798
  - speed up gemfile initialization by storing locked dependencies as a hash (@jules2689)
691
799
  - speed up gemfile initialization by making locked dependency comparison lazy, avoiding object allocation (@jules2689)
@@ -694,7 +802,7 @@ Performance:
694
802
  - avoid diffing large arrays when no sources in the gemfile have changed (@segiddins)
695
803
  - avoid evaluating full gemspecs when running with RubyGems 2.5+ (@segiddins)
696
804
 
697
- Bugfixes:
805
+ ## Bug fixes:
698
806
 
699
807
  - fix cases where `bundle update` would print a resolver conflict instead of updating the selected gems ([#5031](https://github.com/rubygems/bundler/issues/5031), [#5095](https://github.com/bundler/bundler/issues/5095), @segiddins)
700
808
  - print out a stack trace after an interrupt when running in debug mode (@segiddins)
@@ -711,9 +819,9 @@ Bugfixes:
711
819
  - print the underlying error when downloading gem metadata fails ([#5579](https://github.com/rubygems/bundler/issues/5579), @segiddins)
712
820
  - avoid deadlocking when installing with a lockfile that is missing dependencies ([#5378](https://github.com/rubygems/bundler/issues/5378), [#5480](https://github.com/bundler/bundler/issues/5480), [#5519](https://github.com/bundler/bundler/issues/5519), [#5526](https://github.com/bundler/bundler/issues/5526), [#5529](https://github.com/bundler/bundler/issues/5529), [#5549](https://github.com/bundler/bundler/issues/5549), [#5572](https://github.com/bundler/bundler/issues/5572), @segiddins)
713
821
 
714
- ## 1.14.6 (2017-03-03)
822
+ # 1.14.6 (March 3, 2017)
715
823
 
716
- Bugfixes:
824
+ ## Bug fixes:
717
825
 
718
826
  - avoid undefined constant `Bundler::Plugin::API::Source` exception ([#5409](https://github.com/rubygems/bundler/issues/5409), @segiddins)
719
827
  - avoid incorrect warnings about needing to enable `specific_platform` (@segiddins)
@@ -721,9 +829,9 @@ Bugfixes:
721
829
  - ensure `bundle outdated --local` shows all outdated gems ([#5430](https://github.com/rubygems/bundler/issues/5430), @denniss)
722
830
  - fix a case where ruby version requirements could lead to incorrect resolver conflicts ([#5425](https://github.com/rubygems/bundler/issues/5425), @segiddins)
723
831
 
724
- ## 1.14.5 (2017-02-22)
832
+ # 1.14.5 (February 22, 2017)
725
833
 
726
- Bugfixes:
834
+ ## Bug fixes:
727
835
 
728
836
  - avoid loading all unused gemspecs during `bundle exec` on RubyGems 2.3+ (@segiddins)
729
837
  - improve resolver performance when dependencies have zero or one total possibilities ignoring requirements ([#5444](https://github.com/rubygems/bundler/issues/5444), [#5457](https://github.com/bundler/bundler/issues/5457), @segiddins)
@@ -736,9 +844,9 @@ Bugfixes:
736
844
  - avoid gem version conflicts on openssl using Ruby 2.5 ([#5235](https://github.com/rubygems/bundler/issues/5235), @rhenium)
737
845
  - fail when installing in frozen mode and the dependencies for `gemspec` gems have changed without the lockfile being updated ([#5264](https://github.com/rubygems/bundler/issues/5264), @segiddins)
738
846
 
739
- ## 1.14.4 (2017-02-12)
847
+ # 1.14.4 (February 12, 2017)
740
848
 
741
- Bugfixes:
849
+ ## Bug fixes:
742
850
 
743
851
  - fail gracefully when attempting to overwrite an existing directory with `bundle gem` ([#5358](https://github.com/rubygems/bundler/issues/5358), @nodo)
744
852
  - fix a resolver bug that would cause bundler to report conflicts that it could resolve ([#5359](https://github.com/rubygems/bundler/issues/5359), [#5362](https://github.com/bundler/bundler/issues/5362), @segiddins)
@@ -749,46 +857,46 @@ Bugfixes:
749
857
  - stop `bundle show --outdated` from implicitly running `bundle update` ([#5375](https://github.com/rubygems/bundler/issues/5375), @colby-swandale)
750
858
  - allow the temporary home directory fallback to work for multiple users (@svoop)
751
859
 
752
- ## 1.14.3 (2017-01-24)
860
+ # 1.14.3 (January 24, 2017)
753
861
 
754
- Bugfixes:
862
+ ## Bug fixes:
755
863
 
756
864
  - fix the resolver attempting to activate ruby-platform gems when the bundle is only for other platforms ([#5349](https://github.com/rubygems/bundler/issues/5349), [#5356](https://github.com/bundler/bundler/issues/5356), @segiddins)
757
865
  - avoid re-resolving a locked gemfile that uses `gemspec` and includes development dependencies ([#5349](https://github.com/rubygems/bundler/issues/5349), @segiddins)
758
866
 
759
- ## 1.14.2 (2017-01-22)
867
+ # 1.14.2 (January 22, 2017)
760
868
 
761
- Bugfixes:
869
+ ## Bug fixes:
762
870
 
763
871
  - fix using `force_ruby_platform` on windows ([#5344](https://github.com/rubygems/bundler/issues/5344), @segiddins)
764
872
  - fix an incorrect version conflict error when using `gemspec` on multiple platforms ([#5340](https://github.com/rubygems/bundler/issues/5340), @segiddins)
765
873
 
766
- ## 1.14.1 (2017-01-21)
874
+ # 1.14.1 (January 21, 2017)
767
875
 
768
- Bugfixes:
876
+ ## Bug fixes:
769
877
 
770
878
  - work around a ruby 2.2.2 bug that caused a stack consistency error during installation ([#5342](https://github.com/rubygems/bundler/issues/5342), @segiddins)
771
879
 
772
- ## 1.14.0 (2017-01-20)
880
+ # 1.14.0 (January 20, 2017)
773
881
 
774
- Bugfixes:
882
+ ## Bug fixes:
775
883
 
776
884
  - ensure `Settings::Mirror` is autoloaded under the `Settings` namespace
777
885
  ([#5238](https://github.com/rubygems/bundler/issues/5238), @segiddins)
778
886
  - fix `bundler/inline` when `BUNDLE_GEMFILE=""` ([#5079](https://github.com/rubygems/bundler/issues/5079), @segiddins)
779
887
 
780
- ## 1.14.0.pre.2 (2017-01-11)
888
+ # 1.14.0.pre.2 (January 11, 2017)
781
889
 
782
- Bugfixes:
890
+ ## Bug fixes:
783
891
 
784
892
  - allow not selecting a gem when running `bundle open` ([#5301](https://github.com/rubygems/bundler/issues/5301), @segiddins)
785
893
  - support installing gems from git branches that contain shell metacharacters ([#5295](https://github.com/rubygems/bundler/issues/5295), @segiddins)
786
894
  - fix a resolver error that could leave dependencies unresolved ([#5294](https://github.com/rubygems/bundler/issues/5294), @segiddins)
787
895
  - fix a stack overflow error when invoking commands ([#5296](https://github.com/rubygems/bundler/issues/5296), @segiddins)
788
896
 
789
- ## 1.14.0.pre.1 (2016-12-29)
897
+ # 1.14.0.pre.1 (December 29, 2016)
790
898
 
791
- Features:
899
+ ## Features:
792
900
 
793
901
  - `bundle doctor` first runs `bundle check` (@segiddins)
794
902
  - the bundler trampoline is automatically enabled when the target version is greater than bundler 2 (@segiddins)
@@ -808,12 +916,12 @@ Features:
808
916
  - add support for the `ruby_25` gemfile filter (@amatsuda)
809
917
  - when installing with a lockfile that is missing dependencies, allow installation to proceed (but without parallelism) (@segiddins)
810
918
 
811
- Performance:
919
+ ## Performance:
812
920
 
813
921
  - improve `require "bundler"` performance by ~5x (@segiddins)
814
922
  - allow install gems in parallel when running on rubygems 2+
815
923
 
816
- Bugfixes:
924
+ ## Bug fixes:
817
925
 
818
926
  - config files with CRLF line endings can be read ([#4435](https://github.com/rubygems/bundler/issues/4435), @segiddins)
819
927
  - `bundle lock` activates gems for the current platform even if they were activated under a different platform for a separate dependency ([#4896](https://github.com/rubygems/bundler/issues/4896), @segiddins)
@@ -843,42 +951,42 @@ Bugfixes:
843
951
  - fail gracefully when creating threads fails (@segiddins)
844
952
  - avoid downloading metadata for gems that are only development dependencies (@Paxa)
845
953
 
846
- ## 1.13.7 (2016-12-25)
954
+ # 1.13.7 (December 25, 2016)
847
955
 
848
- Features:
956
+ ## Features:
849
957
 
850
958
  - add support for the `ruby_24` gemfile filter ([#5281](https://github.com/rubygems/bundler/issues/5281), @amatsuda)
851
959
 
852
- ## 1.13.6 (2016-10-22)
960
+ # 1.13.6 (October 22, 2016)
853
961
 
854
- Bugfixes:
962
+ ## Bug fixes:
855
963
 
856
964
  - make the `gem` method public again, fixing a regression in 1.13.4 ([#5102](https://github.com/rubygems/bundler/issues/5102), @segiddins)
857
965
 
858
- ## 1.13.5 (2016-10-15)
966
+ # 1.13.5 (October 15, 2016)
859
967
 
860
- Bugfixes:
968
+ ## Bug fixes:
861
969
 
862
970
  - Ensure a locked pre-release spec can always be re-resolved ([#5089](https://github.com/rubygems/bundler/issues/5089), @segiddins)
863
971
 
864
- ## 1.13.4 (2016-10-11)
972
+ # 1.13.4 (October 11, 2016)
865
973
 
866
- Bugfixes:
974
+ ## Bug fixes:
867
975
 
868
976
  - stop printing warning when compact index versions file is rewritten ([#5064](https://github.com/rubygems/bundler/issues/5064), @indirect)
869
977
  - fix `parent directory is world writable but not sticky` error on install ([#5043](https://github.com/rubygems/bundler/issues/5043), @indirect)
870
978
  - fix for `uninitialized constant Bundler::Plugin::API::Source` error ([#5010](https://github.com/rubygems/bundler/issues/5010), @hsbt, @aycabta)
871
979
  - make `update` options for major, minor, and patch updates consistent ([#4934](https://github.com/rubygems/bundler/issues/4934), @chrismo)
872
980
 
873
- ## 1.13.3 (2016-10-10)
981
+ # 1.13.3 (October 10, 2016)
874
982
 
875
- Bugfixes:
983
+ ## Bug fixes:
876
984
 
877
985
  - add support for weak etags to the new index (@segiddins)
878
986
 
879
- ## 1.13.2 (2016-09-30)
987
+ # 1.13.2 (September 30, 2016)
880
988
 
881
- Bugfixes:
989
+ ## Bug fixes:
882
990
 
883
991
  - allow `Settings` to be initialized without a root directory (@m1k3)
884
992
  - allow specifying ruby engines in the gemfile as a symbol ([#4919](https://github.com/rubygems/bundler/issues/4919), @JuanitoFatas)
@@ -888,24 +996,24 @@ Bugfixes:
888
996
  - fail gracefully when parsing the metadata for a gemspec from the compact index fails (@segiddins)
889
997
  - fix system gems not being copied to --path on bundle install (e.g. --deployment) ([#4974](https://github.com/rubygems/bundler/issues/4974), @chrismo)
890
998
 
891
- Performance:
999
+ ## Performance:
892
1000
 
893
1001
  - avoid parsing the lockfile twice when evaluating gemfiles (@segiddins)
894
1002
 
895
- ## 1.13.1 (2016-09-13)
1003
+ # 1.13.1 (September 13, 2016)
896
1004
 
897
- Bugfixes:
1005
+ ## Bug fixes:
898
1006
 
899
1007
  - ensure that `Gem::Source` is available, fixing several exceptions ([#4944](https://github.com/rubygems/bundler/issues/4944), @dekellum)
900
1008
  - ensure that dependency resolution works when multiple gems have the same dependency ([#4961](https://github.com/rubygems/bundler/issues/4961), @segiddins)
901
1009
 
902
- ## 1.13.0 (2016-09-05)
1010
+ # 1.13.0 (September 5, 2016)
903
1011
 
904
- This space deliberately left blank.
1012
+ No changes.
905
1013
 
906
- ## 1.13.0.rc.2 (2016-08-21)
1014
+ # 1.13.0.rc.2 (August 21, 2016)
907
1015
 
908
- Features:
1016
+ ## Features:
909
1017
 
910
1018
  - add setting `exec_disable_load` to force `exec` to spawn a new Ruby process (@segiddins)
911
1019
  - add `doctor` command to help with issues like unlinked compiled gems ([#4765](https://github.com/rubygems/bundler/issues/4765), @mistydemeo)
@@ -918,7 +1026,7 @@ Features:
918
1026
  - add `only_update_to_newer_versions` setting to prevent downgrades during `update` (@segiddins)
919
1027
  - expanded experimental plugin support to include hooks and sources (@asutoshpalai)
920
1028
 
921
- Bugfixes:
1029
+ ## Bug fixes:
922
1030
 
923
1031
  - retry gem downloads ([#4846](https://github.com/rubygems/bundler/issues/4846), @jkeiser)
924
1032
  - improve the CompactIndex to handle capitalized legacy gems ([#4867](https://github.com/rubygems/bundler/issues/4867), @segiddins)
@@ -935,14 +1043,14 @@ Bugfixes:
935
1043
  - show help only when `-h` or `--help` is passed to Bundler, not to `exec` ([#4801](https://github.com/rubygems/bundler/issues/4801), @segiddins)
936
1044
  - handle symlinks to binstubs created by `--standalone` ([#4782](https://github.com/rubygems/bundler/issues/4782), @terinjokes)
937
1045
 
938
- ## 1.13.0.rc.1 (2016-06-27)
1046
+ # 1.13.0.rc.1 (June 27, 2016)
939
1047
 
940
- Features:
1048
+ ## Features:
941
1049
 
942
1050
  - when `bundle config major_deprecations` or `BUNDLE_MAJOR_DEPRECATIONS` is set, deprecation warnings for bundler 2 will be printed (@segiddins)
943
1051
  - when running with `--verbose`, bundler will print the reason it is re-resolving a gemfile (@segiddins)
944
1052
 
945
- Bugfixes:
1053
+ ## Bug fixes:
946
1054
 
947
1055
  - fix support for running RubyGems 1.x on Ruby 2.3 ([#4698](https://github.com/rubygems/bundler/issues/4698), @segiddins)
948
1056
  - fix bundle exec'ing to a ruby file when gems are installed into a path ([#4592](https://github.com/rubygems/bundler/issues/4592), @chrismo)
@@ -952,16 +1060,16 @@ Bugfixes:
952
1060
  - fix re-resolving when there are multiple unchanged path sources (@segiddins)
953
1061
  - de-init submodules when running git 2.9 and requesting a git gem without submodules (@segiddins)
954
1062
 
955
- ## 1.13.0.pre.1 (2016-06-20)
1063
+ # 1.13.0.pre.1 (June 20, 2016)
956
1064
 
957
- Performance:
1065
+ ## Performance:
958
1066
 
959
1067
  - speed up gemfile resolution during `bundle install` by between 4x-100x ([#4376](https://github.com/rubygems/bundler/issues/4376), @segiddins)
960
1068
  - generally reduce object allocations when using bundler (@segiddins)
961
1069
  - speed up bin generation for path gems with many files ([#2846](https://github.com/rubygems/bundler/issues/2846), @segiddins)
962
1070
  - fix detecting path spec changes to avoid re-resolving unnecessarily (@jrafanie)
963
1071
 
964
- Features:
1072
+ ## Features:
965
1073
 
966
1074
  - automatically trampoline to the bundler version locked in the lockfile, only updating to the running version on `bundle update --bundler` (@segiddins)
967
1075
  - laying the groundwork for plugin support, which is currently unsuppported, undocumented, disabled by default, and liable to change without notice (@asutoshpalai)
@@ -979,7 +1087,7 @@ Features:
979
1087
  - add `--add-platform` option to `bundle lock` (@segiddins)
980
1088
  - fail gracefully when a resolved spec's `required_ruby_version` or `required_rubygems_version` is incompatible (@segiddins)
981
1089
 
982
- Bugfixes:
1090
+ ## Bug fixes:
983
1091
 
984
1092
  - implicitly unlock the resolved ruby version when the declared requirements in the gemfile are incompatible with the locked version ([#4595](https://github.com/rubygems/bundler/issues/4595), [#4627](https://github.com/bundler/bundler/issues/4627), @segiddins)
985
1093
  - add support for quoted paths in `$PATH` ([#4323](https://github.com/rubygems/bundler/issues/4323), @segiddins)
@@ -994,99 +1102,99 @@ Bugfixes:
994
1102
  - allow running `bundle install --deployment` after `bundle package --all` with path gems ([#2175](https://github.com/rubygems/bundler/issues/2175), @allenzhao)
995
1103
  - add support for patchlevels in ruby versions in the gemfile and gemspecs ([#4593](https://github.com/rubygems/bundler/issues/4593), @chalkos)
996
1104
 
997
- ## 1.12.6 (2016-10-10)
1105
+ # 1.12.6 (October 10, 2016)
998
1106
 
999
- Bugfixes:
1107
+ ## Bug fixes:
1000
1108
  - add support for weak etags to the new index (@segiddins)
1001
1109
 
1002
- ## 1.12.5 (2016-05-25)
1110
+ # 1.12.5 (May 25, 2016)
1003
1111
 
1004
- Bugfixes:
1112
+ ## Bug fixes:
1005
1113
  - only take over `--help` on `bundle exec` when the first two arguments are `exec` and `--help` ([#4596](https://github.com/rubygems/bundler/issues/4596), @segiddins)
1006
1114
  - don't require `require: true` dependencies that are excluded via `env` or `install_if` (@BrianHawley)
1007
1115
  - reduce the number of threads used simultaneously by bundler ([#4367](https://github.com/rubygems/bundler/issues/4367), @will-in-wi)
1008
1116
 
1009
- ## 1.12.4 (2016-05-16)
1117
+ # 1.12.4 (May 16, 2016)
1010
1118
 
1011
- Bugfixes:
1119
+ ## Bug fixes:
1012
1120
  - ensure concurrent use of the new index can't corrupt the cache ([#4519](https://github.com/rubygems/bundler/issues/4519), @domcleal)
1013
1121
  - allow missing rubygems credentials when pushing a gem with a custom host ([#4437](https://github.com/rubygems/bundler/issues/4437), @Cohen-Carlisle)
1014
1122
  - fix installing built-in specs with `--standalone` ([#4557](https://github.com/rubygems/bundler/issues/4557), @segiddins)
1015
1123
  - fix `bundle show` when a gem has a prerelease version that includes a `-` ([#4385](https://github.com/rubygems/bundler/issues/4385), @segiddins)
1016
1124
 
1017
- ## 1.12.3 (2016-05-06)
1125
+ # 1.12.3 (May 6, 2016)
1018
1126
 
1019
- Bugfixes:
1127
+ ## Bug fixes:
1020
1128
  - fix uncoditionally writing `.bundle/config` when running `bundle install` (@segiddins)
1021
1129
  - fall back to the dependency API and the full index when the home directory is not writable (@segiddins)
1022
1130
 
1023
- ## 1.12.2 (2016-05-04)
1131
+ # 1.12.2 (May 4, 2016)
1024
1132
 
1025
- Bugfixes:
1133
+ ## Bug fixes:
1026
1134
  - fix modifying a frozen string when the resolver conflicts on dependencies with requirements ([#4520](https://github.com/rubygems/bundler/issues/4520), @grzuy)
1027
1135
  - fix `bundle exec foo --help` not showing the invoked command's help ([#4480](https://github.com/rubygems/bundler/issues/4480), @b-ggs)
1028
1136
 
1029
- ## 1.12.1 (2016-04-30)
1137
+ # 1.12.1 (April 30, 2016)
1030
1138
 
1031
- Bugfixes:
1139
+ ## Bug fixes:
1032
1140
  - automatically fallback when the new index has a checksum mismatch instead of erroring (@segiddins)
1033
1141
  - fix computation of new index file local checksums on Windows ([#4472](https://github.com/rubygems/bundler/issues/4472), @mwrock)
1034
1142
  - properly handle certain resolver backtracking cases without erroring (@segiddins, [#4484](https://github.com/rubygems/bundler/issues/4484))
1035
1143
  - ensure the `$LOAD_PATH` contains specs' load paths in the correct order (@segiddins, [#4482](https://github.com/rubygems/bundler/issues/4482))
1036
1144
 
1037
- ## 1.12.0 (2016-04-28)
1145
+ # 1.12.0 (April 28, 2016)
1038
1146
 
1039
- This space intentionally left blank.
1147
+ No changes.
1040
1148
 
1041
- ## 1.12.0.rc.4 (2016-04-21)
1149
+ # 1.12.0.rc.4 (April 21, 2016)
1042
1150
 
1043
- Bugfixes:
1151
+ ## Bug fixes:
1044
1152
 
1045
1153
  - don't fail when `bundle outdated` is run with flags and the lockfile contains non-semver versions ([#4438](https://github.com/rubygems/bundler/issues/4438), @RochesterinNYC)
1046
1154
 
1047
- ## 1.12.0.rc.3 (2016-04-19)
1155
+ # 1.12.0.rc.3 (April 19, 2016)
1048
1156
 
1049
- Bugfixes:
1157
+ ## Bug fixes:
1050
1158
 
1051
1159
  - don't allow new attributes to dirty a lockfile when running `bundle exec`, `-rbundler/setup`, or `bundle check` (@segiddins)
1052
1160
 
1053
- ## 1.12.0.rc.2 (2016-04-15)
1161
+ # 1.12.0.rc.2 (April 15, 2016)
1054
1162
 
1055
- Features:
1163
+ ## Features:
1056
1164
 
1057
1165
  - `bundle outdated` handles all combinations of `--major`, `--minor`, and `--patch` ([#4396](https://github.com/rubygems/bundler/issues/4396), @RochesterinNYC)
1058
1166
 
1059
- Bugfixes:
1167
+ ## Bug fixes:
1060
1168
 
1061
1169
  - prevent endless recursive copy for `bundle package --all` ([#4392](https://github.com/rubygems/bundler/issues/4392), @RochesterinNYC)
1062
1170
  - allow executables that are `load`ed to exit non-0 via an `at_exit` hook when invoked by `bundle exec` (@segiddins)
1063
1171
  - nested invocations of `bundle exec` properly preserve the `$PATH` and `$GEM_PATH` environment variables (@segiddins)
1064
1172
 
1065
- ## 1.12.0.rc (2016-03-13)
1173
+ # 1.12.0.rc (March 13, 2016)
1066
1174
 
1067
- Performance:
1175
+ ## Performance:
1068
1176
 
1069
1177
  - Download gem metadata from globally distributed CDN endpoints ([#4358](https://github.com/rubygems/bundler/issues/4358), @segiddins)
1070
1178
 
1071
- Bugfixes:
1179
+ ## Bug fixes:
1072
1180
 
1073
1181
  - handle Ruby pre-releases built from source ([#4324](https://github.com/rubygems/bundler/issues/4324), @RochesterinNYC)
1074
1182
  - support binstubs from RubyGems 2.6 ([#4341](https://github.com/rubygems/bundler/issues/4341), @segiddins)
1075
1183
  - handle quotes present in in PATH ([#4326](https://github.com/rubygems/bundler/issues/4326), @segiddins)
1076
1184
 
1077
- ## 1.12.0.pre.2 (2016-02-26)
1185
+ # 1.12.0.pre.2 (February 26, 2016)
1078
1186
 
1079
- Performance:
1187
+ ## Performance:
1080
1188
 
1081
1189
  - speed up `bundle exec` by `load`ing the executable whenever possible, saving roughly .2 seconds per invocation (@segiddins)
1082
1190
 
1083
- Features:
1191
+ ## Features:
1084
1192
 
1085
1193
  - add a `--patch` flag for `bundle outdated` (@RochesterinNYC)
1086
1194
  - add `Bundler.clean_env` and `Bundler.original_env` ([#4232](https://github.com/rubygems/bundler/issues/4232), @njam)
1087
1195
  - add `--frozen` support to `bundle package` ([#3356](https://github.com/rubygems/bundler/issues/3356), @RochesterinNYC)
1088
1196
 
1089
- Bugfixes:
1197
+ ## Bug fixes:
1090
1198
 
1091
1199
  - place bundler loaded gems after `-I` and `RUBYLIB` (@Elffers)
1092
1200
  - give a better error message when filesystem access raises an `EPROTO` error ([#3581](https://github.com/rubygems/bundler/issues/3581), [#3932](https://github.com/bundler/bundler/issues/3932), [#4163](https://github.com/bundler/bundler/issues/4163), @RochesterinNYC)
@@ -1101,14 +1209,14 @@ Bugfixes:
1101
1209
  - skip rebuilding extensions for git gems if they are already built ([#4082](https://github.com/rubygems/bundler/issues/4082), @csfrancis, @indirect, @segiddins)
1102
1210
  - fix `bundle install` not installing when the `no_install` setting is set ([#3966](https://github.com/rubygems/bundler/issues/3966), @chulkilee, @segiddins)
1103
1211
 
1104
- ## 1.12.0.pre.1 (2016-02-09)
1212
+ # 1.12.0.pre.1 (February 9, 2016)
1105
1213
 
1106
- Performance:
1214
+ ## Performance:
1107
1215
 
1108
1216
  - speed up `bundle install` and `bundle update` by using the new compact gem index (@segiddins, @fotanus, @indirect)
1109
1217
  - speed up `bundle exec` by avoiding loading the gemfile twice ([#2951](https://github.com/rubygems/bundler/issues/2951), [#2952](https://github.com/bundler/bundler/issues/2952), @segiddins)
1110
1218
 
1111
- Features:
1219
+ ## Features:
1112
1220
 
1113
1221
  - add support for using version operators to specify ruby versions in the Gemfile (@jtarchie)
1114
1222
  - redirect `--help` flag for plugins to that plugin's man page (@RochesterinNYC)
@@ -1120,7 +1228,7 @@ Features:
1120
1228
  - add support for ruby 2.4 ([#4266](https://github.com/rubygems/bundler/issues/4266), @segiddins)
1121
1229
  - add `bundle outdated --parseable` for machine-readable output (@RochesterinNYC)
1122
1230
 
1123
- Bugfixes:
1231
+ ## Bug fixes:
1124
1232
 
1125
1233
  - fix `bundle package --all` recursing endlessly ([#4158](https://github.com/rubygems/bundler/issues/4158), @RochesterinNYC)
1126
1234
  - fail fast on more errors when fetching remote resources ([#4154](https://github.com/rubygems/bundler/issues/4154), @RochesterinNYC)
@@ -1143,35 +1251,35 @@ Bugfixes:
1143
1251
  - preserve the original `PATH` in `Bundler.with_clean_env` ([#4251](https://github.com/rubygems/bundler/issues/4251), @segiddins)
1144
1252
  - ensure standalone file paths are relative to the project root ([#4144](https://github.com/rubygems/bundler/issues/4144), @glennpratt)
1145
1253
 
1146
- ## 1.11.2 (2015-12-15)
1254
+ # 1.11.2 (December 15, 2015)
1147
1255
 
1148
- Bugfixes:
1256
+ ## Bug fixes:
1149
1257
 
1150
1258
  - _really_ stop calling `required_ruby_version` on nil @specifications ([#4147](https://github.com/rubygems/bundler/issues/4147), @indirect)
1151
1259
 
1152
- ## 1.11.1 (2015-12-15)
1260
+ # 1.11.1 (December 15, 2015)
1153
1261
 
1154
- Bugfixes:
1262
+ ## Bug fixes:
1155
1263
 
1156
1264
  - lazy-load Psych, again ([#4149](https://github.com/rubygems/bundler/issues/4149), @indirect)
1157
1265
  - allow gemspec gems on other platforms ([#4150](https://github.com/rubygems/bundler/issues/4150), @indirect)
1158
1266
  - fix --no-coc and --no-mit flags on `gem` ([#4148](https://github.com/rubygems/bundler/issues/4148), @RochesterinNYC)
1159
1267
  - stop calling `required_ruby_version` on nil @specifications ([#4147](https://github.com/rubygems/bundler/issues/4147), @indirect)
1160
1268
 
1161
- ## 1.11.0 (2015-12-12)
1269
+ # 1.11.0 (December 12, 2015)
1162
1270
 
1163
- (this space intentionally left blank)
1271
+ No changes.
1164
1272
 
1165
- ## 1.11.0.pre.2 (2015-12-06)
1273
+ # 1.11.0.pre.2 (December 6, 2015)
1166
1274
 
1167
- Bugfixes:
1275
+ ## Bug fixes:
1168
1276
 
1169
1277
  - fail gracefully when trying to execute a non-executable file ([#4081](https://github.com/rubygems/bundler/issues/4081), @fotanus)
1170
1278
  - fix a crash when pushing a gem via `rake release` (@segiddins)
1171
1279
 
1172
- ## 1.11.0.pre.1 (2015-11-29)
1280
+ # 1.11.0.pre.1 (November 29, 2015)
1173
1281
 
1174
- Features:
1282
+ ## Features:
1175
1283
 
1176
1284
  - actual Gemfile and lockfile filenames are used in messages ([#3672](https://github.com/rubygems/bundler/issues/3672), @segiddins)
1177
1285
  - the git remote for `rake release` is now customizable (@skateman)
@@ -1195,7 +1303,7 @@ Features:
1195
1303
  - add `pkg` to rake's clobber list ([#3676](https://github.com/rubygems/bundler/issues/3676), @jasonkarns)
1196
1304
  - retry fetching specs when fetching version metadata fails (@jingweno)
1197
1305
 
1198
- Bugfixes:
1306
+ ## Bug fixes:
1199
1307
 
1200
1308
  - avoid showing bundler version warning messages twice (@fotanus)
1201
1309
  - fix running `bundle check` with `--path` when the gems are only installed globally (@akihiro17)
@@ -1227,102 +1335,93 @@ Bugfixes:
1227
1335
  - fix `bundle console` falling back to `irb` when the preferred console is unavailable (@felixbuenemann)
1228
1336
  - restrict platforms when referencing a `gemspec` in the `Gemfile` to those defined in the gemspec ([#4102](https://github.com/rubygems/bundler/issues/4102), @smellsblue)
1229
1337
 
1230
- Performance:
1338
+ ## Performance:
1231
1339
 
1232
1340
  - speed up dependency resolution in pathological cases by 25x ([#3803](https://github.com/rubygems/bundler/issues/3803), @segiddins)
1233
1341
  - drop string allocations when searching for gems (@jrafanie)
1234
1342
 
1235
- ## 1.10.6 (2015-07-22)
1343
+ # 1.10.6 (July 22, 2015)
1236
1344
 
1237
- Workarounds:
1345
+ ## Bug fixes:
1238
1346
 
1239
1347
  - only warn on invalid gemspecs (@indirect)
1240
-
1241
- Bugfixes:
1242
-
1243
1348
  - fix installing dependencies in the correct order ([#3799](https://github.com/rubygems/bundler/issues/3799), @pducks32)
1244
1349
  - fix sorting of mixed DependencyLists ([#3762](https://github.com/rubygems/bundler/issues/3762), @tony-spataro-rs)
1245
1350
  - fix `install_if` conditionals when using the block form (@danieltdt)
1246
1351
 
1247
- ## 1.10.5 (2015-06-24)
1352
+ # 1.10.5 (June 24, 2015)
1248
1353
 
1249
- Workarounds:
1354
+ ## Bug fixes:
1250
1355
 
1251
1356
  - don't add or update BUNDLED WITH during `install` with no changes (@segiddins)
1252
-
1253
- Bugfixes:
1254
-
1255
1357
  - fix sorting of mixed DependencyLists with RubyGems >= 2.23 ([#3762](https://github.com/rubygems/bundler/issues/3762), @tony-spataro-rs)
1256
1358
  - speed up resolver for path and git gems (@segiddins)
1257
1359
  - fix `install --force` to not reinstall Bundler ([#3743](https://github.com/rubygems/bundler/issues/3743), @karlo57)
1258
1360
 
1259
- ## 1.10.4 (2015-06-16)
1361
+ # 1.10.4 (June 16, 2015)
1260
1362
 
1261
- Workarounds:
1363
+ ## Bug fixes:
1262
1364
 
1263
1365
  - don't add BUNDLED WITH to the lock when Spring runs `check` over and over (@indirect)
1264
-
1265
- Bugfixes:
1266
-
1267
1366
  - display "with native extensions" log output correctly (@ivantsepp)
1268
1367
  - alias `i` to `install`, `c` to `check`, and `e` to `exec` (@indirect)
1269
1368
 
1270
- ## 1.10.3 (2015-06-03)
1369
+ # 1.10.3 (June 3, 2015)
1271
1370
 
1272
- Bugfixes:
1371
+ ## Bug fixes:
1273
1372
 
1274
1373
  - allow missing gemspec files when validating path and git gems ([#3686](https://github.com/rubygems/bundler/issues/3686), [#3698](https://github.com/bundler/bundler/issues/3698), @segiddins)
1275
1374
  - fix regression in `rake install` ([#3701](https://github.com/rubygems/bundler/issues/3701), [#3705](https://github.com/bundler/bundler/issues/3705), @segiddins)
1276
1375
  - fix regression when calling `gem` with `bundle exec` or `-rbundler/setup` ([#3699](https://github.com/rubygems/bundler/issues/3699), @segiddins)
1277
1376
  - fix `bundler/inline` requiring a newly-installed gem ([#3693](https://github.com/rubygems/bundler/issues/3693), @indirect, @segiddins)
1278
1377
 
1279
- ## 1.10.2 (2015-05-29)
1378
+ # 1.10.2 (May 29, 2015)
1280
1379
 
1281
- Bugfixes:
1380
+ ## Bug fixes:
1282
1381
 
1283
1382
  - fix regression in `bundle update GEM` performance introduced in 1.10.0 ([#3687](https://github.com/rubygems/bundler/issues/3687), @segiddins)
1284
1383
 
1285
- ## 1.10.1 (2015-05-28)
1384
+ # 1.10.1 (May 28, 2015)
1286
1385
 
1287
- Bugfixes:
1386
+ ## Bug fixes:
1288
1387
 
1289
1388
  - silence ruby warning when running CLI commands (@segiddins)
1290
1389
  - validate gemspecs in non-packaging mode ([#3681](https://github.com/rubygems/bundler/issues/3681), @segiddins)
1291
1390
  - ensure the same chdir mutex as RubyGems is used ([#3680](https://github.com/rubygems/bundler/issues/3680), @segiddins)
1292
1391
 
1293
- ## 1.10.0 (2015-05-28)
1392
+ # 1.10.0 (May 28, 2015)
1294
1393
 
1295
- (this space intentionally left blank)
1394
+ No changes.
1296
1395
 
1297
- ## 1.10.0.rc (2015-05-16)
1396
+ # 1.10.0.rc (May 16, 2015)
1298
1397
 
1299
- Features:
1398
+ ## Features:
1300
1399
 
1301
1400
  - dramatically speed up resolving some slow Gemfiles ([#3635](https://github.com/rubygems/bundler/issues/3635), @segiddins)
1302
1401
  - track CI platforms running Bundler ([#3646](https://github.com/rubygems/bundler/issues/3646), @fotanus)
1303
1402
 
1304
- Bugfixes:
1403
+ ## Bug fixes:
1305
1404
 
1306
1405
  - allow `viz` to work with prereleases ([#3621](https://github.com/rubygems/bundler/issues/3621), [#3217](https://github.com/bundler/bundler/issues/3217), @aprescott)
1307
1406
  - validate gemspecs used in path and git gems ([#3639](https://github.com/rubygems/bundler/issues/3639), @segiddins, @indirect)
1308
1407
  - stop printing config warnings when config is unchanged ([#3649](https://github.com/rubygems/bundler/issues/3649), @fotanus, @indirect)
1309
1408
  - Without groups saved via `config` are no longer ignored when the `--without` flag is used
1310
1409
 
1311
- ## 1.10.0.pre.2 (2015-05-07)
1410
+ # 1.10.0.pre.2 (May 7, 2015)
1312
1411
 
1313
- Bugfixes:
1412
+ ## Bug fixes:
1314
1413
 
1315
1414
  - make BUNDLED WITH backwards compatible ([#3623](https://github.com/rubygems/bundler/issues/3623), @segiddins)
1316
1415
 
1317
- ## 1.10.0.pre.1 (2015-05-05)
1416
+ # 1.10.0.pre.1 (May 5, 2015)
1318
1417
 
1319
- Bugfixes:
1418
+ ## Bug fixes:
1320
1419
 
1321
1420
  - always clean up tmp dirs ([#3277](https://github.com/rubygems/bundler/issues/3277), @hone, @indirect, @segiddins)
1322
1421
 
1323
- ## 1.10.0.pre (2015-05-03)
1422
+ # 1.10.0.pre (May 3, 2015)
1324
1423
 
1325
- Features:
1424
+ ## Features:
1326
1425
 
1327
1426
  - support gem extensions built into any directory on RubyGems 2.2+ ([#3582](https://github.com/rubygems/bundler/issues/3582), @voxik)
1328
1427
  - add 'bundler/inline' which provides a `gemfile` method ([#3440](https://github.com/rubygems/bundler/issues/3440), @segiddins)
@@ -1337,77 +1436,77 @@ Features:
1337
1436
  - make timeouts and retries configurable via `config` ([#3601](https://github.com/rubygems/bundler/issues/3601), @pducks32)
1338
1437
  - add `install_if` Gemfile method for conditional installs ([#3611](https://github.com/rubygems/bundler/issues/3611), @segiddins)
1339
1438
 
1340
- Bugfixes:
1439
+ ## Bug fixes:
1341
1440
 
1342
1441
  - standalone mode now uses builtin gems correctly ([#3610](https://github.com/rubygems/bundler/issues/3610), @segiddins)
1343
1442
  - fix `rake spec:deps` on MinGW Ruby 2.0+ ([#3487](https://github.com/rubygems/bundler/issues/3487), @marutosi)
1344
1443
  - remember all y/n answers when generating gems ([#3579](https://github.com/rubygems/bundler/issues/3579), @pducks32)
1345
1444
 
1346
- Performance:
1445
+ ## Performance:
1347
1446
 
1348
1447
  - use RubyGems stub specifications when possible ([#3580](https://github.com/rubygems/bundler/issues/3580), @segiddins)
1349
1448
 
1350
- Deprecations:
1449
+ ## Deprecations:
1351
1450
 
1352
1451
  - deprecated the (never enabled) `bundle_ruby` binary (@smlance)
1353
1452
 
1354
- ## 1.9.10 (2015-06-22)
1453
+ # 1.9.10 (June 22, 2015)
1355
1454
 
1356
- Features:
1455
+ ## Features:
1357
1456
 
1358
1457
  - the `BUNDLED WITH` section of lockfiles generated by 1.10+ will be preserved (@segiddins)
1359
1458
 
1360
- ## 1.9.9 (2015-05-16)
1459
+ # 1.9.9 (May 16, 2015)
1361
1460
 
1362
- Bugfixes:
1461
+ ## Bug fixes:
1363
1462
 
1364
1463
  - read mirror and credential settings from older versions ([#3557](https://github.com/rubygems/bundler/issues/3557), @Strech)
1365
1464
 
1366
- ## 1.9.8 (2015-05-12)
1465
+ # 1.9.8 (May 12, 2015)
1367
1466
 
1368
- Bugfixes:
1467
+ ## Bug fixes:
1369
1468
 
1370
1469
  - fix regression in sudo mode introduced by 1.9.7 ([#3642](https://github.com/rubygems/bundler/issues/3642), @segiddins)
1371
1470
 
1372
- ## 1.9.7 (2015-05-11)
1471
+ # 1.9.7 (May 11, 2015)
1373
1472
 
1374
- Bugfixes:
1473
+ ## Bug fixes:
1375
1474
 
1376
1475
  - always clean up tmp dirs ([#3277](https://github.com/rubygems/bundler/issues/3277), @hone, @indirect, @segiddins)
1377
1476
 
1378
- ## 1.9.6 (2015-05-02)
1477
+ # 1.9.6 (May 2, 2015)
1379
1478
 
1380
- Bugfixes:
1479
+ ## Bug fixes:
1381
1480
 
1382
1481
  - use RubyGems spec stubs if available (@segiddins)
1383
1482
  - allow creating gems with names containing two dashes ([#3483](https://github.com/rubygems/bundler/issues/3483), @janlelis)
1384
1483
  - allow creating gems with names extending constants ([#3603](https://github.com/rubygems/bundler/issues/3603), @amatsuda)
1385
1484
 
1386
- ## 1.9.5 (2015-04-29)
1485
+ # 1.9.5 (April 29, 2015)
1387
1486
 
1388
- Bugfixes:
1487
+ ## Bug fixes:
1389
1488
 
1390
1489
  - respect Gemfile sources when installing a gem present in two sources ([#3585](https://github.com/rubygems/bundler/issues/3585), @tmoore)
1391
1490
 
1392
- ## 1.9.4 (2015-04-13)
1491
+ # 1.9.4 (April 13, 2015)
1393
1492
 
1394
- Bugfixes:
1493
+ ## Bug fixes:
1395
1494
 
1396
1495
  - fix regression in installing x86 and universal gems ([#3565](https://github.com/rubygems/bundler/issues/3565), @jdmundrawala)
1397
1496
  - improve error when gems are missing ([#3564](https://github.com/rubygems/bundler/issues/3564), @sealocal)
1398
1497
 
1399
- ## 1.9.3 (2015-04-12)
1498
+ # 1.9.3 (April 12, 2015)
1400
1499
 
1401
- Bugfixes:
1500
+ ## Bug fixes:
1402
1501
 
1403
1502
  - handle removal of `specs` from rubygems/rubygems@620910 ([#3558](https://github.com/rubygems/bundler/issues/3558), @indirect)
1404
1503
  - install 'universal' gems on Windows ([#3066](https://github.com/rubygems/bundler/issues/3066), @jdmundrawala)
1405
1504
  - stop passing --local during `rake install` task ([#3236](https://github.com/rubygems/bundler/issues/3236), @indirect)
1406
1505
  - guard against all possible accidental public gem pushes ([#3533](https://github.com/rubygems/bundler/issues/3533), @indirect)
1407
1506
 
1408
- ## 1.9.2 (2015-03-30)
1507
+ # 1.9.2 (March 30, 2015)
1409
1508
 
1410
- Bugfixes:
1509
+ ## Bug fixes:
1411
1510
 
1412
1511
  - ensure gem executables are executable ([#3517](https://github.com/rubygems/bundler/issues/3517), [#3511](https://github.com/bundler/bundler/issues/3511), @indirect)
1413
1512
  - fix warnings in Molinillo ([#3516](https://github.com/rubygems/bundler/issues/3516), @segiddins)
@@ -1415,95 +1514,95 @@ Bugfixes:
1415
1514
  - keep gems locked when updating another gem from the same source ([#3520](https://github.com/rubygems/bundler/issues/3520), @indirect)
1416
1515
  - resolve race that could build gems without saved arguments ([#3404](https://github.com/rubygems/bundler/issues/3404), @indirect)
1417
1516
 
1418
- ## 1.9.1 (2015-03-21)
1517
+ # 1.9.1 (March 21, 2015)
1419
1518
 
1420
- Bugfixes:
1519
+ ## Bug fixes:
1421
1520
 
1422
1521
  - avoid exception in 'bundler/gem_tasks' ([#3492](https://github.com/rubygems/bundler/issues/3492), @segiddins)
1423
1522
 
1424
- ## 1.9.0 (2015-03-20)
1523
+ # 1.9.0 (March 20, 2015)
1425
1524
 
1426
- ## 1.9.0.rc (2015-03-13)
1525
+ # 1.9.0.rc (March 13, 2015)
1427
1526
 
1428
- Bugfixes:
1527
+ ## Bug fixes:
1429
1528
 
1430
1529
  - make Bundler.which stop finding directories (@nohoho)
1431
1530
  - handle Bundler prereleases correctly ([#3470](https://github.com/rubygems/bundler/issues/3470), @segiddins)
1432
1531
  - add before_install to .travis.yml template for new gems (@kodnin)
1433
1532
 
1434
- ## 1.9.0.pre.1 (2015-03-11)
1533
+ # 1.9.0.pre.1 (March 11, 2015)
1435
1534
 
1436
- Bugfixes:
1535
+ ## Bug fixes:
1437
1536
 
1438
1537
  - make `gem` command work again (@arthurnn)
1439
1538
 
1440
- ## 1.9.0.pre (2015-03-11)
1539
+ # 1.9.0.pre (March 11, 2015)
1441
1540
 
1442
- Features:
1541
+ ## Features:
1443
1542
 
1444
1543
  - prefer gemspecs closest to the directory root ([#3428](https://github.com/rubygems/bundler/issues/3428), @segiddins)
1445
1544
  - debug log for API request limits ([#3452](https://github.com/rubygems/bundler/issues/3452), @neerfri)
1446
1545
 
1447
- "Features":
1546
+ ## Enhancements:
1448
1547
 
1449
1548
  - Molinillo resolver, shared with CocoaPods (@segiddins)
1450
1549
  - updated Thor to v0.19.1 (@segiddins)
1451
1550
 
1452
- ## 1.8.9 (2015-05-02)
1551
+ # 1.8.9 (May 2, 2015)
1453
1552
 
1454
- Bugfixes:
1553
+ ## Bug fixes:
1455
1554
 
1456
1555
  - Use RubyGems spec stubs if available (@segiddins)
1457
1556
 
1458
- ## 1.8.8 (2015-04-29)
1557
+ # 1.8.8 (April 29, 2015)
1459
1558
 
1460
- Bugfixes:
1559
+ ## Bug fixes:
1461
1560
 
1462
1561
  - Respect Gemfile sources when installing a gem present in two sources ([#3585](https://github.com/rubygems/bundler/issues/3585), @tmoore)
1463
1562
 
1464
- ## 1.8.7 (2015-04-07)
1563
+ # 1.8.7 (April 7, 2015)
1465
1564
 
1466
- Bugfixes:
1565
+ ## Bug fixes:
1467
1566
 
1468
1567
  - stop suppressing errors inside gems that get required ([#3549](https://github.com/rubygems/bundler/issues/3549), @indirect)
1469
1568
 
1470
- ## 1.8.6 (2015-03-30)
1569
+ # 1.8.6 (March 30, 2015)
1471
1570
 
1472
- Bugfixes:
1571
+ ## Bug fixes:
1473
1572
 
1474
1573
  - keep gems locked when updating another gem from the same source ([#3250](https://github.com/rubygems/bundler/issues/3250), @indirect)
1475
1574
  - resolve race that could build gems without saved arguments ([#3404](https://github.com/rubygems/bundler/issues/3404), @indirect)
1476
1575
 
1477
- ## 1.8.5 (2015-03-11)
1576
+ # 1.8.5 (March 11, 2015)
1478
1577
 
1479
- Bugfixes:
1578
+ ## Bug fixes:
1480
1579
 
1481
1580
  - remove MIT license from gemspec when removing license file (@indirect)
1482
1581
  - respect 'no' immediately as well as saving it in `gem` config (@kirs)
1483
1582
 
1484
- ## 1.8.4 (2015-03-05)
1583
+ # 1.8.4 (March 5, 2015)
1485
1584
 
1486
- Bugfixes:
1585
+ ## Bug fixes:
1487
1586
 
1488
1587
  - document --all-platforms option ([#3449](https://github.com/rubygems/bundler/issues/3449), @moeffju)
1489
1588
  - find gems from all sources on exec after install ([#3450](https://github.com/rubygems/bundler/issues/3450), @TimMoore)
1490
1589
 
1491
- ## 1.8.3 (2015-02-24)
1590
+ # 1.8.3 (February 24, 2015)
1492
1591
 
1493
- Bugfixes:
1592
+ ## Bug fixes:
1494
1593
 
1495
1594
  - handle boolean values for gem settings (@EduardoBautista)
1496
1595
  - stop always looking for updated `path` gems ([#3414](https://github.com/rubygems/bundler/issues/3414), [#3417](https://github.com/bundler/bundler/issues/3417), [#3429](https://github.com/bundler/bundler/issues/3429), @TimMoore)
1497
1596
 
1498
- ## 1.8.2 (2015-02-14)
1597
+ # 1.8.2 (February 14, 2015)
1499
1598
 
1500
- Bugfixes:
1599
+ ## Bug fixes:
1501
1600
 
1502
1601
  - allow config settings for gems with 'http' in the name again ([#3398](https://github.com/rubygems/bundler/issues/3398), @TimMoore)
1503
1602
 
1504
- ## 1.8.1 (2015-02-13)
1603
+ # 1.8.1 (February 13, 2015)
1505
1604
 
1506
- Bugfixes:
1605
+ ## Bug fixes:
1507
1606
 
1508
1607
  - synchronize building git gem native extensions ([#3385](https://github.com/rubygems/bundler/issues/3385), @antifuchs & @indirect)
1509
1608
  - set gemspec bindir correctly ([#3392](https://github.com/rubygems/bundler/issues/3392), @TimMoore)
@@ -1512,35 +1611,32 @@ Bugfixes:
1512
1611
  - explain problem when caching causes permission error ([#3390](https://github.com/rubygems/bundler/issues/3390), @indirect)
1513
1612
  - normalize URLs in config keys ([#3391](https://github.com/rubygems/bundler/issues/3391), @indirect)
1514
1613
 
1515
- ## 1.8.0 (2015-02-10)
1614
+ # 1.8.0 (February 10, 2015)
1516
1615
 
1517
- Bugfixes:
1616
+ ## Bug fixes:
1518
1617
 
1519
1618
  - gemfile `github` blocks now work ([#3379](https://github.com/rubygems/bundler/issues/3379), @indirect)
1520
-
1521
- Bugfixes from v1.7.13:
1522
-
1523
1619
  - look up installed gems in remote sources ([#3300](https://github.com/rubygems/bundler/issues/3300), [#3368](https://github.com/bundler/bundler/issues/3368), [#3377](https://github.com/bundler/bundler/issues/3377), [#3380](https://github.com/bundler/bundler/issues/3380), [#3381](https://github.com/bundler/bundler/issues/3381), @indirect)
1524
1620
  - look up gems across all sources to satisfy dependencies ([#3365](https://github.com/rubygems/bundler/issues/3365), @keiths-osc)
1525
1621
  - request dependencies for no more than 100 gems at a time ([#3367](https://github.com/rubygems/bundler/issues/3367), @segiddins)
1526
1622
 
1527
- ## 1.8.0.rc (2015-01-26)
1623
+ # 1.8.0.rc (January 26, 2015)
1528
1624
 
1529
- Features:
1625
+ ## Features:
1530
1626
 
1531
1627
  - add `config disable_multisource` option to ensure sources can't compete (@indirect)
1532
1628
 
1533
- Bugfixes:
1629
+ ## Bug fixes:
1534
1630
 
1535
1631
  - don't add extra quotes around long, quoted config values (@aroben, [#3338](https://github.com/rubygems/bundler/issues/3338))
1536
1632
 
1537
- Security:
1633
+ ## Security fixes:
1538
1634
 
1539
1635
  - warn when more than one top-level source is present (@indirect)
1540
1636
 
1541
- ## 1.8.0.pre (2015-01-26)
1637
+ # 1.8.0.pre (January 26, 2015)
1542
1638
 
1543
- Features:
1639
+ ## Features:
1544
1640
 
1545
1641
  - add metadata allowed_push_host to new gem template ([#3002](https://github.com/rubygems/bundler/issues/3002), @juanitofatas)
1546
1642
  - adds a `--no-install` flag to `bundle package` (@d-reinhold)
@@ -1562,165 +1658,165 @@ Features:
1562
1658
  - add `config gemfile /path` for other Gemfile locations (@dholdren)
1563
1659
  - add `github` method alonside the `git` method (@BenMorganIO)
1564
1660
 
1565
- Bugfixes:
1661
+ ## Bug fixes:
1566
1662
 
1567
1663
  - reduce memory usage with threaded parallel workers (@Who828)
1568
1664
  - support read-only git gems (@pmahoney)
1569
1665
  - various resolver performance improvements (@dubek)
1570
1666
  - untaint git gem paths for Rubygems compatibility (@tdtds)
1571
1667
 
1572
- Documentation:
1668
+ ## Documentation:
1573
1669
 
1574
1670
  - add missing Gemfile global `path` explanation (@agenteo)
1575
1671
 
1576
- ## 1.7.15 (2015-04-29)
1672
+ # 1.7.15 (April 29, 2015)
1577
1673
 
1578
- Bugfixes:
1674
+ ## Bug fixes:
1579
1675
 
1580
1676
  - Respect Gemfile sources when installing a gem present in two sources ([#3585](https://github.com/rubygems/bundler/issues/3585), @tmoore)
1581
1677
 
1582
- ## 1.7.14 (2015-03-30)
1678
+ # 1.7.14 (March 30, 2015)
1583
1679
 
1584
- Bugfixes:
1680
+ ## Bug fixes:
1585
1681
 
1586
1682
  - Keep gems locked when updating another gem from the same source ([#3250](https://github.com/rubygems/bundler/issues/3250), @indirect)
1587
1683
  - Don't add extra quotes around long, quoted config values (@aroben, [#3338](https://github.com/rubygems/bundler/issues/3338))
1588
1684
 
1589
- ## 1.7.13 (2015-02-07)
1685
+ # 1.7.13 (February 7, 2015)
1590
1686
 
1591
- Bugfixes:
1687
+ ## Bug fixes:
1592
1688
 
1593
1689
  - Look up installed gems in remote sources ([#3300](https://github.com/rubygems/bundler/issues/3300), [#3368](https://github.com/bundler/bundler/issues/3368), [#3377](https://github.com/bundler/bundler/issues/3377), [#3380](https://github.com/bundler/bundler/issues/3380), [#3381](https://github.com/bundler/bundler/issues/3381), @indirect)
1594
1690
  - Look up gems across all sources to satisfy dependencies ([#3365](https://github.com/rubygems/bundler/issues/3365), @keiths-osc)
1595
1691
  - Request dependencies for no more than 100 gems at a time ([#3367](https://github.com/rubygems/bundler/issues/3367), @segiddins)
1596
1692
 
1597
- ## 1.7.12 (2015-01-08)
1693
+ # 1.7.12 (January 8, 2015)
1598
1694
 
1599
- Bugfixes:
1695
+ ## Bug fixes:
1600
1696
 
1601
1697
  - Always send credentials for sources, fixing private Gemfury gems ([#3342](https://github.com/rubygems/bundler/issues/3342), @TimMoore)
1602
1698
 
1603
- ## 1.7.11 (2015-01-04)
1699
+ # 1.7.11 (January 4, 2015)
1604
1700
 
1605
- Bugfixes:
1701
+ ## Bug fixes:
1606
1702
 
1607
1703
  - Recognize `:mri_22` and `:mingw_22`, rather than just `:ruby_22` ([#3328](https://github.com/rubygems/bundler/issues/3328), @myabc)
1608
1704
 
1609
- ## 1.7.10 (2014-12-29)
1705
+ # 1.7.10 (December 29, 2014)
1610
1706
 
1611
- Bugfixes:
1707
+ ## Bug fixes:
1612
1708
 
1613
1709
  - Fix source blocks sometimes causing deployment mode to fail wrongly ([#3298](https://github.com/rubygems/bundler/issues/3298), @TimMoore)
1614
1710
 
1615
- Features(?):
1711
+ ## Features:
1616
1712
 
1617
1713
  - Support `platform :mri_22` and related version bits ([#3309](https://github.com/rubygems/bundler/issues/3309), @thomasfedb)
1618
1714
 
1619
- ## 1.7.9 (2014-12-09)
1715
+ # 1.7.9 (December 9, 2014)
1620
1716
 
1621
- Bugfixes:
1717
+ ## Bug fixes:
1622
1718
 
1623
1719
  - Fix an issue where bundler sometime spams one gem in Gemfile.lock ([#3216](https://github.com/rubygems/bundler/issues/3216), @Who828)
1624
1720
  - Ensure bundle update installs the newer version of the gem ([#3089](https://github.com/rubygems/bundler/issues/3089), @Who828)
1625
1721
  - Fix an regression which stopped Bundler from resolving some Gemfiles ([#3059](https://github.com/rubygems/bundler/issues/3059), [#3248](https://github.com/bundler/bundler/issues/3248), @Who828)
1626
1722
 
1627
- ## 1.7.8 (2014-12-06)
1723
+ # 1.7.8 (December 6, 2014)
1628
1724
 
1629
- Bugfixes:
1725
+ ## Bug fixes:
1630
1726
 
1631
1727
  - Hide credentials while warning about gems with ambiguous sources ([#3256](https://github.com/rubygems/bundler/issues/3256), @TimMoore)
1632
1728
 
1633
- ## 1.7.7 (2014-11-19)
1729
+ # 1.7.7 (November 19, 2014)
1634
1730
 
1635
- Bugfixes:
1731
+ ## Bug fixes:
1636
1732
 
1637
1733
  - Ensure server credentials stored in config or ENV will be used ([#3180](https://github.com/rubygems/bundler/issues/3180), @arronmabrey)
1638
1734
  - Fix race condition causing errors while installing git-based gems ([#3174](https://github.com/rubygems/bundler/issues/3174), @Who828)
1639
1735
  - Use single quotes in config so YAML won't add more quotes ([#3261](https://github.com/rubygems/bundler/issues/3261), @indirect)
1640
1736
 
1641
- ## 1.7.6 (2014-11-11)
1737
+ # 1.7.6 (November 11, 2014)
1642
1738
 
1643
- Bugfixes:
1739
+ ## Bug fixes:
1644
1740
 
1645
1741
  - CA certificates that work with all OpenSSLs (@luislavena, @indirect)
1646
1742
 
1647
- ## 1.7.5 (2014-11-10)
1743
+ # 1.7.5 (November 10, 2014)
1648
1744
 
1649
- Bugfixes:
1745
+ ## Bug fixes:
1650
1746
 
1651
1747
  - Fix --deployment with source blocks and non-alphabetical gems ([#3224](https://github.com/rubygems/bundler/issues/3224), @TimMoore)
1652
1748
  - Vendor CA chain to validate new rubygems.org HTTPS certificate (@indirect)
1653
1749
 
1654
- ## 1.7.4 (2014-10-19)
1750
+ # 1.7.4 (October 19, 2014)
1655
1751
 
1656
- Bugfixes:
1752
+ ## Bug fixes:
1657
1753
 
1658
1754
  - Allow --deployment after `pack` while using source blocks ([#3167](https://github.com/rubygems/bundler/issues/3167), @TimMoore)
1659
1755
  - Use dependency API even when HTTP credentials are in ENV ([#3191](https://github.com/rubygems/bundler/issues/3191), @fvaleur)
1660
1756
  - Silence warnings (including root warning) in --quiet mode ([#3186](https://github.com/rubygems/bundler/issues/3186), @indirect)
1661
1757
  - Stop asking gem servers for gems already found locally ([#2909](https://github.com/rubygems/bundler/issues/2909), @dubek)
1662
1758
 
1663
- ## 1.7.3 (2014-09-14)
1759
+ # 1.7.3 (September 14, 2014)
1664
1760
 
1665
- Bugfixes:
1761
+ ## Bug fixes:
1666
1762
 
1667
1763
  - `extconf.rb` is now generated with the right path for `create_makefile` (@andremedeiros)
1668
1764
  - Fix various Ruby warnings (@piotrsanarki, @indirect)
1669
1765
 
1670
- ## 1.7.2 (2014-08-23)
1766
+ # 1.7.2 (August 23, 2014)
1671
1767
 
1672
- Bugfixes:
1768
+ ## Bug fixes:
1673
1769
 
1674
1770
  - Revert gem source sorting in lock files (@indirect)
1675
1771
 
1676
- ## 1.7.1 (2014-08-20)
1772
+ # 1.7.1 (August 20, 2014)
1677
1773
 
1678
- Bugfixes:
1774
+ ## Bug fixes:
1679
1775
 
1680
1776
  - Install gems from one source needed by gems in another source (@indirect)
1681
1777
  - Install the same gem versions even after some are installed (@TimMoore)
1682
1778
  - Download specs only when installing from servers (@indirect)
1683
1779
 
1684
- ## 1.7.0 (2014-08-13)
1780
+ # 1.7.0 (August 13, 2014)
1685
1781
 
1686
- Security:
1782
+ ## Security fixes:
1687
1783
 
1688
1784
  - Fix for CVE-2013-0334, installing gems from an unexpected source (@TimMoore)
1689
1785
 
1690
- Features:
1786
+ ## Features:
1691
1787
 
1692
1788
  - Gemfile `source` calls now take a block containing gems from that source (@TimMoore)
1693
1789
  - Added the `:source` option to `gem` to specify a source (@TimMoore)
1694
1790
 
1695
- Bugfixes:
1791
+ ## Bug fixes:
1696
1792
 
1697
1793
  - Warn on ambiguous gems available from more than one source (@TimMoore)
1698
1794
 
1699
- ## 1.6.7 (2014-10-19)
1795
+ # 1.6.7 (October 19, 2014)
1700
1796
 
1701
- Features:
1797
+ ## Features:
1702
1798
 
1703
1799
  - warn to upgrade when using useless source blocks (@danfinnie)
1704
1800
 
1705
- Documentation:
1801
+ ## Documentation:
1706
1802
 
1707
1803
  - explain how to use gem server credentials via ENV (@hwartig)
1708
1804
 
1709
- ## 1.6.6 (2014-08-23)
1805
+ # 1.6.6 (August 23, 2014)
1710
1806
 
1711
- Bugfixes:
1807
+ ## Bug fixes:
1712
1808
 
1713
1809
  - restore Gemfile credentials to Gemfile.lock (@indirect)
1714
1810
 
1715
- ## 1.6.5 (2014-07-23)
1811
+ # 1.6.5 (July 23, 2014)
1716
1812
 
1717
- Bugfixes:
1813
+ ## Bug fixes:
1718
1814
 
1719
1815
  - require openssl explicitly to fix rare HTTPS request failures (@indirect, [#3107](https://github.com/rubygems/bundler/issues/3107))
1720
1816
 
1721
- ## 1.6.4 (2014-07-17)
1817
+ # 1.6.4 (July 17, 2014)
1722
1818
 
1723
- Bugfixes:
1819
+ ## Bug fixes:
1724
1820
 
1725
1821
  - fix undefined constant error when can't find gem during binstubs ([#3095](https://github.com/rubygems/bundler/issues/3095), @jetaggart)
1726
1822
  - work when installed git gems are not writable ([#3092](https://github.com/rubygems/bundler/issues/3092), @pmahoney)
@@ -1730,18 +1826,18 @@ Bugfixes:
1730
1826
  - skip dependencies from other platforms (@mvz)
1731
1827
  - work when Rubygems was built without SSL (@andremedeiros)
1732
1828
 
1733
- ## 1.6.3 (2014-06-16)
1829
+ # 1.6.3 (June 16, 2014)
1734
1830
 
1735
- Bugfixes:
1831
+ ## Bug fixes:
1736
1832
 
1737
1833
  - fix regression when resolving many conflicts ([#2994](https://github.com/rubygems/bundler/issues/2994), @Who828)
1738
1834
  - use local gemspec for builtin gems during install --local ([#3041](https://github.com/rubygems/bundler/issues/3041), @Who828)
1739
1835
  - don't warn about sudo when installing on Windows ([#2984](https://github.com/rubygems/bundler/issues/2984), @indirect)
1740
1836
  - shell escape `bundle open` arguments (@indirect)
1741
1837
 
1742
- ## 1.6.2 (2014-04-13)
1838
+ # 1.6.2 (April 13, 2014)
1743
1839
 
1744
- Bugfixes:
1840
+ ## Bug fixes:
1745
1841
 
1746
1842
  - fix an exception when using builtin gems ([#2915](https://github.com/rubygems/bundler/issues/2915), [#2963](https://github.com/bundler/bundler/issues/2963), @gnufied)
1747
1843
  - cache gems that are built in to the running ruby ([#2975](https://github.com/rubygems/bundler/issues/2975), @indirect)
@@ -1749,23 +1845,23 @@ Bugfixes:
1749
1845
  - keep standalone working even with builtin gems (@indirect)
1750
1846
  - don't update vendor/cache in deployment mode ([#2921](https://github.com/rubygems/bundler/issues/2921), @indirect)
1751
1847
 
1752
- Features:
1848
+ ## Features:
1753
1849
 
1754
1850
  - warn informatively when `bundle install` is run as root ([#2936](https://github.com/rubygems/bundler/issues/2936), @1337807)
1755
1851
 
1756
- ## 1.6.1 (2014-04-02)
1852
+ # 1.6.1 (April 2, 2014)
1757
1853
 
1758
- Bugfixes:
1854
+ ## Bug fixes:
1759
1855
 
1760
1856
  - update C extensions when git gem versions change ([#2948](https://github.com/rubygems/bundler/issues/2948), @dylanahsmith)
1761
1857
 
1762
- Features:
1858
+ ## Features:
1763
1859
 
1764
1860
  - add support for C extensions in sudo mode on Rubygems 2.2
1765
1861
 
1766
- ## 1.6.0 (2014-03-28)
1862
+ # 1.6.0 (March 28, 2014)
1767
1863
 
1768
- Bugfixes:
1864
+ ## Bug fixes:
1769
1865
 
1770
1866
  - many Gemfiles that caused incorrect errors now resolve correctly (@Who828)
1771
1867
  - redirects across hosts now work on rubies without OpenSSL ([#2686](https://github.com/rubygems/bundler/issues/2686), @grddev)
@@ -1780,7 +1876,7 @@ Bugfixes:
1780
1876
  - handle exception installing when build_info owned by root (@Who828)
1781
1877
  - skip HTTP redirects from rubygems.org, huge speed boost (@Who828)
1782
1878
 
1783
- Features:
1879
+ ## Features:
1784
1880
 
1785
1881
  - resolver rewritten to avoid recursion (@Who828)
1786
1882
  - add `git_source` for custom options like :github and :gist (@strzalek)
@@ -1795,20 +1891,20 @@ Features:
1795
1891
  - Avoid using threequals operator where possible (@as-cii)
1796
1892
  - Add `bundle update --group` to update specific group ([#2731](https://github.com/rubygems/bundler/issues/2731) @banyan)
1797
1893
 
1798
- Documentation:
1894
+ ## Documentation:
1799
1895
 
1800
1896
  - Add missing switches for bundle-install(1) and bundle-update(1) (@as-cii)
1801
1897
 
1802
- ## 1.5.3 (2014-02-06)
1898
+ # 1.5.3 (February 6, 2014)
1803
1899
 
1804
- Bugfixes:
1900
+ ## Bug fixes:
1805
1901
 
1806
1902
  - find "missing" gems that are actually present ([#2780](https://github.com/rubygems/bundler/issues/2780), [#2818](https://github.com/bundler/bundler/issues/2818), [#2854](https://github.com/bundler/bundler/issues/2854))
1807
1903
  - use n-1 cores when given n jobs for parallel install (@jdickey)
1808
1904
 
1809
- ## 1.5.2 (2014-01-10)
1905
+ # 1.5.2 (January 10, 2014)
1810
1906
 
1811
- Bugfixes:
1907
+ ## Bug fixes:
1812
1908
 
1813
1909
  - fix integration with Rubygems 1.8.0-1.8.19
1814
1910
  - handle ENETDOWN exception during network requests
@@ -1817,36 +1913,36 @@ Bugfixes:
1817
1913
  - set git binstub permissions by umask (@v-yarotsky)
1818
1914
  - remove parallel install debug log
1819
1915
 
1820
- ## 1.5.1 (2013-12-28)
1916
+ # 1.5.1 (December 28, 2013)
1821
1917
 
1822
- Bugfixes:
1918
+ ## Bug fixes:
1823
1919
 
1824
1920
  - correctly find gems installed with Ruby by default
1825
1921
 
1826
- ## 1.5.0 (2013-12-26)
1922
+ # 1.5.0 (December 26, 2013)
1827
1923
 
1828
- Features:
1924
+ ## Features:
1829
1925
 
1830
1926
  - install missing gems if their specs are present (@hone)
1831
1927
 
1832
- Bugfixes:
1928
+ ## Bug fixes:
1833
1929
 
1834
1930
  - use print for "Installing…" so messages are thread-safe (@TimMoore)
1835
1931
 
1836
- ## 1.5.0.rc.2 (2013-12-18)
1932
+ # 1.5.0.rc.2 (December 18, 2013)
1837
1933
 
1838
- "Features":
1934
+ ## Features:
1839
1935
 
1840
1936
  - Support threaded installation on Rubygems 2.0.7+
1841
1937
  - Debug installation logs in .bundle/install.log
1842
1938
 
1843
- "Bugfixes":
1939
+ ## Bug fixes:
1844
1940
 
1845
1941
  - Try to catch gem installation race conditions
1846
1942
 
1847
- ## 1.5.0.rc.1 (2013-11-09)
1943
+ # 1.5.0.rc.1 (November 9, 2013)
1848
1944
 
1849
- Features:
1945
+ ## Features:
1850
1946
 
1851
1947
  - bundle update also accepts --jobs ([#2692](https://github.com/rubygems/bundler/issues/2692), @mrkn)
1852
1948
  - add fork URL to README for new `bundle gem` ([#2665](https://github.com/rubygems/bundler/issues/2665), @zzak)
@@ -1855,7 +1951,7 @@ Features:
1855
1951
  - don't redownload installed specs for `bundle install` ([#2680](https://github.com/rubygems/bundler/issues/2680), @cainlevy)
1856
1952
  - override gem sources with mirrors ([#2650](https://github.com/rubygems/bundler/issues/2650), @danielsdeleo, @mkristian)
1857
1953
 
1858
- Bugfixes:
1954
+ ## Bug fixes:
1859
1955
 
1860
1956
  - fix sharing same SSL socket when forking workers for parallel install ([#2632](https://github.com/rubygems/bundler/issues/2632))
1861
1957
  - fix msg typo in GitNotAllowedError ([#2654](https://github.com/rubygems/bundler/issues/2654), @joyicecloud)
@@ -1865,9 +1961,9 @@ Bugfixes:
1865
1961
  - fix the bug that downloads every spec when API fetcher encouters an error
1866
1962
  - only retry network requests
1867
1963
 
1868
- ## 1.4.0.rc.1 (2013-09-29)
1964
+ # 1.4.0.rc.1 (September 29, 2013)
1869
1965
 
1870
- Features:
1966
+ ## Features:
1871
1967
 
1872
1968
  - add support for the x64-mingw32 platform ([#2356](https://github.com/rubygems/bundler/issues/2356), [#2590](https://github.com/bundler/bundler/issues/2590), @larskanis)
1873
1969
  - add :patchlevel option to ruby DSL
@@ -1882,16 +1978,16 @@ Features:
1882
1978
  - add `--retry` to retry failed network and git commands (@schneems)
1883
1979
  - include command and versions in User-Agent (@indirect, @joyicecloud)
1884
1980
 
1885
- Bugfixes:
1981
+ ## Bug fixes:
1886
1982
 
1887
1983
  - allow passwordless Basic Auth ([#2606](https://github.com/rubygems/bundler/issues/2606), @rykov)
1888
1984
  - don't suggest `gem install foo` when `foo` is a git gem that fails (@kirs)
1889
1985
  - revert [#2569](https://github.com/rubygems/bundler/issues/2569), staying compatible with git: instead of https: for :github gems
1890
1986
  - handle exceptions while installing gems in parallel (@gnufied)
1891
1987
 
1892
- ## 1.4.0.pre.1 (2013-08-04)
1988
+ # 1.4.0.pre.1 (August 4, 2013)
1893
1989
 
1894
- Features:
1990
+ ## Features:
1895
1991
 
1896
1992
  - retry network requests while installing gems ([#2561](https://github.com/rubygems/bundler/issues/2561), @ascherger)
1897
1993
  - faster installs using gemspecs from the local system cache ([#2497](https://github.com/rubygems/bundler/issues/2497), @mipearson)
@@ -1908,16 +2004,16 @@ Features:
1908
2004
  - add quiet option to `bundle package` ([#2573](https://github.com/rubygems/bundler/issues/2573), @shtirlic)
1909
2005
  - use RUBYLIB instead of RUBYOPT for better Windows support ([#2536](https://github.com/rubygems/bundler/issues/2536), @equinux)
1910
2006
 
1911
- Bugfixes:
2007
+ ## Bug fixes:
1912
2008
 
1913
2009
  - reduce stack size while resolving to fix JRuby overflow ([#2510](https://github.com/rubygems/bundler/issues/2510), @headius)
1914
2010
  - display GitErrors while loading specs in --verbose mode ([#2461](https://github.com/rubygems/bundler/issues/2461))
1915
2011
  - allow the same options hash to be passed to multiple gems ([#2447](https://github.com/rubygems/bundler/issues/2447))
1916
2012
  - handle missing binaries without an exception ([#2019](https://github.com/rubygems/bundler/issues/2019), @luismreis)
1917
2013
 
1918
- ## 1.3.6 (8 January 2014)
2014
+ # 1.3.6 (January 8, 2014)
1919
2015
 
1920
- Bugfixes:
2016
+ ## Bug fixes:
1921
2017
 
1922
2018
  - make gemspec path option preserve relative paths in lock file (@bwillis)
1923
2019
  - use umask when creating binstubs ([#1618](https://github.com/rubygems/bundler/issues/1618), @v-yarotsky)
@@ -1935,60 +2031,60 @@ Bugfixes:
1935
2031
  - reinstall gems if they are missing with spec present
1936
2032
  - set binstub permissions using umask ([#1618](https://github.com/rubygems/bundler/issues/1618), @v-yarotsky)
1937
2033
 
1938
- ## 1.3.5 (3 April 2013)
2034
+ # 1.3.5 (April 3, 2013)
1939
2035
 
1940
- Features:
2036
+ ## Features:
1941
2037
 
1942
2038
  - progress indicator while resolver is running (@chief)
1943
2039
 
1944
- Bugfixes:
2040
+ ## Bug fixes:
1945
2041
 
1946
2042
  - update local overrides with orphaned revisions (@jamesferguson)
1947
2043
  - revert to working quoting of RUBYOPT on Windows (@ogra)
1948
2044
  - use basic auth even when SSL is not available (@jayniz)
1949
2045
  - installing git gems without dependencies in deployment now works
1950
2046
 
1951
- ## 1.3.4 (15 March 2013)
2047
+ # 1.3.4 (March 15, 2013)
1952
2048
 
1953
- Bugfixes:
2049
+ ## Bug fixes:
1954
2050
 
1955
2051
  - load YAML on Rubygems versions that define module YAML
1956
2052
  - fix regression that broke --without on ruby 1.8.7
1957
2053
 
1958
- ## 1.3.3 (13 March 2013)
2054
+ # 1.3.3 (March 13, 2013)
1959
2055
 
1960
- Features:
2056
+ ## Features:
1961
2057
 
1962
2058
  - compatible with Rubygems 2.0.2 (higher and lower already work)
1963
2059
  - mention skipped groups in bundle install and bundle update output (@simi)
1964
2060
  - `gem` creates rake tasks for minitest (@coop) and rspec
1965
2061
 
1966
- Bugfixes:
2062
+ ## Bug fixes:
1967
2063
 
1968
2064
  - require rbconfig for standalone mode
1969
2065
 
1970
- ## 1.3.2 (7 March 2013)
2066
+ # 1.3.2 (March 7, 2013)
1971
2067
 
1972
- Features:
2068
+ ## Features:
1973
2069
 
1974
2070
  - include rubygems.org CA chain
1975
2071
 
1976
- Bugfixes:
2072
+ ## Bug fixes:
1977
2073
 
1978
2074
  - don't store --dry-run as a Bundler setting
1979
2075
 
1980
- ## 1.3.1 (3 March 2013)
2076
+ # 1.3.1 (March 3, 2013)
1981
2077
 
1982
- Bugfixes:
2078
+ ## Bug fixes:
1983
2079
 
1984
2080
  - include manpages in gem, restoring many help pages
1985
2081
  - handle more SSL certificate verification failures
1986
2082
  - check for the full version of SSL, which we need (@alup)
1987
2083
  - gem rake task 'install' now depends on task 'build' (@sunaku)
1988
2084
 
1989
- ## 1.3.0 (24 February 2013)
2085
+ # 1.3.0 (February 24, 2013)
1990
2086
 
1991
- Features:
2087
+ ## Features:
1992
2088
 
1993
2089
  - raise a useful error when the lockfile contains a merge conflict (@zofrex)
1994
2090
  - ensure `rake release` checks for uncommitted as well as unstaged (@benmoss)
@@ -1996,22 +2092,22 @@ Features:
1996
2092
  - set $MANPATH inside `exec` for gems with man pages (@sunaku)
1997
2093
  - partial gem names for `open` and `update` now return a list (@takkanm)
1998
2094
 
1999
- Bugfixes:
2095
+ ## Bug fixes:
2000
2096
 
2001
2097
  - `update` now (again) finds gems that aren't listed in the Gemfile
2002
2098
  - `install` now (again) updates cached gems that aren't in the Gemfile
2003
2099
  - install Gemfiles with HTTP sources even without OpenSSL present
2004
2100
  - display CerficateFailureError message in full
2005
2101
 
2006
- ## 1.3.0.pre.8 (12 February 2013)
2102
+ # 1.3.0.pre.8 (February 12, 2013)
2007
2103
 
2008
- Security:
2104
+ ## Security fixes:
2009
2105
 
2010
2106
  - validate SSL certificate chain during HTTPS network requests
2011
2107
  - don't send HTTP Basic Auth creds when redirected to other hosts (@perplexes)
2012
2108
  - add `--trust-policy` to `install`, like `gem install -P` (@CosmicCat, [#2293](https://github.com/rubygems/bundler/issues/2293))
2013
2109
 
2014
- Features:
2110
+ ## Features:
2015
2111
 
2016
2112
  - optimize resolver when too new of a gem is already activated (@rykov, [#2248](https://github.com/rubygems/bundler/issues/2248))
2017
2113
  - update Net::HTTP::Persistent for SSL cert validation and no_proxy ENV
@@ -2024,7 +2120,7 @@ Features:
2024
2120
  - inform users when the resolver starts
2025
2121
  - disable reverse DNS to speed up API requests (@raggi)
2026
2122
 
2027
- Bugfixes:
2123
+ ## Bug fixes:
2028
2124
 
2029
2125
  - raise errors while requiring dashed gems ([#1807](https://github.com/rubygems/bundler/issues/1807))
2030
2126
  - quote the Bundler path on Windows (@jgeiger, [#1862](https://github.com/rubygems/bundler/issues/1862), [#1856](https://github.com/bundler/bundler/issues/1856))
@@ -2034,16 +2130,16 @@ Bugfixes:
2034
2130
  - don't scare users with an error message during API fallback
2035
2131
  - `install --binstubs` is back to overwriting. thanks, SemVer.
2036
2132
 
2037
- ## 1.3.0.pre.7 (22 January 2013)
2133
+ # 1.3.0.pre.7 (January 22, 2013)
2038
2134
 
2039
- Bugfixes:
2135
+ ## Bug fixes:
2040
2136
 
2041
2137
  - stubs for gems with dev deps no longer cause exceptions ([#2272](https://github.com/rubygems/bundler/issues/2272))
2042
2138
  - don't suggest binstubs to --binstubs users
2043
2139
 
2044
- ## 1.3.0.pre.6 (22 January 2013)
2140
+ # 1.3.0.pre.6 (January 22, 2013)
2045
2141
 
2046
- Features:
2142
+ ## Features:
2047
2143
 
2048
2144
  - `binstubs` lists child gem bins if a gem has no binstubs
2049
2145
  - `bundle gem --edit` will open the new gemspec (@ndbroadbent)
@@ -2051,47 +2147,47 @@ Features:
2051
2147
  - `bundle env` prints info about bundler's environment (@peeja)
2052
2148
  - add `BUNDLE_IGNORE_CONFIG` environment variable support (@richo)
2053
2149
 
2054
- Bugfixes:
2150
+ ## Bug fixes:
2055
2151
 
2056
2152
  - don't overwrite custom binstubs during `install --binstubs`
2057
2153
  - don't throw an exception if `binstubs` gem doesn't exist
2058
2154
  - `bundle config` now works in directories without a Gemfile
2059
2155
 
2060
- ## 1.3.0.pre.5 (Jan 9, 2013)
2156
+ # 1.3.0.pre.5 (January 9, 2013)
2061
2157
 
2062
- Features:
2158
+ ## Features:
2063
2159
 
2064
2160
  - make `--standalone` require lines ruby engine/version agnostic
2065
2161
  - add `--dry-run` to `bundle clean` (@wfarr, [#2237](https://github.com/rubygems/bundler/issues/2237))
2066
2162
 
2067
- Bugfixes:
2163
+ ## Bug fixes:
2068
2164
 
2069
2165
  - don't skip writing binstubs when doing `bundle install`
2070
2166
  - distinguish between ruby 1.9/2.0 when using :platforms (@spastorino)
2071
2167
 
2072
- ## 1.3.0.pre.4 (Jan 3, 2013)
2168
+ # 1.3.0.pre.4 (January 3, 2013)
2073
2169
 
2074
- Features:
2170
+ ## Features:
2075
2171
 
2076
2172
  - `bundle binstubs <gem>` to setup individual binstubs
2077
2173
  - `bundle install --binstubs ""` will remove binstubs option
2078
2174
  - `bundle clean --dry-run` will print out gems instead of removing them
2079
2175
 
2080
- Bugfixes:
2176
+ ## Bug fixes:
2081
2177
 
2082
2178
  - Avoid stack traces when Ctrl+C during bundle command (@mitchellh)
2083
2179
  - fix YAML parsing in in ruby-preview2
2084
2180
 
2085
- ## 1.3.0.pre.3 (Dec 21, 2012)
2181
+ # 1.3.0.pre.3 (December 21, 2012)
2086
2182
 
2087
- Features:
2183
+ ## Features:
2088
2184
 
2089
2185
  - pushing gems during `rake release` can be disabled (@trans)
2090
2186
  - installing gems with `rake install` is much faster (@utkarshkukreti)
2091
2187
  - added platforms :ruby_20 and :mri_20, since the ABI has changed
2092
2188
  - added '--edit' option to open generated gemspec in editor
2093
2189
 
2094
- Bugfixes:
2190
+ ## Bug fixes:
2095
2191
 
2096
2192
  - :git gems with extensions now work with Rubygems >= 2.0 (@jeremy)
2097
2193
  - revert SemVer breaking change to :github
@@ -2099,24 +2195,24 @@ Bugfixes:
2099
2195
  - https Gist URLs for compatibility with Gist 2.0 (@NARKOZ)
2100
2196
  - namespaced gems no longer generate a superfluous directory (@banyan)
2101
2197
 
2102
- ## 1.3.0.pre.2 (Dec 9, 2012)
2198
+ # 1.3.0.pre.2 (December 9, 2012)
2103
2199
 
2104
- Features:
2200
+ ## Features:
2105
2201
 
2106
2202
  - `config` expands local overrides like `local.rack .` (@gkop, [#2205](https://github.com/rubygems/bundler/issues/2205))
2107
2203
  - `gem` generates files correctly for names like `jquery-rails` (@banyan, [#2201](https://github.com/rubygems/bundler/issues/2201))
2108
2204
  - use gems from gists with the :gist option in the Gemfile (@jgaskins)
2109
2205
 
2110
- Bugfixes:
2206
+ ## Bug fixes:
2111
2207
 
2112
2208
  - Gemfile sources other than rubygems.org work even when .gemrc contains sources
2113
2209
  - caching git gems now caches specs, fixing e.g. git ls-files (@bison, [#2039](https://github.com/rubygems/bundler/issues/2039))
2114
2210
  - `show GEM` now warns if the directory has been deleted (@rohit, [#2070](https://github.com/rubygems/bundler/issues/2070))
2115
2211
  - git output hidden when running in --quiet mode (@rohit)
2116
2212
 
2117
- ## 1.3.0.pre (Nov 29, 2012)
2213
+ # 1.3.0.pre (November 29, 2012)
2118
2214
 
2119
- Features:
2215
+ ## Features:
2120
2216
 
2121
2217
  - compatible with Ruby 2.0.0-preview2
2122
2218
  - compatible with Rubygems 2.0.0.preview2 (@drbrain, @evanphx)
@@ -2132,7 +2228,7 @@ Features:
2132
2228
  - `gem` command generates MIT license (@BrentWheeldon)
2133
2229
  - gem rake task 'release' resuses existing tags (@shtirlic)
2134
2230
 
2135
- Bugfixes:
2231
+ ## Bug fixes:
2136
2232
 
2137
2233
  - JRuby new works with HTTPS gem sources (@davidcelis)
2138
2234
  - `install` installs both rake rake-built gems at once (@crowbot, [#2107](https://github.com/rubygems/bundler/issues/2107))
@@ -2144,22 +2240,22 @@ Bugfixes:
2144
2240
  - `gem` generates gemspecs that block double-requires
2145
2241
  - `gem` generates gemspecs that admit they depend on rake
2146
2242
 
2147
- ## 1.2.5 (Feb 24, 2013)
2243
+ # 1.2.5 (February 24, 2013)
2148
2244
 
2149
- Bugfixes:
2245
+ ## Bug fixes:
2150
2246
 
2151
2247
  - install Gemfiles with HTTP sources even without OpenSSL present
2152
2248
  - display CerficateFailureError message in full
2153
2249
 
2154
- ## 1.2.4 (Feb 12, 2013)
2250
+ # 1.2.4 (February 12, 2013)
2155
2251
 
2156
- Features:
2252
+ ## Features:
2157
2253
 
2158
2254
  - warn about Ruby 2.0 and Rubygems 2.0
2159
2255
  - inform users when the resolver starts
2160
2256
  - disable reverse DNS to speed up API requests (@raggi)
2161
2257
 
2162
- Bugfixes:
2258
+ ## Bug fixes:
2163
2259
 
2164
2260
  - don't send user/pass when redirected to another host (@perplexes)
2165
2261
  - load gemspecs containing unicode (@gaffneyc, [#2301](https://github.com/rubygems/bundler/issues/2301))
@@ -2167,46 +2263,46 @@ Bugfixes:
2167
2263
  - resolve some ruby -w warnings (@chastell, [#2193](https://github.com/rubygems/bundler/issues/2193))
2168
2264
  - don't scare users with an error message during API fallback
2169
2265
 
2170
- ## 1.2.3 (Nov 29, 2012)
2266
+ # 1.2.3 (November 29, 2012)
2171
2267
 
2172
- Bugfixes:
2268
+ ## Bug fixes:
2173
2269
 
2174
2270
  - fix exceptions while loading some gemspecs
2175
2271
 
2176
- ## 1.2.2 (Nov 14, 2012)
2272
+ # 1.2.2 (November 14, 2012)
2177
2273
 
2178
- Bugfixes:
2274
+ ## Bug fixes:
2179
2275
 
2180
2276
  - support new Psych::SyntaxError for Ruby 2.0.0 (@tenderlove, @sol)
2181
2277
  - `bundle viz` works with git gems again (@hirochachacha)
2182
2278
  - recognize more cases when OpenSSL is not present
2183
2279
 
2184
- ## 1.2.1 (Sep 19, 2012)
2280
+ # 1.2.1 (September 19, 2012)
2185
2281
 
2186
- Bugfixes:
2282
+ ## Bug fixes:
2187
2283
 
2188
2284
  - `bundle clean` now works with BUNDLE_WITHOUT groups again
2189
2285
  - have a net/http read timeout around the Gemcutter API Endpoint
2190
2286
 
2191
- ## 1.2.0 (Aug 30, 2012)
2287
+ # 1.2.0 (August 30, 2012)
2192
2288
 
2193
- Bugfixes:
2289
+ ## Bug fixes:
2194
2290
 
2195
2291
  - raise original error message from LoadError's
2196
2292
 
2197
- Documentation:
2293
+ ## Documentation:
2198
2294
 
2199
2295
  - `platform` man pages
2200
2296
 
2201
- ## 1.2.0.rc.2 (Aug 8, 2012)
2297
+ # 1.2.0.rc.2 (August 8, 2012)
2202
2298
 
2203
- Bugfixes:
2299
+ ## Bug fixes:
2204
2300
 
2205
2301
  - `clean` doesn't remove gems that are included in the lockfile
2206
2302
 
2207
- ## 1.2.0.rc (Jul 17, 2012)
2303
+ # 1.2.0.rc (July 17, 2012)
2208
2304
 
2209
- Features:
2305
+ ## Features:
2210
2306
 
2211
2307
  - `check` now has a `--dry-run` option (@svenfuchs, [#1811](https://github.com/rubygems/bundler/issues/1811))
2212
2308
  - loosen ruby directive for engines
@@ -2217,26 +2313,26 @@ Features:
2217
2313
  - fall back on the full index when experiencing syck errors ([#1419](https://github.com/rubygems/bundler/issues/1419))
2218
2314
  - handle syntax errors in Ruby gemspecs ([#1974](https://github.com/rubygems/bundler/issues/1974))
2219
2315
 
2220
- Bugfixes:
2316
+ ## Bug fixes:
2221
2317
 
2222
2318
  - fix `pack`/`cache` with `--all` (@josevalim, [#1989](https://github.com/rubygems/bundler/issues/1989))
2223
2319
  - don't display warning message when `cache_all` is set
2224
2320
  - check for `nil` PATH ([#2006](https://github.com/rubygems/bundler/issues/2006))
2225
2321
  - Always try to keep original GEM_PATH (@drogus, [#1920](https://github.com/rubygems/bundler/issues/1920))
2226
2322
 
2227
- ## 1.2.0.pre.1 (May 27, 2012)
2323
+ # 1.2.0.pre.1 (May 27, 2012)
2228
2324
 
2229
- Features:
2325
+ ## Features:
2230
2326
 
2231
2327
  - Git gems import submodules of submodules recursively (@nwwatson, [#1935](https://github.com/rubygems/bundler/issues/1935))
2232
2328
 
2233
- Bugfixes:
2329
+ ## Bug fixes:
2234
2330
 
2235
2331
  - Exit from `check` with a non-zero status when frozen with no lock
2236
2332
  - Use `latest_release` in Capistrano and Vlad integration ([#1264](https://github.com/rubygems/bundler/issues/1264))
2237
2333
  - Work around a Ruby 1.9.3p194 bug in Psych when config files are empty
2238
2334
 
2239
- Documentation:
2335
+ ## Documentation:
2240
2336
 
2241
2337
  - Add instructions for local git repos to the `config` manpage
2242
2338
  - Update the `Gemfile` manpage to include ruby versions (@stevenh512)
@@ -2244,9 +2340,9 @@ Documentation:
2244
2340
  - Unknown exceptions now link to ISSUES for help instead of a new ticket
2245
2341
  - Correct inline help for `clean --force` (@dougbarth, [#1911](https://github.com/rubygems/bundler/issues/1911))
2246
2342
 
2247
- ## 1.2.0.pre (May 4, 2012)
2343
+ # 1.2.0.pre (May 4, 2012)
2248
2344
 
2249
- Features:
2345
+ ## Features:
2250
2346
 
2251
2347
  - bundle package now accepts --all to package git and path dependencies
2252
2348
  - bundle config now accepts --local, --global and --delete options
@@ -2262,31 +2358,31 @@ Features:
2262
2358
  - add ruby to DSL, to specify version of ruby
2263
2359
  - error out if the ruby version doesn't match
2264
2360
 
2265
- Performance:
2361
+ ## Performance:
2266
2362
 
2267
2363
  - bundle exec shouldn't run Bundler.setup just setting the right rubyopts options is enough (@spastorino, [#1598](https://github.com/rubygems/bundler/issues/1598))
2268
2364
 
2269
- Bugfixes:
2365
+ ## Bug fixes:
2270
2366
 
2271
2367
  - Avoid passing RUBYOPT changes in with_clean_env block (@eric1234, [#1604](https://github.com/rubygems/bundler/issues/1604))
2272
2368
  - Use the same ruby to run subprocesses as is running rake (@brixen)
2273
2369
 
2274
- Documentation:
2370
+ ## Documentation:
2275
2371
 
2276
2372
  - Add :github documentation in DSL (@zofrex, [#1848](https://github.com/rubygems/bundler/issues/1848), [#1851](https://github.com/bundler/bundler/issues/1851), [#1852](https://github.com/bundler/bundler/issues/1852))
2277
2373
  - Add docs for the --no-cache option (@fluxx, [#1796](https://github.com/rubygems/bundler/issues/1796))
2278
2374
  - Add basic documentation for bin_path and bundle_path (@radar)
2279
2375
  - Add documentation for the run method in Bundler::Installer
2280
2376
 
2281
- ## 1.1.5 (Jul 17, 2012)
2377
+ # 1.1.5 (July 17, 2012)
2282
2378
 
2283
- Features:
2379
+ ## Features:
2284
2380
 
2285
2381
  - Special case `ruby` directive from 1.2.0, so you can install Gemfiles that use it
2286
2382
 
2287
- ## 1.1.4 (May 27, 2012)
2383
+ # 1.1.4 (May 27, 2012)
2288
2384
 
2289
- Bugfixes:
2385
+ ## Bug fixes:
2290
2386
 
2291
2387
  - Use `latest_release` in Capistrano and Vlad integration ([#1264](https://github.com/rubygems/bundler/issues/1264))
2292
2388
  - Unknown exceptions now link to ISSUES for help instead of a new ticket
@@ -2294,21 +2390,21 @@ Bugfixes:
2294
2390
  - Correct inline help for `clean --force` (@dougbarth, [#1911](https://github.com/rubygems/bundler/issues/1911))
2295
2391
  - Work around a Ruby 1.9.3p194 bug in Psych when config files are empty
2296
2392
 
2297
- ## 1.1.3 (March 23, 2012)
2393
+ # 1.1.3 (March 23, 2012)
2298
2394
 
2299
- Bugfixes:
2395
+ ## Bug fixes:
2300
2396
 
2301
2397
  - escape the bundler root path (@tenderlove, [#1789](https://github.com/rubygems/bundler/issues/1789))
2302
2398
 
2303
- ## 1.1.2 (March 20, 2012)
2399
+ # 1.1.2 (March 20, 2012)
2304
2400
 
2305
- Bugfixes:
2401
+ ## Bug fixes:
2306
2402
 
2307
2403
  - Fix --deployment for multiple PATH sections of the same source ([#1782](https://github.com/rubygems/bundler/issues/1782))
2308
2404
 
2309
- ## 1.1.1 (March 14, 2012)
2405
+ # 1.1.1 (March 14, 2012)
2310
2406
 
2311
- Bugfixes:
2407
+ ## Bug fixes:
2312
2408
 
2313
2409
  - Rescue EAGAIN so the fetcher works on JRuby on Windows
2314
2410
  - Stop asking users to report gem installation errors
@@ -2317,78 +2413,78 @@ Bugfixes:
2317
2413
  - URI-encode gem names for dependency API (@rohit, [#1672](https://github.com/rubygems/bundler/issues/1672))
2318
2414
  - Fix `cache` edge case in rubygems 1.3.7 ([#1202](https://github.com/rubygems/bundler/issues/1202))
2319
2415
 
2320
- Performance:
2416
+ ## Performance:
2321
2417
 
2322
2418
  - Reduce invocation of git ls-files in `bundle gem` gemspecs (@knu)
2323
2419
 
2324
- ## 1.1.0 (Mar 7, 2012)
2420
+ # 1.1.0 (March 7, 2012)
2325
2421
 
2326
- Bugfixes:
2422
+ ## Bug fixes:
2327
2423
 
2328
2424
  - Clean up corrupted lockfiles on bundle installs
2329
2425
  - Prevent duplicate GIT sources
2330
2426
  - Fix post_install_message when uing the endpoint API
2331
2427
 
2332
- ## 1.1.rc.8 (Mar 3, 2012)
2428
+ # 1.1.rc.8 (March 3, 2012)
2333
2429
 
2334
- Performance:
2430
+ ## Performance:
2335
2431
 
2336
2432
  - don't resolve if the Gemfile.lock and Gemfile haven't changed
2337
2433
 
2338
- Bugfixes:
2434
+ ## Bug fixes:
2339
2435
 
2340
2436
  - Load gemspecs from git even when a released gem has the same version ([#1609](https://github.com/rubygems/bundler/issues/1609))
2341
2437
  - Declare an accurate Ruby version requirement of 1.8.7 or newer ([#1619](https://github.com/rubygems/bundler/issues/1619))
2342
2438
  - handle gemspec development dependencies correctly (@raggi, [#1639](https://github.com/rubygems/bundler/issues/1639))
2343
2439
  - Avoid passing RUBYOPT changes in with_clean_env block. (eric1234, [#1604](https://github.com/rubygems/bundler/issues/1604))
2344
2440
 
2345
- ## 1.1.rc.7 (Dec 29, 2011)
2441
+ # 1.1.rc.7 (December 29, 2011)
2346
2442
 
2347
- Bugfixes:
2443
+ ## Bug fixes:
2348
2444
 
2349
2445
  - Fix bug where `clean` would break when using :path with no gemspec
2350
2446
 
2351
- ## 1.1.rc.6 (Dec 22, 2011)
2447
+ # 1.1.rc.6 (December 22, 2011)
2352
2448
 
2353
- Bugfixes:
2449
+ ## Bug fixes:
2354
2450
 
2355
2451
  - Fix performance regression from 1.0 (@spastorino, [#1511](https://github.com/rubygems/bundler/issues/1511), [#1591](https://github.com/bundler/bundler/issues/1591), [#1592](https://github.com/bundler/bundler/issues/1592))
2356
2452
  - Load gems correctly when GEM_HOME is blank
2357
2453
  - Refresh gems so Bundler works from inside a bundle
2358
2454
  - Handle empty .bundle/config files without an error
2359
2455
 
2360
- ## 1.1.rc.5 (Dec 14, 2011)
2456
+ # 1.1.rc.5 (December 14, 2011)
2361
2457
 
2362
- Bugfixes:
2458
+ ## Bug fixes:
2363
2459
 
2364
2460
  - Fix ASCII encoding errors with gem (rerelease with ruby 1.8)
2365
2461
 
2366
- ## 1.1.rc.4 (Dec 14, 2011)
2462
+ # 1.1.rc.4 (December 14, 2011)
2367
2463
 
2368
- Features:
2464
+ ## Features:
2369
2465
 
2370
2466
  - `bundle viz` has the option to output a DOT file instead of a PNG (@hirochachacha, [#683](https://github.com/rubygems/bundler/issues/683))
2371
2467
 
2372
- Bugfixes:
2468
+ ## Bug fixes:
2373
2469
 
2374
2470
  - Ensure binstubs generated when using --standalone point to the standalonde bundle (@cowboyd, [#1588](https://github.com/rubygems/bundler/issues/1588))
2375
2471
  - fix `bundle viz` (@hirochachacha, [#1586](https://github.com/rubygems/bundler/issues/1586))
2376
2472
 
2377
- ## 1.1.rc.3 (Dec 8, 2011)
2473
+ # 1.1.rc.3 (December 8, 2011)
2378
2474
 
2379
- Bugfixes:
2475
+ ## Bug fixes:
2380
2476
 
2381
2477
  - fix relative_path so it checks Bundler.root is actually in the beginning of the path ([#1582](https://github.com/rubygems/bundler/issues/1582))
2382
2478
  - fix bundle outdated doesn't list all gems (@joelmoss, [#1521](https://github.com/rubygems/bundler/issues/1521))
2383
2479
 
2384
- ## 1.1.rc.2 (Dec 6, 2011)
2480
+ # 1.1.rc.2 (December 6, 2011)
2385
2481
 
2386
- Features:
2482
+ ## Features:
2387
2483
 
2388
2484
  - Added README.md to `newgem` (@ognevsky, [#1574](https://github.com/rubygems/bundler/issues/1574))
2389
2485
  - Added LICENSE (MIT) to newgem (@ognevsky, [#1571](https://github.com/rubygems/bundler/issues/1571))
2390
2486
 
2391
- Bugfixes:
2487
+ ## Bug fixes:
2392
2488
 
2393
2489
  - only auto-namespace requires for implied requires ([#1531](https://github.com/rubygems/bundler/issues/1531))
2394
2490
  - fix bundle clean output for git repos ([#1473](https://github.com/rubygems/bundler/issues/1473))
@@ -2403,38 +2499,38 @@ Bugfixes:
2403
2499
  - `bundle init` now uses https://rubygems.org (@jjb, [#1522](https://github.com/rubygems/bundler/issues/1522))
2404
2500
  - `bundle install/update` does not autoclean when using --path for semver
2405
2501
 
2406
- Documentation:
2502
+ ## Documentation:
2407
2503
 
2408
2504
  - added documentation for --shebang option for `bundle install` (@lunks, [#1475](https://github.com/rubygems/bundler/issues/1475), [#1558](https://github.com/bundler/bundler/issues/1558))
2409
2505
 
2410
- ## 1.1.rc (Oct 3, 2011)
2506
+ # 1.1.rc (October 3, 2011)
2411
2507
 
2412
- Features:
2508
+ ## Features:
2413
2509
 
2414
2510
  - add `--shebang` option to bundle install (@bensie, [#1467](https://github.com/rubygems/bundler/issues/1467))
2415
2511
  - build passes on ruby 1.9.3rc1 ([#1458](https://github.com/rubygems/bundler/issues/1458), [#1469](https://github.com/bundler/bundler/issues/1469))
2416
2512
  - hide basic auth credentials for custom sources ([#1440](https://github.com/rubygems/bundler/issues/1440), [#1463](https://github.com/bundler/bundler/issues/1463))
2417
2513
 
2418
- Bugfixes:
2514
+ ## Bug fixes:
2419
2515
 
2420
2516
  - fix index search result caching ([#1446](https://github.com/rubygems/bundler/issues/1446), [#1466](https://github.com/bundler/bundler/issues/1466))
2421
2517
  - fix fetcher prints multiple times during install ([#1445](https://github.com/rubygems/bundler/issues/1445), [#1462](https://github.com/bundler/bundler/issues/1462))
2422
2518
  - don't mention API errors from non-rubygems.org sources
2423
2519
  - fix autoclean so it doesn't remove bins that are used ([#1459](https://github.com/rubygems/bundler/issues/1459), [#1460](https://github.com/bundler/bundler/issues/1460))
2424
2520
 
2425
- Documentation:
2521
+ ## Documentation:
2426
2522
 
2427
2523
  - add :require => [...] to the gemfile(5) manpage (@nono, [#1468](https://github.com/rubygems/bundler/issues/1468))
2428
2524
 
2429
- ## 1.1.pre.10 (Sep 27, 2011)
2525
+ # 1.1.pre.10 (September 27, 2011)
2430
2526
 
2431
- Features:
2527
+ ## Features:
2432
2528
 
2433
2529
  - `config system_bindir foo` added, works like "-n foo" in your .gemrc file
2434
2530
 
2435
- ## 1.1.pre.9 (Sep 18, 2011)
2531
+ # 1.1.pre.9 (September 18, 2011)
2436
2532
 
2437
- Features:
2533
+ ## Features:
2438
2534
 
2439
2535
  - `clean` will now clean up all old .gem and .gemspec files, cleaning up older pres
2440
2536
  - `clean` will be automatically run after bundle install and update when using `--path` ([#1420](https://github.com/rubygems/bundler/issues/1420), [#1425](https://github.com/bundler/bundler/issues/1425))
@@ -2446,7 +2542,7 @@ Features:
2446
2542
  - load rubygems plugins in the bundle binary (@tpope, [#1364](https://github.com/rubygems/bundler/issues/1364))
2447
2543
  - make `--standalone` respect `--path` (@cowboyd, [#1361](https://github.com/rubygems/bundler/issues/1361))
2448
2544
 
2449
- Bugfixes:
2545
+ ## Bug fixes:
2450
2546
 
2451
2547
  - Fix `clean` to handle nested gems in a git repo ([#1329](https://github.com/rubygems/bundler/issues/1329))
2452
2548
  - Fix conflict from revert of benchmark tool (@boffbowsh, [#1355](https://github.com/rubygems/bundler/issues/1355))
@@ -2457,32 +2553,32 @@ Bugfixes:
2457
2553
  - Fix caching issue in the resolver ([#1353](https://github.com/rubygems/bundler/issues/1353), [#1421](https://github.com/bundler/bundler/issues/1421))
2458
2554
  - Fix :github DSL option
2459
2555
 
2460
- ## 1.1.pre.8 (Aug 13, 2011)
2556
+ # 1.1.pre.8 (August 13, 2011)
2461
2557
 
2462
- Bugfixes:
2558
+ ## Bug fixes:
2463
2559
 
2464
2560
  - Fix `bundle check` to not print fatal error message (@cldwalker, [#1347](https://github.com/rubygems/bundler/issues/1347))
2465
2561
  - Fix require_sudo when Gem.bindir isn't writeable ([#1352](https://github.com/rubygems/bundler/issues/1352))
2466
2562
  - Fix not asking Gemcutter API for dependency chain of git gems in --deployment ([#1254](https://github.com/rubygems/bundler/issues/1254))
2467
2563
  - Fix `install --binstubs` when using --path ([#1332](https://github.com/rubygems/bundler/issues/1332))
2468
2564
 
2469
- ## 1.1.pre.7 (Aug 8, 2011)
2565
+ # 1.1.pre.7 (August 8, 2011)
2470
2566
 
2471
- Bugfixes:
2567
+ ## Bug fixes:
2472
2568
 
2473
2569
  - Fixed invalid byte sequence error while installing gem on Ruby 1.9 ([#1341](https://github.com/rubygems/bundler/issues/1341))
2474
2570
  - Fixed exception when sudo was needed to install gems (@spastorino)
2475
2571
 
2476
- ## 1.1.pre.6 (Aug 8, 2011)
2572
+ # 1.1.pre.6 (August 8, 2011)
2477
2573
 
2478
- Bugfixes:
2574
+ ## Bug fixes:
2479
2575
 
2480
2576
  - Fix cross repository dependencies ([#1138](https://github.com/rubygems/bundler/issues/1138))
2481
2577
  - Fix git dependency fetching from API endpoint ([#1254](https://github.com/rubygems/bundler/issues/1254))
2482
2578
  - Fixes for bundle outdated (@joelmoss, [#1238](https://github.com/rubygems/bundler/issues/1238))
2483
2579
  - Fix bundle standalone when using the endpoint ([#1240](https://github.com/rubygems/bundler/issues/1240))
2484
2580
 
2485
- Features:
2581
+ ## Features:
2486
2582
 
2487
2583
  - Implement `to_ary` to avoid calls to method_missing (@tenderlove, [#1274](https://github.com/rubygems/bundler/issues/1274))
2488
2584
  - bundle clean removes old .gem files (@cldwalker, [#1293](https://github.com/rubygems/bundler/issues/1293))
@@ -2490,14 +2586,14 @@ Features:
2490
2586
  - Run pre-install, post-build, and post-install gem hooks for git gems (@warhammerkid, [#1120](https://github.com/rubygems/bundler/issues/1120))
2491
2587
  - create Gemfile.lock for empty Gemfile ([#1218](https://github.com/rubygems/bundler/issues/1218))
2492
2588
 
2493
- ## 1.1.pre.5 (June 11, 2011)
2589
+ # 1.1.pre.5 (June 11, 2011)
2494
2590
 
2495
- Bugfixes:
2591
+ ## Bug fixes:
2496
2592
 
2497
2593
  - Fix LazySpecification on Ruby 1.9 (@dpiddy, [#1232](https://github.com/rubygems/bundler/issues/1232))
2498
2594
  - Fix HTTP proxy support (@leobessa, [#878](https://github.com/rubygems/bundler/issues/878))
2499
2595
 
2500
- Features:
2596
+ ## Features:
2501
2597
 
2502
2598
  - Speed up `install --deployment` by using the API endpoint
2503
2599
  - Support Basic HTTP Auth for the API endpoint (@dpiddy, [#1229](https://github.com/rubygems/bundler/issues/1229))
@@ -2508,42 +2604,42 @@ Features:
2508
2604
  - Reduce memory use by removing Specification.new inside method_missing (@tenderlove, [#1222](https://github.com/rubygems/bundler/issues/1222))
2509
2605
  - Allow `check --path`
2510
2606
 
2511
- ## 1.1.pre.4 (May 5, 2011)
2607
+ # 1.1.pre.4 (May 5, 2011)
2512
2608
 
2513
- Bugfixes:
2609
+ ## Bug fixes:
2514
2610
 
2515
2611
  - Fix bug that could prevent installing new gems
2516
2612
 
2517
- ## 1.1.pre.3 (May 4, 2011)
2613
+ # 1.1.pre.3 (May 4, 2011)
2518
2614
 
2519
- Features:
2615
+ ## Features:
2520
2616
 
2521
2617
  - Add `bundle outdated` to show outdated gems (@joelmoss)
2522
2618
  - Remove BUNDLE_* from `Bundler.with_clean_env` (@wuputah)
2523
2619
  - Add Bundler.clean_system, and clean_exec (@wuputah)
2524
2620
  - Use git config for gem author name and email (@krekoten)
2525
2621
 
2526
- Bugfixes:
2622
+ ## Bug fixes:
2527
2623
 
2528
2624
  - Fix error calling Bundler.rubygems.gem_path
2529
2625
  - Fix error when Gem.path returns Gem::FS instead of String
2530
2626
 
2531
- ## 1.1.pre.2 (April 28, 2011)
2627
+ # 1.1.pre.2 (April 28, 2011)
2532
2628
 
2533
- Features:
2629
+ ## Features:
2534
2630
 
2535
2631
  - Add :github option to Gemfile DSL for easy git repos
2536
2632
  - Merge all fixes from 1.0.12 and 1.0.13
2537
2633
 
2538
- ## 1.1.pre.1 (February 2, 2011)
2634
+ # 1.1.pre.1 (February 2, 2011)
2539
2635
 
2540
- Bugfixes:
2636
+ ## Bug fixes:
2541
2637
 
2542
2638
  - Compatibility with changes made by Rubygems 1.5
2543
2639
 
2544
- ## 1.1.pre (January 21, 2011)
2640
+ # 1.1.pre (January 21, 2011)
2545
2641
 
2546
- Features:
2642
+ ## Features:
2547
2643
 
2548
2644
  - Add bundle clean. Removes unused gems from --path directory
2549
2645
  - Initial Gemcutter Endpoint API work, BAI Fetching source index
@@ -2552,42 +2648,42 @@ Features:
2552
2648
  - Make it possible to override a .gemspec dependency's source in the
2553
2649
  Gemfile
2554
2650
 
2555
- Removed:
2651
+ ## Breaking changes:
2556
2652
 
2557
2653
  - Removed bundle lock
2558
2654
  - Removed bundle install <path>
2559
2655
  - Removed bundle install --production
2560
2656
  - Removed bundle install --disable-shared-gems
2561
2657
 
2562
- ## 1.0.21 (September 30, 2011)
2658
+ # 1.0.21 (September 30, 2011)
2563
2659
 
2564
- - No changes from RC
2660
+ No changes.
2565
2661
 
2566
- ## 1.0.21.rc (September 29, 2011)
2662
+ # 1.0.21.rc (September 29, 2011)
2567
2663
 
2568
- Bugfixes:
2664
+ ## Bug fixes:
2569
2665
 
2570
2666
  - Load Psych unless Syck is defined, because 1.9.2 defines YAML
2571
2667
 
2572
- ## 1.0.20 (September 27, 2011)
2668
+ # 1.0.20 (September 27, 2011)
2573
2669
 
2574
- Features:
2670
+ ## Features:
2575
2671
 
2576
2672
  - Add platform :maglev (@timfel, [#1444](https://github.com/rubygems/bundler/issues/1444))
2577
2673
 
2578
- Bugfixes:
2674
+ ## Bug fixes:
2579
2675
 
2580
2676
  - Ensure YAML is required even if Psych is found
2581
2677
  - Handle directory names that contain invalid regex characters
2582
2678
 
2583
- ## 1.0.20.rc (September 18, 2011)
2679
+ # 1.0.20.rc (September 18, 2011)
2584
2680
 
2585
- Features:
2681
+ ## Features:
2586
2682
 
2587
2683
  - Rescue interrupts to `bundle` while loading bundler.rb ([#1395](https://github.com/rubygems/bundler/issues/1395))
2588
2684
  - Allow clearing without groups by passing `--without ''` ([#1259](https://github.com/rubygems/bundler/issues/1259))
2589
2685
 
2590
- Bugfixes:
2686
+ ## Bug fixes:
2591
2687
 
2592
2688
  - Manually sort requirements in the lockfile ([#1375](https://github.com/rubygems/bundler/issues/1375))
2593
2689
  - Remove several warnings generated by ruby -w (@stephencelis)
@@ -2595,51 +2691,51 @@ Bugfixes:
2595
2691
  - Name modules for gems like 'test-foo_bar' correctly ([#1303](https://github.com/rubygems/bundler/issues/1303))
2596
2692
  - Don't require Psych if Syck is already loaded ([#1239](https://github.com/rubygems/bundler/issues/1239))
2597
2693
 
2598
- ## 1.0.19.rc (September 13, 2011)
2694
+ # 1.0.19.rc (September 13, 2011)
2599
2695
 
2600
- Features:
2696
+ ## Features:
2601
2697
 
2602
2698
  - Compatibility with Rubygems 1.8.10 installer changes
2603
2699
  - Report gem installation failures clearly (@rwilcox, [#1380](https://github.com/rubygems/bundler/issues/1380))
2604
2700
  - Useful error for cap and vlad on first deploy (@nexmat, @kirs)
2605
2701
 
2606
- Bugfixes:
2702
+ ## Bug fixes:
2607
2703
 
2608
2704
  - `exec` now works when the command contains 'exec'
2609
2705
  - Only touch lock after changes on Windows (@robertwahler, [#1358](https://github.com/rubygems/bundler/issues/1358))
2610
2706
  - Keep load paths when #setup is called multiple times (@radsaq, [#1379](https://github.com/rubygems/bundler/issues/1379))
2611
2707
 
2612
- ## 1.0.18 (August 16, 2011)
2708
+ # 1.0.18 (August 16, 2011)
2613
2709
 
2614
- Bugfixes:
2710
+ ## Bug fixes:
2615
2711
 
2616
2712
  - Fix typo in DEBUG_RESOLVER (@geemus)
2617
2713
  - Fixes rake 0.9.x warning (@mtylty, [#1333](https://github.com/rubygems/bundler/issues/1333))
2618
2714
  - Fix `bundle cache` again for rubygems 1.3.x
2619
2715
 
2620
- Features:
2716
+ ## Features:
2621
2717
 
2622
2718
  - Run the bundle install earlier in a Capistrano deployment (@cgriego, [#1300](https://github.com/rubygems/bundler/issues/1300))
2623
2719
  - Support hidden gemspec (@trans, @cldwalker, [#827](https://github.com/rubygems/bundler/issues/827))
2624
2720
  - Make fetch_specs faster (@zeha, [#1294](https://github.com/rubygems/bundler/issues/1294))
2625
2721
  - Allow overriding development deps loaded by #gemspec (@lgierth, [#1245](https://github.com/rubygems/bundler/issues/1245))
2626
2722
 
2627
- ## 1.0.17 (August 8, 2011)
2723
+ # 1.0.17 (August 8, 2011)
2628
2724
 
2629
- Bugfixes:
2725
+ ## Bug fixes:
2630
2726
 
2631
2727
  - Fix rake issues with rubygems 1.3.x ([#1342](https://github.com/rubygems/bundler/issues/1342))
2632
2728
  - Fixed invalid byte sequence error while installing gem on Ruby 1.9 ([#1341](https://github.com/rubygems/bundler/issues/1341))
2633
2729
 
2634
- ## 1.0.16 (August 8, 2011)
2730
+ # 1.0.16 (August 8, 2011)
2635
2731
 
2636
- Features:
2732
+ ## Features:
2637
2733
 
2638
2734
  - Performance fix for MRI 1.9 (@efficientcloud, [#1288](https://github.com/rubygems/bundler/issues/1288))
2639
2735
  - Shortcuts (like `bundle i`) for all commands (@amatsuda)
2640
2736
  - Correcly identify missing child dependency in error message
2641
2737
 
2642
- Bugfixes:
2738
+ ## Bug fixes:
2643
2739
 
2644
2740
  - Allow Windows network share paths with forward slashes (@mtscout6, [#1253](https://github.com/rubygems/bundler/issues/1253))
2645
2741
  - Check for rubygems.org credentials so `rake release` doesn't hang ([#980](https://github.com/rubygems/bundler/issues/980))
@@ -2647,30 +2743,30 @@ Bugfixes:
2647
2743
  - Fix `bundle install --without` on kiji (@tmm1, [#1287](https://github.com/rubygems/bundler/issues/1287))
2648
2744
  - Get rid of warning in ruby 1.9.3 (@smartinez87, [#1231](https://github.com/rubygems/bundler/issues/1231))
2649
2745
 
2650
- Documentation:
2746
+ ## Documentation:
2651
2747
 
2652
2748
  - Documentation for `gem ..., :require => false` (@kmayer, [#1292](https://github.com/rubygems/bundler/issues/1292))
2653
2749
  - Gems provide "executables", they are rarely also binaries (@fxn, [#1242](https://github.com/rubygems/bundler/issues/1242))
2654
2750
 
2655
- ## 1.0.15 (June 9, 2011)
2751
+ # 1.0.15 (June 9, 2011)
2656
2752
 
2657
- Features:
2753
+ ## Features:
2658
2754
 
2659
2755
  - Improved Rubygems integration, removed many deprecation notices
2660
2756
 
2661
- Bugfixes:
2757
+ ## Bug fixes:
2662
2758
 
2663
2759
  - Escape URL arguments to git correctly on Windows (1.0.14 regression)
2664
2760
 
2665
- ## 1.0.14 (May 27, 2011)
2761
+ # 1.0.14 (May 27, 2011)
2666
2762
 
2667
- Features:
2763
+ ## Features:
2668
2764
 
2669
2765
  - Rubinius platform :rbx (@rkbodenner)
2670
2766
  - Include gem rake tasks with "require 'bundler/gem_tasks" (@indirect)
2671
2767
  - Include user name and email from git config in new gemspec (@ognevsky)
2672
2768
 
2673
- Bugfixes:
2769
+ ## Bug fixes:
2674
2770
 
2675
2771
  - Set file permissions after checking out git repos (@tissak)
2676
2772
  - Remove deprecated call to Gem::SourceIndex#all_gems (@mpj)
@@ -2683,30 +2779,30 @@ Bugfixes:
2683
2779
  - Handle certain directories already existing (@raggi)
2684
2780
  - Escape filenames containing regex characters (@indirect)
2685
2781
 
2686
- ## 1.0.13 (May 4, 2011)
2782
+ # 1.0.13 (May 4, 2011)
2687
2783
 
2688
- Features:
2784
+ ## Features:
2689
2785
 
2690
2786
  - Compatibility with Rubygems master (soon to be v1.8) (@evanphx)
2691
2787
  - Informative error when --path points to a broken symlink
2692
2788
  - Support Rake 0.9 and greater (@e2)
2693
2789
  - Output full errors for non-TTYs e.g. pow (@josh)
2694
2790
 
2695
- Bugfixes:
2791
+ ## Bug fixes:
2696
2792
 
2697
2793
  - Allow spaces in gem path names for gem tasks (@rslifka)
2698
2794
  - Have cap run bundle install from release_path (@martinjagusch)
2699
2795
  - Quote git refspec so zsh doesn't expand it (@goneflyin)
2700
2796
 
2701
- ## 1.0.12 (April 8, 2011)
2797
+ # 1.0.12 (April 8, 2011)
2702
2798
 
2703
- Features:
2799
+ ## Features:
2704
2800
 
2705
2801
  - Add --no-deployment option to `install` for disabling it on dev machines
2706
2802
  - Better error message when git fails and cache is present (@parndt)
2707
2803
  - Honor :bundle_cmd in cap `rake` command (@voidlock, @cgriego)
2708
2804
 
2709
- Bugfixes:
2805
+ ## Bug fixes:
2710
2806
 
2711
2807
  - Compatibility with Rubygems 1.7 and Rails 2.3 and vendored gems (@evanphx)
2712
2808
  - Fix changing gem order in lock (@gucki)
@@ -2715,38 +2811,38 @@ Bugfixes:
2715
2811
  - Fix gems without a gemspec and directories in bin/ (@epall)
2716
2812
  - Fix --no-prune option for `bundle install` (@cmeiklejohn)
2717
2813
 
2718
- ## 1.0.11 (April 1, 2011)
2814
+ # 1.0.11 (April 1, 2011)
2719
2815
 
2720
- Features:
2816
+ ## Features:
2721
2817
 
2722
2818
  - Compatibility with Rubygems 1.6 and 1.7
2723
2819
  - Better error messages when a git command fails
2724
2820
 
2725
- Bugfixes:
2821
+ ## Bug fixes:
2726
2822
 
2727
2823
  - Don't always update gemspec gems (@carllerche)
2728
2824
  - Remove ivar warnings (@jackdempsey)
2729
2825
  - Fix occasional git failures in zsh (@jonah-carbonfive)
2730
2826
  - Consistent lock for gems with double deps like Cap (@akahn)
2731
2827
 
2732
- ## 1.0.10 (February 1, 2011)
2828
+ # 1.0.10 (February 1, 2011)
2733
2829
 
2734
- Bugfixes:
2830
+ ## Bug fixes:
2735
2831
 
2736
2832
  - Fix a regression loading YAML gemspecs from :git and :path gems
2737
2833
  - Requires, namespaces, etc. to work with changes in Rubygems 1.5
2738
2834
 
2739
- ## 1.0.9 (January 19, 2011)
2835
+ # 1.0.9 (January 19, 2011)
2740
2836
 
2741
- Bugfixes:
2837
+ ## Bug fixes:
2742
2838
 
2743
2839
  - Fix a bug where Bundler.require could remove gems from the load
2744
2840
  path. In Rails apps with a default application.rb, this removed
2745
2841
  all gems in groups other than :default and Rails.env
2746
2842
 
2747
- ## 1.0.8 (January 18, 2011)
2843
+ # 1.0.8 (January 18, 2011)
2748
2844
 
2749
- Features:
2845
+ ## Features:
2750
2846
 
2751
2847
  - Allow overriding gemspec() deps with :git deps
2752
2848
  - Add --local option to `bundle update`
@@ -2754,7 +2850,7 @@ Features:
2754
2850
  - Use `less` as help pager instead of `more`
2755
2851
  - Run `bundle exec rake` instead of `rake` in Capistrano tasks
2756
2852
 
2757
- Bugfixes:
2853
+ ## Bug fixes:
2758
2854
 
2759
2855
  - Fix --no-cache option for `bundle install`
2760
2856
  - Allow Vlad deploys to work without Capistrano gem installed
@@ -2766,21 +2862,21 @@ Bugfixes:
2766
2862
  - Check git process exit status correctly
2767
2863
  - Fix some warnings in 1.9.3-trunk (thanks tenderlove)
2768
2864
 
2769
- ## 1.0.7 (November 17, 2010)
2865
+ # 1.0.7 (November 17, 2010)
2770
2866
 
2771
- Bugfixes:
2867
+ ## Bug fixes:
2772
2868
 
2773
2869
  - Remove Bundler version from the lockfile because it broke
2774
2870
  backwards compatibility with 1.0.0-1.0.5. Sorry. :(
2775
2871
 
2776
- ## 1.0.6 (November 16, 2010)
2872
+ # 1.0.6 (November 16, 2010)
2777
2873
 
2778
- Bugfixes:
2874
+ ## Bug fixes:
2779
2875
 
2780
2876
  - Fix regression in `update` that caused long/wrong results
2781
2877
  - Allow git gems on other platforms while installing ([#579](https://github.com/rubygems/bundler/issues/579))
2782
2878
 
2783
- Features:
2879
+ ## Features:
2784
2880
 
2785
2881
  - Speed up `install` command using various optimizations
2786
2882
  - Significantly increase performance of resolver
@@ -2788,15 +2884,15 @@ Features:
2788
2884
  - Warn if the lockfile was generated by a newer version
2789
2885
  - Set generated gems' homepage to "", so Rubygems will warn
2790
2886
 
2791
- ## 1.0.5 (November 13, 2010)
2887
+ # 1.0.5 (November 13, 2010)
2792
2888
 
2793
- Bugfixes:
2889
+ ## Bug fixes:
2794
2890
 
2795
2891
  - Fix regression disabling all operations that employ sudo
2796
2892
 
2797
- ## 1.0.4 (November 12, 2010)
2893
+ # 1.0.4 (November 12, 2010)
2798
2894
 
2799
- Bugfixes:
2895
+ ## Bug fixes:
2800
2896
 
2801
2897
  - Expand relative :paths from Bundler.root (eg ./foogem)
2802
2898
  - Allow git gems in --without groups while --frozen
@@ -2810,7 +2906,7 @@ Bugfixes:
2810
2906
  - Disable colored output in --deployment
2811
2907
  - Preserve line endings in lock file
2812
2908
 
2813
- Features:
2909
+ ## Features:
2814
2910
 
2815
2911
  - Add support for 'mingw32' platform (aka RubyInstaller)
2816
2912
  - Large speed increase when Gemfile.lock is already present
@@ -2819,9 +2915,9 @@ Features:
2819
2915
  - Remove Open3 from GemHelper (now it works on Windows™®©)
2820
2916
  - Allow setting roles in built-in cap and vlad tasks
2821
2917
 
2822
- ## 1.0.3 (October 15, 2010)
2918
+ # 1.0.3 (October 15, 2010)
2823
2919
 
2824
- Bugfixes:
2920
+ ## Bug fixes:
2825
2921
 
2826
2922
  - Use bitwise or in #hash to reduce the chance of overflow
2827
2923
  - `bundle update` now works with :git + :tag updates
@@ -2835,15 +2931,15 @@ Bugfixes:
2835
2931
  - Improve output when installing to a path
2836
2932
  - The tests all pass! Yay!
2837
2933
 
2838
- ## 1.0.2 (October 2, 2010)
2934
+ # 1.0.2 (October 2, 2010)
2839
2935
 
2840
- Bugfix:
2936
+ ## Bug fixes:
2841
2937
 
2842
2938
  - Actually include the man pages in the gem, so help works
2843
2939
 
2844
- ## 1.0.1 (October 1, 2010)
2940
+ # 1.0.1 (October 1, 2010)
2845
2941
 
2846
- Features:
2942
+ ## Features:
2847
2943
 
2848
2944
  - Vlad deployment recipe, `require 'bundler/vlad'`
2849
2945
  - Prettier bundle graphs
@@ -2853,7 +2949,7 @@ Features:
2853
2949
  - Allow subclassing of GemHelper for custom tasks
2854
2950
  - Chdir to gem directory during `bundle open`
2855
2951
 
2856
- Bugfixes:
2952
+ ## Bug fixes:
2857
2953
 
2858
2954
  - Allow gemspec requirements with a list of versions
2859
2955
  - Accept lockfiles with windows line endings
@@ -2863,13 +2959,13 @@ Bugfixes:
2863
2959
  - Flesh out gem_helper tasks, raise errors correctly
2864
2960
  - Respect RBConfig::CONFIG['ruby_install_name'] in binstubs
2865
2961
 
2866
- ## 1.0.0 (August 29, 2010)
2962
+ # 1.0.0 (August 29, 2010)
2867
2963
 
2868
- Features:
2964
+ ## Features:
2869
2965
 
2870
2966
  - You can now define `:bundle_cmd` in the capistrano task
2871
2967
 
2872
- Bugfixes:
2968
+ ## Bug fixes:
2873
2969
 
2874
2970
  - Various bugfixes to the built-in rake helpers
2875
2971
  - Fix a bug where shortrefs weren't unique enough and were
@@ -2885,14 +2981,14 @@ Bugfixes:
2885
2981
  - Detect new Rubygems sources in the Gemfile and update
2886
2982
  the lockfile
2887
2983
 
2888
- ## 1.0.0.rc.6 (August 23, 2010)
2984
+ # 1.0.0.rc.6 (August 23, 2010)
2889
2985
 
2890
- Features:
2986
+ ## Features:
2891
2987
 
2892
2988
  - Much better documentation for most of the commands and Gemfile
2893
2989
  format
2894
2990
 
2895
- Bugfixes:
2991
+ ## Bug fixes:
2896
2992
 
2897
2993
  - Don't attempt to create directories if they already exist
2898
2994
  - Fix the capistrano task so that it actually runs
@@ -2903,20 +2999,20 @@ Bugfixes:
2903
2999
  - Expand paths in Gemfile relative to the Gemfile and not the current
2904
3000
  working directory.
2905
3001
 
2906
- ## 1.0.0.rc.5 (August 10, 2010)
3002
+ # 1.0.0.rc.5 (August 10, 2010)
2907
3003
 
2908
- Features:
3004
+ ## Features:
2909
3005
 
2910
3006
  - Make the Capistrano task more concise.
2911
3007
 
2912
- Bugfixes:
3008
+ ## Bug fixes:
2913
3009
 
2914
3010
  - Fix a regression with determining whether or not to use sudo
2915
3011
  - Allow using the --gemfile flag with the --deployment flag
2916
3012
 
2917
- ## 1.0.0.rc.4 (August 9, 2010)
3013
+ # 1.0.0.rc.4 (August 9, 2010)
2918
3014
 
2919
- Features:
3015
+ ## Features:
2920
3016
 
2921
3017
  - `bundle gem NAME` command to generate a new gem with Gemfile
2922
3018
  - Bundle config file location can be specified by BUNDLE_APP_CONFIG
@@ -2924,7 +3020,7 @@ Features:
2924
3020
  (default with --deployment)
2925
3021
  - Basic Capistrano task now added as 'bundler/capistrano'
2926
3022
 
2927
- Bugfixes:
3023
+ ## Bug fixes:
2928
3024
 
2929
3025
  - Multiple bundler process no longer share a tmp directory
2930
3026
  - `bundle update GEM` always updates dependencies of GEM as well
@@ -2935,9 +3031,9 @@ Bugfixes:
2935
3031
  - Fetch gems from vendor/cache, even without --local
2936
3032
  - Sort lockfile by platform as well as spec
2937
3033
 
2938
- ## 1.0.0.rc.3 (August 3, 2010)
3034
+ # 1.0.0.rc.3 (August 3, 2010)
2939
3035
 
2940
- Features:
3036
+ ## Features:
2941
3037
 
2942
3038
  - Deprecate --production flag for --deployment, since the former
2943
3039
  was causing confusion with the :production group
@@ -2946,14 +3042,14 @@ Features:
2946
3042
  - Improve message from `bundle check` under various conditions
2947
3043
  - Better error when a changed Gemfile conflicts with Gemfile.lock
2948
3044
 
2949
- Bugfixes:
3045
+ ## Bug fixes:
2950
3046
 
2951
3047
  - Create bin/ directory if it is missing, then install binstubs
2952
3048
  - Error nicely on the edge case of a pinned gem with no spec
2953
3049
  - Do not require gems for other platforms
2954
3050
  - Update git sources along with the gems they contain
2955
3051
 
2956
- ## 1.0.0.rc.2 (July 29, 2010)
3052
+ # 1.0.0.rc.2 (July 29, 2010)
2957
3053
 
2958
3054
  - `bundle install path` was causing confusion, so we now print
2959
3055
  a clarifying warning. The preferred way to install to a path
@@ -2981,31 +3077,31 @@ Bugfixes:
2981
3077
  would always say "the git source is not checked out" when
2982
3078
  running `bundle install`
2983
3079
 
2984
- NOTE: We received several reports of "the git source has not
2985
- been checked out. Please run bundle install". As far as we
2986
- can tell, these problems have two possible causes:
3080
+ NOTE: We received several reports of "the git source has not
3081
+ been checked out. Please run bundle install". As far as we
3082
+ can tell, these problems have two possible causes:
2987
3083
 
2988
- 1. `bundle install ~/.bundle` in one user, but actually running
2989
- the application as another user. Never install gems to a
2990
- directory scoped to a user (`~` or `$HOME`) in deployment.
2991
- 2. A bug that happened when changing a gem to a git source.
3084
+ 1. `bundle install ~/.bundle` in one user, but actually running
3085
+ the application as another user. Never install gems to a
3086
+ directory scoped to a user (`~` or `$HOME`) in deployment.
3087
+ 2. A bug that happened when changing a gem to a git source.
2992
3088
 
2993
- To mitigate several common causes of `(1)`, please use the
2994
- new `--production` flag. This flag is simply a roll-up of
2995
- the best practices we have been encouraging people to use
2996
- for deployment.
3089
+ To mitigate several common causes of `(1)`, please use the
3090
+ new `--production` flag. This flag is simply a roll-up of
3091
+ the best practices we have been encouraging people to use
3092
+ for deployment.
2997
3093
 
2998
- If you want to share gems across deployments, and you use
2999
- Capistrano, symlink release_path/current/vendor/bundle to
3000
- release_path/shared/bundle. This will keep deployments
3001
- snappy while maintaining the benefits of clean, deploy-time
3002
- isolation.
3094
+ If you want to share gems across deployments, and you use
3095
+ Capistrano, symlink release_path/current/vendor/bundle to
3096
+ release_path/shared/bundle. This will keep deployments
3097
+ snappy while maintaining the benefits of clean, deploy-time
3098
+ isolation.
3003
3099
 
3004
- ## 1.0.0.rc.1 (July 26, 2010)
3100
+ # 1.0.0.rc.1 (July 26, 2010)
3005
3101
 
3006
3102
  - Fixed a bug with `bundle install` on multiple machines and git
3007
3103
 
3008
- ## 1.0.0.beta.10 (July 25, 2010)
3104
+ # 1.0.0.beta.10 (July 25, 2010)
3009
3105
 
3010
3106
  - Last release before 1.0.0.rc.1
3011
3107
  - Added :mri as a valid platform (platforms :mri { gem "ruby-debug" })
@@ -3020,7 +3116,7 @@ isolation.
3020
3116
  - Add build options
3021
3117
  - `bundle config build.mysql --with-mysql-config=/path/to/config`
3022
3118
 
3023
- ## 1.0.0.beta.9 (July 21, 2010)
3119
+ # 1.0.0.beta.9 (July 21, 2010)
3024
3120
 
3025
3121
  - Fix install failure when switching from a path to git source
3026
3122
  - Fix `bundle exec bundle *` in a bundle with --disable-shared-gems
@@ -3028,15 +3124,15 @@ isolation.
3028
3124
  - Shim Gem.refresh. This is used by Unicorn
3029
3125
  - Fix install failure when a path's dependencies changed
3030
3126
 
3031
- ## 1.0.0.beta.8 (July 20, 2010)
3127
+ # 1.0.0.beta.8 (July 20, 2010)
3032
3128
 
3033
3129
  - Fix a Beta 7 bug involving Ruby 1.9
3034
3130
 
3035
- ## 1.0.0.beta.7 (July 20, 2010, yanked)
3131
+ # 1.0.0.beta.7 (July 20, 2010, yanked)
3036
3132
 
3037
3133
  - Running `bundle install` twice in a row with a git source always crashed
3038
3134
 
3039
- ## 1.0.0.beta.6 (July 20, 2010, yanked)
3135
+ # 1.0.0.beta.6 (July 20, 2010, yanked)
3040
3136
 
3041
3137
  - Create executables with bundle install --binstubs
3042
3138
  - You can customize the location (default is app/bin) with --binstubs other/location
@@ -3058,29 +3154,29 @@ isolation.
3058
3154
  - Fix cases where the same dependency appeared several times in the Gemfile.lock
3059
3155
  - Fix a bug where require errors were being swallowed during Bundler.require
3060
3156
 
3061
- ## 1.0.0.beta.1
3157
+ # 1.0.0.beta.1
3062
3158
 
3063
3159
  - No `bundle lock` command. Locking happens automatically on install or update
3064
3160
  - No .bundle/environment.rb. Require 'bundler/setup' instead.
3065
3161
  - $BUNDLE_HOME defaults to $GEM_HOME instead of ~/.bundle
3066
3162
  - Remove lockfiles generated by 0.9
3067
3163
 
3068
- ## 0.9.26
3164
+ # 0.9.26
3069
3165
 
3070
- Features:
3166
+ ## Features:
3071
3167
 
3072
3168
  - error nicely on incompatible 0.10 lockfiles
3073
3169
 
3074
- ## 0.9.25 (May 3, 2010)
3170
+ # 0.9.25 (May 3, 2010)
3075
3171
 
3076
- Bugfixes:
3172
+ ## Bug fixes:
3077
3173
 
3078
3174
  - explicitly coerce Pathname objects to Strings for Ruby 1.9
3079
3175
  - fix some newline weirdness in output from install command
3080
3176
 
3081
- ## 0.9.24 (April 22, 2010)
3177
+ # 0.9.24 (April 22, 2010)
3082
3178
 
3083
- Features:
3179
+ ## Features:
3084
3180
 
3085
3181
  - fetch submodules for git sources
3086
3182
  - limit the bundled version of bundler to the same as the one installing
@@ -3089,7 +3185,7 @@ Features:
3089
3185
  - raise Bundler::GemNotFound instead of calling exit! inside library code
3090
3186
  - Rubygems 1.3.5 compatibility for the adventurous, not supported by me :)
3091
3187
 
3092
- Bugfixes:
3188
+ ## Bug fixes:
3093
3189
 
3094
3190
  - don't try to regenerate environment.rb if it is read-only
3095
3191
  - prune outdated gems with the platform "ruby"
@@ -3097,16 +3193,16 @@ Bugfixes:
3097
3193
  - don't re-write environment.rb if running after it has been loaded
3098
3194
  - do not monkeypatch Specification#load_paths twice when inside a bundle
3099
3195
 
3100
- ## 0.9.23 (April 20, 2010)
3196
+ # 0.9.23 (April 20, 2010)
3101
3197
 
3102
- Bugfixes:
3198
+ ## Bug fixes:
3103
3199
 
3104
3200
  - cache command no longer prunes gems created by an older rubygems version
3105
3201
  - cache command no longer prunes gems that are for other platforms
3106
3202
 
3107
- ## 0.9.22 (April 20, 2010)
3203
+ # 0.9.22 (April 20, 2010)
3108
3204
 
3109
- Features:
3205
+ ## Features:
3110
3206
 
3111
3207
  - cache command now prunes stale .gem files from vendor/cache
3112
3208
  - init --gemspec command now generates development dependencies
@@ -3114,7 +3210,7 @@ Features:
3114
3210
  - remove .gem files generated after installing a gem from a :path ([#286](https://github.com/rubygems/bundler/issues/286))
3115
3211
  - improve install/lock messaging ([#284](https://github.com/rubygems/bundler/issues/284))
3116
3212
 
3117
- Bugfixes:
3213
+ ## Bug fixes:
3118
3214
 
3119
3215
  - ignore cached gems that are for another platform ([#288](https://github.com/rubygems/bundler/issues/288))
3120
3216
  - install Windows gems that have no architecture set, like rcov ([#277](https://github.com/rubygems/bundler/issues/277))
@@ -3123,72 +3219,72 @@ Bugfixes:
3123
3219
  - add GemspecError so it can be raised without (further) error ([#292](https://github.com/rubygems/bundler/issues/292))
3124
3220
  - create a parent directory before cloning for git 1.5 compatibility ([#285](https://github.com/rubygems/bundler/issues/285))
3125
3221
 
3126
- ## 0.9.21 (April 16, 2010)
3222
+ # 0.9.21 (April 16, 2010)
3127
3223
 
3128
- Bugfixes:
3224
+ ## Bug fixes:
3129
3225
 
3130
3226
  - don't raise 'omg wtf' when lockfile is outdated
3131
3227
 
3132
- ## 0.9.20 (April 15, 2010)
3228
+ # 0.9.20 (April 15, 2010)
3133
3229
 
3134
- Features:
3230
+ ## Features:
3135
3231
 
3136
3232
  - load YAML format gemspecs
3137
3233
  - no backtraces when calling Bundler.setup if gems are missing
3138
3234
  - no backtraces when trying to exec a file without the executable bit
3139
3235
 
3140
- Bugfixes:
3236
+ ## Bug fixes:
3141
3237
 
3142
3238
  - fix infinite recursion in Bundler.setup after loading a bundled Bundler gem
3143
3239
  - request install instead of lock when env.rb is out of sync with Gemfile.lock
3144
3240
 
3145
- ## 0.9.19 (April 12, 2010)
3241
+ # 0.9.19 (April 12, 2010)
3146
3242
 
3147
- Features:
3243
+ ## Features:
3148
3244
 
3149
3245
  - suggest `bundle install --relock` when the Gemfile has changed ([#272](https://github.com/rubygems/bundler/issues/272))
3150
3246
  - source support for Rubygems servers without prerelease gem indexes ([#262](https://github.com/rubygems/bundler/issues/262))
3151
3247
 
3152
- Bugfixes:
3248
+ ## Bug fixes:
3153
3249
 
3154
3250
  - don't set up all groups every time Bundler.setup is called while locked ([#263](https://github.com/rubygems/bundler/issues/263))
3155
3251
  - fix #full_gem_path for git gems while locked ([#268](https://github.com/rubygems/bundler/issues/268))
3156
3252
  - eval gemspecs at the top level, not inside the Bundler class ([#269](https://github.com/rubygems/bundler/issues/269))
3157
3253
 
3158
3254
 
3159
- ## 0.9.18 (April 8, 2010)
3255
+ # 0.9.18 (April 8, 2010)
3160
3256
 
3161
- Features:
3257
+ ## Features:
3162
3258
 
3163
3259
  - console command that runs irb with bundle (and optional group) already loaded
3164
3260
 
3165
- Bugfixes:
3261
+ ## Bug fixes:
3166
3262
 
3167
3263
  - Bundler.setup now fully disables system gems, even when unlocked ([#266](https://github.com/rubygems/bundler/issues/266), [#246](https://github.com/bundler/bundler/issues/246))
3168
3264
  - fixes Yard, which found plugins in Gem.source_index that it could not load
3169
3265
  - makes behaviour of `Bundler.require` consistent between locked and unlocked loads
3170
3266
 
3171
- ## 0.9.17 (April 7, 2010)
3267
+ # 0.9.17 (April 7, 2010)
3172
3268
 
3173
- Features:
3269
+ ## Features:
3174
3270
 
3175
3271
  - Bundler.require now calls Bundler.setup automatically
3176
3272
  - Gem::Specification#add_bundler_dependencies added for gemspecs
3177
3273
 
3178
- Bugfixes:
3274
+ ## Bug fixes:
3179
3275
 
3180
3276
  - Gem paths are not longer duplicated while loading bundler
3181
3277
  - exec no longer duplicates RUBYOPT if it is already set correctly
3182
3278
 
3183
- ## 0.9.16 (April 3, 2010)
3279
+ # 0.9.16 (April 3, 2010)
3184
3280
 
3185
- Features:
3281
+ ## Features:
3186
3282
 
3187
3283
  - exit gracefully on INT signal
3188
3284
  - resolver output now indicates whether remote sources were checked
3189
3285
  - print error instead of backtrace when exec cannot find a binary ([#241](https://github.com/rubygems/bundler/issues/241))
3190
3286
 
3191
- Bugfixes:
3287
+ ## Bug fixes:
3192
3288
 
3193
3289
  - show, check, and open commands work again while locked (oops)
3194
3290
  - show command for git gems
@@ -3199,9 +3295,9 @@ Bugfixes:
3199
3295
  - fix Gem::Spec#git_version to not error on unloaded specs
3200
3296
  - improve deprecation, Gemfile, and command error messages ([#242](https://github.com/rubygems/bundler/issues/242))
3201
3297
 
3202
- ## 0.9.15 (April 1, 2010)
3298
+ # 0.9.15 (April 1, 2010)
3203
3299
 
3204
- Features:
3300
+ ## Features:
3205
3301
 
3206
3302
  - use the env_file if possible instead of doing a runtime resolve
3207
3303
  - huge speedup when calling Bundler.setup while locked
@@ -3209,15 +3305,15 @@ Features:
3209
3305
  - regenerates env_file if it was generated by an older version
3210
3306
  - update cached/packed gems when you update gems via bundle install
3211
3307
 
3212
- Bugfixes:
3308
+ ## Bug fixes:
3213
3309
 
3214
3310
  - prep for Rubygems 1.3.7 changes
3215
3311
  - install command now pulls git branches correctly ([#211](https://github.com/rubygems/bundler/issues/211))
3216
3312
  - raise errors on invalid options in the Gemfile
3217
3313
 
3218
- ## 0.9.14 (March 30, 2010)
3314
+ # 0.9.14 (March 30, 2010)
3219
3315
 
3220
- Features:
3316
+ ## Features:
3221
3317
 
3222
3318
  - install command output vastly improved
3223
3319
  - installation message now accurate, with 'using' and 'installing'
@@ -3228,31 +3324,31 @@ Features:
3228
3324
  - show command now aliased as 'list'
3229
3325
  - VISUAL env var respected for GUI editors
3230
3326
 
3231
- Bugfixes:
3327
+ ## Bug fixes:
3232
3328
 
3233
3329
  - exec command now finds binaries from gems with no gemspec
3234
3330
  - note source of Gemfile resolver errors
3235
3331
  - don't blow up if git urls are changed
3236
3332
 
3237
- ## 0.9.13 (March 23, 2010)
3333
+ # 0.9.13 (March 23, 2010)
3238
3334
 
3239
- Bugfixes:
3335
+ ## Bug fixes:
3240
3336
 
3241
3337
  - exec command now finds binaries from gems installed via :path
3242
3338
  - gem dependencies are pulled in even if their type is nil
3243
3339
  - paths with spaces have double-quotes to work on Windows
3244
3340
  - set GEM_PATH in environment.rb so generators work with Rails 2
3245
3341
 
3246
- ## 0.9.12 (March 17, 2010)
3342
+ # 0.9.12 (March 17, 2010)
3247
3343
 
3248
3344
  - refactoring, internal cleanup, more solid specs
3249
3345
 
3250
- Features:
3346
+ ## Features:
3251
3347
 
3252
3348
  - check command takes a --without option
3253
3349
  - check command exits 1 if the check fails
3254
3350
 
3255
- Bugfixes:
3351
+ ## Bug fixes:
3256
3352
 
3257
3353
  - perform a topological sort on resolved gems ([#191](https://github.com/rubygems/bundler/issues/191))
3258
3354
  - gems from git work even when paths or repos have spaces ([#196](https://github.com/rubygems/bundler/issues/196))
@@ -3261,11 +3357,11 @@ Bugfixes:
3261
3357
  - virtual gemspecs are now saved in environment.rb for use when loading
3262
3358
  - unify the Installer's local index and the runtime index ([#204](https://github.com/rubygems/bundler/issues/204))
3263
3359
 
3264
- ## 0.9.11 (March 9, 2010)
3360
+ # 0.9.11 (March 9, 2010)
3265
3361
 
3266
3362
  - added roadmap with future development plans
3267
3363
 
3268
- Features:
3364
+ ## Features:
3269
3365
 
3270
3366
  - install command can take the path to the gemfile with --gemfile ([#125](https://github.com/rubygems/bundler/issues/125))
3271
3367
  - unknown command line options are now rejected ([#163](https://github.com/rubygems/bundler/issues/163))
@@ -3277,7 +3373,7 @@ Features:
3277
3373
  - improve backtraces when a gemspec is invalid
3278
3374
  - improve performance by installing gems from the cache if present
3279
3375
 
3280
- Bugfixes:
3376
+ ## Bug fixes:
3281
3377
 
3282
3378
  - normalize parameters to Bundler.require ([#153](https://github.com/rubygems/bundler/issues/153))
3283
3379
  - check now checks installed gems rather than cached gems ([#162](https://github.com/rubygems/bundler/issues/162))
@@ -3289,26 +3385,26 @@ Bugfixes:
3289
3385
  - don't reinstall packed gems
3290
3386
  - fix gems with git sources that are private repositories
3291
3387
 
3292
- ## 0.9.10 (March 1, 2010)
3388
+ # 0.9.10 (March 1, 2010)
3293
3389
 
3294
3390
  - depends on Rubygems 1.3.6
3295
3391
 
3296
- Bugfixes:
3392
+ ## Bug fixes:
3297
3393
 
3298
3394
  - support locking after install --without
3299
3395
  - don't reinstall gems from the cache if they're already in the bundle
3300
3396
  - fixes for Ruby 1.8.7 and 1.9
3301
3397
 
3302
- ## 0.9.9 (February 25, 2010)
3398
+ # 0.9.9 (February 25, 2010)
3303
3399
 
3304
- Bugfixes:
3400
+ ## Bug fixes:
3305
3401
 
3306
3402
  - don't die if GEM_HOME is an empty string
3307
3403
  - fixes for Ruby 1.8.6 and 1.9
3308
3404
 
3309
- ## 0.9.8 (February 23, 2010)
3405
+ # 0.9.8 (February 23, 2010)
3310
3406
 
3311
- Features:
3407
+ ## Features:
3312
3408
 
3313
3409
  - pack command which both caches and locks
3314
3410
  - descriptive error if a cached gem is missing
@@ -3320,27 +3416,27 @@ Features:
3320
3416
  - print a useful warning if building a gem fails
3321
3417
  - allow manual configuration via BUNDLE_PATH
3322
3418
 
3323
- Bugfixes:
3419
+ ## Bug fixes:
3324
3420
 
3325
3421
  - eval gemspecs in the gem directory so relative paths work
3326
3422
  - make default spec for git sources valid
3327
3423
  - don't reinstall gems that are already packed
3328
3424
 
3329
- ## 0.9.7 (February 17, 2010)
3425
+ # 0.9.7 (February 17, 2010)
3330
3426
 
3331
- Bugfixes:
3427
+ ## Bug fixes:
3332
3428
 
3333
3429
  - don't say that a gem from an excluded group is "installing"
3334
3430
  - improve crippling rubygems in locked scenarios
3335
3431
 
3336
- ## 0.9.6 (February 16, 2010)
3432
+ # 0.9.6 (February 16, 2010)
3337
3433
 
3338
- Features:
3434
+ ## Features:
3339
3435
 
3340
3436
  - allow String group names
3341
3437
  - a number of improvements in the documentation and error messages
3342
3438
 
3343
- Bugfixes:
3439
+ ## Bug fixes:
3344
3440
 
3345
3441
  - set SourceIndex#spec_dirs to solve a problem involving Rails 2.3 in unlocked mode
3346
3442
  - ensure Rubygems is fully loaded in Ruby 1.9 before patching it
@@ -3349,9 +3445,9 @@ Bugfixes:
3349
3445
  - make the tests platform agnostic so we can confirm that they're green on JRuby
3350
3446
  - fixes for Ruby 1.9
3351
3447
 
3352
- ## 0.9.5 (February 12, 2010)
3448
+ # 0.9.5 (February 12, 2010)
3353
3449
 
3354
- Features:
3450
+ ## Features:
3355
3451
 
3356
3452
  - added support for :path => "relative/path"
3357
3453
  - added support for older versions of git
@@ -3359,7 +3455,7 @@ Features:
3359
3455
  - Bundler.require fails silently if a library does not have a file on the load path with its name
3360
3456
  - Basic support for multiple rubies by namespacing the default bundle path using the version and engine
3361
3457
 
3362
- Bugfixes:
3458
+ ## Bug fixes:
3363
3459
 
3364
3460
  - if the bundle is locked and .bundle/environment.rb is not present when Bundler.setup is called, generate it
3365
3461
  - same if it's not present with `bundle check`