rubygems-update 3.2.0.rc.2 → 3.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (254) hide show
  1. checksums.yaml +4 -4
  2. data/{History.txt → CHANGELOG.md} +520 -501
  3. data/Manifest.txt +62 -55
  4. data/POLICIES.md +4 -3
  5. data/Rakefile +23 -7
  6. data/bundler/CHANGELOG.md +84 -19
  7. data/bundler/UPGRADING.md +1 -1
  8. data/bundler/bundler.gemspec +1 -1
  9. data/bundler/lib/bundler.rb +11 -0
  10. data/bundler/lib/bundler/build_metadata.rb +2 -2
  11. data/bundler/lib/bundler/cli.rb +5 -5
  12. data/bundler/lib/bundler/cli/binstubs.rb +6 -2
  13. data/bundler/lib/bundler/cli/exec.rb +3 -3
  14. data/bundler/lib/bundler/cli/install.rb +14 -5
  15. data/bundler/lib/bundler/cli/outdated.rb +0 -2
  16. data/bundler/lib/bundler/cli/update.rb +1 -1
  17. data/bundler/lib/bundler/compact_index_client/cache.rb +5 -13
  18. data/bundler/lib/bundler/compact_index_client/gem_parser.rb +28 -0
  19. data/bundler/lib/bundler/compact_index_client/updater.rb +5 -5
  20. data/bundler/lib/bundler/definition.rb +23 -25
  21. data/bundler/lib/bundler/dependency.rb +3 -1
  22. data/bundler/lib/bundler/env.rb +1 -1
  23. data/bundler/lib/bundler/feature_flag.rb +0 -1
  24. data/bundler/lib/bundler/fetcher/index.rb +2 -3
  25. data/bundler/lib/bundler/friendly_errors.rb +15 -0
  26. data/bundler/lib/bundler/gem_helpers.rb +30 -24
  27. data/bundler/lib/bundler/index.rb +5 -1
  28. data/bundler/lib/bundler/injector.rb +9 -2
  29. data/bundler/lib/bundler/installer.rb +7 -5
  30. data/bundler/lib/bundler/lazy_specification.rb +20 -9
  31. data/bundler/lib/bundler/man/.document +1 -0
  32. data/bundler/{man → lib/bundler/man}/bundle-add.1 +1 -1
  33. data/bundler/{man → lib/bundler/man}/bundle-add.1.ronn +0 -0
  34. data/bundler/{man → lib/bundler/man}/bundle-binstubs.1 +1 -1
  35. data/bundler/{man → lib/bundler/man}/bundle-binstubs.1.ronn +0 -0
  36. data/bundler/{man → lib/bundler/man}/bundle-cache.1 +1 -1
  37. data/bundler/{man → lib/bundler/man}/bundle-cache.1.ronn +0 -0
  38. data/bundler/{man → lib/bundler/man}/bundle-check.1 +1 -1
  39. data/bundler/{man → lib/bundler/man}/bundle-check.1.ronn +0 -0
  40. data/bundler/{man → lib/bundler/man}/bundle-clean.1 +1 -1
  41. data/bundler/{man → lib/bundler/man}/bundle-clean.1.ronn +0 -0
  42. data/bundler/{man → lib/bundler/man}/bundle-config.1 +2 -5
  43. data/bundler/{man → lib/bundler/man}/bundle-config.1.ronn +1 -9
  44. data/bundler/{man → lib/bundler/man}/bundle-doctor.1 +1 -1
  45. data/bundler/{man → lib/bundler/man}/bundle-doctor.1.ronn +0 -0
  46. data/bundler/{man → lib/bundler/man}/bundle-exec.1 +1 -1
  47. data/bundler/{man → lib/bundler/man}/bundle-exec.1.ronn +0 -0
  48. data/bundler/{man → lib/bundler/man}/bundle-gem.1 +1 -1
  49. data/bundler/{man → lib/bundler/man}/bundle-gem.1.ronn +0 -0
  50. data/bundler/{man → lib/bundler/man}/bundle-info.1 +1 -1
  51. data/bundler/{man → lib/bundler/man}/bundle-info.1.ronn +0 -0
  52. data/bundler/{man → lib/bundler/man}/bundle-init.1 +1 -1
  53. data/bundler/{man → lib/bundler/man}/bundle-init.1.ronn +0 -0
  54. data/bundler/{man → lib/bundler/man}/bundle-inject.1 +1 -1
  55. data/bundler/{man → lib/bundler/man}/bundle-inject.1.ronn +0 -0
  56. data/bundler/{man → lib/bundler/man}/bundle-install.1 +2 -2
  57. data/bundler/{man → lib/bundler/man}/bundle-install.1.ronn +1 -1
  58. data/bundler/{man → lib/bundler/man}/bundle-list.1 +1 -1
  59. data/bundler/{man → lib/bundler/man}/bundle-list.1.ronn +0 -0
  60. data/bundler/{man → lib/bundler/man}/bundle-lock.1 +1 -1
  61. data/bundler/{man → lib/bundler/man}/bundle-lock.1.ronn +0 -0
  62. data/bundler/{man → lib/bundler/man}/bundle-open.1 +1 -1
  63. data/bundler/{man → lib/bundler/man}/bundle-open.1.ronn +0 -0
  64. data/bundler/{man → lib/bundler/man}/bundle-outdated.1 +1 -1
  65. data/bundler/{man → lib/bundler/man}/bundle-outdated.1.ronn +0 -0
  66. data/bundler/{man → lib/bundler/man}/bundle-platform.1 +1 -1
  67. data/bundler/{man → lib/bundler/man}/bundle-platform.1.ronn +0 -0
  68. data/bundler/{man → lib/bundler/man}/bundle-pristine.1 +1 -1
  69. data/bundler/{man → lib/bundler/man}/bundle-pristine.1.ronn +0 -0
  70. data/bundler/{man → lib/bundler/man}/bundle-remove.1 +1 -1
  71. data/bundler/{man → lib/bundler/man}/bundle-remove.1.ronn +0 -0
  72. data/bundler/{man → lib/bundler/man}/bundle-show.1 +1 -1
  73. data/bundler/{man → lib/bundler/man}/bundle-show.1.ronn +0 -0
  74. data/bundler/{man → lib/bundler/man}/bundle-update.1 +1 -1
  75. data/bundler/{man → lib/bundler/man}/bundle-update.1.ronn +0 -0
  76. data/bundler/{man → lib/bundler/man}/bundle-viz.1 +1 -1
  77. data/bundler/{man → lib/bundler/man}/bundle-viz.1.ronn +0 -0
  78. data/bundler/{man → lib/bundler/man}/bundle.1 +1 -1
  79. data/bundler/{man → lib/bundler/man}/bundle.1.ronn +0 -0
  80. data/bundler/{man → lib/bundler/man}/gemfile.5 +1 -1
  81. data/bundler/{man → lib/bundler/man}/gemfile.5.ronn +0 -0
  82. data/bundler/lib/bundler/man/index.txt +25 -0
  83. data/bundler/lib/bundler/plugin/api/source.rb +1 -1
  84. data/bundler/lib/bundler/plugin/dsl.rb +1 -1
  85. data/bundler/lib/bundler/resolver.rb +25 -29
  86. data/bundler/lib/bundler/resolver/spec_group.rb +19 -25
  87. data/bundler/lib/bundler/rubygems_integration.rb +4 -6
  88. data/bundler/lib/bundler/settings.rb +0 -1
  89. data/bundler/lib/bundler/source/git/git_proxy.rb +28 -41
  90. data/bundler/lib/bundler/spec_set.rb +6 -8
  91. data/bundler/lib/bundler/stub_specification.rb +0 -2
  92. data/bundler/lib/bundler/templates/newgem/README.md.tt +0 -1
  93. data/bundler/lib/bundler/templates/newgem/lib/newgem.rb.tt +2 -2
  94. data/bundler/lib/bundler/templates/newgem/newgem.gemspec.tt +6 -0
  95. data/bundler/lib/bundler/uri_credentials_filter.rb +2 -0
  96. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo.rb +0 -1
  97. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb +34 -1
  98. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb +2 -2
  99. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb +1 -1
  100. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb +1 -1
  101. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb +38 -40
  102. data/bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb +12 -8
  103. data/bundler/lib/bundler/vendor/tmpdir/lib/tmpdir.rb +154 -0
  104. data/bundler/lib/bundler/vendored_tmpdir.rb +4 -0
  105. data/bundler/lib/bundler/version.rb +1 -1
  106. data/lib/rubygems.rb +6 -2
  107. data/lib/rubygems/available_set.rb +1 -1
  108. data/lib/rubygems/command_manager.rb +2 -2
  109. data/lib/rubygems/commands/build_command.rb +37 -20
  110. data/lib/rubygems/commands/cert_command.rb +1 -1
  111. data/lib/rubygems/commands/help_command.rb +2 -0
  112. data/lib/rubygems/commands/owner_command.rb +10 -3
  113. data/lib/rubygems/commands/pristine_command.rb +1 -1
  114. data/lib/rubygems/commands/push_command.rb +7 -4
  115. data/lib/rubygems/commands/query_command.rb +17 -0
  116. data/lib/rubygems/commands/server_command.rb +4 -0
  117. data/lib/rubygems/commands/setup_command.rb +26 -90
  118. data/lib/rubygems/commands/sources_command.rb +6 -2
  119. data/lib/rubygems/commands/specification_command.rb +6 -0
  120. data/lib/rubygems/commands/yank_command.rb +4 -5
  121. data/lib/rubygems/core_ext/kernel_require.rb +3 -0
  122. data/lib/rubygems/core_ext/kernel_warn.rb +6 -7
  123. data/lib/rubygems/defaults.rb +2 -2
  124. data/lib/rubygems/dependency.rb +1 -1
  125. data/lib/rubygems/dependency_installer.rb +5 -3
  126. data/lib/rubygems/ext/builder.rb +16 -35
  127. data/lib/rubygems/ext/cmake_builder.rb +5 -6
  128. data/lib/rubygems/ext/configure_builder.rb +5 -6
  129. data/lib/rubygems/ext/ext_conf_builder.rb +19 -14
  130. data/lib/rubygems/ext/rake_builder.rb +4 -4
  131. data/lib/rubygems/gemcutter_utilities.rb +101 -20
  132. data/lib/rubygems/indexer.rb +0 -1
  133. data/lib/rubygems/install_update_options.rb +2 -2
  134. data/lib/rubygems/installer.rb +12 -32
  135. data/lib/rubygems/installer_test_case.rb +7 -6
  136. data/lib/rubygems/name_tuple.rb +1 -1
  137. data/lib/rubygems/openssl.rb +4 -4
  138. data/lib/rubygems/package.rb +3 -2
  139. data/lib/rubygems/package/tar_header.rb +1 -1
  140. data/lib/rubygems/package/tar_test_case.rb +1 -1
  141. data/lib/rubygems/platform.rb +18 -7
  142. data/lib/rubygems/query_utils.rb +0 -9
  143. data/lib/rubygems/remote_fetcher.rb +5 -4
  144. data/lib/rubygems/request.rb +4 -3
  145. data/lib/rubygems/request_set.rb +2 -13
  146. data/lib/rubygems/request_set/gem_dependency_api.rb +4 -4
  147. data/lib/rubygems/requirement.rb +1 -1
  148. data/lib/rubygems/resolver.rb +7 -2
  149. data/lib/rubygems/resolver/activation_request.rb +9 -1
  150. data/lib/rubygems/resolver/api_set.rb +29 -20
  151. data/lib/rubygems/resolver/api_set/gem_parser.rb +20 -0
  152. data/lib/rubygems/resolver/api_specification.rb +8 -3
  153. data/lib/rubygems/resolver/best_set.rb +2 -2
  154. data/lib/rubygems/resolver/conflict.rb +1 -1
  155. data/lib/rubygems/resolver/dependency_request.rb +1 -1
  156. data/lib/rubygems/resolver/index_specification.rb +29 -0
  157. data/lib/rubygems/resolver/installer_set.rb +58 -9
  158. data/lib/rubygems/resolver/lock_set.rb +1 -1
  159. data/lib/rubygems/resolver/molinillo/lib/molinillo.rb +6 -5
  160. data/lib/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb +7 -0
  161. data/lib/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb +1 -0
  162. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb +39 -5
  163. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb +1 -0
  164. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb +2 -1
  165. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb +2 -1
  166. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb +2 -1
  167. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb +2 -1
  168. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb +7 -6
  169. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb +2 -1
  170. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb +4 -3
  171. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb +43 -10
  172. data/lib/rubygems/resolver/molinillo/lib/molinillo/errors.rb +75 -7
  173. data/lib/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb +2 -1
  174. data/lib/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb +1 -0
  175. data/lib/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb +3 -1
  176. data/lib/rubygems/resolver/molinillo/lib/molinillo/resolution.rb +506 -165
  177. data/lib/rubygems/resolver/molinillo/lib/molinillo/resolver.rb +3 -2
  178. data/lib/rubygems/resolver/molinillo/lib/molinillo/state.rb +8 -4
  179. data/lib/rubygems/resolver/spec_specification.rb +14 -0
  180. data/lib/rubygems/resolver/specification.rb +13 -1
  181. data/lib/rubygems/s3_uri_signer.rb +1 -1
  182. data/lib/rubygems/security.rb +1 -2
  183. data/lib/rubygems/security/policy.rb +1 -1
  184. data/lib/rubygems/security/signer.rb +1 -1
  185. data/lib/rubygems/server.rb +7 -2
  186. data/lib/rubygems/source.rb +20 -9
  187. data/lib/rubygems/spec_fetcher.rb +1 -1
  188. data/lib/rubygems/specification.rb +8 -8
  189. data/lib/rubygems/ssl_certs/{index.rubygems.org → rubygems.org}/GlobalSignRootCA.pem +0 -0
  190. data/lib/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA_R3.pem +21 -0
  191. data/lib/rubygems/stub_specification.rb +1 -1
  192. data/lib/rubygems/test_case.rb +14 -27
  193. data/lib/rubygems/test_utilities.rb +6 -5
  194. data/lib/rubygems/uri_formatter.rb +2 -1
  195. data/lib/rubygems/version_option.rb +6 -0
  196. data/rubygems-update.gemspec +2 -2
  197. data/test/rubygems/data/null-required-rubygems-version.gemspec.rz +0 -0
  198. data/test/rubygems/test_bundled_ca.rb +9 -5
  199. data/test/rubygems/test_gem.rb +3 -3
  200. data/test/rubygems/test_gem_commands_build_command.rb +197 -5
  201. data/test/rubygems/test_gem_commands_cert_command.rb +2 -2
  202. data/test/rubygems/test_gem_commands_cleanup_command.rb +1 -1
  203. data/test/rubygems/test_gem_commands_contents_command.rb +2 -2
  204. data/test/rubygems/test_gem_commands_help_command.rb +15 -2
  205. data/test/rubygems/test_gem_commands_install_command.rb +132 -1
  206. data/test/rubygems/test_gem_commands_owner_command.rb +49 -1
  207. data/test/rubygems/test_gem_commands_pristine_command.rb +2 -2
  208. data/test/rubygems/test_gem_commands_push_command.rb +70 -5
  209. data/test/rubygems/test_gem_commands_query_command.rb +3 -3
  210. data/test/rubygems/test_gem_commands_setup_command.rb +20 -48
  211. data/test/rubygems/test_gem_commands_signin_command.rb +27 -3
  212. data/test/rubygems/test_gem_commands_sources_command.rb +60 -0
  213. data/test/rubygems/test_gem_commands_specification_command.rb +28 -0
  214. data/test/rubygems/test_gem_commands_update_command.rb +2 -2
  215. data/test/rubygems/test_gem_commands_yank_command.rb +31 -1
  216. data/test/rubygems/test_gem_dependency_installer.rb +63 -49
  217. data/test/rubygems/test_gem_dependency_list.rb +2 -2
  218. data/test/rubygems/test_gem_ext_builder.rb +16 -20
  219. data/test/rubygems/test_gem_ext_cmake_builder.rb +5 -13
  220. data/test/rubygems/test_gem_ext_configure_builder.rb +5 -11
  221. data/test/rubygems/test_gem_ext_ext_conf_builder.rb +9 -26
  222. data/test/rubygems/test_gem_ext_rake_builder.rb +30 -13
  223. data/test/rubygems/test_gem_gem_runner.rb +5 -4
  224. data/test/rubygems/test_gem_gemcutter_utilities.rb +3 -3
  225. data/test/rubygems/test_gem_install_update_options.rb +15 -3
  226. data/test/rubygems/test_gem_installer.rb +80 -71
  227. data/test/rubygems/test_gem_package.rb +8 -8
  228. data/test/rubygems/test_gem_package_old.rb +4 -4
  229. data/test/rubygems/test_gem_package_tar_writer.rb +1 -1
  230. data/test/rubygems/test_gem_platform.rb +63 -4
  231. data/test/rubygems/test_gem_remote_fetcher.rb +15 -19
  232. data/test/rubygems/test_gem_request.rb +2 -2
  233. data/test/rubygems/test_gem_request_set_lockfile.rb +4 -4
  234. data/test/rubygems/test_gem_resolver_api_set.rb +58 -55
  235. data/test/rubygems/test_gem_resolver_api_specification.rb +3 -3
  236. data/test/rubygems/test_gem_resolver_best_set.rb +26 -3
  237. data/test/rubygems/test_gem_resolver_conflict.rb +1 -1
  238. data/test/rubygems/test_gem_resolver_vendor_set.rb +1 -1
  239. data/test/rubygems/test_gem_security.rb +2 -2
  240. data/test/rubygems/test_gem_security_policy.rb +2 -2
  241. data/test/rubygems/test_gem_security_signer.rb +2 -2
  242. data/test/rubygems/test_gem_security_trust_dir.rb +2 -2
  243. data/test/rubygems/test_gem_source.rb +7 -2
  244. data/test/rubygems/test_gem_source_subpath_problem.rb +49 -0
  245. data/test/rubygems/test_gem_specification.rb +6 -7
  246. data/test/rubygems/test_gem_uninstaller.rb +7 -7
  247. data/test/rubygems/test_gem_validator.rb +1 -1
  248. data/test/rubygems/test_gem_version_option.rb +1 -1
  249. data/test/rubygems/test_require.rb +50 -9
  250. data/test/test_changelog_generator.rb +17 -0
  251. metadata +69 -86
  252. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/compatibility.rb +0 -26
  253. data/lib/rubygems/ssl_certs/rubygems.global.ssl.fastly.net/DigiCertHighAssuranceEVRootCA.pem +0 -23
  254. data/lib/rubygems/ssl_certs/rubygems.org/AddTrustExternalCARoot.pem +0 -25
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 80a7466270c704510a3d8f9061bb58e04fad168d3a180460844560fce93694af
4
- data.tar.gz: 2aa3a0d6ee74d72a2ce138b0c999b4601e459b7b35f139f916e24046237e19c2
3
+ metadata.gz: d93499fede75e4516b9007d926ad52f4428cc1361dfc8720635ce85daef669e5
4
+ data.tar.gz: ca5b261892f92350f5e9a922757780c9718751d11d21251c6f4f189cb8f27bf7
5
5
  SHA512:
6
- metadata.gz: 1dcc8aa7153d4e534339b176b8f71009646b77463a14f1d6be5c1150e4f14e24765863da28c6b955b577e4c915ea26a626c4a0a54ce5878cc27fafaa556fe657
7
- data.tar.gz: dee6647fc4e79ec27b73331b27092c5ecb042ebed7c4347af58dbc30adc29b14dbf337c4287f3d8d6fd3f3fe65e2f2901b9d5e9074cec5ca2737e1350abd5ebf
6
+ metadata.gz: 61ed9d7bdad4ae0d6f49980503fe583c71870d86695a1e050ad9bab5549538b13cdb87fbc9859ed89e902a6e580137dedc053bf59191553173101d862bd7b0f1
7
+ data.tar.gz: 54ffb6db2ff4a6ae6772ca38a4ad26a5458b6783c21a10f2c932ff0408191cd52fae270b7936eb3f183a2d61a8cfd7e05dfd4d01a0064124e9013ecd61a7abc1
@@ -1,11 +1,117 @@
1
- === 3.2.0.rc.2 / 2020-10-8
1
+ # 3.2.4 / 2020-12-31
2
2
 
3
- Minor enhancements:
3
+ ## Enhancements:
4
4
 
5
+ * Use a CHANGELOG in markdown for rubygems. Pull request #4168 by
6
+ deivid-rodriguez
7
+ * Never spawn subshells when building extensions. Pull request #4190 by
8
+ deivid-rodriguez
9
+
10
+ ## Bug fixes:
11
+
12
+ * Fix fallback to the old index and installation from it not working. Pull
13
+ request #4213 by deivid-rodriguez
14
+ * Fix installing from source on truffleruby. Pull request #4201 by
15
+ deivid-rodriguez
16
+
17
+ # 3.2.3 / 2020-12-22
18
+
19
+ ## Enhancements:
20
+
21
+ * Fix misspellings in default API key name. Pull request #4177 by hsbt
22
+
23
+ ## Bug fixes:
24
+
25
+ * Respect `required_ruby_version` and `required_rubygems_version`
26
+ constraints when looking for `gem install` candidates. Pull request #4110
27
+ by deivid-rodriguez
28
+
29
+ # 3.2.2 / 2020-12-17
30
+
31
+ ## Bug fixes:
32
+
33
+ * Fix issue where CLI commands making more than one request to
34
+ rubygems.org needing an OTP code would crash or ask for the code twice.
35
+ Pull request #4162 by sonalkr132
36
+ * Fix building rake extensions that require openssl. Pull request #4165 by
37
+ deivid-rodriguez
38
+ * Fix `gem update --system` displaying too many changelog entries. Pull
39
+ request #4145 by deivid-rodriguez
40
+
41
+ # 3.2.1 / 2020-12-14
42
+
43
+ ## Enhancements:
44
+
45
+ * Added help message for gem i webrick in gem server command. Pull request
46
+ #4117 by hsbt
47
+
48
+ ## Bug fixes:
49
+
50
+ * Added the missing loading of fileutils same as load_specs. Pull request
51
+ #4124 by hsbt
52
+ * Fix Resolver::APISet to always include prereleases when necessary. Pull
53
+ request #4113 by deivid-rodriguez
54
+
55
+ # 3.2.0 / 2020-12-07
56
+
57
+ ## Enhancements:
58
+
59
+ * Do not override Kernel#warn when there is no need. Pull request #4075 by
60
+ eregon
61
+ * Update endpoint of gem signin command. Pull request #3840 by sonalkr132
62
+ * Omit deprecated commands from command help output. Pull request #4023 by
63
+ landongrindheim
64
+ * Suggest alternatives in `gem query` deprecation. Pull request #4021 by
65
+ landongrindheim
66
+ * Lazily load `time`, `cgi`, and `zlib`. Pull request #4010 by
67
+ deivid-rodriguez
5
68
  * Don't hit the network when installing dependencyless local gemspec. Pull
6
69
  request #3968 by deivid-rodriguez
7
70
  * Add `--force` option to `gem sources` command. Pull request #3956 by
8
71
  andy-smith-msm
72
+ * Lazily load `openssl`. Pull request #3850 by deivid-rodriguez
73
+ * Pass more information when comparing platforms. Pull request #3817 by
74
+ eregon
75
+
76
+ ## Bug fixes:
77
+
78
+ * Use better owner & group for files in rubygems package. Pull request
79
+ #4065 by deivid-rodriguez
80
+ * Improve gem build -C flag. Pull request #3983 by bronzdoc
81
+ * Handle unexpected behavior with URI#merge and subpaths missing trailing
82
+ slashes. Pull request #3123 by drcapulet
83
+ * Add missing `fileutils` require in rubygems installer. Pull request
84
+ #4036 by deivid-rodriguez
85
+ * Fix `--platform` option to `gem specification` being ignored. Pull
86
+ request #4043 by deivid-rodriguez
87
+ * Expose `--no-minimal-deps` flag to install the latest version of
88
+ dependencies. Pull request #4030 by deivid-rodriguez
89
+ * Fix "stack level too deep" error when overriding `Warning.warn`. Pull
90
+ request #3987 by eregon
91
+ * Append '.gemspec' extension only when it is not present. Pull request
92
+ #3988 by voxik
93
+ * Install to correct plugins dir when using `--build-root`. Pull request
94
+ #3972 by deivid-rodriguez
95
+ * Fix `--build-root` flag under Windows. Pull request #3975 by
96
+ deivid-rodriguez
97
+ * Fix `typo_squatting?` false positive for `rubygems.org` itself. Pull
98
+ request #3951 by andy-smith-msm
99
+ * Make `--default` and `--install-dir` options to `gem install` play nice
100
+ together. Pull request #3906 by deivid-rodriguez
101
+
102
+ ## Deprecations:
103
+
104
+ * Deprecate server command. Pull request #3868 by bronzdoc
105
+
106
+ ## Performance:
107
+
108
+ * Don't change ruby process CWD when building extensions. Pull request
109
+ #3498 by deivid-rodriguez
110
+
111
+ # 3.2.0.rc.2 / 2020-10-08
112
+
113
+ ## Enhancements:
114
+
9
115
  * Make --dry-run flag consistent across rubygems commands. Pull request
10
116
  #3867 by bronzdoc
11
117
  * Disallow downgrades to too old versions. Pull request #3566 by
@@ -21,18 +127,8 @@ Minor enhancements:
21
127
  * Ignore internal frames in RubyGems' Kernel#warn. Pull request #3810 by
22
128
  eregon
23
129
 
24
- Bug fixes:
130
+ ## Bug fixes:
25
131
 
26
- * Append '.gemspec' extension only when it is not present.. Pull request
27
- #3988 by voxik
28
- * Install to correct plugins dir when using `--build-root`. Pull request
29
- #3972 by deivid-rodriguez
30
- * Fix `--build-root` flag under Windows. Pull request #3975 by
31
- deivid-rodriguez
32
- * Fix `typo_squatting?` false positive for `rubygems.org` itself. Pull
33
- request #3951 by andy-smith-msm
34
- * Make `--default` and `--install-dir` options to `gem install` play nice
35
- together. Pull request #3906 by deivid-rodriguez
36
132
  * Add missing fileutils require. Pull request #3911 by deivid-rodriguez
37
133
  * Fix false positive warning on Windows when PATH has
38
134
  `File::ALT_SEPARATOR`. Pull request #3829 by deivid-rodriguez
@@ -43,10 +139,8 @@ Bug fixes:
43
139
  * `gem install --user` fails with `Gem::FilePermissionError` on the system
44
140
  plugins directory. Pull request #3804 by nobu
45
141
 
46
- Performance:
142
+ ## Performance:
47
143
 
48
- * Don't change ruby process CWD when building extensions. Pull request
49
- #3498 by deivid-rodriguez
50
144
  * Avoid duplicated generation of APISpecification objects. Pull request
51
145
  #3940 by mame
52
146
  * Eval defaults with frozen_string_literal: true. Pull request #3847 by
@@ -55,16 +149,13 @@ Performance:
55
149
  casperisfine
56
150
  * Optimize Gem.already_loaded?. Pull request #3793 by casperisfine
57
151
 
58
- === 3.2.0.rc.1 / 2020-07-04
152
+ # 3.2.0.rc.1 / 2020-07-04
59
153
 
60
- Major enhancements:
154
+ ## Enhancements:
61
155
 
62
156
  * Test TruffleRuby in CI. Pull request #2797 by Benoit Daloze.
63
157
  * Rework plugins system and speed up rubygems. Pull request #3108 by David
64
158
  Rodríguez.
65
-
66
- Minor enhancements:
67
-
68
159
  * Specify explicit separator not to be affected by $;. Pull request #3424
69
160
  by Nobuyoshi Nakada.
70
161
  * Enable `Layout/ExtraSpacing` cop. Pull request #3449 by David Rodríguez.
@@ -107,7 +198,7 @@ Minor enhancements:
107
198
  * Only rescue the errors we actually want to rescue. Pull request #3156 by
108
199
  David Rodríguez.
109
200
 
110
- Bug fixes:
201
+ ## Bug fixes:
111
202
 
112
203
  * Accept not only /usr/bin/env but also /bin/env in some tests. Pull
113
204
  request #3422 by Yusuke Endoh.
@@ -129,12 +220,12 @@ Bug fixes:
129
220
  * Fix `ruby setup.rb` for new plugins layout. Pull request #3144 by David
130
221
  Rodríguez.
131
222
 
132
- Deprecations:
223
+ ## Deprecations:
133
224
 
134
225
  * Set deprecation warning on query command. Pull request #2967 by Luis
135
226
  Sagastume.
136
227
 
137
- Breaking changes:
228
+ ## Breaking changes:
138
229
 
139
230
  * Remove ruby 1.8 leftovers. Pull request #3442 by David Rodríguez.
140
231
  * Minitest cleanup. Pull request #3445 by David Rodríguez.
@@ -161,9 +252,9 @@ Breaking changes:
161
252
  * Requiring rubygems/source_specific_file is deprecated, remove it. Pull
162
253
  request #3114 by Luis Sagastume.
163
254
 
164
- === 3.1.4 / 2020-06-03
255
+ # 3.1.4 / 2020-06-03
165
256
 
166
- Minor enhancements:
257
+ ## Enhancements:
167
258
 
168
259
  * Deprecate rubyforge_project attribute only during build
169
260
  time. Pull request #3609 by Josef Šimánek.
@@ -172,9 +263,9 @@ Minor enhancements:
172
263
  * Remove failing ubuntu-rvm CI flow. Pull request #3611 by
173
264
  Josef Šimánek.
174
265
 
175
- === 3.1.3 / 2020-05-05
266
+ # 3.1.3 / 2020-05-05
176
267
 
177
- Minor enhancements:
268
+ ## Enhancements:
178
269
 
179
270
  * Resolver: require NameTuple before use. Pull request #3171 by Olle
180
271
  Jonsson.
@@ -185,7 +276,7 @@ Minor enhancements:
185
276
  * Add tests to check if Gem.ruby_version works with ruby git master.
186
277
  Pull request #3049 by Yusuke Endoh.
187
278
 
188
- Bug fixes:
279
+ ## Bug fixes:
189
280
 
190
281
  * Fix platform comparison check in #contains_requirable_file?. Pull
191
282
  request #3495 by Benoit Daloze.
@@ -197,9 +288,9 @@ Bug fixes:
197
288
  * Fix gem install from a gemdeps file with complex dependencies.
198
289
  Pull request #3054 by Luis Sagastume.
199
290
 
200
- === 3.1.2 / 2019-12-20
291
+ # 3.1.2 / 2019-12-20
201
292
 
202
- Minor enhancements:
293
+ ## Enhancements:
203
294
 
204
295
  * Restore non prompting `gem update --system` behavior. Pull request #3040
205
296
  by David Rodríguez.
@@ -209,29 +300,26 @@ Minor enhancements:
209
300
  Pull request #3042 by David Rodríguez.
210
301
  * Use Bundler 2.1.2. Pull request #3043 by SHIBATA Hiroshi.
211
302
 
212
- Bug fixes:
303
+ ## Bug fixes:
213
304
 
214
305
  * Require `uri` in source.rb. Pull request #3034 by mihaibuzgau.
215
306
  * Fix `gem update --system --force`. Pull request #3035 by David
216
307
  Rodríguez.
217
308
  * Move `require uri` to source_list. Pull request #3038 by mihaibuzgau.
218
309
 
219
- === 3.1.1 / 2019-12-16
310
+ # 3.1.1 / 2019-12-16
220
311
 
221
- Bug fixes:
312
+ ## Bug fixes:
222
313
 
223
314
  * Vendor Bundler 2.1.0 again. The version of Bundler with
224
315
  RubyGems 3.1.0 was Bundler 2.1.0.pre.3. Pull request #3029 by
225
316
  SHIBATA Hiroshi.
226
317
 
227
- === 3.1.0 / 2019-12-16
318
+ # 3.1.0 / 2019-12-16
228
319
 
229
- Major enhancements:
320
+ ## Enhancements:
230
321
 
231
322
  * Vendor bundler 2.1. Pull request #3028 by David Rodríguez.
232
-
233
- Minor enhancements:
234
-
235
323
  * Check for rubygems.org typo squatting sources. Pull request #2999 by
236
324
  Luis Sagastume.
237
325
  * Refactor remote fetcher. Pull request #3017 by David Rodríguez.
@@ -243,25 +331,25 @@ Minor enhancements:
243
331
  * Use bundler to manage development dependencies. Pull request #3012 by
244
332
  David Rodríguez.
245
333
 
246
- Bug fixes:
334
+ ## Bug fixes:
247
335
 
248
336
  * Remove unnecessary executable flags. Pull request #2982 by David
249
337
  Rodríguez.
250
338
  * Remove configuration that contained a typo. Pull request #2989 by David
251
339
  Rodríguez.
252
340
 
253
- Deprecations:
341
+ ## Deprecations:
254
342
 
255
343
  * Deprecate `gem generate_index --modern` and `gem generate_index
256
344
  --no-modern`. Pull request #2992 by David Rodríguez.
257
345
 
258
- Breaking changes:
346
+ ## Breaking changes:
259
347
 
260
348
  * Remove 1.8.7 leftovers. Pull request #2972 by David Rodríguez.
261
349
 
262
- === 3.1.0.pre3 / 2019-11-11
350
+ # 3.1.0.pre3 / 2019-11-11
263
351
 
264
- Minor enhancements:
352
+ ## Enhancements:
265
353
 
266
354
  * Fix gem pristine not accounting for user installed gems. Pull request
267
355
  #2914 by Luis Sagastume.
@@ -280,18 +368,18 @@ Minor enhancements:
280
368
  * Fix Gem::LOADED_SPECS_MUTEX handling for recursive locking. Pull request
281
369
  #2985 by MSP-Greg.
282
370
 
283
- === 3.1.0.pre2 / 2019-10-15
371
+ # 3.1.0.pre2 / 2019-10-15
284
372
 
285
- Minor enhancements:
373
+ ## Enhancements:
286
374
 
287
375
  * Optimize Gem::Package::TarReader#each. Pull request #2941 by Jean byroot
288
376
  Boussier.
289
377
  * Time comparison around date boundary. Pull request #2944 by Nobuyoshi
290
378
  Nakada.
291
379
 
292
- === 3.1.0.pre1 / 2019-10-08
380
+ # 3.1.0.pre1 / 2019-10-08
293
381
 
294
- Major enhancements:
382
+ ## Enhancements:
295
383
 
296
384
  * Try to use bundler-2.1.0.pre.2. Pull request #2923 by SHIBATA Hiroshi.
297
385
  * [Require] Ensure -I beats a default gem. Pull request #1868 by Samuel
@@ -302,9 +390,6 @@ Major enhancements:
302
390
  Chaofan.
303
391
  * Autoswitch to exact bundler version if present. Pull request #2583 by
304
392
  David Rodríguez.
305
-
306
- Minor enhancements:
307
-
308
393
  * Fix Gem::Requirement equality comparison when ~> operator is used. Pull
309
394
  request #2554 by Grey Baker.
310
395
  * Don't use a proxy if https_proxy env var is empty. Pull request #2567 by
@@ -424,7 +509,7 @@ Minor enhancements:
424
509
  Berger.
425
510
  * Remove useless TODO comment. Pull request #2818 by Luis Sagastume.
426
511
 
427
- Bug fixes:
512
+ ## Bug fixes:
428
513
 
429
514
  * Fix typos in History.txt. Pull request #2565 by Igor Zubkov.
430
515
  * Remove unused empty sources array. Pull request #2598 by Aaron
@@ -457,7 +542,7 @@ Bug fixes:
457
542
  * Fix cryptic error on local and ignore-dependencies combination. Pull
458
543
  request #2650 by David Rodríguez.
459
544
 
460
- Deprecations:
545
+ ## Deprecations:
461
546
 
462
547
  * Make deprecate Gem::RubyGemsVersion and Gem::ConfigMap. Pull request
463
548
  #2857 by SHIBATA Hiroshi.
@@ -471,7 +556,7 @@ Deprecations:
471
556
  * Add deprecation warnings for cli options. Pull request #2607 by Luis
472
557
  Sagastume.
473
558
 
474
- Breaking changes:
559
+ ## Breaking changes:
475
560
 
476
561
  * Suppress keywords warning. Pull request #2934 by Nobuyoshi Nakada.
477
562
  * Suppress Ruby 2.7's real kwargs warning. Pull request #2912 by Koichi
@@ -494,30 +579,16 @@ Breaking changes:
494
579
  #2685 by SHIBATA Hiroshi.
495
580
  * Removing yaml require. Pull request #2538 by Luciano Sousa.
496
581
 
497
- Style changes:
498
-
499
- * Enable `Layout/SpaceInsideParens` rubocop cop. Pull request #2630 by
500
- David Rodríguez.
501
- * Remove some extra empty lines from the repo. Pull request #2669 by David
502
- Rodríguez.
503
- * Enable Style/EmptyLinesAroundClassBody rubocop cop. Pull request #2636
504
- by David Rodríguez.
505
- * Enable Style/BlockDelimiters rubocop cop. Pull request #2640 by David
506
- Rodríguez.
507
- * Enable Layout/SpaceAroundOperators rubocop cop. Pull request #2642 by
508
- David Rodríguez.
509
- * Rubocop 0.71. Pull request #2785 by David Rodríguez.
510
-
511
- === 3.0.8 / 2020-02-19
582
+ # 3.0.8 / 2020-02-19
512
583
 
513
- Bug fixes:
584
+ ## Bug fixes:
514
585
 
515
586
  * Gem::Specification#to_ruby needs OpenSSL. Pull request #2937 by
516
587
  Nobuyoshi Nakada.
517
588
 
518
- === 3.0.7 / 2020-02-18
589
+ # 3.0.7 / 2020-02-18
519
590
 
520
- Bug fixes:
591
+ ## Bug fixes:
521
592
 
522
593
  * Fix underscore version selection for bundler #2908 by David Rodríguez.
523
594
  * Add missing wrapper. Pull request #2690 by David Rodríguez.
@@ -527,15 +598,15 @@ Bug fixes:
527
598
  * Use IAM role to extract security-credentials for EC2 instance. Pull
528
599
  request #2894 by Alexander Pakulov.
529
600
 
530
- === 3.0.6 / 2019-08-17
601
+ # 3.0.6 / 2019-08-17
531
602
 
532
- Bug fixes:
603
+ ## Bug fixes:
533
604
 
534
605
  * Revert #2813. It broke the compatibility with 3.0.x versions.
535
606
 
536
- === 3.0.5 / 2019-08-16
607
+ # 3.0.5 / 2019-08-16
537
608
 
538
- Minor enhancements:
609
+ ## Enhancements:
539
610
 
540
611
  * Use env var to configure api key on push. Pull request #2559 by Luis
541
612
  Sagastume.
@@ -570,7 +641,7 @@ Minor enhancements:
570
641
  by Alexander Pakulov.
571
642
  * Fixup #2844. Pull request #2878 by SHIBATA Hiroshi.
572
643
 
573
- Bug fixes:
644
+ ## Bug fixes:
574
645
 
575
646
  * Fix intermittent test error on Appveyor & Travis. Pull request #2568 by
576
647
  MSP-Greg.
@@ -586,9 +657,9 @@ Bug fixes:
586
657
  * Ignore GEMRC variable for test suite. Pull request #2837 by SHIBATA
587
658
  Hiroshi.
588
659
 
589
- === 3.0.4 / 2019-06-14
660
+ # 3.0.4 / 2019-06-14
590
661
 
591
- Minor enhancements:
662
+ ## Enhancements:
592
663
 
593
664
  * Add support for TruffleRuby #2612 by Benoit Daloze
594
665
  * Serve a more descriptive error when --no-ri or --no-rdoc are used #2572
@@ -625,7 +696,7 @@ Minor enhancements:
625
696
  request #2777 by Yusuke Endoh.
626
697
  * Backport ruby core changes. Pull request #2778 by SHIBATA Hiroshi.
627
698
 
628
- Bug fixes:
699
+ ## Bug fixes:
629
700
 
630
701
  * Test_gem.rb - intermittent failure fix. Pull request #2613 by MSP-Greg.
631
702
  * Fix sporadic CI failures. Pull request #2617 by David Rodríguez.
@@ -641,7 +712,7 @@ Bug fixes:
641
712
  #2732 by Alex Junger.
642
713
  * Fix TODOs. Pull request #2748 by David Rodríguez.
643
714
 
644
- === 3.0.3 / 2019-03-05
715
+ # 3.0.3 / 2019-03-05
645
716
 
646
717
  Security fixes:
647
718
 
@@ -652,14 +723,14 @@ Security fixes:
652
723
  * CVE-2019-8324: Installing a malicious gem may lead to arbitrary code execution
653
724
  * CVE-2019-8325: Escape sequence injection vulnerability in errors
654
725
 
655
- === 3.0.2 / 2019-01-01
726
+ # 3.0.2 / 2019-01-01
656
727
 
657
- Minor enhancements:
728
+ ## Enhancements:
658
729
 
659
730
  * Use Bundler-1.17.3. Pull request #2556 by SHIBATA Hiroshi.
660
731
  * Fix document flag description. Pull request #2555 by Luis Sagastume.
661
732
 
662
- Bug fixes:
733
+ ## Bug fixes:
663
734
 
664
735
  * Fix tests when ruby --program-suffix is used without rubygems
665
736
  --format-executable. Pull request #2549 by Jeremy Evans.
@@ -669,9 +740,9 @@ Bug fixes:
669
740
  Fukumori.
670
741
  * Restore SOURCE_DATE_EPOCH. Pull request #2560 by SHIBATA Hiroshi.
671
742
 
672
- === 3.0.1 / 2018-12-23
743
+ # 3.0.1 / 2018-12-23
673
744
 
674
- Bug fixes:
745
+ ## Bug fixes:
675
746
 
676
747
  * Ensure globbed files paths are expanded. Pull request #2536 by Tony Ta.
677
748
  * Dup the Dir.home string before passing it on. Pull request #2545 by
@@ -680,9 +751,9 @@ Bug fixes:
680
751
  by SHIBATA Hiroshi.
681
752
  * Restore release task without hoe. Pull request #2547 by SHIBATA Hiroshi.
682
753
 
683
- === 3.0.0 / 2018-12-19
754
+ # 3.0.0 / 2018-12-19
684
755
 
685
- Major enhancements:
756
+ ## Enhancements:
686
757
 
687
758
  * S3 source. Pull request #1690 by Aditya Prakash.
688
759
  * Download gems with threads. Pull request #1898 by André Arko.
@@ -690,9 +761,6 @@ Major enhancements:
690
761
  * [GSoC] Multi-factor feature for RubyGems. Pull request #2369 by Qiu
691
762
  Chaofan.
692
763
  * Use bundler 1.17.2. Pull request #2521 by SHIBATA Hiroshi.
693
-
694
- Minor enhancements:
695
-
696
764
  * Don't treat inaccessible working directories as build failures. Pull
697
765
  request #1135 by Pete.
698
766
  * Remove useless directory parameter from builders .build methods.
@@ -850,7 +918,7 @@ Minor enhancements:
850
918
  * Support the environment without OpenSSL. Pull request #2528 by SHIBATA
851
919
  Hiroshi.
852
920
 
853
- Bug fixes:
921
+ ## Bug fixes:
854
922
 
855
923
  * Fix undefined method error when printing alert. Pull request #1884 by
856
924
  Robert Ross.
@@ -903,7 +971,7 @@ Bug fixes:
903
971
  * Fix tests when --program-suffix and similar ruby configure options are
904
972
  used. Pull request #2529 by Jeremy Evans.
905
973
 
906
- Breaking changes:
974
+ ## Breaking changes:
907
975
 
908
976
  * IO.binread is not provided at Ruby 1.8. Pull request #2093 by SHIBATA
909
977
  Hiroshi.
@@ -956,32 +1024,9 @@ Breaking changes:
956
1024
  * [BudlerVersionFinder] set .filter! and .compatible? to match only on
957
1025
  major versions. Pull request #2515 by Colby Swandale.
958
1026
 
959
- Style changes:
1027
+ # 2.7.10 / 2019-06-14
960
1028
 
961
- * Add Rubocop. Pull request #2250 by Colby Swandale.
962
- * Removed explicitly declaration of thread library. Pull request #2324 by
963
- SHIBATA Hiroshi.
964
- * Remove Trailing whitespace with rubocop. Pull request #2394 by SHIBATA
965
- Hiroshi.
966
- * Update rubocop and also use correct pessimistic version. Pull request
967
- #2404 by Colby Swandale.
968
- * Enable more rubocop rules. Pull request #2435 by Ellen Marie Dash.
969
- * Fix and lock rubocop. Pull request #2465 by David Rodríguez.
970
- * Add a rubocop binstub. Pull request #2468 by David Rodríguez.
971
- * Restore the `rubocop` task. Pull request #2470 by David Rodríguez.
972
- * Remove trailing blank lines. Pull request #2471 by David Rodríguez.
973
- * Remove empty lines around method bodies. Pull request #2473 by David
974
- Rodríguez.
975
- * Enable Style/MethodDefParentheses in Rubocop. Pull request #2478 by
976
- Colby Swandale.
977
- * Enable Style/MultilineIfThen in Rubocop. Pull request #2479 by Luis
978
- Sagastume.
979
- * Remove trailing 'then' from generated code. Pull request #2480 by Luis
980
- Sagastume.
981
-
982
- === 2.7.10 / 2019-06-14
983
-
984
- Minor enhancements:
1029
+ ## Enhancements:
985
1030
 
986
1031
  * Fix bundler rubygems binstub not properly looking for bundler. Pull request #2426
987
1032
  by David Rodríguez.
@@ -989,7 +1034,7 @@ Minor enhancements:
989
1034
  Pull request #2515 by Colby Swandale.
990
1035
  + Update for compatibility with new minitest. Pull request #2118 by MSP-Greg.
991
1036
 
992
- === 2.7.9 / 2019-03-05
1037
+ # 2.7.9 / 2019-03-05
993
1038
 
994
1039
  Security fixes:
995
1040
 
@@ -1000,9 +1045,9 @@ Security fixes:
1000
1045
  * CVE-2019-8324: Installing a malicious gem may lead to arbitrary code execution
1001
1046
  * CVE-2019-8325: Escape sequence injection vulnerability in errors
1002
1047
 
1003
- === 2.7.8 / 2018-11-02
1048
+ # 2.7.8 / 2018-11-02
1004
1049
 
1005
- Minor enhancements:
1050
+ ## Enhancements:
1006
1051
 
1007
1052
  * [Requirement] Treat requirements with == versions as equal. Pull
1008
1053
  request #2230 by Samuel Giddins.
@@ -1021,7 +1066,7 @@ Minor enhancements:
1021
1066
  * Improve bindir flag description. Pull request #2383 by Luis Sagastume.
1022
1067
  * Update bundler-1.16.6. Pull request #2423 by SHIBATA Hiroshi.
1023
1068
 
1024
- Bug fixes:
1069
+ ## Bug fixes:
1025
1070
 
1026
1071
  * Fix #1470: generate documentation when --install-dir is present. Pull
1027
1072
  request #2229 by Elias Hernandis.
@@ -1034,9 +1079,9 @@ Bug fixes:
1034
1079
  * Gem::Version should handle nil like it used to before. Pull request
1035
1080
  #2363 by Luis Sagastume.
1036
1081
 
1037
- === 2.7.7 / 2018-05-08
1082
+ # 2.7.7 / 2018-05-08
1038
1083
 
1039
- Minor enhancements:
1084
+ ## Enhancements:
1040
1085
 
1041
1086
  * [RequestSet] Only suggest a gem version with an installable platform.
1042
1087
  Pull request #2175 by Samuel Giddins.
@@ -1051,7 +1096,7 @@ Minor enhancements:
1051
1096
  Sagastume.
1052
1097
  * Backport ruby core commits. Pull request #2264 by SHIBATA Hiroshi.
1053
1098
 
1054
- Bug fixes:
1099
+ ## Bug fixes:
1055
1100
 
1056
1101
  * Frozen string fix - lib/rubygems/bundler_version_finder.rb. Pull request
1057
1102
  #2115 by MSP-Greg.
@@ -1064,7 +1109,7 @@ Bug fixes:
1064
1109
  * Fix path checks for case insensitive filesystem. Pull request #2211 by
1065
1110
  Lars Kanis.
1066
1111
 
1067
- Deprecations:
1112
+ ## Deprecations:
1068
1113
 
1069
1114
  * Deprecate unused code before removing them at #1524. Pull request #2197
1070
1115
  by SHIBATA Hiroshi.
@@ -1072,11 +1117,11 @@ Deprecations:
1072
1117
  * Mark deprecation to `ubygems.rb` for RubyGems 4. Pull request #2269 by
1073
1118
  SHIBATA Hiroshi.
1074
1119
 
1075
- Breaking changes:
1120
+ ## Breaking changes:
1076
1121
 
1077
1122
  * Update bundler-1.16.2. Pull request #2291 by SHIBATA Hiroshi.
1078
1123
 
1079
- === 2.7.6 / 2018-02-16
1124
+ # 2.7.6 / 2018-02-16
1080
1125
 
1081
1126
  Security fixes:
1082
1127
 
@@ -1095,9 +1140,9 @@ Security fixes:
1095
1140
  * Prevent Path Traversal issue during gem installation.
1096
1141
  Discovered by nmalkin.
1097
1142
 
1098
- === 2.7.5
1143
+ # 2.7.5
1099
1144
 
1100
- Bug fixes:
1145
+ ## Bug fixes:
1101
1146
 
1102
1147
  * To use bundler-1.16.1 #2121 by SHIBATA Hiroshi.
1103
1148
  * Fixed leaked FDs. Pull request #2127 by Nobuyoshi Nakada.
@@ -1109,9 +1154,9 @@ Bug fixes:
1109
1154
  * Set whether bundler is used for gemdeps with an environmental variable #2126 by SHIBATA Hiroshi.
1110
1155
  * Fix undefined method error when printing alert #1884 by Robert Ross.
1111
1156
 
1112
- === 2.7.4
1157
+ # 2.7.4
1113
1158
 
1114
- Bug fixes:
1159
+ ## Bug fixes:
1115
1160
 
1116
1161
  * Fixed leaked FDs. Pull request #2127 by Nobuyoshi Nakada.
1117
1162
  * Avoid to warnings about gemspec loadings in rubygems tests. Pull request
@@ -1120,9 +1165,9 @@ Bug fixes:
1120
1165
  * Handle environment that does not have `flock` system call. Pull request
1121
1166
  #2107 by SHIBATA Hiroshi.
1122
1167
 
1123
- === 2.7.3
1168
+ # 2.7.3
1124
1169
 
1125
- Minor enhancements:
1170
+ ## Enhancements:
1126
1171
 
1127
1172
  * Removed needless version lock. Pull request #2074 by SHIBATA Hiroshi.
1128
1173
  * Add --[no-]check-development option to cleanup command. Pull request
@@ -1135,7 +1180,7 @@ Minor enhancements:
1135
1180
  * Remove multi load warning from plugins documentation. Pull request #2103
1136
1181
  by Thibault Jouan.
1137
1182
 
1138
- Bug fixes:
1183
+ ## Bug fixes:
1139
1184
 
1140
1185
  * Fix test failure on Alpine Linux. Pull request #2079 by Ellen Marie
1141
1186
  Dash.
@@ -1154,33 +1199,30 @@ Bug fixes:
1154
1199
  * Use setup command --regenerate-binstubs option flag. Pull request #2099
1155
1200
  by Thibault Jouan.
1156
1201
 
1157
- === 2.7.2
1202
+ # 2.7.2
1158
1203
 
1159
- Bug fixes:
1204
+ ## Bug fixes:
1160
1205
 
1161
1206
  * Added template files to vendoerd bundler. Pull request #2065 by SHIBATA
1162
1207
  Hiroshi.
1163
1208
  * Added workaround for non-git environment. Pull request #2066 by SHIBATA
1164
1209
  Hiroshi.
1165
1210
 
1166
- === 2.7.1 (2017-11-03)
1211
+ # 2.7.1 (2017-11-03)
1167
1212
 
1168
- Bug fixes:
1213
+ ## Bug fixes:
1169
1214
 
1170
1215
  * Fix `gem update --system` with RubyGems 2.7+. Pull request #2054 by
1171
1216
  Samuel Giddins.
1172
1217
 
1173
- === 2.7.0 (2017-11-02)
1218
+ # 2.7.0 (2017-11-02)
1174
1219
 
1175
- Major enhancements:
1220
+ ## Enhancements:
1176
1221
 
1177
1222
  * Update vendored bundler-1.16.0. Pull request #2051 by Samuel Giddins.
1178
1223
  * Use Bundler for Gem.use_gemdeps. Pull request #1674 by Samuel Giddins.
1179
1224
  * Add command `signin` to `gem` CLI. Pull request #1944 by Shiva Bhusal.
1180
1225
  * Add Logout feature to CLI. Pull request #1938 by Shiva Bhusal.
1181
-
1182
- Minor enhancements:
1183
-
1184
1226
  * Added message to uninstall command for gem that is not installed. Pull
1185
1227
  request #1979 by anant anil kolvankar.
1186
1228
  * Add --trust-policy option to unpack command. Pull request #1718 by
@@ -1266,7 +1308,7 @@ Minor enhancements:
1266
1308
  * Warn when requiring deprecated files. Pull request #1939 by Ellen Marie
1267
1309
  Dash.
1268
1310
 
1269
- Deprecations:
1311
+ ## Deprecations:
1270
1312
 
1271
1313
  * Deprecate Gem::InstallerTestCase#util_gem_bindir and
1272
1314
  Gem::InstallerTestCase#util_gem_dir. Pull request #1729 by Jon Moss.
@@ -1276,7 +1318,7 @@ Deprecations:
1276
1318
  * Add deprecation warning for Gem::DependencyInstaller#gems_to_install.
1277
1319
  Pull request #1731 by Jon Moss.
1278
1320
 
1279
- Breaking changes:
1321
+ ## Breaking changes:
1280
1322
 
1281
1323
  * Use `-rrubygems` instead of `-rubygems.rb`. Because ubygems.rb is
1282
1324
  unavailable on Ruby 2.5. Pull request #2028 #2027 #2029
@@ -1284,7 +1326,7 @@ Breaking changes:
1284
1326
  * Update Code of Conduct to Contributor Covenant v1.4.0. Pull request
1285
1327
  #1796 by Matej.
1286
1328
 
1287
- Bug fixes:
1329
+ ## Bug fixes:
1288
1330
 
1289
1331
  * Fix issue for MinGW / MSYS2 builds and testing. Pull request #1876 by
1290
1332
  MSP-Greg.
@@ -1337,7 +1379,7 @@ Bug fixes:
1337
1379
  * [StubSpecification] Don’t iterate through all loaded specs in #to_spec.
1338
1380
  Pull request #1738 by Samuel Giddins.
1339
1381
 
1340
- === 2.6.14 / 2017-10-09
1382
+ # 2.6.14 / 2017-10-09
1341
1383
 
1342
1384
  Security fixes:
1343
1385
 
@@ -1345,7 +1387,7 @@ Security fixes:
1345
1387
  See CVE-2017-0903 for full details.
1346
1388
  Fix by Aaron Patterson.
1347
1389
 
1348
- === 2.6.13 / 2017-08-27
1390
+ # 2.6.13 / 2017-08-27
1349
1391
 
1350
1392
  Security fixes:
1351
1393
 
@@ -1359,9 +1401,9 @@ Security fixes:
1359
1401
  to overwrite arbitrary files. (CVE-2017-0901)
1360
1402
  Discovered by Yusuke Endoh, fix by Samuel Giddins.
1361
1403
 
1362
- === 2.6.12 / 2017-04-30
1404
+ # 2.6.12 / 2017-04-30
1363
1405
 
1364
- Bug fixes:
1406
+ ## Bug fixes:
1365
1407
 
1366
1408
  * Fix test_self_find_files_with_gemfile to sort expected files. Pull
1367
1409
  request #1880 by Kazuaki Matsuo.
@@ -1382,9 +1424,9 @@ Bug fixes:
1382
1424
  * Allow Gem.finish_resolve to respect already-activated specs. Pull
1383
1425
  request #1910 by Samuel Giddins.
1384
1426
 
1385
- === 2.6.11 / 2017-03-16
1427
+ # 2.6.11 / 2017-03-16
1386
1428
 
1387
- Bug fixes:
1429
+ ## Bug fixes:
1388
1430
 
1389
1431
  * Fixed broken tests on ruby-head. Pull request #1841 by
1390
1432
  SHIBATA Hiroshi.
@@ -1395,16 +1437,16 @@ Bug fixes:
1395
1437
  * Use improved resolver sorting algorithm. Pull request #1856 by
1396
1438
  Samuel Giddins.
1397
1439
 
1398
- === 2.6.10 / 2017-01-23
1440
+ # 2.6.10 / 2017-01-23
1399
1441
 
1400
- Bug fixes:
1442
+ ## Bug fixes:
1401
1443
 
1402
1444
  * Fix `require` calling the wrong `gem` method when it is overridden.
1403
1445
  Pull request #1822 by Samuel Giddins.
1404
1446
 
1405
- === 2.6.9 / 2017-01-20
1447
+ # 2.6.9 / 2017-01-20
1406
1448
 
1407
- Bug fixes:
1449
+ ## Bug fixes:
1408
1450
 
1409
1451
  * Allow initializing versions with empty strings. Pull request #1767 by
1410
1452
  Luis Sagastume.
@@ -1418,9 +1460,9 @@ Bug fixes:
1418
1460
  * RakeBuilder: avoid frozen string issue. Pull request #1819 by Olle
1419
1461
  Jonsson.
1420
1462
 
1421
- === 2.6.8 / 2016-10-29
1463
+ # 2.6.8 / 2016-10-29
1422
1464
 
1423
- Bug fixes:
1465
+ ## Bug fixes:
1424
1466
 
1425
1467
  * Improve SSL verification failure message. Pull request #1751
1426
1468
  by Eric Hodel.
@@ -1429,9 +1471,9 @@ Bug fixes:
1429
1471
  * Update vendored Molinillo to 0.5.3. Pull request #1763 by
1430
1472
  Samuel Giddins.
1431
1473
 
1432
- === 2.6.7 / 2016-09-26
1474
+ # 2.6.7 / 2016-09-26
1433
1475
 
1434
- Bug fixes:
1476
+ ## Bug fixes:
1435
1477
 
1436
1478
  * Install native extensions in the correct location when using the
1437
1479
  `--user-install` flag. Pull request #1683 by Noah Kantrowitz.
@@ -1443,24 +1485,24 @@ Bug fixes:
1443
1485
  * Update vendored Molinillo to 0.5.1. Pull request #1714 by
1444
1486
  Samuel Giddins.
1445
1487
 
1446
- === 2.6.6 / 2016-06-22
1488
+ # 2.6.6 / 2016-06-22
1447
1489
 
1448
- Bug fixes:
1490
+ ## Bug fixes:
1449
1491
 
1450
1492
  * Sort installed versions to make sure we install the latest version when
1451
1493
  running `gem update --system`. As a one-time fix, run
1452
1494
  `gem update --system=2.6.6`. Pull request #1601 by David Radcliffe.
1453
1495
 
1454
- === 2.6.5 / 2016-06-21
1496
+ # 2.6.5 / 2016-06-21
1455
1497
 
1456
- Minor enhancements:
1498
+ ## Enhancements:
1457
1499
 
1458
1500
  * Support for unified Integer in Ruby 2.4. Pull request #1618
1459
1501
  by SHIBATA Hiroshi.
1460
1502
  * Update vendored Molinillo to 0.5.0 for performance improvements.
1461
1503
  Pull request #1638 by Samuel Giddins.
1462
1504
 
1463
- Bug fixes:
1505
+ ## Bug fixes:
1464
1506
 
1465
1507
  * Raise an explicit error if Signer#sign is called with no certs. Pull
1466
1508
  request #1605 by Daniel Berger.
@@ -1480,16 +1522,16 @@ Bug fixes:
1480
1522
  Pull request #1644 by Charles Oliver Nutter.
1481
1523
  * Run Bundler tests on TravisCI. Pull request #1650 by Samuel Giddins.
1482
1524
 
1483
- === 2.6.4 / 2016-04-26
1525
+ # 2.6.4 / 2016-04-26
1484
1526
 
1485
- Minor enhancements:
1527
+ ## Enhancements:
1486
1528
 
1487
1529
  * Use Gem::Util::NULL_DEVICE instead of hard coded strings. Pull request #1588
1488
1530
  by Chris Charabaruk.
1489
1531
  * Use File.symlink on MS Windows if supported. Pull request #1418
1490
1532
  by Nobuyoshi Nakada.
1491
1533
 
1492
- Bug fixes:
1534
+ ## Bug fixes:
1493
1535
 
1494
1536
  * Redact uri password from error output when gem fetch fails. Pull request
1495
1537
  #1565 by Brian Fletcher.
@@ -1497,9 +1539,9 @@ Bug fixes:
1497
1539
  * Escape user-supplied content served on web pages by `gem server` to avoid
1498
1540
  potential XSS vulnerabilities. Samuel Giddins.
1499
1541
 
1500
- === 2.6.3 / 2016-04-05
1542
+ # 2.6.3 / 2016-04-05
1501
1543
 
1502
- Minor enhancements:
1544
+ ## Enhancements:
1503
1545
 
1504
1546
  * Lazily calculate Gem::LoadError exception messages. Pull request #1550
1505
1547
  by Aaron Patterson.
@@ -1510,7 +1552,7 @@ Minor enhancements:
1510
1552
  * Show default gems when using "gem list". Pull request #1570 by Luis
1511
1553
  Sagastume.
1512
1554
 
1513
- Bug fixes:
1555
+ ## Bug fixes:
1514
1556
 
1515
1557
  * Stub ordering should be consistent regardless of how cache is populated.
1516
1558
  Pull request #1552 by Aaron Patterson.
@@ -1526,9 +1568,9 @@ Bug fixes:
1526
1568
  Giddins.
1527
1569
  * Allow two digit version numbers in the tests. Pull request #1575 by unak.
1528
1570
 
1529
- === 2.6.2 / 2016-03-12
1571
+ # 2.6.2 / 2016-03-12
1530
1572
 
1531
- Bug fixes:
1573
+ ## Bug fixes:
1532
1574
 
1533
1575
  * Fix wrong version of gem activation for bin stub. Pull request #1527 by
1534
1576
  Aaron Patterson.
@@ -1539,9 +1581,9 @@ Bug fixes:
1539
1581
  #1538 by Charles Oliver Nutter.
1540
1582
 
1541
1583
 
1542
- === 2.6.1 / 2016-02-28
1584
+ # 2.6.1 / 2016-02-28
1543
1585
 
1544
- Bug fixes:
1586
+ ## Bug fixes:
1545
1587
 
1546
1588
  * Ensure `default_path` and `home` are set for paths. Pull request #1513
1547
1589
  by Aaron Patterson.
@@ -1550,9 +1592,9 @@ Bug fixes:
1550
1592
  * Fix invalid gem file preventing gem install from working. Pull request
1551
1593
  #1499 by Luis Sagastume.
1552
1594
 
1553
- === 2.6.0 / 2016-02-26
1595
+ # 2.6.0 / 2016-02-26
1554
1596
 
1555
- Minor enhancements:
1597
+ ## Enhancements:
1556
1598
 
1557
1599
  * RubyGems now defaults the `gem push` to the gem's "allowed_push_host"
1558
1600
  metadata setting. Pull request #1486 by Josh Lane.
@@ -1563,7 +1605,7 @@ Minor enhancements:
1563
1605
  * Allow specifying gem requirements via env variables. Pull request #1472
1564
1606
  by Samuel E. Giddins.
1565
1607
 
1566
- Bug fixes:
1608
+ ## Bug fixes:
1567
1609
 
1568
1610
  * RubyGems now stores `gem push` credentials under the host you signed-in for.
1569
1611
  Pull request #1485 by Josh Lane.
@@ -1589,9 +1631,9 @@ Bug fixes:
1589
1631
  * Find_files only from loaded_gems when using gemdeps. Pull request #1277
1590
1632
  by Michal Papis.
1591
1633
 
1592
- === 2.5.2 / 2016-01-31
1634
+ # 2.5.2 / 2016-01-31
1593
1635
 
1594
- Bug fixes:
1636
+ ## Bug fixes:
1595
1637
 
1596
1638
  * Fix memoization of Gem::Version#prerelease? Pull request #1125 by Matijs van
1597
1639
  Zuijlen.
@@ -1607,7 +1649,7 @@ Bug fixes:
1607
1649
  * Handle symlinks containing ".." correctly. Pull request #1457 by Samuel E.
1608
1650
  Giddins.
1609
1651
 
1610
- Minor enhancements:
1652
+ ## Enhancements:
1611
1653
 
1612
1654
  * Add `--no-rc` flag, which skips loading `.gemrc`. Pull request #1329 by Luis
1613
1655
  Sagastume.
@@ -1632,9 +1674,9 @@ Minor enhancements:
1632
1674
  * Function correctly when string literals are frozen on Ruby 2.3. Pull request
1633
1675
  #1408 by Samuel E. Giddins.
1634
1676
 
1635
- === 2.5.1 / 2015-12-10
1677
+ # 2.5.1 / 2015-12-10
1636
1678
 
1637
- Bug fixes:
1679
+ ## Bug fixes:
1638
1680
 
1639
1681
  * Ensure platform sorting only uses strings. Affected binary installs on Windows.
1640
1682
  Issue #1369 reported by Ryan Atball (among others).
@@ -1663,9 +1705,9 @@ Bug fixes:
1663
1705
  Kudo.
1664
1706
  * Fixed double word typo. Pull request #1411 by Jake Worth.
1665
1707
 
1666
- === 2.5.0 / 2015-11-03
1708
+ # 2.5.0 / 2015-11-03
1667
1709
 
1668
- Major enhancements:
1710
+ ## Enhancements:
1669
1711
 
1670
1712
  * Added the Gem::Licenses class which provides a set of standard license
1671
1713
  identifiers as set by spdx.org. This is now used by the
@@ -1674,8 +1716,6 @@ Major enhancements:
1674
1716
 
1675
1717
  Pull request #1249 by Kyle Mitchell.
1676
1718
 
1677
- Minor enhancements:
1678
-
1679
1719
  * Use Molinillo as the resolver library. This is the same resolver as used by
1680
1720
  Bundler. Pull request #1189 by Samuel E. Giddins.
1681
1721
  * Add `--skip=gem_name` to Pristine command. Pull request #1018 by windwiny.
@@ -1737,7 +1777,7 @@ Minor enhancements:
1737
1777
  * Gem::RemoteFetcher allows users to set HTTP headers. Pull request #1363 by
1738
1778
  Agis Anastasopoulos.
1739
1779
 
1740
- Bug fixes:
1780
+ ## Bug fixes:
1741
1781
 
1742
1782
  * Fixed Rake homepage url in example for Gem::Specification#homepage.
1743
1783
  Pull request #1171 by Arthur Nogueira Neves
@@ -1794,22 +1834,22 @@ Bug fixes:
1794
1834
  * RubyGems handles invalid config files better. Pull request #1367 by Agis
1795
1835
  Anastasopoulos.
1796
1836
 
1797
- === 2.4.8 / 2015-06-08
1837
+ # 2.4.8 / 2015-06-08
1798
1838
 
1799
- Bug fixes:
1839
+ ## Bug fixes:
1800
1840
 
1801
1841
  * Tightened API endpoint checks for CVE-2015-3900
1802
1842
 
1803
- === 2.4.7 / 2015-05-14
1843
+ # 2.4.7 / 2015-05-14
1804
1844
 
1805
- Bug fixes:
1845
+ ## Bug fixes:
1806
1846
 
1807
1847
  * Limit API endpoint to original security domain for CVE-2015-3900.
1808
1848
  Fix by claudijd
1809
1849
 
1810
- === 2.4.6 / 2015-02-05
1850
+ # 2.4.6 / 2015-02-05
1811
1851
 
1812
- Bug fixes:
1852
+ ## Bug fixes:
1813
1853
 
1814
1854
  * Fixed resolving gems with both upper and lower requirement boundaries.
1815
1855
  Issue #1141 by Jakub Jirutka.
@@ -1834,9 +1874,9 @@ Bug fixes:
1834
1874
  Ondruch.
1835
1875
  * Relaxed Psych dependency. Pull request #1128 by Vít Ondruch.
1836
1876
 
1837
- === 2.4.5 / 2014-12-03
1877
+ # 2.4.5 / 2014-12-03
1838
1878
 
1839
- Bug fixes:
1879
+ ## Bug fixes:
1840
1880
 
1841
1881
  * Improved speed of requiring gems. (Around 25% for a 60 gem test). Pull
1842
1882
  request #1060 by unak.
@@ -1876,27 +1916,27 @@ Bug fixes:
1876
1916
  * Fixed grouped expression warning. Pull request #1081 by André Arko.
1877
1917
  * Fixed handling of platforms when writing lockfiles.
1878
1918
 
1879
- === 2.4.4 / 2014-11-12
1919
+ # 2.4.4 / 2014-11-12
1880
1920
 
1881
- Bug fixes:
1921
+ ## Bug fixes:
1882
1922
 
1883
1923
  * Add alternate Root CA for upcoming certificate change. Fixes #1050 by
1884
1924
  Protosac
1885
1925
 
1886
- === 2.4.3 / 2014-11-10
1926
+ # 2.4.3 / 2014-11-10
1887
1927
 
1888
- Bug fixes:
1928
+ ## Bug fixes:
1889
1929
 
1890
1930
  * Fix redefine MirrorCommand issue. Pull request #1044 by @akr.
1891
1931
  * Fix typo in platform= docs. Pull request #1048 by @jasonrclark
1892
1932
  * Add root SSL certificates for upcoming certificate change. Fixes #1050 by
1893
1933
  Protosac
1894
1934
 
1895
- === 2.4.2 / 2014-10-01
1935
+ # 2.4.2 / 2014-10-01
1896
1936
 
1897
1937
  This release was sponsored by Ruby Central.
1898
1938
 
1899
- Bug fixes:
1939
+ ## Bug fixes:
1900
1940
 
1901
1941
  * RubyGems now correctly matches wildcard no_proxy hosts. Issue #997 by
1902
1942
  voelzemo.
@@ -1930,16 +1970,16 @@ Bug fixes:
1930
1970
  * RubyGems now fails immediately when a git reference cannot be found instead
1931
1971
  of spewing git errors. Issue #1031 by Michal Papis
1932
1972
 
1933
- === 2.4.1 / 2014-07-17
1973
+ # 2.4.1 / 2014-07-17
1934
1974
 
1935
- Bug fixes:
1975
+ ## Bug fixes:
1936
1976
 
1937
1977
  * RubyGems can now be updated on Ruby implementations that do not support
1938
1978
  vendordir in RbConfig::CONFIG. Issue #974 by net1957.
1939
1979
 
1940
- === 2.4.0 / 2014-07-16
1980
+ # 2.4.0 / 2014-07-16
1941
1981
 
1942
- Minor enhancements:
1982
+ ## Enhancements:
1943
1983
 
1944
1984
  * The contents command now supports a --show-install-dir option that shows
1945
1985
  only the directory the gem is installed in. Feature request #966 by Akinori
@@ -1950,7 +1990,7 @@ Minor enhancements:
1950
1990
  in Gem.vendor_dir with the --vendor option to gem install. Issue #943 by
1951
1991
  Marcus Rückert.
1952
1992
 
1953
- Bug fixes:
1993
+ ## Bug fixes:
1954
1994
 
1955
1995
  * Kernel#gem now respects the prerelease flag when activating gems.
1956
1996
  Previously this behavior was undefined which could lead to bugs when a
@@ -2000,9 +2040,9 @@ Bug fixes:
2000
2040
  during gem resolution.
2001
2041
 
2002
2042
 
2003
- === 2.3.0 / 2014-06-10
2043
+ # 2.3.0 / 2014-06-10
2004
2044
 
2005
- Minor enhancements:
2045
+ ## Enhancements:
2006
2046
 
2007
2047
  * Added the `open` command which allows you to inspect the source of a gem
2008
2048
  using your editor.
@@ -2043,7 +2083,7 @@ Minor enhancements:
2043
2083
  * RubyGems recommends SPDX IDs for licenses now. Pull request #917 by
2044
2084
  Benjamin Fleischer.
2045
2085
 
2046
- Bug fixes:
2086
+ ## Bug fixes:
2047
2087
 
2048
2088
  * RubyGems now only fetches the latest specs to find misspellings which speeds
2049
2089
  up gem suggestions. Pull request #808 by Aaron Patterson.
@@ -2123,29 +2163,29 @@ Bug fixes:
2123
2163
  * Gem::BasicSpecification#require_paths respects default_ext_dir_for now. Bug
2124
2164
  #852 by Vít Ondruch.
2125
2165
 
2126
- === 2.2.5 / 2015-06-08
2166
+ # 2.2.5 / 2015-06-08
2127
2167
 
2128
- Bug fixes:
2168
+ ## Bug fixes:
2129
2169
 
2130
2170
  * Tightened API endpoint checks for CVE-2015-3900
2131
2171
 
2132
- === 2.2.4 / 2015-05-14
2172
+ # 2.2.4 / 2015-05-14
2133
2173
 
2134
- Bug fixes:
2174
+ ## Bug fixes:
2135
2175
 
2136
2176
  * Backport: Limit API endpoint to original security domain for CVE-2015-3900.
2137
2177
  Fix by claudijd
2138
2178
 
2139
- === 2.2.3 / 2014-12-21
2179
+ # 2.2.3 / 2014-12-21
2140
2180
 
2141
- Bug fixes:
2181
+ ## Bug fixes:
2142
2182
 
2143
2183
  * Backport: Add alternate Root CA for upcoming certificate change.
2144
2184
  Fixes #1050 by Protosac
2145
2185
 
2146
- === 2.2.2 / 2014-02-05
2186
+ # 2.2.2 / 2014-02-05
2147
2187
 
2148
- Bug fixes:
2188
+ ## Bug fixes:
2149
2189
 
2150
2190
  * Fixed ruby tests when BASERUBY is not set. Patch for #778 by Nobuyoshi
2151
2191
  Nakada.
@@ -2170,9 +2210,9 @@ Bug fixes:
2170
2210
  * Restored behavior of Gem::Version::new when subclassed. Issue #805 by
2171
2211
  Sergio Rubio.
2172
2212
 
2173
- === 2.2.1 / 2014-01-06
2213
+ # 2.2.1 / 2014-01-06
2174
2214
 
2175
- Bug fixes:
2215
+ ## Bug fixes:
2176
2216
 
2177
2217
  * Platforms in the Gemfile.lock GEM section are now handled correctly. Bug
2178
2218
  #767 by Diego Viola.
@@ -2198,12 +2238,12 @@ Bug fixes:
2198
2238
  * Fixed specification file sorting for Ruby 1.8.7 compatibility. Pull
2199
2239
  request #763 by James Mead
2200
2240
 
2201
- === 2.2.0 / 2013-12-26
2241
+ # 2.2.0 / 2013-12-26
2202
2242
 
2203
2243
  Special thanks to Vít Ondruch and Michal Papis for testing and finding bugs in
2204
2244
  RubyGems as it was prepared for the 2.2.0 release.
2205
2245
 
2206
- Major enhancements:
2246
+ ## Enhancements:
2207
2247
 
2208
2248
  * RubyGems can check for gem dependencies files (gem.deps.rb or Gemfile) when
2209
2249
  rubygems executables are started and uses the found dependencies. This
@@ -2226,8 +2266,6 @@ Major enhancements:
2226
2266
  The default sharing location may be configured by RubyGems packagers through
2227
2267
  Gem.default_ext_dir_for. Pull Request #744 by Vít Ondruch.
2228
2268
 
2229
- Minor enhancements:
2230
-
2231
2269
  * RubyGems checks the 'allowed_push_host' metadata value when pushing a gem to
2232
2270
  prevent an accidental push to a public repository (such as rubygems.org).
2233
2271
  If you have private gems you should set this value in your gem specification
@@ -2273,7 +2311,7 @@ Minor enhancements:
2273
2311
  * Relaxed Gem.ruby tests for platforms that override where ruby lives. Pull
2274
2312
  Request #755 by strzibny.
2275
2313
 
2276
- Bug fixes:
2314
+ ## Bug fixes:
2277
2315
 
2278
2316
  * RubyGems now returns an error status when any file given to `gem which`
2279
2317
  cannot be found. Ruby bug #9004 by Eugene Vilensky.
@@ -2290,9 +2328,9 @@ Bug fixes:
2290
2328
  * Improved speed of `gem install --ignore-dependencies`. Patch by Terence
2291
2329
  Lee.
2292
2330
 
2293
- === 2.1.11 / 2013-11-12
2331
+ # 2.1.11 / 2013-11-12
2294
2332
 
2295
- Bug fixes:
2333
+ ## Bug fixes:
2296
2334
 
2297
2335
  * Gem::Specification::remove_spec no longer checks for existence of the spec
2298
2336
  to be removed. Issue #698 by Tiago Macedo.
@@ -2302,9 +2340,9 @@ Bug fixes:
2302
2340
  * The Gem::RemoteFetcher tests now choose the test server port more reliably.
2303
2341
  Pull Request #706 by akr.
2304
2342
 
2305
- === 2.1.10 / 2013-10-24
2343
+ # 2.1.10 / 2013-10-24
2306
2344
 
2307
- Bug fixes:
2345
+ ## Bug fixes:
2308
2346
 
2309
2347
  * Use class check instead of :version method check when creating Gem::Version
2310
2348
  objects. Fixes #674 by jkanywhere.
@@ -2323,18 +2361,18 @@ Bug fixes:
2323
2361
  * The --ignore-dependencies option for gem installation works again. Issue
2324
2362
  #695
2325
2363
 
2326
- === 2.1.9 / 2013-10-14
2364
+ # 2.1.9 / 2013-10-14
2327
2365
 
2328
- Bug fixes:
2366
+ ## Bug fixes:
2329
2367
 
2330
2368
  * Reduce sorting when fetching specifications. This speeds up the update and
2331
2369
  outdated commands, and others. Issue #657 by windwiny.
2332
2370
  * Proxy usernames and passwords are now escaped properly. Ruby Bug #8979 by
2333
2371
  Masahiro Tomita, Issue #668 by Kouhei Sutou.
2334
2372
 
2335
- === 2.1.8 / 2013-10-10
2373
+ # 2.1.8 / 2013-10-10
2336
2374
 
2337
- Bug fixes:
2375
+ ## Bug fixes:
2338
2376
 
2339
2377
  * Fixed local installation of platform gem files. Issue #664 by Ryan Melton.
2340
2378
  * Files starting with "." in the root directory are installed again. Issue
@@ -2342,9 +2380,9 @@ Bug fixes:
2342
2380
  * The index generator no longer indexes default gems. Issue #661 by
2343
2381
  Jeremy Hinegardner.
2344
2382
 
2345
- === 2.1.7 / 2013-10-09
2383
+ # 2.1.7 / 2013-10-09
2346
2384
 
2347
- Bug fixes:
2385
+ ## Bug fixes:
2348
2386
 
2349
2387
  * `gem sources --list` now displays a list of sources. Pull request #672 by
2350
2388
  Nathan Marley.
@@ -2357,9 +2395,9 @@ Bug fixes:
2357
2395
  * Expand unpack destination directory. This fixes problems when File.realpath
2358
2396
  is missing and $GEM_HOME contains "..". Issue #679 by Charles Nutter.
2359
2397
 
2360
- === 2.1.6 / 2013-10-08
2398
+ # 2.1.6 / 2013-10-08
2361
2399
 
2362
- Bug fixes:
2400
+ ## Bug fixes:
2363
2401
 
2364
2402
  * Added certificates to follow the s3.amazonaws.com certificate change. Fixes
2365
2403
  #665 by emeyekayee. Fixes #671 by jonforums.
@@ -2374,7 +2412,7 @@ Bug fixes:
2374
2412
  version.) Issue #676 by Michal Papis. Issue wayneeseguin/rvm#2262 by
2375
2413
  Thomas Sänger.
2376
2414
 
2377
- === 2.1.5 / 2013-09-24
2415
+ # 2.1.5 / 2013-09-24
2378
2416
 
2379
2417
  Security fixes:
2380
2418
 
@@ -2383,25 +2421,25 @@ Security fixes:
2383
2421
  including vulnerable APIs. Fixed versions include 2.1.5, 2.0.10, 1.8.27 and
2384
2422
  1.8.23.2 (for Ruby 1.9.3).
2385
2423
 
2386
- === 2.1.4 / 2013-09-17
2424
+ # 2.1.4 / 2013-09-17
2387
2425
 
2388
- Bug fixes:
2426
+ ## Bug fixes:
2389
2427
 
2390
2428
  * `gem uninstall foo --all` now force-uninstalls all versions of foo. Issue
2391
2429
  #650 by Kyle (remkade).
2392
2430
  * Fixed uninstalling gems installed in the home directory (as in
2393
2431
  `--user-install`). Issue #653 by Lin Jen-Shin.
2394
2432
 
2395
- === 2.1.3 / 2013-09-12
2433
+ # 2.1.3 / 2013-09-12
2396
2434
 
2397
- Bug fixes:
2435
+ ## Bug fixes:
2398
2436
 
2399
2437
  * Gems with files entries starting with "./" no longer install 0 files. Issue
2400
2438
  #644 by Darragh Curran, #645 by Brandon Turner, #646 by Alex Tambellini
2401
2439
 
2402
- === 2.1.2 / 2013-09-11
2440
+ # 2.1.2 / 2013-09-11
2403
2441
 
2404
- Bug fixes:
2442
+ ## Bug fixes:
2405
2443
 
2406
2444
  * Restore concurrent requires following the fix for ruby bug #8374. Pull
2407
2445
  request #637 and issue #640 by Charles Nutter.
@@ -2410,14 +2448,14 @@ Bug fixes:
2410
2448
  * Gem fetch now fetches the newest (not oldest) gem when --version is given.
2411
2449
  Issue #643 by Brian Shirai.
2412
2450
 
2413
- === 2.1.1 / 2013-09-10
2451
+ # 2.1.1 / 2013-09-10
2414
2452
 
2415
- Bug fixes:
2453
+ ## Bug fixes:
2416
2454
 
2417
2455
  * Only matching gems matching your local platform are considered for
2418
2456
  installation. Issue #638 by José M. Prieto, issue #639 by sawanoboly.
2419
2457
 
2420
- === 2.1.0 / 2013-09-09
2458
+ # 2.1.0 / 2013-09-09
2421
2459
 
2422
2460
  Security fixes:
2423
2461
 
@@ -2426,15 +2464,13 @@ Security fixes:
2426
2464
  including vulnerable APIs. Fixed versions include 2.0.8, 1.8.26 and
2427
2465
  1.8.23.1 (for Ruby 1.9.3). Issue #626 by Damir Sharipov.
2428
2466
 
2429
- Major enhancements:
2467
+ ## Enhancements:
2430
2468
 
2431
2469
  * RubyGems uses a new dependency resolver for gem installation which works
2432
2470
  similar to the bundler resolver. The new resolver can resolve conflicts the
2433
2471
  previous resolver could not and offers improved diagnostics when conflicts
2434
2472
  are discovered.
2435
2473
 
2436
- Minor enhancements:
2437
-
2438
2474
  * RubyGems now has improved platform matching for the ARM architecture. Gems
2439
2475
  built with a CPU of "arm" will match any specific ARM CPU. See `gem help
2440
2476
  platform` for further details. Fixes #532 by Kim Burgestrand.
@@ -2504,7 +2540,7 @@ Minor enhancements:
2504
2540
  still slow, but I see a near 50% improvement for 250 gems on a fast
2505
2541
  connection). See also Gem::Specification::outdated_and_latest_version
2506
2542
 
2507
- Bug fixes:
2543
+ ## Bug fixes:
2508
2544
 
2509
2545
  * rubygems_plugin.rb files are now only loaded from the latest installed gem.
2510
2546
  * Fixed Gem.clear_paths when Security is defined at top-level. Pull request
@@ -2512,29 +2548,29 @@ Bug fixes:
2512
2548
  * Fixed credential creation for `gem push` when `--host` is not given. Pull
2513
2549
  request #622 by Arthur Nogueira Neves
2514
2550
 
2515
- === 2.0.17 / 2015-06-08
2551
+ # 2.0.17 / 2015-06-08
2516
2552
 
2517
- Bug fixes:
2553
+ ## Bug fixes:
2518
2554
 
2519
2555
  * Tightened API endpoint checks for CVE-2015-3900
2520
2556
 
2521
- === 2.0.16 / 2015-05-14
2557
+ # 2.0.16 / 2015-05-14
2522
2558
 
2523
- Bug fixes:
2559
+ ## Bug fixes:
2524
2560
 
2525
2561
  * Backport: Limit API endpoint to original security domain for CVE-2015-3900.
2526
2562
  Fix by claudijd
2527
2563
 
2528
- === 2.0.15 / 2014-12-21
2564
+ # 2.0.15 / 2014-12-21
2529
2565
 
2530
- Bug fixes:
2566
+ ## Bug fixes:
2531
2567
 
2532
2568
  * Backport: Add alternate Root CA for upcoming certificate change.
2533
2569
  Fixes #1050 by Protosac
2534
2570
 
2535
- === 2.0.14 / 2013-11-12
2571
+ # 2.0.14 / 2013-11-12
2536
2572
 
2537
- Bug fixes:
2573
+ ## Bug fixes:
2538
2574
 
2539
2575
  * Gem::Specification::remove_spec no longer checks for existence of the spec
2540
2576
  to be removed. Issue #698 by Tiago Macedo.
@@ -2544,9 +2580,9 @@ Bug fixes:
2544
2580
  * The Gem::RemoteFetcher tests now choose the test server port more reliably.
2545
2581
  Pull Request #706 by akr.
2546
2582
 
2547
- === 2.0.13 / 2013-10-24
2583
+ # 2.0.13 / 2013-10-24
2548
2584
 
2549
- Bug fixes:
2585
+ ## Bug fixes:
2550
2586
 
2551
2587
  * Use class check instead of :version method check when creating Gem::Version
2552
2588
  objects. Fixes #674 by jkanywhere.
@@ -2555,16 +2591,16 @@ Bug fixes:
2555
2591
  * Fix updating gems which have multiple platforms. Issue #693 by Ookami
2556
2592
  Kenrou.
2557
2593
 
2558
- === 2.0.12 / 2013-10-14
2594
+ # 2.0.12 / 2013-10-14
2559
2595
 
2560
- Bug fixes:
2596
+ ## Bug fixes:
2561
2597
 
2562
2598
  * Proxy usernames and passwords are now escaped properly. Ruby Bug #8979 by
2563
2599
  Masahiro Tomita, Issue #668 by Kouhei Sutou.
2564
2600
 
2565
- === 2.0.11 / 2013-10-08
2601
+ # 2.0.11 / 2013-10-08
2566
2602
 
2567
- Bug fixes:
2603
+ ## Bug fixes:
2568
2604
 
2569
2605
  * Added certificates to follow the s3.amazonaws.com certificate change. Fixes
2570
2606
  #665 by emeyekayee. Fixes #671 by jonforums.
@@ -2579,7 +2615,7 @@ Bug fixes:
2579
2615
  version.) Issue #676 by Michal Papis. Issue wayneeseguin/rvm#2262 by
2580
2616
  Thomas Sänger.
2581
2617
 
2582
- === 2.0.10 / 2013-09-24
2618
+ # 2.0.10 / 2013-09-24
2583
2619
 
2584
2620
  Security fixes:
2585
2621
 
@@ -2588,16 +2624,16 @@ Security fixes:
2588
2624
  including vulnerable APIs. Fixed versions include 2.1.5, 2.0.10, 1.8.27 and
2589
2625
  1.8.23.2 (for Ruby 1.9.3).
2590
2626
 
2591
- === 2.0.9 / 2013-09-13
2627
+ # 2.0.9 / 2013-09-13
2592
2628
 
2593
- Bug fixes:
2629
+ ## Bug fixes:
2594
2630
 
2595
2631
  * Gem fetch now fetches the newest (not oldest) gem when --version is given.
2596
2632
  Issue #643 by Brian Shirai.
2597
2633
  * Fixed credential creation for `gem push` when `--host` is not given. Pull
2598
2634
  request #622 by Arthur Nogueira Neves
2599
2635
 
2600
- === 2.0.8 / 2013-09-09
2636
+ # 2.0.8 / 2013-09-09
2601
2637
 
2602
2638
  Security fixes:
2603
2639
 
@@ -2606,14 +2642,14 @@ Security fixes:
2606
2642
  including vulnerable APIs. Fixed versions include 2.0.8, 1.8.26 and
2607
2643
  1.8.23.1 (for Ruby 1.9.3). Issue #626 by Damir Sharipov.
2608
2644
 
2609
- Bug fixes:
2645
+ ## Bug fixes:
2610
2646
 
2611
2647
  * Fixed Gem.clear_paths when Security is defined at top-level. Pull request
2612
2648
  #625 by elarkin
2613
2649
 
2614
- === 2.0.7 / 2013-08-15
2650
+ # 2.0.7 / 2013-08-15
2615
2651
 
2616
- Bug fixes:
2652
+ ## Bug fixes:
2617
2653
 
2618
2654
  * Extensions may now be built in parallel (therefore gems may be installed in
2619
2655
  parallel). Bug #607 by Hemant Kumar.
@@ -2623,9 +2659,9 @@ Bug fixes:
2623
2659
  Patches by Yui Naruse and Koichi Sasada.
2624
2660
  * Fixed documentation for Kernel#require.
2625
2661
 
2626
- === 2.0.6 / 2013-07-24
2662
+ # 2.0.6 / 2013-07-24
2627
2663
 
2628
- Bug fixes:
2664
+ ## Bug fixes:
2629
2665
 
2630
2666
  * Fixed the `--no-install` and `-I` options to `gem list` and friends. Bug
2631
2667
  #593 by Blargel.
@@ -2637,14 +2673,14 @@ Bug fixes:
2637
2673
  Bug #599 by Chris Riesbeck
2638
2674
  * Restored default of remote search to `gem search`.
2639
2675
 
2640
- === 2.0.5 / 2013-07-11
2676
+ # 2.0.5 / 2013-07-11
2641
2677
 
2642
2678
  * Fixed building of extensions that run ruby in their makefiles. Bug #589 by
2643
2679
  Zachary Salzbank.
2644
2680
 
2645
- === 2.0.4 / 2013-07-09
2681
+ # 2.0.4 / 2013-07-09
2646
2682
 
2647
- Bug fixes:
2683
+ ## Bug fixes:
2648
2684
 
2649
2685
  * Fixed error caused by gem install not finding the right platform for your
2650
2686
  platform. Bug #576 by John Anderson
@@ -2683,9 +2719,9 @@ Bug fixes:
2683
2719
  * Fix deprecation warnings when converting gemspecs to yaml. Ruby commit
2684
2720
  r41148 by Yui Naruse
2685
2721
 
2686
- === 2.0.3 / 2013-03-11
2722
+ # 2.0.3 / 2013-03-11
2687
2723
 
2688
- Bug fixes:
2724
+ ## Bug fixes:
2689
2725
  * Reverted automatic upgrade to HTTPS as it breaks RubyGems APIs. Fixes
2690
2726
  #506 by André Arko
2691
2727
  * Use File.realpath to remove extra / while checking if files are
@@ -2700,17 +2736,17 @@ Bug fixes:
2700
2736
  * Fixed default gem key and cert locations. Pull request #511 by Samuel
2701
2737
  Cochran.
2702
2738
 
2703
- === 2.0.2 / 2013-03-06
2739
+ # 2.0.2 / 2013-03-06
2704
2740
 
2705
- Bug fixes:
2741
+ ## Bug fixes:
2706
2742
  * HTTPS URLs are preferred over HTTP URLs. RubyGems will now attempt to
2707
2743
  upgrade any HTTP source to HTTPS. Credit to Alex Gaynor.
2708
2744
  * SSL Certificates are now installed properly. Fixes #491 by hemanth.hm
2709
2745
  * Fixed HTTP to HTTPS upgrade for rubygems.org.
2710
2746
 
2711
- === 2.0.1 / 2013-03-05
2747
+ # 2.0.1 / 2013-03-05
2712
2748
 
2713
- Bug fixes:
2749
+ ## Bug fixes:
2714
2750
  * Lazily load RubyGems.org API credentials to avoid failure during
2715
2751
  RubyGems installation. Bug #465 by Isaac Sanders.
2716
2752
  * RubyGems now picks the latest prerelease to install. Fixes bug #468 by
@@ -2732,7 +2768,7 @@ Bug fixes:
2732
2768
  Ruby bug #7713 by nobu
2733
2769
  * Fix tests when an 'a.rb' exists. Ruby bug #7749 by nobu.
2734
2770
 
2735
- === 2.0.0 / 2013-02-24
2771
+ # 2.0.0 / 2013-02-24
2736
2772
 
2737
2773
  RubyGems 2.0 includes several new features and many breaking changes. Some of
2738
2774
  these changes will cause existing software to break. These changes are a
@@ -2744,7 +2780,7 @@ newer. Older versions of bundler will not work with RubyGems 2.0.
2744
2780
 
2745
2781
  Changes since RubyGems 1.8.25 (including past pre-releases):
2746
2782
 
2747
- Breaking changes:
2783
+ ## Breaking changes:
2748
2784
 
2749
2785
  * Deprecated Gem.unresolved_deps in favor of
2750
2786
  Gem::Specification.unresolved_deps
@@ -2766,7 +2802,7 @@ Breaking changes:
2766
2802
  * Removed support for Ruby 1.9.1
2767
2803
  * Removed many deprecated methods
2768
2804
 
2769
- Major enhancements:
2805
+ ## Enhancements:
2770
2806
 
2771
2807
  * Improved support for default gems shipping with ruby 2.0.0+
2772
2808
  * A gem can have arbitrary metadata through Gem::Specification#metadata
@@ -2784,8 +2820,6 @@ Major enhancements:
2784
2820
  file (Gemfile, Isolate, gem.deps.rb).
2785
2821
  Set RUBYGEMS_GEMDEPS=path to have it loaded. Use - as the path
2786
2822
  to autodetect (current and parent directories are searched).
2787
-
2788
- Minor enhancements:
2789
2823
  * Added `gem check --doctor` to clean up after failed uninstallation. Bug
2790
2824
  #419 by Erik Hollensbe
2791
2825
  * RubyGems no longer defaults to uninstalling gems if a dependency would be
@@ -2828,7 +2862,7 @@ Minor enhancements:
2828
2862
  GEM_HOME
2829
2863
  * When building gems with non-world-readable files a warning is shown.
2830
2864
 
2831
- Bug fixes:
2865
+ ## Bug fixes:
2832
2866
  * Gem.refresh now maintains the active gem list. Clearing the list would
2833
2867
  cause double-loads which would cause other bugs. Pull Request #427 by
2834
2868
  Jeremy Evans
@@ -2885,7 +2919,7 @@ Bug fixes:
2885
2919
 
2886
2920
  Changes since RubyGems 2.0.0.rc.2:
2887
2921
 
2888
- Bug fixes:
2922
+ ## Bug fixes:
2889
2923
  * Gem.gzip and Gem.gunzip now return strings with BINARY encoding. Issue
2890
2924
  #450 by Jeremy Kemper
2891
2925
  * Fixed placement of executables with --user-install. Ruby bug #7779 by Jon
@@ -2898,48 +2932,48 @@ Bug fixes:
2898
2932
  * Fixed verification of gems at LowSecurity due to missing signature.
2899
2933
  Thanks to André Arko.
2900
2934
 
2901
- === 2.0.0.rc.2 / 2013-02-08
2935
+ # 2.0.0.rc.2 / 2013-02-08
2902
2936
 
2903
- Bug fixes:
2937
+ ## Bug fixes:
2904
2938
  * Fixed signature verification of gems which was broken only on master.
2905
2939
  Thanks to Brian Buchanan.
2906
2940
  * Proper exceptions are raised when verifying an unsigned gem. Thanks to
2907
2941
  André Arko.
2908
2942
 
2909
- === 2.0.0.rc.1 / 2013-01-08
2943
+ # 2.0.0.rc.1 / 2013-01-08
2910
2944
 
2911
- Minor enhancements:
2945
+ ## Enhancements:
2912
2946
  * This release of RubyGems can push gems to rubygems.org. Ordinarily
2913
2947
  prerelease versions of RubyGems cannot push gems.
2914
2948
  * Added `gem check --doctor` to clean up after failed uninstallation. Bug
2915
2949
  #419 by Erik Hollensbe
2916
2950
 
2917
- Bug fixes:
2951
+ ## Bug fixes:
2918
2952
  * Fixed exception raised when attempting to push gems to rubygems.org. Bug
2919
2953
  #418 by André Arko
2920
2954
  * Gem installation will fail if RubyGems cannot load the specification from
2921
2955
  the gem. Bug #419 by Erik Hollensbe
2922
2956
 
2923
- === 2.0.0.preview2.2 / 2012-12-14
2957
+ # 2.0.0.preview2.2 / 2012-12-14
2924
2958
 
2925
- Minor enhancements:
2959
+ ## Enhancements:
2926
2960
  * Added a cmake builder. Pull request #265 by Allan Espinosa.
2927
2961
  * Removed rubyforge page from gem list output
2928
2962
 
2929
- Bug fixes:
2963
+ ## Bug fixes:
2930
2964
  * Restored RubyGems 1.8 packaging behavior of omitting directories. Bug
2931
2965
  #413 by Jeremy Kemper.
2932
2966
 
2933
- === 2.0.0.preview2.1 / 2012-12-08
2967
+ # 2.0.0.preview2.1 / 2012-12-08
2934
2968
 
2935
- Minor enhancements:
2969
+ ## Enhancements:
2936
2970
  * Gem::DependencyInstaller now passes build_args down to the installer.
2937
2971
  Pull Request #412 by Sam Rawlins.
2938
2972
  * RubyGems no longer defaults to uninstalling gems if a dependency would be
2939
2973
  broken. Now you must manually say "yes". Pull Request #406 by Shannon
2940
2974
  Skipper.
2941
2975
 
2942
- Bug fixes:
2976
+ ## Bug fixes:
2943
2977
  * RubyGems tests now run in FIPS mode. Issue #365 by Vít Ondruch
2944
2978
  * Fixed Gem::Specification#base_dir for default gems. Ruby Bug #7469
2945
2979
  * Only update the spec cache when we have permission. Ruby Bug #7509
@@ -2951,13 +2985,13 @@ Bug fixes:
2951
2985
  * gem install now ignores directories that match the gem to install. Bug
2952
2986
  #407 by Santiago Pastorino.
2953
2987
 
2954
- === 2.0.0.preview2 / 2012-12-01
2988
+ # 2.0.0.preview2 / 2012-12-01
2955
2989
 
2956
2990
  This release contains two commits not present in Ruby 2.0.0.preview2. One
2957
2991
  commit is for ruby 1.8.7 support, the second allows RubyGems to work under
2958
2992
  $SAFE=1. There is no functional difference compared to Ruby 2.0.0.preview2
2959
2993
 
2960
- Breaking changes:
2994
+ ## Breaking changes:
2961
2995
 
2962
2996
  * Deprecated Gem.unresolved_deps in favor of
2963
2997
  Gem::Specification.unresolved_deps
@@ -2979,7 +3013,7 @@ Breaking changes:
2979
3013
  * Removed support for Ruby 1.9.1
2980
3014
  * Removed many deprecated methods
2981
3015
 
2982
- Major enhancements:
3016
+ ## Enhancements:
2983
3017
 
2984
3018
  * Improved support for default gems shipping with ruby 2.0.0+
2985
3019
  * A gem can have arbitrary metadata through Gem::Specification#metadata
@@ -2997,9 +3031,6 @@ Major enhancements:
2997
3031
  file (Gemfile, Isolate, gem.deps.rb).
2998
3032
  Set RUBYGEMS_GEMDEPS=path to have it loaded. Use - as the path
2999
3033
  to autodetect (current and parent directories are searched).
3000
-
3001
- Minor enhancements:
3002
-
3003
3034
  * Added --only-executables option to `gem pristine`. Fixes #326
3004
3035
  * Added -I flag for 'gem query' to exclude installed items
3005
3036
  * Added Gem.install(name, version=default) for interactive sessions
@@ -3033,7 +3064,7 @@ Minor enhancements:
3033
3064
  GEM_HOME
3034
3065
  * When building gems with non-world-readable files a warning is shown.
3035
3066
 
3036
- Bug fixes:
3067
+ ## Bug fixes:
3037
3068
 
3038
3069
  * Added PID to setup bin_file while installing RubyGems to protect against
3039
3070
  errors. Fixes #328 by ConradIrwin
@@ -3074,17 +3105,17 @@ Bug fixes:
3074
3105
  * URI scheme matching is no longer case-sensitive. Fixes #322
3075
3106
  * ext/builder now checks $MAKE as well as $make (okkez)
3076
3107
 
3077
- === 1.8.29 / 2013-11-23
3108
+ # 1.8.29 / 2013-11-23
3078
3109
 
3079
- Bug fixes:
3110
+ ## Bug fixes:
3080
3111
 
3081
3112
  * Fixed installation when the LANG environment variable is empty.
3082
3113
  * Added DigiCert High Assurance EV Root CA to the default SSL certificates for
3083
3114
  cloudfront.
3084
3115
 
3085
- === 1.8.28 / 2013-10-08
3116
+ # 1.8.28 / 2013-10-08
3086
3117
 
3087
- Bug fixes:
3118
+ ## Bug fixes:
3088
3119
 
3089
3120
  * Added the Verisign Class 3 Public Primary Certification Authority G5
3090
3121
  certificate and its intermediary to follow the s3.amazonaws.com certificate
@@ -3094,7 +3125,7 @@ Bug fixes:
3094
3125
  * Added test for missing certificates for https://s3.amazonaws.com or
3095
3126
  https://rubygems.org. Pull request #673 by Hannes Georg.
3096
3127
 
3097
- === 1.8.27 / 2013-09-24
3128
+ # 1.8.27 / 2013-09-24
3098
3129
 
3099
3130
  Security fixes:
3100
3131
 
@@ -3103,7 +3134,7 @@ Security fixes:
3103
3134
  including vulnerable APIs. Fixed versions include 2.1.5, 2.0.10, 1.8.27 and
3104
3135
  1.8.23.2 (for Ruby 1.9.3).
3105
3136
 
3106
- === 1.8.26 / 2013-09-09
3137
+ # 1.8.26 / 2013-09-09
3107
3138
 
3108
3139
  Security fixes:
3109
3140
 
@@ -3112,13 +3143,13 @@ Security fixes:
3112
3143
  including vulnerable APIs. Fixed versions include 2.0.8, 1.8.26 and
3113
3144
  1.8.23.1 (for Ruby 1.9.3). Issue #626 by Damir Sharipov.
3114
3145
 
3115
- Bug fixes:
3146
+ ## Bug fixes:
3116
3147
 
3117
3148
  * Fixed editing of a Makefile with 8-bit characters. Fixes #181
3118
3149
 
3119
- === 1.8.25 / 2013-01-24
3150
+ # 1.8.25 / 2013-01-24
3120
3151
 
3121
- Bug fixes:
3152
+ ## Bug fixes:
3122
3153
  * Added 11627 to setup bin_file location to protect against errors. Fixes
3123
3154
  #328 by ConradIrwin
3124
3155
  * Specification#ruby_code didn't handle Requirement with multiple
@@ -3127,14 +3158,14 @@ Bug fixes:
3127
3158
  * Fix missing load_yaml in YAML-related requirement.rb code.
3128
3159
  * Manually backport encoding-aware YAML gemspec
3129
3160
 
3130
- === 1.8.24 / 2012-04-27
3161
+ # 1.8.24 / 2012-04-27
3131
3162
 
3132
- Bug fixes:
3163
+ ## Bug fixes:
3133
3164
 
3134
3165
  * Install the .pem files properly. Fixes #320
3135
3166
  * Remove OpenSSL dependency from the http code path
3136
3167
 
3137
- === 1.8.23.2 / 2013-09-24
3168
+ # 1.8.23.2 / 2013-09-24
3138
3169
 
3139
3170
  Security fixes:
3140
3171
 
@@ -3143,7 +3174,7 @@ Security fixes:
3143
3174
  including vulnerable APIs. Fixed versions include 2.1.5, 2.0.10, 1.8.27 and
3144
3175
  1.8.23.2 (for Ruby 1.9.3).
3145
3176
 
3146
- === 1.8.23.1 / 2013-09-09
3177
+ # 1.8.23.1 / 2013-09-09
3147
3178
 
3148
3179
  Security fixes:
3149
3180
 
@@ -3152,7 +3183,7 @@ Security fixes:
3152
3183
  including vulnerable APIs. Fixed versions include 2.0.8, 1.8.26 and
3153
3184
  1.8.23.1 (for Ruby 1.9.3). Issue #626 by Damir Sharipov.
3154
3185
 
3155
- === 1.8.23 / 2012-04-19
3186
+ # 1.8.23 / 2012-04-19
3156
3187
 
3157
3188
  This release increases the security used when RubyGems is talking to
3158
3189
  an https server. If you use a custom RubyGems server over SSL, this
@@ -3172,49 +3203,49 @@ Security fixes:
3172
3203
  * Disallow redirects from https to http
3173
3204
  * Turn on verification of server SSL certs
3174
3205
 
3175
- Minor enhancements:
3206
+ ## Enhancements:
3176
3207
  * Add --clear-sources to fetch
3177
3208
 
3178
- Bug fixes:
3209
+ ## Bug fixes:
3179
3210
  * Use File.identical? to check if two files are the same.
3180
3211
  * Fixed init_with warning when using psych
3181
3212
 
3182
- === 1.8.22 / 2012-04-13
3213
+ # 1.8.22 / 2012-04-13
3183
3214
 
3184
- Bug fixes:
3215
+ ## Bug fixes:
3185
3216
 
3186
3217
  * Workaround for psych/syck YAML date parsing issue
3187
3218
  * Don't trust the encoding of ARGV. Fixes #307
3188
3219
  * Quiet default warnings about missing spec variables
3189
3220
  * Read a binary file properly (windows fix)
3190
3221
 
3191
- === 1.8.21 / 2012-03-22
3222
+ # 1.8.21 / 2012-03-22
3192
3223
 
3193
- Bug fixes:
3224
+ ## Bug fixes:
3194
3225
 
3195
3226
  * Add workaround for buggy yaml output from 1.9.2
3196
3227
  * Force 1.9.1 to remove it's prelude code. Fixes #305
3197
3228
 
3198
- === 1.8.20 / 2012-03-21
3229
+ # 1.8.20 / 2012-03-21
3199
3230
 
3200
- Bug fixes:
3231
+ ## Bug fixes:
3201
3232
 
3202
3233
  * Add --force to `gem build` to skip validation. Fixes #297
3203
3234
  * Gracefully deal with YAML::PrivateType objects in Marshal'd gemspecs
3204
3235
  * Treat the source as a proper url base. Fixes #304
3205
3236
  * Warn when updating the specs cache fails. Fixes #300
3206
3237
 
3207
- === 1.8.19 / 2012-03-14
3238
+ # 1.8.19 / 2012-03-14
3208
3239
 
3209
- Bug fixes:
3240
+ ## Bug fixes:
3210
3241
 
3211
3242
  * Handle loading psych vs syck properly. Fixes #298
3212
3243
  * Make sure Date objects don't leak in via Marshal
3213
3244
  * Perform Date => Time coercion on yaml loading. Fixes #266
3214
3245
 
3215
- === 1.8.18 / 2012-03-11
3246
+ # 1.8.18 / 2012-03-11
3216
3247
 
3217
- Bug fixes:
3248
+ ## Bug fixes:
3218
3249
 
3219
3250
  * Use Psych API to emit more compatible YAML
3220
3251
  * Download and write inside `gem fetch` directly. Fixes #289
@@ -3222,14 +3253,14 @@ Bug fixes:
3222
3253
  * Search everywhere for a spec for `gem spec`. Fixes #288
3223
3254
  * Fix Gem.all_load_path. Fixes #171
3224
3255
 
3225
- === 1.8.17 / 2012-02-17
3256
+ # 1.8.17 / 2012-02-17
3226
3257
 
3227
- Minor enhancements:
3258
+ ## Enhancements:
3228
3259
 
3229
3260
  * Add MacRuby to the list of special cases for platforms (ferrous26)
3230
3261
  * Add a default for where to install rubygems itself
3231
3262
 
3232
- Bug fixes:
3263
+ ## Bug fixes:
3233
3264
 
3234
3265
  * Fixed gem loading issue caused by dependencies not resolving.
3235
3266
  * Fixed umask error when stdlib is required and unresolved dependencies exist.
@@ -3237,59 +3268,59 @@ Bug fixes:
3237
3268
  * Define SUCKAGE better, ie only MRI 1.9.2
3238
3269
  * Propagate env-shebang to the pristine command if set for install.
3239
3270
 
3240
- === 1.8.16 / 2012-02-12
3271
+ # 1.8.16 / 2012-02-12
3241
3272
 
3242
- Bug fixes:
3273
+ ## Bug fixes:
3243
3274
 
3244
3275
  * Fix gem specification loading when encoding is not UTF-8. #146
3245
3276
  * Allow group writable if umask allows it already.
3246
3277
  * Uniquify the spec list based on directory order priority
3247
3278
 
3248
- === 1.8.15 / 2012-01-06
3279
+ # 1.8.15 / 2012-01-06
3249
3280
 
3250
- Bug fixes:
3281
+ ## Bug fixes:
3251
3282
 
3252
3283
  * Don't eager load yaml, it creates a bad loop. Fixes #256
3253
3284
 
3254
- === 1.8.14 / 2012-01-05
3285
+ # 1.8.14 / 2012-01-05
3255
3286
 
3256
- Bug fixes:
3287
+ ## Bug fixes:
3257
3288
 
3258
3289
  * Ignore old/bad cache data in Version
3259
3290
  * Make sure our YAML workarounds are loaded properly. Fixes #250.
3260
3291
 
3261
- === 1.8.13 / 2011-12-21
3292
+ # 1.8.13 / 2011-12-21
3262
3293
 
3263
- Bug fixes:
3294
+ ## Bug fixes:
3264
3295
 
3265
3296
  * Check loaded_specs properly when trying to satisfy a dep
3266
3297
 
3267
- Minor enhancements:
3298
+ ## Enhancements:
3268
3299
 
3269
3300
  * Remove using #loaded_path? for performance
3270
3301
  * Remove Zlib workaround for Windows build.
3271
3302
 
3272
- === 1.8.12 / 2011-12-02
3303
+ # 1.8.12 / 2011-12-02
3273
3304
 
3274
- Bug fixes:
3305
+ ## Bug fixes:
3275
3306
 
3276
3307
  * Handle more cases where Syck's DefaultKey showed up in requirements
3277
3308
  and wasn't cleaned out.
3278
3309
 
3279
- === 1.8.11 / 2011-10-03
3310
+ # 1.8.11 / 2011-10-03
3280
3311
 
3281
- Bug fixes:
3312
+ ## Bug fixes:
3282
3313
 
3283
3314
  * Deprecate was moved to Gem::Deprecate to stop polluting the top-level
3284
3315
  namespace.
3285
3316
 
3286
- === 1.8.10 / 2011-08-25
3317
+ # 1.8.10 / 2011-08-25
3287
3318
 
3288
3319
  RubyGems 1.8.10 contains a security fix that prevents malicious gems from
3289
3320
  executing code when their specification is loaded. See
3290
3321
  https://github.com/rubygems/rubygems/pull/165 for details.
3291
3322
 
3292
- Bug fixes:
3323
+ ## Bug fixes:
3293
3324
 
3294
3325
  * RubyGems escapes strings in ruby-format specs using #dump instead of #to_s
3295
3326
  and %q to prevent code injection. Issue #165 by Postmodern
@@ -3300,21 +3331,21 @@ Bug fixes:
3300
3331
  * Fixed Syck DefaultKey infecting ruby-format specifications.
3301
3332
  * `gem uninstall a b` no longer stops if gem "a" is not installed.
3302
3333
 
3303
- === 1.8.9 / 2011-08-23
3334
+ # 1.8.9 / 2011-08-23
3304
3335
 
3305
- Bug fixes:
3336
+ ## Bug fixes:
3306
3337
 
3307
3338
  * Fixed uninstalling multiple gems using `gem uninstall`
3308
3339
  * Gem.use_paths splatted to take multiple paths! Issue #148
3309
3340
 
3310
- === 1.8.8 / 2011-08-11
3341
+ # 1.8.8 / 2011-08-11
3311
3342
 
3312
- Bug fixes:
3343
+ ## Bug fixes:
3313
3344
  * The encoding of a gem's YAML spec is now UTF-8. Issue #149
3314
3345
 
3315
- === 1.8.7 / 2011-08-04
3346
+ # 1.8.7 / 2011-08-04
3316
3347
 
3317
- Bug fixes:
3348
+ ## Bug fixes:
3318
3349
  * Added missing require for `gem uninstall --format-executable`
3319
3350
  * The correct name of the executable being uninstalled is now displayed with
3320
3351
  --format-executable
@@ -3326,14 +3357,14 @@ Bug fixes:
3326
3357
  * Gem repository directories are no longer created world-writable. Patch by
3327
3358
  Sakuro OZAWA. Ruby Bug #4930
3328
3359
 
3329
- === 1.8.6 / 2011-07-25
3360
+ # 1.8.6 / 2011-07-25
3330
3361
 
3331
- Minor enhancements:
3362
+ ## Enhancements:
3332
3363
 
3333
3364
  * Add autorequires and delay startup of RubyGems until require is called.
3334
3365
  See Ruby bug #4962
3335
3366
 
3336
- Bug fixes:
3367
+ ## Bug fixes:
3337
3368
 
3338
3369
  * Restore behavior of Gem::Specification#loaded? Ruby Bug #5032
3339
3370
  * Clean up SourceIndex.add_specs to not be so damn noisy. (tadman)
@@ -3345,27 +3376,27 @@ Bug fixes:
3345
3376
  * Handle the Syck DefaultKey problem once and for all.
3346
3377
  * Fix SystemStackError occurring with "gem list -r -a" on 1.9.
3347
3378
 
3348
- === 1.8.5 / 2011-05-31
3379
+ # 1.8.5 / 2011-05-31
3349
3380
 
3350
- Minor enhancements:
3381
+ ## Enhancements:
3351
3382
 
3352
3383
  * The -u option to 'update local source cache' is official deprecated.
3353
3384
  * Remove has_rdoc deprecations from Specification.
3354
3385
 
3355
- Bug fixes:
3386
+ ## Bug fixes:
3356
3387
 
3357
3388
  * Handle bad specs more gracefully.
3358
3389
  * Reset any Gem paths changed in the installer.
3359
3390
 
3360
- === 1.8.4 / 2011-05-25
3391
+ # 1.8.4 / 2011-05-25
3361
3392
 
3362
- Minor enhancements:
3393
+ ## Enhancements:
3363
3394
 
3364
3395
  * Removed default_executable deprecations from Specification.
3365
3396
 
3366
- === 1.8.3 / 2011-05-19
3397
+ # 1.8.3 / 2011-05-19
3367
3398
 
3368
- Bug fixes:
3399
+ ## Bug fixes:
3369
3400
 
3370
3401
  * Fix independent testing of test_gem_package_tar_output. Ruby Bug #4686 by
3371
3402
  Shota Fukumori
@@ -3374,33 +3405,33 @@ Bug fixes:
3374
3405
  * Fixed some bad calls left behind after rolling out some refactorings.
3375
3406
  * Syck has a parse error on (good) times output from Psych. (dazuma, et al)
3376
3407
 
3377
- === 1.8.2 / 2011-05-11
3408
+ # 1.8.2 / 2011-05-11
3378
3409
 
3379
- Minor enhancements:
3410
+ ## Enhancements:
3380
3411
 
3381
3412
  * Moved #outdated from OutdatedCommand to Specification (for Isolate).
3382
3413
  * Print out a warning about missing executables.
3383
3414
 
3384
- Bug fixes:
3415
+ ## Bug fixes:
3385
3416
 
3386
3417
  * Added missing requires to fix various upgrade issues.
3387
3418
  * `gem pristine` respects multiple gem repositories.
3388
3419
  * setup.rb now execs with --disable-gems when possible
3389
3420
 
3390
- === 1.8.1 / 2011-05-05
3421
+ # 1.8.1 / 2011-05-05
3391
3422
 
3392
- Minor enhancements:
3423
+ ## Enhancements:
3393
3424
 
3394
3425
  * Added Gem::Requirement#specific? and Gem::Dependency#specific?
3395
3426
 
3396
- Bug fixes:
3427
+ ## Bug fixes:
3397
3428
 
3398
3429
  * Typo on Indexer rendered it useless on Windows
3399
3430
  * gem dep can fetch remote dependencies for non-latest gems again.
3400
3431
  * gem uninstall with multiple versions no longer crashes with ArgumentError
3401
3432
  * Always use binary mode for File.open to keep Windows happy
3402
3433
 
3403
- === 1.8.0 / 2011-04-34
3434
+ # 1.8.0 / 2011-04-34
3404
3435
 
3405
3436
  This release focused on properly encapsulating functionality. Most of this
3406
3437
  work focused on moving functionality out of Gem::SourceIndex and
@@ -3415,7 +3446,7 @@ extensions. You will need to run `gem pristine gem_with_extension --
3415
3446
  --build-arg` to regenerate a gem with an extension where it requires special
3416
3447
  build arguments.
3417
3448
 
3418
- Deprecations:
3449
+ ## Deprecations:
3419
3450
 
3420
3451
  * DependencyList.from_source_index deprecated the source_index argument.
3421
3452
  * Deprecated Dependency.new(/regex/).
@@ -3436,14 +3467,11 @@ Deprecations:
3436
3467
  * Deprecated all of Gem::GemPathSearcher.
3437
3468
  * Deprecated Gem::Specification#default_executable.
3438
3469
 
3439
- Major enhancements:
3470
+ ## Enhancements:
3440
3471
 
3441
3472
  * Gem::SourceIndex functionality has been moved to Gem::Specification.
3442
3473
  Gem::SourceIndex is completely disconnected from Gem::Specification
3443
3474
  * Refactored GemPathSearcher entirely out. RIPMF
3444
-
3445
- Minor enhancements:
3446
-
3447
3475
  * Added CommandManager#unregister_command
3448
3476
  * Added Dependency#matching_specs + to_specs.
3449
3477
  * Added Dependency#to_spec
@@ -3491,7 +3519,7 @@ Minor enhancements:
3491
3519
  extensions.
3492
3520
  * `gem pristine` can now restore multiple gems.
3493
3521
 
3494
- Bug fixes:
3522
+ ## Bug fixes:
3495
3523
 
3496
3524
  * DependencyInstaller passed around a source_index instance but used
3497
3525
  Gem.source_index.
@@ -3503,15 +3531,15 @@ Bug fixes:
3503
3531
  * `gem pristine` can now restore non-latest gems where the cached gem was
3504
3532
  removed.
3505
3533
 
3506
- === 1.7.1 / 2011-03-32
3534
+ # 1.7.1 / 2011-03-32
3507
3535
 
3508
- Bug fixes:
3536
+ ## Bug fixes:
3509
3537
  * Fixed missing file in Manifest.txt. (Also a bug in hoe was fixed where
3510
3538
  `rake check_manifest` showing a diff would not exit with an error.)
3511
3539
 
3512
- === 1.7.0 / 2011-03-32
3540
+ # 1.7.0 / 2011-03-32
3513
3541
 
3514
- Deprecations:
3542
+ ## Deprecations:
3515
3543
  * Deprecated Gem.all_load_paths, latest_load_paths, promote_load_path, and
3516
3544
  cache.
3517
3545
  * Deprecated RemoteFetcher#open_uri_or_path.
@@ -3523,7 +3551,7 @@ Deprecations:
3523
3551
  test_suite_file(=).
3524
3552
  * Deprecated Specification#has_rdoc= and default_executable=
3525
3553
 
3526
- Minor enhancements:
3554
+ ## Enhancements:
3527
3555
  * Added stupid simple deprecation module.
3528
3556
  * Added --spec option to `gem unpack` to output a gem's original metadata
3529
3557
  * Added packaging option to Specification#validate
@@ -3555,7 +3583,7 @@ Minor enhancements:
3555
3583
  * UpdateCommand#gems_to_update now returns (name, version) pairs.
3556
3584
  * UpdateCommand#which_to_update now takes an optional system argument.
3557
3585
 
3558
- Bug fixes:
3586
+ ## Bug fixes:
3559
3587
  * Added missing remote fetcher require to pristine command (aarnell)
3560
3588
  * Building gems now checks to ensure all required fields are non-nil
3561
3589
  * Fix option parser when summary is nil.
@@ -3571,17 +3599,17 @@ Bug fixes:
3571
3599
  Elias Baixas
3572
3600
  * `gem update` now uniq's command line arguments.
3573
3601
 
3574
- === 1.6.2 / 2011-03-08
3602
+ # 1.6.2 / 2011-03-08
3575
3603
 
3576
- Bug fixes:
3604
+ ## Bug fixes:
3577
3605
 
3578
3606
  * require of an activated gem could cause activation conflicts. Fixes
3579
3607
  Bug #29056 by Dave Verwer.
3580
3608
  * `gem outdated` now works with up-to-date prerelease gems.
3581
3609
 
3582
- === 1.6.1 / 2011-03-03
3610
+ # 1.6.1 / 2011-03-03
3583
3611
 
3584
- Bug fixes:
3612
+ ## Bug fixes:
3585
3613
 
3586
3614
  * Installation no longer fails when a dependency from a version that won't be
3587
3615
  installed is unsatisfied.
@@ -3590,9 +3618,9 @@ Bug fixes:
3590
3618
  * Gem files are cached correctly again. Patch #29051 by Mamoru Tasaka.
3591
3619
  * Tests now pass with non-022 umask. Patch #29050 by Mamoru Tasaka.
3592
3620
 
3593
- === 1.6.0 / 2011-02-29
3621
+ # 1.6.0 / 2011-02-29
3594
3622
 
3595
- Deprecations:
3623
+ ## Deprecations:
3596
3624
 
3597
3625
  * RubyGems no longer requires 'thread'. Rails < 3 will need to add require
3598
3626
  'thread' to their applications.
@@ -3601,14 +3629,11 @@ Deprecations:
3601
3629
  * Gem::LoadError#version_requirements has been removed. Use
3602
3630
  Gem::LoadError#requirement.
3603
3631
 
3604
- Major enhancements:
3632
+ ## Enhancements:
3605
3633
 
3606
3634
  * Rewrote how Gem::activate (gem and require) resolves dependencies.
3607
3635
  * Gem::LoadError#version_requirement has been removed. Use
3608
3636
  Gem::LoadError#requirement.
3609
-
3610
- Minor enhancements:
3611
-
3612
3637
  * Added --key to `gem push` for setting alternate API keys.
3613
3638
  * Added --format-executable support to gem uninstall.
3614
3639
  * Added Gem::DependencyList#clear.
@@ -3632,7 +3657,7 @@ Minor enhancements:
3632
3657
  locally cached gem specifications.
3633
3658
  * SpecFetcher.fetch_spec can now take a string source_uri.
3634
3659
 
3635
- Bug fixes:
3660
+ ## Bug fixes:
3636
3661
 
3637
3662
  * Added missing require of Gem::RemoteFetcher to the unpack command.
3638
3663
  * RubyGems now completely removes a previous install when reinstalling.
@@ -3645,28 +3670,28 @@ Bug fixes:
3645
3670
  * Gem::Security used FileUtils but didn't require it. Reported by Elia Schito.
3646
3671
  * Gem::Uninstaller now respects --format-executable.
3647
3672
 
3648
- === 1.5.3 / 2011-02-26
3673
+ # 1.5.3 / 2011-02-26
3649
3674
 
3650
- Bug fixes:
3675
+ ## Bug fixes:
3651
3676
 
3652
3677
  * Fix for a bug in Syck which causes install failures for gems packaged with
3653
3678
  Psych. Bug #28965 by Aaron Patterson.
3654
3679
 
3655
- === 1.5.2 / 2011-02-10
3680
+ # 1.5.2 / 2011-02-10
3656
3681
 
3657
- Bug fixes:
3682
+ ## Bug fixes:
3658
3683
 
3659
3684
  * Fixed <tt>gem update --system</tt>. RubyGems can now update itself again.
3660
3685
 
3661
- === 1.5.1 / 2011-02-09
3686
+ # 1.5.1 / 2011-02-09
3662
3687
 
3663
- ==== NOTE: `gem update --system` is broken. See UPGRADING.rdoc.
3688
+ #= NOTE: `gem update --system` is broken. See UPGRADING.rdoc.
3664
3689
 
3665
- Minor enhancements:
3690
+ ## Enhancements:
3666
3691
 
3667
3692
  * Added ability to do gem update --system X.Y.Z.
3668
3693
 
3669
- Bug fixes:
3694
+ ## Bug fixes:
3670
3695
 
3671
3696
  * Scrub !!null YAML from 1.9.2 (install and build).
3672
3697
  * Added missing requires for user_interaction.
@@ -3675,17 +3700,14 @@ Bug fixes:
3675
3700
  * Fixed SilentUI for cygwin; try /dev/null first then fall back to NUL.
3676
3701
  * RubyGems now enforces ruby 1.8.7 or newer.
3677
3702
 
3678
- === 1.5.0 / 2011-01-31
3703
+ # 1.5.0 / 2011-01-31
3679
3704
 
3680
- ==== NOTE: `gem update --system` is broken. See UPGRADING.rdoc.
3705
+ #= NOTE: `gem update --system` is broken. See UPGRADING.rdoc.
3681
3706
 
3682
- Major enhancements:
3707
+ ## Enhancements:
3683
3708
 
3684
3709
  * Finally fixed all known 1.9.x issues. Upgrading is now possible!
3685
3710
  * Merged huge 1.3.7/ruby-core changes to master.
3686
-
3687
- Minor enhancements:
3688
-
3689
3711
  * Added UPGRADING.rdoc to help deal with 1.9 issues.
3690
3712
  * Gem::Format now gives better errors for corrupt gem files and includes paths
3691
3713
  * Pre-install hooks can now abort gem installation by returning false
@@ -3697,7 +3719,7 @@ Minor enhancements:
3697
3719
  * Gem::SilentUI now behaves like Gem::StreamUI for asking questions. Patch by
3698
3720
  Erik Hollensbe.
3699
3721
 
3700
- Bug fixes:
3722
+ ## Bug fixes:
3701
3723
 
3702
3724
  * `gem update` was implicitly doing --system.
3703
3725
  * 1.9.3: Fixed encoding errors causing gem installs to die during rdoc phase.
@@ -3709,25 +3731,25 @@ Bug fixes:
3709
3731
  Erik Hollensbe.
3710
3732
  * rubygems-update lists its development dependencies again
3711
3733
 
3712
- === 1.4.2 / 2011-01-06
3734
+ # 1.4.2 / 2011-01-06
3713
3735
 
3714
- Bug fixes:
3736
+ ## Bug fixes:
3715
3737
 
3716
3738
  * Gem::Versions: "1.b1" != "1.b.1", but "1.b1" eql? "1.b.1". Fixes gem indexing.
3717
3739
  * Fixed Gem.find_files.
3718
3740
  * Removed otherwise unused #find_all_dot_rb. Only 6 days old and hella buggy.
3719
3741
 
3720
- === 1.4.1 / 2010-12-31
3742
+ # 1.4.1 / 2010-12-31
3721
3743
 
3722
3744
  Since apparently nobody reads my emails, blog posts or the README:
3723
3745
 
3724
3746
  DO NOT UPDATE RUBYGEMS ON RUBY 1.9! See UPGRADING.rdoc for details.
3725
3747
 
3726
- Bug fixes:
3748
+ ## Bug fixes:
3727
3749
 
3728
3750
  * Specification#load was untainting a frozen string (via `gem build *.spec`)
3729
3751
 
3730
- === 1.4.0 / 2010-12-30
3752
+ # 1.4.0 / 2010-12-30
3731
3753
 
3732
3754
  NOTE: In order to better maintain rubygems and to get it in sync with
3733
3755
  the world (eg, 1.9's 1.3.7 is different from our 1.3.7), rubygems is
@@ -3737,7 +3759,7 @@ You have been warned!
3737
3759
 
3738
3760
  NOTE: We've switched to git/github. See README.rdoc for details.
3739
3761
 
3740
- Features:
3762
+ ## Features:
3741
3763
 
3742
3764
  * Added --launch option to `gem server`. (gthiesfeld)
3743
3765
  * Added fuzzy name matching on install failures. (gstark/presidentbeef)
@@ -3747,7 +3769,7 @@ Features:
3747
3769
  * --source is now additive with your current sources.
3748
3770
  Use --clear-sources first to maintain previous behavior.
3749
3771
 
3750
- Bug fixes:
3772
+ ## Bug fixes:
3751
3773
 
3752
3774
  * Dependency "~>"s now respect lower-bound prerelease versions.
3753
3775
  * Ensure the gem directories exist on download.
@@ -3758,7 +3780,7 @@ Bug fixes:
3758
3780
  Do not depend on rubygems to require stdlib stuff for you. (raggi/tmm1)
3759
3781
  * Treat 1.0.a10 like 1.0.a.10 for sorting, etc. Fixes #27903. (dchelimsky)
3760
3782
 
3761
- === 1.3.7 / 2010-05-13
3783
+ # 1.3.7 / 2010-05-13
3762
3784
 
3763
3785
  NOTE:
3764
3786
 
@@ -3769,7 +3791,7 @@ http://gems.rubyforge.org with https://rubygems.org/
3769
3791
 
3770
3792
  http://gems.rubyforge.org will continue to work for the foreseeable future.
3771
3793
 
3772
- Features:
3794
+ ## Features:
3773
3795
 
3774
3796
  * `gem` commands
3775
3797
  * `gem install` and `gem fetch` now report alternate platforms when a
@@ -3788,7 +3810,7 @@ Features:
3788
3810
  in 1.3.6)
3789
3811
  * RubyGems now has platform support for IronRuby. Patch #27951 by Will Green.
3790
3812
 
3791
- Bug fixes:
3813
+ ## Bug fixes:
3792
3814
 
3793
3815
  * Require rubygems/custom_require if --disable-gem was set. Bug #27700 by
3794
3816
  Roger Pack.
@@ -3800,9 +3822,9 @@ Bug fixes:
3800
3822
  * Gem::PackageTask depends on the package dir like the other rake package
3801
3823
  tasks so dependencies can be hooked up correctly.
3802
3824
 
3803
- === 1.3.6 / 2010-02-17
3825
+ # 1.3.6 / 2010-02-17
3804
3826
 
3805
- Features:
3827
+ ## Features:
3806
3828
 
3807
3829
  * `gem` commands
3808
3830
  * Added `gem push` and `gem owner` for interacting with modern/Gemcutter
@@ -3814,7 +3836,7 @@ Features:
3814
3836
  force rebuilding. Patch #25982 by Akinori MUSHA.
3815
3837
  * Capital letters are now allowed in prerelease versions.
3816
3838
 
3817
- Bug fixes:
3839
+ ## Bug fixes:
3818
3840
 
3819
3841
  * Development deps are no longer added to rubygems-update gem so older
3820
3842
  versions can update successfully.
@@ -3833,7 +3855,7 @@ Bug fixes:
3833
3855
  * Gem::RemoteFetcher no longer copies the file if it is where we want it.
3834
3856
  Patch #27409 by Jakub Šťastný.
3835
3857
 
3836
- Deprecations:
3858
+ ## Deprecations:
3837
3859
 
3838
3860
  * lib/rubygems/timer.rb has been removed.
3839
3861
  * Gem::Dependency#version_requirements is deprecated and will be removed on or
@@ -3842,23 +3864,23 @@ Deprecations:
3842
3864
  * Gem::manage_gems was removed in 1.3.3.
3843
3865
  * Time::today was removed in 1.3.3.
3844
3866
 
3845
- === 1.3.5 / 2009-07-21
3867
+ # 1.3.5 / 2009-07-21
3846
3868
 
3847
- Bug fixes:
3869
+ ## Bug fixes:
3848
3870
 
3849
3871
  * Fix use of prerelease gems.
3850
3872
  * Gem.bin_path no longer escapes path with spaces. Bug #25935 and #26458.
3851
3873
 
3852
- Deprecations:
3874
+ ## Deprecations:
3853
3875
 
3854
3876
  * Bulk index update is no longer supported (the code currently remains, but not
3855
3877
  the tests)
3856
3878
  * Gem::manage_gems was removed in 1.3.3.
3857
3879
  * Time::today was removed in 1.3.3.
3858
3880
 
3859
- === 1.3.4 / 2009-05-03
3881
+ # 1.3.4 / 2009-05-03
3860
3882
 
3861
- Bug fixes:
3883
+ ## Bug fixes:
3862
3884
 
3863
3885
  * Fixed various warnings
3864
3886
  * Gem::ruby_version works correctly for 1.8 branch and trunk
@@ -3869,16 +3891,16 @@ Bug fixes:
3869
3891
  drives. Bug #25882 by Lars Christensen
3870
3892
  * Fix typo in Gem::Requirement#parse. Bug #26000 by Mike Gunderloy.
3871
3893
 
3872
- Deprecations:
3894
+ ## Deprecations:
3873
3895
 
3874
3896
  * Bulk index update is no longer supported (the code currently remains, but not
3875
3897
  the tests)
3876
3898
  * Gem::manage_gems was removed in 1.3.3.
3877
3899
  * Time::today was removed in 1.3.3.
3878
3900
 
3879
- === 1.3.3 / 2009-05-04
3901
+ # 1.3.3 / 2009-05-04
3880
3902
 
3881
- Features:
3903
+ ## Features:
3882
3904
 
3883
3905
  * `gem server` allows port names (from /etc/services) with --port.
3884
3906
  * `gem server` now has search that jumps to RDoc. Patch #22959 by Vladimir
@@ -3888,7 +3910,7 @@ Features:
3888
3910
  * Gem::Specification#has_rdoc= is deprecated and ignored (defaults to true)
3889
3911
  * RDoc is now generated regardless of Gem::Specification#has_rdoc?
3890
3912
 
3891
- Bug fixes:
3913
+ ## Bug fixes:
3892
3914
 
3893
3915
  * `gem clean` now cleans up --user-install gems. Bug #25516 by Brett
3894
3916
  Eisenberg.
@@ -3910,15 +3932,15 @@ Bug fixes:
3910
3932
  * Raise Gem::LoadError if Kernel#gem fails due to previously-loaded gem. Bug
3911
3933
  reported by Alf Mikula.
3912
3934
 
3913
- Deprecations:
3935
+ ## Deprecations:
3914
3936
 
3915
3937
  * Gem::manage_gems has been removed.
3916
3938
  * Time::today has been removed early. There was no way to make it warn and be
3917
3939
  easy to override with user code.
3918
3940
 
3919
- === 1.3.2 / 2009-04-15
3941
+ # 1.3.2 / 2009-04-15
3920
3942
 
3921
- Features:
3943
+ ## Features:
3922
3944
 
3923
3945
  * RubyGems now loads plugins from rubygems_plugin.rb in installed gems.
3924
3946
  This can be used to add commands (See Gem::CommandManager) or add
@@ -3946,7 +3968,7 @@ Features:
3946
3968
  * Modern indicies can now be updated incrementally.
3947
3969
  * Legacy indicies can be updated separately from modern.
3948
3970
 
3949
- Bug fixes:
3971
+ ## Bug fixes:
3950
3972
 
3951
3973
  * Better gem activation error message. Patch #23082.
3952
3974
  * Kernel methods are now private. Patch #20801 by James M. Lawrence.
@@ -3972,7 +3994,7 @@ Bug fixes:
3972
3994
  * Deal with extraneous quotation mark when autogenerating .bat file on MS
3973
3995
  Windows. Bug #22712.
3974
3996
 
3975
- Deprecations:
3997
+ ## Deprecations:
3976
3998
 
3977
3999
  * Gem::manage_gems has been removed.
3978
4000
  * Time::today will be removed in RubyGems 1.4.
@@ -3980,9 +4002,9 @@ Deprecations:
3980
4002
  Special thanks to Chad Wooley for backwards compatibility testing and Luis
3981
4003
  Lavena and Daniel Berger for continuing windows support.
3982
4004
 
3983
- === 1.3.1 / 2008-10-28
4005
+ # 1.3.1 / 2008-10-28
3984
4006
 
3985
- Bug fixes:
4007
+ ## Bug fixes:
3986
4008
 
3987
4009
  * Disregard ownership of ~ under Windows while creating ~/.gem. Fixes
3988
4010
  issues related to no uid support under Windows.
@@ -3993,13 +4015,13 @@ Bug fixes:
3993
4015
  * Gem::location_of_caller now behaves on Windows. Patch by Daniel Berger.
3994
4016
  * Silence PATH warning.
3995
4017
 
3996
- Deprecations:
4018
+ ## Deprecations:
3997
4019
 
3998
4020
  * Gem::manage_gems will be removed on or after March 2009.
3999
4021
 
4000
- === 1.3.0 / 2008-09-25
4022
+ # 1.3.0 / 2008-09-25
4001
4023
 
4002
- Features:
4024
+ ## Features:
4003
4025
 
4004
4026
  * RubyGems doesn't print LOCAL/REMOTE titles for `gem query` and friends if
4005
4027
  stdout is not a TTY, except with --both.
@@ -4013,12 +4035,12 @@ Features:
4013
4035
  * RubyGems now updates the ri cache when the rdoc gem is installed and
4014
4036
  documentation is generated.
4015
4037
 
4016
- Deprecations:
4038
+ ## Deprecations:
4017
4039
 
4018
4040
  * Gem::manage_gems now warns when called. It will be removed on or after March
4019
4041
  2009.
4020
4042
 
4021
- Bug fixes:
4043
+ ## Bug fixes:
4022
4044
 
4023
4045
  * RubyGems 1.3.0+ now updates when no previous rubygems-update is installed.
4024
4046
  Bug #20775 by Hemant Kumar.
@@ -4042,7 +4064,7 @@ Bug fixes:
4042
4064
  * `gem lock --strict` works again. Patch #21814 by Sven Engelhardt.
4043
4065
  * Platform detection for Solaris was improved. Patch #21911 by Bob Remeika.
4044
4066
 
4045
- Minor enhancements:
4067
+ ## Enhancements:
4046
4068
 
4047
4069
  * `gem help install` now describes _version_ argument to executable stubs
4048
4070
  * `gem help environment` describes environment variables and ~/.gemrc and
@@ -4068,9 +4090,9 @@ Minor enhancements:
4068
4090
  * test/test_ext_configure_builder.rb
4069
4091
  * Locale-free patch by Yusuke Endoh [ruby-core:17444].
4070
4092
 
4071
- === 1.2.0 / 2008-06-21
4093
+ # 1.2.0 / 2008-06-21
4072
4094
 
4073
- Features:
4095
+ ## Features:
4074
4096
 
4075
4097
  * RubyGems no longer performs bulk updates and instead only fetches the gemspec
4076
4098
  files it needs. Alternate sources will need to upgrade to RubyGems 1.2 to
@@ -4089,7 +4111,7 @@ Features:
4089
4111
  * setup.rb now handles --vendor and --destdir for packagers
4090
4112
  * `gem stale` command that lists gems by last access time
4091
4113
 
4092
- Bug fixes:
4114
+ ## Bug fixes:
4093
4115
 
4094
4116
  * File modes from gems are now honored, patch #19737
4095
4117
  * Marshal Gem::Specification objects from the future can now be loaded.
@@ -4104,7 +4126,7 @@ Bug fixes:
4104
4126
  * Gem::DependencyInstaller resets installed gems every install, bug #19444
4105
4127
  * Gem.default_path is now honored if GEM_PATH is not set, patch #19502
4106
4128
 
4107
- Minor enhancements:
4129
+ ## Enhancements:
4108
4130
 
4109
4131
  * setup.rb
4110
4132
  * stub files created by RubyGems 0.7.x and older are no longer removed. When
@@ -4123,9 +4145,9 @@ Minor enhancements:
4123
4145
  * Gem::RemoteFetcher now performs persistent connections for HEAD requests,
4124
4146
  bug #7973
4125
4147
 
4126
- === 1.1.1 / 2008-04-11
4148
+ # 1.1.1 / 2008-04-11
4127
4149
 
4128
- Bug fixes:
4150
+ ## Bug fixes:
4129
4151
 
4130
4152
  * Gem.prefix now returns non-nil only when RubyGems was installed outside
4131
4153
  sitelibdir or libdir.
@@ -4140,9 +4162,9 @@ Bug fixes:
4140
4162
  * Gem::RemoteFetcher handles Errno::ECONNABORTED.
4141
4163
  * Printing of release notes fixed.
4142
4164
 
4143
- === 1.1.0 / 2008-03-29
4165
+ # 1.1.0 / 2008-03-29
4144
4166
 
4145
- Features:
4167
+ ## Features:
4146
4168
 
4147
4169
  * RubyGems now uses persistent connections on index updates. Index updates are
4148
4170
  much faster now.
@@ -4154,7 +4176,7 @@ Features:
4154
4176
  * `gem spec` now extracts specifications from .gem files.
4155
4177
  * `gem query --installed` to aid automation of checking for gems.
4156
4178
 
4157
- Bug fixes:
4179
+ ## Bug fixes:
4158
4180
 
4159
4181
  * RubyGems works with both Config and RbConfig now.
4160
4182
  * Executables are now cleaned upon uninstall.
@@ -4170,7 +4192,7 @@ Bug fixes:
4170
4192
  * Gem stub scripts on windows now work outside Gem.bindir.
4171
4193
  * `gem sources -r` now works without network access.
4172
4194
 
4173
- Minor enhancements:
4195
+ ## Enhancements:
4174
4196
 
4175
4197
  * RubyGems now requires Ruby > 1.8.3.
4176
4198
  * Release notes are now printed upon installation.
@@ -4181,26 +4203,26 @@ Minor enhancements:
4181
4203
 
4182
4204
  For a full list of changes to RubyGems, see the ChangeLog file.
4183
4205
 
4184
- === 1.0.1 / 2007-12-20
4206
+ # 1.0.1 / 2007-12-20
4185
4207
 
4186
- Bug fixes:
4208
+ ## Bug fixes:
4187
4209
 
4188
4210
  * Installation on Ruby 1.8.3 through 1.8.5 fixed
4189
4211
  * `gem build` on 1.8.3 fixed
4190
4212
 
4191
- Minor enhancements:
4213
+ ## Enhancements:
4192
4214
 
4193
4215
  * Since RubyGems 0.9.5, RubyGems is no longer supported on Ruby 1.8.2 or older,
4194
4216
  this is official in RubyGems 1.0.1.
4195
4217
 
4196
- === 1.0.0 / 2007-12-20
4218
+ # 1.0.0 / 2007-12-20
4197
4219
 
4198
- Features:
4220
+ ## Features:
4199
4221
 
4200
4222
  * RubyGems warns about various problems with gemspecs during gem building
4201
4223
  * More-consistent versioning for the RubyGems software
4202
4224
 
4203
- Minor enhancements:
4225
+ ## Enhancements:
4204
4226
 
4205
4227
  * Fixed various bugs and problems with installing gems on Windows
4206
4228
  * Fixed using `gem server` for installing gems
@@ -4214,7 +4236,7 @@ Minor enhancements:
4214
4236
  * `gem unpack` can now unpack into a specific directory with --target
4215
4237
  * OpenSSL is no longer required by default
4216
4238
 
4217
- Breaking changes:
4239
+ ## Breaking changes:
4218
4240
 
4219
4241
  * Kernel#require_gem has been removed
4220
4242
  * Executables without a shebang will not be wrapped in a future version, this
@@ -4226,9 +4248,9 @@ Breaking changes:
4226
4248
  * Gem::Specification#autorequire= has been deprecated
4227
4249
  * Time::today will be removed in a future version
4228
4250
 
4229
- === 0.9.5 / 2007-11-19
4251
+ # 0.9.5 / 2007-11-19
4230
4252
 
4231
- Features:
4253
+ ## Features:
4232
4254
 
4233
4255
  * Platform support
4234
4256
  * Automatic installation of platform gems
@@ -4240,7 +4262,7 @@ Features:
4240
4262
  * Improved stubs and `gem.bat` on mswin, including better compatibility
4241
4263
  with the One-Click Installer.
4242
4264
 
4243
- Minor enhancements:
4265
+ ## Enhancements:
4244
4266
 
4245
4267
  * Time::today is deprecated and will be removed at a future date
4246
4268
  * Gem::manage_gems is deprecated and will be removed at a future date
@@ -4285,13 +4307,13 @@ Special thanks to:
4285
4307
  * Tom Copeland
4286
4308
  * Wilson Bilkovich
4287
4309
 
4288
- === 0.9.4 / 2007-05-23
4310
+ # 0.9.4 / 2007-05-23
4289
4311
 
4290
4312
  If you are experiencing problems with the source index (e.g. strange
4291
4313
  "No Method" errors), or problems with zlib (e.g. "Buffer Error"
4292
4314
  messsage), we recommend upgrading to RubyGems 0.9.4.
4293
4315
 
4294
- Bug fixes:
4316
+ ## Bug fixes:
4295
4317
 
4296
4318
  * Several people have been experiencing problems with no method errors
4297
4319
  on the source index cache. The source index cache is now a bit more
@@ -4303,9 +4325,9 @@ Bug fixes:
4303
4325
  * Several sub-commands were accidentally dropped from the "gem" command.
4304
4326
  These commands have been restored.
4305
4327
 
4306
- === 0.9.3 / 2007-05-10
4328
+ # 0.9.3 / 2007-05-10
4307
4329
 
4308
- Bug fixes:
4330
+ ## Bug fixes:
4309
4331
 
4310
4332
  The ZLib library on Windows will occasionally complains about a buffer error
4311
4333
  when unpacking gems. The Gems software has a workaround for that problem, but
@@ -4313,19 +4335,19 @@ the workaround was only enabled for versions of ZLib 1.2.1 or earlier. We
4313
4335
  have received several reports of the error occurring with ZLib 1.2.3, so we
4314
4336
  have permanently enabled the work around on all versions.
4315
4337
 
4316
- === 0.9.2 / 2007-02-05
4338
+ # 0.9.2 / 2007-02-05
4317
4339
 
4318
- Bug fixes:
4340
+ ## Bug fixes:
4319
4341
 
4320
4342
  * The "unpack" command now works properly.
4321
4343
  * User name and password are now passed properly to the authenticating
4322
4344
  proxy when downloading gems.
4323
4345
 
4324
- === 0.9.1 / 2007-01-16
4346
+ # 0.9.1 / 2007-01-16
4325
4347
 
4326
4348
  See ChangeLog
4327
4349
 
4328
- === 0.9.0 / 2006-06-28
4350
+ # 0.9.0 / 2006-06-28
4329
4351
 
4330
4352
  Finally, the much anticipated RubyGems version 0.9.0 is now available.
4331
4353
  This release includes a number of new features and bug fixes. The
@@ -4333,7 +4355,7 @@ number one change is that we can now download the gem index
4333
4355
  incrementally. This will greatly speed up the gem command when only a
4334
4356
  few gems are out of date.
4335
4357
 
4336
- Major enhancements:
4358
+ ## Enhancements:
4337
4359
 
4338
4360
  * The gem index is now downloaded incrementally, only updating entries
4339
4361
  that are out of date. If more than 50 entries are out of date, we
@@ -4348,9 +4370,6 @@ Major enhancements:
4348
4370
  * Both RI and RDOC documents are now generated by default.
4349
4371
  * A gemri command is included to read gem RI docs (only needed for
4350
4372
  Ruby 1.8.4 or earlier).
4351
-
4352
- Minor enhancements:
4353
-
4354
4373
  * Version 0.0.0 is now a valid gem version.
4355
4374
  * Better detection of missing SSL functionality.
4356
4375
  * SSL is not required if the security policy does not require
@@ -4363,7 +4382,7 @@ Minor enhancements:
4363
4382
  * .rbw is now a supported suffix for RubyGem's custom require.
4364
4383
  * Several Ruby 1.9 compatibility fixes (Eric Hodel).
4365
4384
 
4366
- Bug fixes:
4385
+ ## Bug fixes:
4367
4386
 
4368
4387
  * Added dashes to gemspecs generated in Ruby 1.8.3. This solves some
4369
4388
  cross-Ruby version compatibility issues.
@@ -4375,7 +4394,7 @@ Bug fixes:
4375
4394
  * Fixed prefix handling for native expressions (patch by Aaron Patterson).
4376
4395
  * Fixed several Upgrade => Update typos.
4377
4396
 
4378
- === 0.8.11 / 2005-07-13
4397
+ # 0.8.11 / 2005-07-13
4379
4398
 
4380
4399
  * -y is a synonym for --include-dependencies.
4381
4400
  * Better handling of errors in the top level rescue clause.
@@ -4394,7 +4413,7 @@ Bug fixes:
4394
4413
  * Added David Glasser's install-from-mirror patch.
4395
4414
  * Additional internal structural cleanup and test reorganization.
4396
4415
 
4397
- === 0.8.10 / 2005-03-27
4416
+ # 0.8.10 / 2005-03-27
4398
4417
 
4399
4418
  * In multi-user environments, it is common to supply multiple versions of gems
4400
4419
  (for example Rails), allowing individual users to select the version of the
@@ -4405,16 +4424,16 @@ Bug fixes:
4405
4424
  installed, then the "gem update --system" command will download a new
4406
4425
  update, but install the latest update prior to the download.
4407
4426
 
4408
- === 0.8.9
4427
+ # 0.8.9
4409
4428
 
4410
4429
  Never released
4411
4430
 
4412
- === 0.8.8 / 2005-03-14
4431
+ # 0.8.8 / 2005-03-14
4413
4432
 
4414
4433
  * Moved the master definition of class Requirement back under version.
4415
4434
  Kept the body of Requirement under Gem.
4416
4435
 
4417
- === 0.8.7 / 2005-03-14
4436
+ # 0.8.7 / 2005-03-14
4418
4437
 
4419
4438
  Even though it has only been a few weeks since that last release,
4420
4439
  there are quite a number of new features in 0.8.7. A complete list of
@@ -4467,11 +4486,11 @@ file system. You can read more about them here:
4467
4486
  * gemconfigure: http://docs.rubygems.org/read/chapter/4#page73
4468
4487
  * gemwhich: http://docs.rubygems.org/read/chapter/17
4469
4488
 
4470
- === 0.8.6 / 2005-02-27
4489
+ # 0.8.6 / 2005-02-27
4471
4490
 
4472
4491
  * Fixed a small bug with shebang construction
4473
4492
 
4474
- === 0.8.5 / 2005-02-26
4493
+ # 0.8.5 / 2005-02-26
4475
4494
 
4476
4495
  Do you know how you used to dread getting the following message while
4477
4496
  installing gems?
@@ -4493,7 +4512,7 @@ us. No RDoc generation was included in the following times.
4493
4512
  The new caching code is at least 3x faster than previous versions. Woo
4494
4513
  Hoo!
4495
4514
 
4496
- === 0.8.4 / 2005-01-01
4515
+ # 0.8.4 / 2005-01-01
4497
4516
 
4498
4517
  * Rubygems 0.8.3's installer was broken unless you already had an older
4499
4518
  version of RubyGems installed. That's fixed.
@@ -4503,7 +4522,7 @@ Hoo!
4503
4522
  * Support for lower-cased Gem file names (for you, Paul Duncan :)
4504
4523
  * Erik Veenstra's patch for making Gem versions sortable.
4505
4524
 
4506
- === 0.8.3 / 2004-12-07
4525
+ # 0.8.3 / 2004-12-07
4507
4526
 
4508
4527
  No real earth shattering news here, but there were a number of really
4509
4528
  annoying issues involving other libraries that RubyGems depends upon.
@@ -4545,11 +4564,11 @@ There has been some minor usability enhancements and changes ...
4545
4564
  names. This was useful for him while testing libs that he had in
4546
4565
  development.
4547
4566
 
4548
- === 0.8.1 / 2004-09-17
4567
+ # 0.8.1 / 2004-09-17
4549
4568
 
4550
4569
  * Quick release to capture some bug fixes.
4551
4570
 
4552
- === 0.8.0 / 2004-09-15
4571
+ # 0.8.0 / 2004-09-15
4553
4572
 
4554
4573
  * Remove need for library stubs. Set the RUBYOPT environment variable to
4555
4574
  include "rrubygems", and a normal require will find gem files. Continue to
@@ -4572,15 +4591,15 @@ There has been some minor usability enhancements and changes ...
4572
4591
  to pick.
4573
4592
  * Added "gem unpack" for "unpacking" a gem to the current directory
4574
4593
 
4575
- === 0.7.0 / 2004-07-09
4594
+ # 0.7.0 / 2004-07-09
4576
4595
 
4577
4596
  See ChangeLog
4578
4597
 
4579
- === 0.6.1 / 2004-06-08
4598
+ # 0.6.1 / 2004-06-08
4580
4599
 
4581
4600
  See ChangeLog
4582
4601
 
4583
- === 0.6.0 / 2004-06-08
4602
+ # 0.6.0 / 2004-06-08
4584
4603
 
4585
4604
  * Collapse output of --search and --list (and gem_server) operations so that
4586
4605
  each gem is listed only once, with each of its versions listed on the same
@@ -4593,7 +4612,7 @@ See ChangeLog
4593
4612
  spec.required_ruby_version = "> 1.8.0"
4594
4613
  * --install-stub defaults to true, so library stubs are created
4595
4614
 
4596
- === 0.5.0 / 2004-06-06
4615
+ # 0.5.0 / 2004-06-06
4597
4616
 
4598
4617
  * Jim added the ability to specify version constraints to avoid API
4599
4618
  incompatibilities. This has been the subject of much debate for the past
@@ -4616,11 +4635,11 @@ See ChangeLog
4616
4635
  automatically included.
4617
4636
  * Some small bug fixes
4618
4637
 
4619
- === 0.4.0 / 2004-05-30
4638
+ # 0.4.0 / 2004-05-30
4620
4639
 
4621
4640
  * Minor bug fixes including Windows compatibility issues
4622
4641
 
4623
- === 0.3.0 / 2004-04-30
4642
+ # 0.3.0 / 2004-04-30
4624
4643
 
4625
4644
  * Cleanup of command-line arguments and handling. Most commands accept a
4626
4645
  --local or --remote modifier.
@@ -4641,6 +4660,6 @@ See ChangeLog
4641
4660
  * Generally improved error messages (still more work to do)
4642
4661
  * Rearranged gem directory structure for cleanliness.
4643
4662
 
4644
- === 0.2.0 / 2004-03-14
4663
+ # 0.2.0 / 2004-03-14
4645
4664
 
4646
4665
  * Initial public release