rubygems-update 3.1.6 → 3.2.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (573) hide show
  1. checksums.yaml +4 -4
  2. data/{History.txt → CHANGELOG.md} +801 -502
  3. data/CODE_OF_CONDUCT.md +55 -19
  4. data/CONTRIBUTING.md +24 -10
  5. data/Manifest.txt +76 -101
  6. data/POLICIES.md +6 -12
  7. data/README.md +1 -1
  8. data/Rakefile +77 -104
  9. data/bin/update_rubygems +1 -1
  10. data/bundler/CHANGELOG.md +1746 -1426
  11. data/bundler/README.md +6 -8
  12. data/bundler/UPGRADING.md +18 -32
  13. data/bundler/bundler.gemspec +4 -4
  14. data/bundler/exe/bundle +3 -0
  15. data/bundler/lib/bundler.rb +33 -9
  16. data/bundler/lib/bundler/build_metadata.rb +4 -12
  17. data/bundler/lib/bundler/cli.rb +57 -21
  18. data/bundler/lib/bundler/cli/add.rb +1 -1
  19. data/bundler/lib/bundler/cli/binstubs.rb +6 -2
  20. data/bundler/lib/bundler/cli/cache.rb +2 -7
  21. data/bundler/lib/bundler/cli/clean.rb +1 -1
  22. data/bundler/lib/bundler/cli/common.rb +27 -2
  23. data/bundler/lib/bundler/cli/console.rb +1 -1
  24. data/bundler/lib/bundler/cli/doctor.rb +1 -1
  25. data/bundler/lib/bundler/cli/exec.rb +4 -4
  26. data/bundler/lib/bundler/cli/fund.rb +36 -0
  27. data/bundler/lib/bundler/cli/gem.rb +129 -28
  28. data/bundler/lib/bundler/cli/info.rb +15 -4
  29. data/bundler/lib/bundler/cli/init.rb +2 -2
  30. data/bundler/lib/bundler/cli/inject.rb +1 -1
  31. data/bundler/lib/bundler/cli/install.rb +13 -11
  32. data/bundler/lib/bundler/cli/issue.rb +2 -2
  33. data/bundler/lib/bundler/cli/list.rb +12 -10
  34. data/bundler/lib/bundler/cli/outdated.rb +88 -67
  35. data/bundler/lib/bundler/cli/plugin.rb +10 -0
  36. data/bundler/lib/bundler/cli/pristine.rb +5 -0
  37. data/bundler/lib/bundler/cli/show.rb +1 -1
  38. data/bundler/lib/bundler/cli/update.rb +3 -1
  39. data/bundler/lib/bundler/compact_index_client.rb +1 -1
  40. data/bundler/lib/bundler/compact_index_client/cache.rb +6 -14
  41. data/bundler/lib/bundler/compact_index_client/gem_parser.rb +28 -0
  42. data/bundler/lib/bundler/compact_index_client/updater.rb +6 -14
  43. data/bundler/lib/bundler/definition.rb +120 -128
  44. data/bundler/lib/bundler/dep_proxy.rb +16 -9
  45. data/bundler/lib/bundler/dependency.rb +3 -10
  46. data/bundler/lib/bundler/dsl.rb +40 -33
  47. data/bundler/lib/bundler/endpoint_specification.rb +1 -1
  48. data/bundler/lib/bundler/env.rb +1 -1
  49. data/bundler/lib/bundler/environment_preserver.rb +26 -2
  50. data/bundler/lib/bundler/errors.rb +1 -0
  51. data/bundler/lib/bundler/feature_flag.rb +0 -5
  52. data/bundler/lib/bundler/fetcher.rb +4 -4
  53. data/bundler/lib/bundler/fetcher/base.rb +1 -1
  54. data/bundler/lib/bundler/fetcher/compact_index.rb +1 -1
  55. data/bundler/lib/bundler/fetcher/downloader.rb +1 -1
  56. data/bundler/lib/bundler/fetcher/index.rb +3 -4
  57. data/bundler/lib/bundler/friendly_errors.rb +22 -13
  58. data/bundler/lib/bundler/gem_helper.rb +51 -18
  59. data/bundler/lib/bundler/gem_helpers.rb +36 -25
  60. data/bundler/lib/bundler/gem_version_promoter.rb +4 -4
  61. data/bundler/lib/bundler/graph.rb +1 -1
  62. data/bundler/lib/bundler/index.rb +12 -7
  63. data/bundler/lib/bundler/injector.rb +22 -4
  64. data/bundler/lib/bundler/inline.rb +2 -1
  65. data/bundler/lib/bundler/installer.rb +37 -49
  66. data/bundler/lib/bundler/installer/gem_installer.rb +3 -3
  67. data/bundler/lib/bundler/installer/parallel_installer.rb +46 -25
  68. data/bundler/lib/bundler/installer/standalone.rb +17 -2
  69. data/bundler/lib/bundler/lazy_specification.rb +45 -25
  70. data/bundler/lib/bundler/lockfile_generator.rb +1 -1
  71. data/bundler/lib/bundler/lockfile_parser.rb +4 -14
  72. data/bundler/lib/bundler/man/.document +1 -0
  73. data/bundler/{man → lib/bundler/man}/bundle-add.1 +1 -1
  74. data/bundler/{man/bundle-add.ronn → lib/bundler/man/bundle-add.1.ronn} +0 -0
  75. data/bundler/{man → lib/bundler/man}/bundle-binstubs.1 +5 -3
  76. data/bundler/{man/bundle-binstubs.ronn → lib/bundler/man/bundle-binstubs.1.ronn} +2 -4
  77. data/bundler/{man → lib/bundler/man}/bundle-cache.1 +1 -1
  78. data/bundler/{man/bundle-cache.ronn → lib/bundler/man/bundle-cache.1.ronn} +0 -0
  79. data/bundler/{man → lib/bundler/man}/bundle-check.1 +1 -1
  80. data/bundler/{man/bundle-check.ronn → lib/bundler/man/bundle-check.1.ronn} +0 -0
  81. data/bundler/{man → lib/bundler/man}/bundle-clean.1 +1 -1
  82. data/bundler/{man/bundle-clean.ronn → lib/bundler/man/bundle-clean.1.ronn} +0 -0
  83. data/bundler/{man → lib/bundler/man}/bundle-config.1 +25 -34
  84. data/bundler/{man/bundle-config.ronn → lib/bundler/man/bundle-config.1.ronn} +34 -43
  85. data/bundler/{man → lib/bundler/man}/bundle-doctor.1 +1 -1
  86. data/bundler/{man/bundle-doctor.ronn → lib/bundler/man/bundle-doctor.1.ronn} +0 -0
  87. data/bundler/{man → lib/bundler/man}/bundle-exec.1 +1 -1
  88. data/bundler/{man/bundle-exec.ronn → lib/bundler/man/bundle-exec.1.ronn} +0 -0
  89. data/bundler/{man → lib/bundler/man}/bundle-gem.1 +25 -3
  90. data/bundler/{man/bundle-gem.ronn → lib/bundler/man/bundle-gem.1.ronn} +30 -7
  91. data/bundler/{man → lib/bundler/man}/bundle-info.1 +1 -1
  92. data/bundler/{man/bundle-info.ronn → lib/bundler/man/bundle-info.1.ronn} +0 -0
  93. data/bundler/{man → lib/bundler/man}/bundle-init.1 +1 -1
  94. data/bundler/{man/bundle-init.ronn → lib/bundler/man/bundle-init.1.ronn} +0 -0
  95. data/bundler/{man → lib/bundler/man}/bundle-inject.1 +1 -1
  96. data/bundler/{man/bundle-inject.ronn → lib/bundler/man/bundle-inject.1.ronn} +0 -0
  97. data/bundler/{man → lib/bundler/man}/bundle-install.1 +30 -3
  98. data/bundler/{man/bundle-install.ronn → lib/bundler/man/bundle-install.1.ronn} +25 -3
  99. data/bundler/{man → lib/bundler/man}/bundle-list.1 +7 -7
  100. data/bundler/{man/bundle-list.ronn → lib/bundler/man/bundle-list.1.ronn} +6 -6
  101. data/bundler/{man → lib/bundler/man}/bundle-lock.1 +1 -1
  102. data/bundler/{man/bundle-lock.ronn → lib/bundler/man/bundle-lock.1.ronn} +0 -0
  103. data/bundler/{man → lib/bundler/man}/bundle-open.1 +1 -1
  104. data/bundler/{man/bundle-open.ronn → lib/bundler/man/bundle-open.1.ronn} +0 -0
  105. data/bundler/{man → lib/bundler/man}/bundle-outdated.1 +1 -1
  106. data/bundler/{man/bundle-outdated.ronn → lib/bundler/man/bundle-outdated.1.ronn} +0 -0
  107. data/bundler/{man → lib/bundler/man}/bundle-platform.1 +1 -1
  108. data/bundler/{man/bundle-platform.ronn → lib/bundler/man/bundle-platform.1.ronn} +0 -0
  109. data/bundler/{man → lib/bundler/man}/bundle-pristine.1 +1 -1
  110. data/bundler/{man/bundle-pristine.ronn → lib/bundler/man/bundle-pristine.1.ronn} +0 -0
  111. data/bundler/{man → lib/bundler/man}/bundle-remove.1 +1 -1
  112. data/bundler/{man/bundle-remove.ronn → lib/bundler/man/bundle-remove.1.ronn} +0 -0
  113. data/bundler/{man → lib/bundler/man}/bundle-show.1 +1 -1
  114. data/bundler/{man/bundle-show.ronn → lib/bundler/man/bundle-show.1.ronn} +0 -0
  115. data/bundler/{man → lib/bundler/man}/bundle-update.1 +1 -1
  116. data/bundler/{man/bundle-update.ronn → lib/bundler/man/bundle-update.1.ronn} +0 -0
  117. data/bundler/{man → lib/bundler/man}/bundle-viz.1 +1 -1
  118. data/bundler/{man/bundle-viz.ronn → lib/bundler/man/bundle-viz.1.ronn} +0 -0
  119. data/bundler/{man → lib/bundler/man}/bundle.1 +1 -1
  120. data/bundler/{man/bundle.ronn → lib/bundler/man/bundle.1.ronn} +0 -0
  121. data/bundler/{man → lib/bundler/man}/gemfile.5 +4 -4
  122. data/bundler/{man → lib/bundler/man}/gemfile.5.ronn +4 -4
  123. data/bundler/{man → lib/bundler/man}/index.txt +0 -0
  124. data/bundler/lib/bundler/mirror.rb +2 -2
  125. data/bundler/lib/bundler/plugin.rb +31 -5
  126. data/bundler/lib/bundler/plugin/api/source.rb +8 -1
  127. data/bundler/lib/bundler/plugin/dsl.rb +1 -1
  128. data/bundler/lib/bundler/plugin/index.rb +10 -1
  129. data/bundler/lib/bundler/plugin/installer.rb +9 -11
  130. data/bundler/lib/bundler/plugin/installer/rubygems.rb +1 -1
  131. data/bundler/lib/bundler/plugin/source_list.rb +5 -1
  132. data/bundler/lib/bundler/psyched_yaml.rb +0 -15
  133. data/bundler/lib/bundler/remote_specification.rb +5 -2
  134. data/bundler/lib/bundler/resolver.rb +133 -77
  135. data/bundler/lib/bundler/resolver/spec_group.rb +75 -48
  136. data/bundler/lib/bundler/retry.rb +1 -1
  137. data/bundler/lib/bundler/ruby_version.rb +1 -1
  138. data/bundler/lib/bundler/rubygems_ext.rb +69 -9
  139. data/bundler/lib/bundler/rubygems_gem_installer.rb +50 -9
  140. data/bundler/lib/bundler/rubygems_integration.rb +25 -60
  141. data/bundler/lib/bundler/runtime.rb +4 -14
  142. data/bundler/lib/bundler/settings.rb +50 -48
  143. data/bundler/lib/bundler/shared_helpers.rb +3 -3
  144. data/bundler/lib/bundler/similarity_detector.rb +1 -1
  145. data/bundler/lib/bundler/source.rb +7 -1
  146. data/bundler/lib/bundler/source/git.rb +24 -22
  147. data/bundler/lib/bundler/source/git/git_proxy.rb +82 -80
  148. data/bundler/lib/bundler/source/metadata.rb +0 -4
  149. data/bundler/lib/bundler/source/path.rb +10 -4
  150. data/bundler/lib/bundler/source/path/installer.rb +10 -10
  151. data/bundler/lib/bundler/source/rubygems.rb +43 -22
  152. data/bundler/lib/bundler/source/rubygems/remote.rb +1 -1
  153. data/bundler/lib/bundler/source_list.rb +31 -26
  154. data/bundler/lib/bundler/spec_set.rb +14 -13
  155. data/bundler/lib/bundler/stub_specification.rb +25 -7
  156. data/bundler/lib/bundler/templates/newgem/CHANGELOG.md.tt +5 -0
  157. data/bundler/lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt +57 -47
  158. data/bundler/lib/bundler/templates/newgem/Gemfile.tt +9 -1
  159. data/bundler/lib/bundler/templates/newgem/README.md.tt +6 -5
  160. data/bundler/lib/bundler/templates/newgem/Rakefile.tt +19 -5
  161. data/bundler/lib/bundler/templates/newgem/bin/console.tt +1 -0
  162. data/bundler/lib/bundler/templates/newgem/circleci/config.yml.tt +13 -0
  163. data/bundler/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt +2 -0
  164. data/bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt +16 -0
  165. data/bundler/lib/bundler/templates/newgem/gitlab-ci.yml.tt +9 -0
  166. data/bundler/lib/bundler/templates/newgem/lib/newgem.rb.tt +4 -2
  167. data/bundler/lib/bundler/templates/newgem/lib/newgem/version.rb.tt +2 -0
  168. data/bundler/lib/bundler/templates/newgem/newgem.gemspec.tt +15 -7
  169. data/bundler/lib/bundler/templates/newgem/rubocop.yml.tt +13 -0
  170. data/bundler/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt +2 -0
  171. data/bundler/lib/bundler/templates/newgem/spec/spec_helper.rb.tt +2 -1
  172. data/bundler/lib/bundler/templates/newgem/test/{newgem_test.rb.tt → minitest/newgem_test.rb.tt} +2 -0
  173. data/bundler/lib/bundler/templates/newgem/test/{test_helper.rb.tt → minitest/test_helper.rb.tt} +2 -0
  174. data/bundler/lib/bundler/templates/newgem/test/test-unit/newgem_test.rb.tt +15 -0
  175. data/bundler/lib/bundler/templates/newgem/test/test-unit/test_helper.rb.tt +6 -0
  176. data/bundler/lib/bundler/ui/shell.rb +5 -5
  177. data/bundler/lib/bundler/uri_credentials_filter.rb +3 -1
  178. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo.rb +0 -1
  179. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb +7 -0
  180. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb +34 -2
  181. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb +2 -2
  182. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb +11 -5
  183. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb +3 -3
  184. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb +1 -1
  185. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb +11 -0
  186. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb +49 -47
  187. data/bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb +82 -189
  188. data/bundler/lib/bundler/vendor/thor/lib/thor.rb +5 -13
  189. data/bundler/lib/bundler/vendor/thor/lib/thor/actions.rb +1 -1
  190. data/bundler/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb +2 -1
  191. data/bundler/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb +4 -2
  192. data/bundler/lib/bundler/vendor/thor/lib/thor/base.rb +9 -0
  193. data/bundler/lib/bundler/vendor/thor/lib/thor/error.rb +1 -1
  194. data/bundler/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb +5 -1
  195. data/bundler/lib/bundler/vendor/thor/lib/thor/parser/options.rb +9 -8
  196. data/bundler/lib/bundler/vendor/thor/lib/thor/shell/basic.rb +5 -2
  197. data/bundler/lib/bundler/vendor/thor/lib/thor/shell/color.rb +5 -1
  198. data/bundler/lib/bundler/vendor/thor/lib/thor/version.rb +1 -1
  199. data/bundler/lib/bundler/vendor/tmpdir/lib/tmpdir.rb +154 -0
  200. data/bundler/lib/bundler/vendored_persistent.rb +0 -7
  201. data/bundler/lib/bundler/vendored_tmpdir.rb +4 -0
  202. data/bundler/lib/bundler/version.rb +1 -1
  203. data/bundler/lib/bundler/worker.rb +1 -1
  204. data/bundler/lib/bundler/yaml_serializer.rb +1 -1
  205. data/lib/rubygems.rb +72 -151
  206. data/lib/rubygems/available_set.rb +4 -6
  207. data/lib/rubygems/basic_specification.rb +11 -9
  208. data/lib/rubygems/bundler_version_finder.rb +14 -9
  209. data/lib/rubygems/command.rb +17 -16
  210. data/lib/rubygems/command_manager.rb +5 -6
  211. data/lib/rubygems/commands/build_command.rb +40 -20
  212. data/lib/rubygems/commands/cert_command.rb +2 -10
  213. data/lib/rubygems/commands/check_command.rb +0 -2
  214. data/lib/rubygems/commands/cleanup_command.rb +11 -7
  215. data/lib/rubygems/commands/contents_command.rb +4 -6
  216. data/lib/rubygems/commands/dependency_command.rb +6 -8
  217. data/lib/rubygems/commands/environment_command.rb +1 -3
  218. data/lib/rubygems/commands/fetch_command.rb +2 -4
  219. data/lib/rubygems/commands/generate_index_command.rb +0 -2
  220. data/lib/rubygems/commands/help_command.rb +3 -3
  221. data/lib/rubygems/commands/info_command.rb +8 -5
  222. data/lib/rubygems/commands/install_command.rb +3 -5
  223. data/lib/rubygems/commands/list_command.rb +8 -7
  224. data/lib/rubygems/commands/lock_command.rb +1 -3
  225. data/lib/rubygems/commands/mirror_command.rb +0 -2
  226. data/lib/rubygems/commands/open_command.rb +0 -4
  227. data/lib/rubygems/commands/outdated_command.rb +0 -2
  228. data/lib/rubygems/commands/owner_command.rb +9 -4
  229. data/lib/rubygems/commands/pristine_command.rb +11 -5
  230. data/lib/rubygems/commands/push_command.rb +10 -47
  231. data/lib/rubygems/commands/query_command.rb +14 -344
  232. data/lib/rubygems/commands/rdoc_command.rb +0 -2
  233. data/lib/rubygems/commands/search_command.rb +7 -7
  234. data/lib/rubygems/commands/server_command.rb +3 -1
  235. data/lib/rubygems/commands/setup_command.rb +101 -74
  236. data/lib/rubygems/commands/signin_command.rb +0 -2
  237. data/lib/rubygems/commands/signout_command.rb +0 -2
  238. data/lib/rubygems/commands/sources_command.rb +6 -4
  239. data/lib/rubygems/commands/specification_command.rb +8 -4
  240. data/lib/rubygems/commands/stale_command.rb +1 -3
  241. data/lib/rubygems/commands/uninstall_command.rb +1 -3
  242. data/lib/rubygems/commands/unpack_command.rb +1 -3
  243. data/lib/rubygems/commands/update_command.rb +77 -14
  244. data/lib/rubygems/commands/which_command.rb +0 -2
  245. data/lib/rubygems/commands/yank_command.rb +4 -7
  246. data/lib/rubygems/config_file.rb +20 -4
  247. data/lib/rubygems/core_ext/kernel_require.rb +5 -2
  248. data/lib/rubygems/core_ext/kernel_warn.rb +12 -13
  249. data/lib/rubygems/core_ext/tcpsocket_init.rb +52 -0
  250. data/lib/rubygems/defaults.rb +101 -7
  251. data/lib/rubygems/dependency.rb +8 -9
  252. data/lib/rubygems/dependency_installer.rb +6 -78
  253. data/lib/rubygems/dependency_list.rb +7 -9
  254. data/lib/rubygems/deprecate.rb +46 -1
  255. data/lib/rubygems/doctor.rb +4 -4
  256. data/lib/rubygems/errors.rb +3 -14
  257. data/lib/rubygems/exceptions.rb +2 -33
  258. data/lib/rubygems/ext.rb +6 -6
  259. data/lib/rubygems/ext/build_error.rb +2 -0
  260. data/lib/rubygems/ext/builder.rb +19 -39
  261. data/lib/rubygems/ext/cmake_builder.rb +6 -9
  262. data/lib/rubygems/ext/configure_builder.rb +5 -8
  263. data/lib/rubygems/ext/ext_conf_builder.rb +21 -19
  264. data/lib/rubygems/ext/rake_builder.rb +4 -6
  265. data/lib/rubygems/gem_runner.rb +3 -10
  266. data/lib/rubygems/gemcutter_utilities.rb +102 -21
  267. data/lib/rubygems/indexer.rb +1 -22
  268. data/lib/rubygems/install_update_options.rb +7 -7
  269. data/lib/rubygems/installer.rb +64 -82
  270. data/lib/rubygems/installer_test_case.rb +25 -11
  271. data/lib/rubygems/installer_uninstaller_utils.rb +29 -0
  272. data/lib/rubygems/local_remote_options.rb +1 -1
  273. data/lib/rubygems/mock_gem_ui.rb +0 -6
  274. data/lib/rubygems/name_tuple.rb +3 -7
  275. data/lib/rubygems/openssl.rb +7 -0
  276. data/lib/rubygems/package.rb +15 -33
  277. data/lib/rubygems/package/digest_io.rb +0 -2
  278. data/lib/rubygems/package/file_source.rb +0 -2
  279. data/lib/rubygems/package/io_source.rb +0 -2
  280. data/lib/rubygems/package/old.rb +1 -3
  281. data/lib/rubygems/package/tar_header.rb +4 -6
  282. data/lib/rubygems/package/tar_reader.rb +0 -3
  283. data/lib/rubygems/package/tar_reader/entry.rb +0 -3
  284. data/lib/rubygems/package/tar_test_case.rb +2 -4
  285. data/lib/rubygems/package/tar_writer.rb +2 -12
  286. data/lib/rubygems/package_task.rb +1 -7
  287. data/lib/rubygems/path_support.rb +1 -3
  288. data/lib/rubygems/platform.rb +21 -16
  289. data/lib/rubygems/psych_tree.rb +0 -2
  290. data/lib/rubygems/query_utils.rb +353 -0
  291. data/lib/rubygems/rdoc.rb +0 -12
  292. data/lib/rubygems/remote_fetcher.rb +18 -37
  293. data/lib/rubygems/request.rb +4 -11
  294. data/lib/rubygems/request/connection_pools.rb +1 -5
  295. data/lib/rubygems/request/http_pool.rb +0 -2
  296. data/lib/rubygems/request/https_pool.rb +0 -2
  297. data/lib/rubygems/request_set.rb +7 -20
  298. data/lib/rubygems/request_set/gem_dependency_api.rb +5 -7
  299. data/lib/rubygems/request_set/lockfile.rb +8 -12
  300. data/lib/rubygems/request_set/lockfile/parser.rb +0 -2
  301. data/lib/rubygems/request_set/lockfile/tokenizer.rb +1 -3
  302. data/lib/rubygems/requirement.rb +21 -22
  303. data/lib/rubygems/resolver.rb +14 -12
  304. data/lib/rubygems/resolver/activation_request.rb +9 -3
  305. data/lib/rubygems/resolver/api_set.rb +30 -23
  306. data/lib/rubygems/resolver/api_set/gem_parser.rb +20 -0
  307. data/lib/rubygems/resolver/api_specification.rb +23 -9
  308. data/lib/rubygems/resolver/best_set.rb +2 -4
  309. data/lib/rubygems/resolver/composed_set.rb +3 -5
  310. data/lib/rubygems/resolver/conflict.rb +2 -4
  311. data/lib/rubygems/resolver/current_set.rb +0 -2
  312. data/lib/rubygems/resolver/dependency_request.rb +1 -3
  313. data/lib/rubygems/resolver/git_set.rb +0 -2
  314. data/lib/rubygems/resolver/git_specification.rb +0 -2
  315. data/lib/rubygems/resolver/index_set.rb +1 -3
  316. data/lib/rubygems/resolver/index_specification.rb +32 -2
  317. data/lib/rubygems/resolver/installed_specification.rb +0 -2
  318. data/lib/rubygems/resolver/installer_set.rb +60 -13
  319. data/lib/rubygems/resolver/local_specification.rb +0 -2
  320. data/lib/rubygems/resolver/lock_set.rb +2 -4
  321. data/lib/rubygems/resolver/lock_specification.rb +0 -2
  322. data/lib/rubygems/resolver/molinillo/lib/molinillo.rb +6 -5
  323. data/lib/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb +7 -0
  324. data/lib/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb +8 -0
  325. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb +39 -6
  326. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb +1 -0
  327. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb +2 -1
  328. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb +2 -1
  329. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb +2 -1
  330. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb +2 -1
  331. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb +7 -6
  332. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb +2 -1
  333. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb +4 -3
  334. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb +51 -12
  335. data/lib/rubygems/resolver/molinillo/lib/molinillo/errors.rb +76 -8
  336. data/lib/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb +2 -1
  337. data/lib/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb +12 -0
  338. data/lib/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb +3 -1
  339. data/lib/rubygems/resolver/molinillo/lib/molinillo/resolution.rb +510 -165
  340. data/lib/rubygems/resolver/molinillo/lib/molinillo/resolver.rb +3 -2
  341. data/lib/rubygems/resolver/molinillo/lib/molinillo/state.rb +8 -4
  342. data/lib/rubygems/resolver/requirement_list.rb +0 -2
  343. data/lib/rubygems/resolver/set.rb +0 -2
  344. data/lib/rubygems/resolver/source_set.rb +0 -2
  345. data/lib/rubygems/resolver/spec_specification.rb +14 -2
  346. data/lib/rubygems/resolver/specification.rb +13 -3
  347. data/lib/rubygems/resolver/stats.rb +0 -2
  348. data/lib/rubygems/resolver/vendor_set.rb +0 -2
  349. data/lib/rubygems/resolver/vendor_specification.rb +0 -2
  350. data/lib/rubygems/s3_uri_signer.rb +2 -8
  351. data/lib/rubygems/safe_yaml.rb +4 -4
  352. data/lib/rubygems/security.rb +27 -34
  353. data/lib/rubygems/security/policy.rb +4 -8
  354. data/lib/rubygems/security/signer.rb +5 -7
  355. data/lib/rubygems/security/trust_dir.rb +2 -3
  356. data/lib/rubygems/server.rb +15 -12
  357. data/lib/rubygems/source.rb +23 -12
  358. data/lib/rubygems/source/git.rb +7 -8
  359. data/lib/rubygems/source/installed.rb +0 -2
  360. data/lib/rubygems/source/local.rb +2 -4
  361. data/lib/rubygems/source/lock.rb +0 -2
  362. data/lib/rubygems/source/specific_file.rb +0 -2
  363. data/lib/rubygems/source/vendor.rb +0 -2
  364. data/lib/rubygems/source_list.rb +4 -7
  365. data/lib/rubygems/spec_fetcher.rb +19 -18
  366. data/lib/rubygems/specification.rb +120 -131
  367. data/lib/rubygems/specification_policy.rb +79 -29
  368. data/lib/rubygems/stub_specification.rb +1 -5
  369. data/lib/rubygems/syck_hack.rb +0 -2
  370. data/lib/rubygems/test_case.rb +97 -129
  371. data/lib/rubygems/test_utilities.rb +12 -19
  372. data/lib/rubygems/uninstaller.rb +35 -16
  373. data/lib/rubygems/uri_formatter.rb +2 -3
  374. data/lib/rubygems/uri_parser.rb +0 -2
  375. data/lib/rubygems/user_interaction.rb +1 -26
  376. data/lib/rubygems/util.rb +8 -2
  377. data/lib/rubygems/util/licenses.rb +4 -6
  378. data/lib/rubygems/util/list.rb +0 -2
  379. data/lib/rubygems/validator.rb +1 -3
  380. data/lib/rubygems/version.rb +4 -6
  381. data/lib/rubygems/version_option.rb +6 -0
  382. data/rubygems-update.gemspec +3 -3
  383. data/setup.rb +2 -7
  384. data/test/rubygems/data/null-required-ruby-version.gemspec.rz +0 -0
  385. data/test/rubygems/data/null-required-rubygems-version.gemspec.rz +0 -0
  386. data/test/rubygems/packages/ascii_binder-0.1.10.1.gem +0 -0
  387. data/test/rubygems/plugin/load/rubygems_plugin.rb +0 -2
  388. data/test/rubygems/rubygems/commands/crash_command.rb +0 -2
  389. data/test/rubygems/rubygems_plugin.rb +0 -2
  390. data/test/rubygems/specifications/bar-0.0.2.gemspec +0 -2
  391. data/test/rubygems/specifications/rubyforge-0.0.1.gemspec +0 -2
  392. data/test/rubygems/test_bundled_ca.rb +41 -48
  393. data/test/rubygems/test_config.rb +0 -2
  394. data/test/rubygems/test_deprecate.rb +40 -7
  395. data/test/rubygems/test_gem.rb +167 -87
  396. data/test/rubygems/test_gem_available_set.rb +3 -5
  397. data/test/rubygems/test_gem_bundler_version_finder.rb +19 -3
  398. data/test/rubygems/test_gem_command.rb +24 -7
  399. data/test/rubygems/test_gem_command_manager.rb +36 -5
  400. data/test/rubygems/test_gem_commands_build_command.rb +233 -15
  401. data/test/rubygems/test_gem_commands_cert_command.rb +4 -6
  402. data/test/rubygems/test_gem_commands_check_command.rb +0 -2
  403. data/test/rubygems/test_gem_commands_cleanup_command.rb +14 -5
  404. data/test/rubygems/test_gem_commands_contents_command.rb +50 -19
  405. data/test/rubygems/test_gem_commands_dependency_command.rb +0 -2
  406. data/test/rubygems/test_gem_commands_environment_command.rb +21 -23
  407. data/test/rubygems/test_gem_commands_fetch_command.rb +0 -2
  408. data/test/rubygems/test_gem_commands_generate_index_command.rb +1 -7
  409. data/test/rubygems/test_gem_commands_help_command.rb +15 -4
  410. data/test/rubygems/test_gem_commands_info_command.rb +6 -8
  411. data/test/rubygems/test_gem_commands_install_command.rb +163 -34
  412. data/test/rubygems/test_gem_commands_list_command.rb +0 -2
  413. data/test/rubygems/test_gem_commands_lock_command.rb +0 -2
  414. data/test/rubygems/test_gem_commands_mirror.rb +1 -3
  415. data/test/rubygems/test_gem_commands_open_command.rb +4 -6
  416. data/test/rubygems/test_gem_commands_outdated_command.rb +17 -1
  417. data/test/rubygems/test_gem_commands_owner_command.rb +59 -5
  418. data/test/rubygems/test_gem_commands_pristine_command.rb +43 -12
  419. data/test/rubygems/test_gem_commands_push_command.rb +77 -9
  420. data/test/rubygems/test_gem_commands_query_command.rb +12 -12
  421. data/test/rubygems/test_gem_commands_search_command.rb +0 -2
  422. data/test/rubygems/test_gem_commands_server_command.rb +0 -2
  423. data/test/rubygems/test_gem_commands_setup_command.rb +160 -135
  424. data/test/rubygems/test_gem_commands_signin_command.rb +33 -9
  425. data/test/rubygems/test_gem_commands_signout_command.rb +0 -7
  426. data/test/rubygems/test_gem_commands_sources_command.rb +60 -2
  427. data/test/rubygems/test_gem_commands_specification_command.rb +46 -20
  428. data/test/rubygems/test_gem_commands_stale_command.rb +0 -2
  429. data/test/rubygems/test_gem_commands_uninstall_command.rb +1 -3
  430. data/test/rubygems/test_gem_commands_unpack_command.rb +0 -2
  431. data/test/rubygems/test_gem_commands_update_command.rb +143 -7
  432. data/test/rubygems/test_gem_commands_which_command.rb +3 -5
  433. data/test/rubygems/test_gem_commands_yank_command.rb +44 -8
  434. data/test/rubygems/test_gem_config_file.rb +17 -12
  435. data/test/rubygems/test_gem_dependency.rb +0 -2
  436. data/test/rubygems/test_gem_dependency_installer.rb +133 -247
  437. data/test/rubygems/test_gem_dependency_list.rb +10 -12
  438. data/test/rubygems/test_gem_dependency_resolution_error.rb +1 -3
  439. data/test/rubygems/test_gem_doctor.rb +28 -2
  440. data/test/rubygems/test_gem_ext_builder.rb +50 -47
  441. data/test/rubygems/test_gem_ext_cmake_builder.rb +16 -25
  442. data/test/rubygems/test_gem_ext_configure_builder.rb +6 -22
  443. data/test/rubygems/test_gem_ext_ext_conf_builder.rb +9 -29
  444. data/test/rubygems/test_gem_ext_rake_builder.rb +39 -24
  445. data/test/rubygems/test_gem_gem_runner.rb +44 -1
  446. data/test/rubygems/test_gem_gemcutter_utilities.rb +8 -5
  447. data/test/rubygems/test_gem_impossible_dependencies_error.rb +0 -2
  448. data/test/rubygems/test_gem_indexer.rb +9 -15
  449. data/test/rubygems/test_gem_install_update_options.rb +14 -4
  450. data/test/rubygems/test_gem_installer.rb +280 -115
  451. data/test/rubygems/test_gem_local_remote_options.rb +0 -2
  452. data/test/rubygems/test_gem_name_tuple.rb +0 -2
  453. data/test/rubygems/test_gem_package.rb +39 -32
  454. data/test/rubygems/test_gem_package_old.rb +4 -6
  455. data/test/rubygems/test_gem_package_tar_header.rb +18 -1
  456. data/test/rubygems/test_gem_package_tar_reader.rb +0 -2
  457. data/test/rubygems/test_gem_package_tar_reader_entry.rb +0 -2
  458. data/test/rubygems/test_gem_package_tar_writer.rb +4 -6
  459. data/test/rubygems/test_gem_package_task.rb +46 -13
  460. data/test/rubygems/test_gem_path_support.rb +0 -2
  461. data/test/rubygems/test_gem_platform.rb +71 -6
  462. data/test/rubygems/test_gem_rdoc.rb +0 -2
  463. data/test/rubygems/test_gem_remote_fetcher.rb +207 -212
  464. data/test/rubygems/test_gem_request.rb +13 -17
  465. data/test/rubygems/test_gem_request_connection_pools.rb +0 -4
  466. data/test/rubygems/test_gem_request_set.rb +20 -22
  467. data/test/rubygems/test_gem_request_set_gem_dependency_api.rb +3 -5
  468. data/test/rubygems/test_gem_request_set_lockfile.rb +4 -6
  469. data/test/rubygems/test_gem_request_set_lockfile_parser.rb +9 -11
  470. data/test/rubygems/test_gem_request_set_lockfile_tokenizer.rb +118 -120
  471. data/test/rubygems/test_gem_requirement.rb +43 -3
  472. data/test/rubygems/test_gem_resolver.rb +6 -8
  473. data/test/rubygems/test_gem_resolver_activation_request.rb +0 -2
  474. data/test/rubygems/test_gem_resolver_api_set.rb +60 -59
  475. data/test/rubygems/test_gem_resolver_api_specification.rb +3 -5
  476. data/test/rubygems/test_gem_resolver_best_set.rb +27 -6
  477. data/test/rubygems/test_gem_resolver_composed_set.rb +0 -2
  478. data/test/rubygems/test_gem_resolver_conflict.rb +1 -3
  479. data/test/rubygems/test_gem_resolver_dependency_request.rb +0 -2
  480. data/test/rubygems/test_gem_resolver_git_set.rb +0 -2
  481. data/test/rubygems/test_gem_resolver_git_specification.rb +0 -2
  482. data/test/rubygems/test_gem_resolver_index_set.rb +2 -4
  483. data/test/rubygems/test_gem_resolver_index_specification.rb +0 -2
  484. data/test/rubygems/test_gem_resolver_installed_specification.rb +0 -2
  485. data/test/rubygems/test_gem_resolver_installer_set.rb +7 -9
  486. data/test/rubygems/test_gem_resolver_local_specification.rb +0 -2
  487. data/test/rubygems/test_gem_resolver_lock_set.rb +3 -5
  488. data/test/rubygems/test_gem_resolver_lock_specification.rb +0 -2
  489. data/test/rubygems/test_gem_resolver_requirement_list.rb +0 -2
  490. data/test/rubygems/test_gem_resolver_specification.rb +0 -4
  491. data/test/rubygems/test_gem_resolver_vendor_set.rb +1 -3
  492. data/test/rubygems/test_gem_resolver_vendor_specification.rb +0 -2
  493. data/test/rubygems/test_gem_security.rb +22 -24
  494. data/test/rubygems/test_gem_security_policy.rb +7 -12
  495. data/test/rubygems/test_gem_security_signer.rb +10 -12
  496. data/test/rubygems/test_gem_security_trust_dir.rb +4 -6
  497. data/test/rubygems/test_gem_server.rb +10 -14
  498. data/test/rubygems/test_gem_silent_ui.rb +0 -2
  499. data/test/rubygems/test_gem_source.rb +19 -18
  500. data/test/rubygems/test_gem_source_fetch_problem.rb +0 -2
  501. data/test/rubygems/test_gem_source_git.rb +12 -13
  502. data/test/rubygems/test_gem_source_installed.rb +7 -9
  503. data/test/rubygems/test_gem_source_list.rb +1 -2
  504. data/test/rubygems/test_gem_source_local.rb +8 -10
  505. data/test/rubygems/test_gem_source_lock.rb +10 -12
  506. data/test/rubygems/test_gem_source_specific_file.rb +7 -9
  507. data/test/rubygems/test_gem_source_subpath_problem.rb +49 -0
  508. data/test/rubygems/test_gem_source_vendor.rb +7 -9
  509. data/test/rubygems/test_gem_spec_fetcher.rb +11 -4
  510. data/test/rubygems/test_gem_specification.rb +171 -139
  511. data/test/rubygems/test_gem_stream_ui.rb +3 -3
  512. data/test/rubygems/test_gem_stub_specification.rb +4 -6
  513. data/test/rubygems/test_gem_text.rb +1 -3
  514. data/test/rubygems/test_gem_uninstaller.rb +134 -12
  515. data/test/rubygems/test_gem_unsatisfiable_dependency_error.rb +0 -2
  516. data/test/rubygems/test_gem_uri_formatter.rb +0 -2
  517. data/test/rubygems/test_gem_util.rb +11 -11
  518. data/test/rubygems/test_gem_validator.rb +1 -3
  519. data/test/rubygems/test_gem_version.rb +1 -3
  520. data/test/rubygems/test_gem_version_option.rb +1 -3
  521. data/test/rubygems/test_kernel.rb +10 -14
  522. data/test/rubygems/test_project_sanity.rb +7 -2
  523. data/test/rubygems/test_remote_fetch_error.rb +0 -2
  524. data/test/rubygems/test_require.rb +191 -60
  525. data/test/test_changelog_generator.rb +17 -0
  526. metadata +83 -133
  527. data/.bundle/config +0 -2
  528. data/.rubocop.yml +0 -91
  529. data/Gemfile +0 -8
  530. data/Gemfile.lock +0 -43
  531. data/bundler/CODE_OF_CONDUCT.md +0 -136
  532. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/compatibility.rb +0 -26
  533. data/bundler/man/bundle-add.1.txt +0 -58
  534. data/bundler/man/bundle-binstubs.1.txt +0 -48
  535. data/bundler/man/bundle-cache.1.txt +0 -78
  536. data/bundler/man/bundle-check.1.txt +0 -33
  537. data/bundler/man/bundle-clean.1.txt +0 -26
  538. data/bundler/man/bundle-config.1.txt +0 -528
  539. data/bundler/man/bundle-doctor.1.txt +0 -44
  540. data/bundler/man/bundle-exec.1.txt +0 -178
  541. data/bundler/man/bundle-gem.1.txt +0 -91
  542. data/bundler/man/bundle-info.1.txt +0 -21
  543. data/bundler/man/bundle-init.1.txt +0 -34
  544. data/bundler/man/bundle-inject.1.txt +0 -32
  545. data/bundler/man/bundle-install.1.txt +0 -401
  546. data/bundler/man/bundle-list.1.txt +0 -43
  547. data/bundler/man/bundle-lock.1.txt +0 -93
  548. data/bundler/man/bundle-open.1.txt +0 -29
  549. data/bundler/man/bundle-outdated.1.txt +0 -131
  550. data/bundler/man/bundle-platform.1.txt +0 -57
  551. data/bundler/man/bundle-pristine.1.txt +0 -44
  552. data/bundler/man/bundle-remove.1.txt +0 -34
  553. data/bundler/man/bundle-show.1.txt +0 -27
  554. data/bundler/man/bundle-update.1.txt +0 -390
  555. data/bundler/man/bundle-viz.1.txt +0 -39
  556. data/bundler/man/bundle.1.txt +0 -116
  557. data/bundler/man/gemfile.5.txt +0 -649
  558. data/lib/rubygems/source_local.rb +0 -7
  559. data/lib/rubygems/source_specific_file.rb +0 -6
  560. data/lib/ubygems.rb +0 -14
  561. data/tmp/.keep +0 -0
  562. data/util/CL2notes +0 -55
  563. data/util/bisect +0 -10
  564. data/util/ci.sh +0 -62
  565. data/util/cops/deprecations.rb +0 -52
  566. data/util/create_certs.rb +0 -171
  567. data/util/create_certs.sh +0 -27
  568. data/util/create_encrypted_key.rb +0 -16
  569. data/util/generate_spdx_license_list.rb +0 -63
  570. data/util/patch_with_prs.rb +0 -77
  571. data/util/rubocop +0 -8
  572. data/util/update_bundled_ca_certificates.rb +0 -137
  573. data/util/update_changelog.rb +0 -64
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cf1897c1f4290a7c09ac7fc031441915d225aaa7ffab473229a244310eaa39ac
4
- data.tar.gz: d6aef4fc02c767b99957e4dfaff7818399b9fb59de550d23bee19256b618a5f6
3
+ metadata.gz: ccd219adf38f48a5bf473e99fc307d14829f6fcef8cd1a74cf1da058ab7e82a0
4
+ data.tar.gz: fb9a36d286fcb7dd940495c5abdbe92bc5008ab736ebc581568b12e46984e746
5
5
  SHA512:
6
- metadata.gz: 2421931e30162b92a93891c80eb17bd3d78a135da9019f49a18ce701bf4ca1fa7731260f4cc6de1342a74accceb8df21024ccd5042cbefa9a89cf67c69528a54
7
- data.tar.gz: 131eb583b3864dec611fab7574a8ebf75cc796288ed2a4c43e96d6b53d24509f282e83fa36b2851ad5e5c21b6d8f78fc3fadc3da974575428b3489d3d28d3a88
6
+ metadata.gz: 6fb98ef231fdb44f615927ff27be6b92b42306eb5f4a89df105775dbe45d632c596fb5f41359a94b6488952a595f7707bf29811d228732125edb638616185aef
7
+ data.tar.gz: 90aa71948495dd12cbcf701827e85a523521dbe08774729e4de857a60c9be2c180781fa98172100a71025169690f7f9ffffa82ca30d288b421c7f59691c501ec
@@ -1,25 +1,367 @@
1
- # coding: UTF-8
1
+ # 3.2.16 / 2021-04-08
2
2
 
3
- === 3.1.6 / 2021-01-26
3
+ ## Bug fixes:
4
4
 
5
- Minor enhancements:
5
+ * Correctly handle symlinks. Pull request #2836 by voxik
6
6
 
7
- * Improve require. Pull request #3133 by David Rodríguez.
8
- * Simplify nested gem activation exceptions. Pull request #3450 by David
7
+ # 3.2.15 / 2021-03-19
8
+
9
+ ## Enhancements:
10
+
11
+ * Prevent downgrades to untested rubygems versions. Pull request #4460 by
12
+ deivid-rodriguez
13
+
14
+ ## Bug fixes:
15
+
16
+ * Fix missing require breaking `gem cert`. Pull request #4464 by lukehinds
17
+
18
+ # 3.2.14 / 2021-03-08
19
+
20
+ ## Enhancements:
21
+
22
+ * Less wrapping of network errors. Pull request #4064 by deivid-rodriguez
23
+
24
+ ## Bug fixes:
25
+
26
+ * Revert addition of support for `musl` variants to restore graceful
27
+ fallback on Alpine. Pull request #4434 by deivid-rodriguez
28
+
29
+ # 3.2.13 / 2021-03-03
30
+
31
+ ## Bug fixes:
32
+
33
+ * Support non-gnu libc linux platforms. Pull request #4082 by lloeki
34
+
35
+ # 3.2.12 / 2021-03-01
36
+
37
+ ## Bug fixes:
38
+
39
+ * Restore the ability to manually install extension gems. Pull request
40
+ #4384 by cfis
41
+
42
+ # 3.2.11 / 2021-02-17
43
+
44
+ ## Enhancements:
45
+
46
+ * Optionally fallback to IPv4 when IPv6 is unreachable. Pull request #2662
47
+ by sonalkr132
48
+
49
+ # 3.2.10 / 2021-02-15
50
+
51
+ ## Documentation:
52
+
53
+ * Add a `gem push` example to `gem help`. Pull request #4373 by
54
+ deivid-rodriguez
55
+ * Improve documentation for `required_ruby_version`. Pull request #4343 by
56
+ AlexWayfer
57
+
58
+ # 3.2.9 / 2021-02-08
59
+
60
+ ## Bug fixes:
61
+
62
+ * Fix error message when underscore selection can't find bundler. Pull
63
+ request #4363 by deivid-rodriguez
64
+ * Fix `Gem::Specification.stubs_for` returning wrong named specs. Pull
65
+ request #4356 by tompng
66
+ * Don't error out when activating a binstub unless necessary. Pull request
67
+ #4351 by deivid-rodriguez
68
+ * Fix `gem outdated` incorrectly handling platform specific gems. Pull
69
+ request #4248 by deivid-rodriguez
70
+
71
+ # 3.2.8 / 2021-02-02
72
+
73
+ ## Bug fixes:
74
+
75
+ * Fix `gem install` crashing on gemspec with nil required_ruby_version.
76
+ Pull request #4334 by pbernays
77
+
78
+ # 3.2.7 / 2021-01-26
79
+
80
+ ## Bug fixes:
81
+
82
+ * Generate plugin wrappers with relative requires. Pull request #4317 by
83
+ deivid-rodriguez
84
+
85
+ # 3.2.6 / 2021-01-18
86
+
87
+ ## Enhancements:
88
+
89
+ * Fix `Gem::Platform#inspect` showing duplicate information. Pull request
90
+ #4276 by deivid-rodriguez
91
+
92
+ ## Bug fixes:
93
+
94
+ * Swallow any system call error in `ensure_gem_subdirs` to support jruby
95
+ embedded paths. Pull request #4291 by kares
96
+ * Restore accepting custom make command with extra options as the `make`
97
+ env variable. Pull request #4271 by terceiro
98
+
99
+ # 3.2.5 / 2021-01-11
100
+
101
+ ## Bug fixes:
102
+
103
+ * Don't load more specs after the whole set of specs has been setup. Pull
104
+ request #4262 by deivid-rodriguez
105
+ * Fix broken `bundler` executable after `gem update --system`. Pull
106
+ request #4221 by deivid-rodriguez
107
+
108
+ # 3.2.4 / 2020-12-31
109
+
110
+ ## Enhancements:
111
+
112
+ * Use a CHANGELOG in markdown for rubygems. Pull request #4168 by
113
+ deivid-rodriguez
114
+ * Never spawn subshells when building extensions. Pull request #4190 by
115
+ deivid-rodriguez
116
+
117
+ ## Bug fixes:
118
+
119
+ * Fix fallback to the old index and installation from it not working. Pull
120
+ request #4213 by deivid-rodriguez
121
+ * Fix installing from source on truffleruby. Pull request #4201 by
122
+ deivid-rodriguez
123
+
124
+ # 3.2.3 / 2020-12-22
125
+
126
+ ## Enhancements:
127
+
128
+ * Fix misspellings in default API key name. Pull request #4177 by hsbt
129
+
130
+ ## Bug fixes:
131
+
132
+ * Respect `required_ruby_version` and `required_rubygems_version`
133
+ constraints when looking for `gem install` candidates. Pull request #4110
134
+ by deivid-rodriguez
135
+
136
+ # 3.2.2 / 2020-12-17
137
+
138
+ ## Bug fixes:
139
+
140
+ * Fix issue where CLI commands making more than one request to
141
+ rubygems.org needing an OTP code would crash or ask for the code twice.
142
+ Pull request #4162 by sonalkr132
143
+ * Fix building rake extensions that require openssl. Pull request #4165 by
144
+ deivid-rodriguez
145
+ * Fix `gem update --system` displaying too many changelog entries. Pull
146
+ request #4145 by deivid-rodriguez
147
+
148
+ # 3.2.1 / 2020-12-14
149
+
150
+ ## Enhancements:
151
+
152
+ * Added help message for gem i webrick in gem server command. Pull request
153
+ #4117 by hsbt
154
+
155
+ ## Bug fixes:
156
+
157
+ * Added the missing loading of fileutils same as load_specs. Pull request
158
+ #4124 by hsbt
159
+ * Fix Resolver::APISet to always include prereleases when necessary. Pull
160
+ request #4113 by deivid-rodriguez
161
+
162
+ # 3.2.0 / 2020-12-07
163
+
164
+ ## Enhancements:
165
+
166
+ * Do not override Kernel#warn when there is no need. Pull request #4075 by
167
+ eregon
168
+ * Update endpoint of gem signin command. Pull request #3840 by sonalkr132
169
+ * Omit deprecated commands from command help output. Pull request #4023 by
170
+ landongrindheim
171
+ * Suggest alternatives in `gem query` deprecation. Pull request #4021 by
172
+ landongrindheim
173
+ * Lazily load `time`, `cgi`, and `zlib`. Pull request #4010 by
174
+ deivid-rodriguez
175
+ * Don't hit the network when installing dependencyless local gemspec. Pull
176
+ request #3968 by deivid-rodriguez
177
+ * Add `--force` option to `gem sources` command. Pull request #3956 by
178
+ andy-smith-msm
179
+ * Lazily load `openssl`. Pull request #3850 by deivid-rodriguez
180
+ * Pass more information when comparing platforms. Pull request #3817 by
181
+ eregon
182
+
183
+ ## Bug fixes:
184
+
185
+ * Use better owner & group for files in rubygems package. Pull request
186
+ #4065 by deivid-rodriguez
187
+ * Improve gem build -C flag. Pull request #3983 by bronzdoc
188
+ * Handle unexpected behavior with URI#merge and subpaths missing trailing
189
+ slashes. Pull request #3123 by drcapulet
190
+ * Add missing `fileutils` require in rubygems installer. Pull request
191
+ #4036 by deivid-rodriguez
192
+ * Fix `--platform` option to `gem specification` being ignored. Pull
193
+ request #4043 by deivid-rodriguez
194
+ * Expose `--no-minimal-deps` flag to install the latest version of
195
+ dependencies. Pull request #4030 by deivid-rodriguez
196
+ * Fix "stack level too deep" error when overriding `Warning.warn`. Pull
197
+ request #3987 by eregon
198
+ * Append '.gemspec' extension only when it is not present. Pull request
199
+ #3988 by voxik
200
+ * Install to correct plugins dir when using `--build-root`. Pull request
201
+ #3972 by deivid-rodriguez
202
+ * Fix `--build-root` flag under Windows. Pull request #3975 by
203
+ deivid-rodriguez
204
+ * Fix `typo_squatting?` false positive for `rubygems.org` itself. Pull
205
+ request #3951 by andy-smith-msm
206
+ * Make `--default` and `--install-dir` options to `gem install` play nice
207
+ together. Pull request #3906 by deivid-rodriguez
208
+
209
+ ## Deprecations:
210
+
211
+ * Deprecate server command. Pull request #3868 by bronzdoc
212
+
213
+ ## Performance:
214
+
215
+ * Don't change ruby process CWD when building extensions. Pull request
216
+ #3498 by deivid-rodriguez
217
+
218
+ # 3.2.0.rc.2 / 2020-10-08
219
+
220
+ ## Enhancements:
221
+
222
+ * Make --dry-run flag consistent across rubygems commands. Pull request
223
+ #3867 by bronzdoc
224
+ * Disallow downgrades to too old versions. Pull request #3566 by
225
+ deivid-rodriguez
226
+ * Added `--platform` option to `build` command. Pull request #3079 by nobu
227
+ * Have "gem update --system" pass through the `--silent` flag. Pull
228
+ request #3789 by duckinator
229
+ * Add writable check for cache dir. Pull request #3876 by xndcn
230
+ * Warn on duplicate dependency in a specification. Pull request #3864 by
231
+ bronzdoc
232
+ * Fix indentation in `gem env`. Pull request #3861 by colby-swandale
233
+ * Let more exceptions flow. Pull request #3819 by deivid-rodriguez
234
+ * Ignore internal frames in RubyGems' Kernel#warn. Pull request #3810 by
235
+ eregon
236
+
237
+ ## Bug fixes:
238
+
239
+ * Add missing fileutils require. Pull request #3911 by deivid-rodriguez
240
+ * Fix false positive warning on Windows when PATH has
241
+ `File::ALT_SEPARATOR`. Pull request #3829 by deivid-rodriguez
242
+ * Fix Kernel#warn override to handle backtrace location with nil path.
243
+ Pull request #3852 by jeremyevans
244
+ * Don't format executables on `gem update --system`. Pull request #3811 by
245
+ deivid-rodriguez
246
+ * `gem install --user` fails with `Gem::FilePermissionError` on the system
247
+ plugins directory. Pull request #3804 by nobu
248
+
249
+ ## Performance:
250
+
251
+ * Avoid duplicated generation of APISpecification objects. Pull request
252
+ #3940 by mame
253
+ * Eval defaults with frozen_string_literal: true. Pull request #3847 by
254
+ casperisfine
255
+ * Deduplicate the requirement operators in memory. Pull request #3846 by
256
+ casperisfine
257
+ * Optimize Gem.already_loaded?. Pull request #3793 by casperisfine
258
+
259
+ # 3.2.0.rc.1 / 2020-07-04
260
+
261
+ ## Enhancements:
262
+
263
+ * Test TruffleRuby in CI. Pull request #2797 by Benoit Daloze.
264
+ * Rework plugins system and speed up rubygems. Pull request #3108 by David
265
+ Rodríguez.
266
+ * Specify explicit separator not to be affected by $;. Pull request #3424
267
+ by Nobuyoshi Nakada.
268
+ * Enable `Layout/ExtraSpacing` cop. Pull request #3449 by David Rodríguez.
269
+ * Rollback gem deprecate. Pull request #3530 by Luis Sagastume.
270
+ * Normalize heredoc delimiters. Pull request #3533 by David Rodríguez.
271
+ * Log messages to stdout in `rake package`. Pull request #3632 by David
272
+ Rodríguez.
273
+ * Remove explicit `psych` activation. Pull request #3636 by David
274
+ Rodríguez.
275
+ * Delay `fileutils` loading to fix some warnings. Pull request #3637 by
276
+ David Rodríguez.
277
+ * Make sure rubygems/package can be directly required reliably. Pull
278
+ request #3670 by Luis Sagastume.
279
+ * Make sure `tmp` folder exists before calling `Dir.tmpdir`. Pull request
280
+ #3711 by David Rodríguez.
281
+ * Add Gem.disable_system_update_message to disable gem update --system if
282
+ needed. Pull request #3720 by Josef Šimánek.
283
+ * Tweaks to play nice with ruby-core setup. Pull request #3733 by David
9
284
  Rodríguez.
10
- * Fix correctness and performance regression in `require`. Pull request
11
- #3639 by David Rodríguez.
285
+ * Remove explicit require for auto-loaded constant. Pull request #3751 by
286
+ Karol Bucek.
287
+ * Test files should not be included in spec.files. Pull request #3758 by
288
+ Marc-André Lafortune.
289
+ * Remove TODO comment about warning on setting instead of pushing. Pull
290
+ request #2823 by Luis Sagastume.
291
+ * Add deprecate command method. Pull request #2935 by Luis Sagastume.
292
+ * Simplify deprecate command method. Pull request #2974 by Luis Sagastume.
293
+ * Fix Gem::LOADED_SPECS_MUTEX handling for recursive locking. Pull request
294
+ #2985 by MSP-Greg.
295
+ * Add `funding_uri ` metadata field to gemspec. Pull request #3060 by
296
+ Colby Swandale.
297
+ * Updates to some old gem-signing docs. Pull request #3063 by Tieg
298
+ Zaharia.
299
+ * Update the gem method for Gem::Installer. Pull request #3137 by Daniel
300
+ Berger.
301
+ * Simplify initial gem help output. Pull request #3148 by Olivier Lacan.
302
+ * Resolve latest version via `gem contents`. Pull request #3149 by Dan
303
+ Rice.
304
+ * Install suggestions. Pull request #3151 by Sophia Castellarin.
305
+ * Only rescue the errors we actually want to rescue. Pull request #3156 by
306
+ David Rodríguez.
12
307
 
13
- === 3.1.5 / 2020-12-09
308
+ ## Bug fixes:
14
309
 
15
- Minor enhancements:
310
+ * Accept not only /usr/bin/env but also /bin/env in some tests. Pull
311
+ request #3422 by Yusuke Endoh.
312
+ * Skip a test that attempts to remove the current directory on Solaris.
313
+ Pull request #3423 by Yusuke Endoh.
314
+ * Fix race condition on bundler's parallel installer. Pull request #3440
315
+ by David Rodríguez.
316
+ * Fix platform comparison check in #contains_requirable_file?. Pull
317
+ request #3495 by Benoit Daloze.
318
+ * Improve missing spec error. Pull request #3559 by Luis Sagastume.
319
+ * Fix hidden bundler template installation from rubygems updater. Pull
320
+ request #3674 by David Rodríguez.
321
+ * Fix gem update --user-install. Pull request #2901 by Luis Sagastume.
322
+ * Correct conflict list when uninstallation is prevented. Pull request
323
+ #2973 by David Rodríguez.
324
+ * Fix error when trying to find bundler with a deleted "working directo….
325
+ Pull request #3090 by Luis Sagastume.
326
+ * Fix -I require priority. Pull request #3124 by David Rodríguez.
327
+ * Fix `ruby setup.rb` for new plugins layout. Pull request #3144 by David
328
+ Rodríguez.
16
329
 
17
- * Add GlobalSign Root CA - R3 cert and remove outdated certs. Pull request #4100
18
- by Aditya Prakash.
330
+ ## Deprecations:
331
+
332
+ * Set deprecation warning on query command. Pull request #2967 by Luis
333
+ Sagastume.
19
334
 
20
- === 3.1.4 / 2020-06-03
335
+ ## Breaking changes:
21
336
 
22
- Minor enhancements:
337
+ * Remove ruby 1.8 leftovers. Pull request #3442 by David Rodríguez.
338
+ * Minitest cleanup. Pull request #3445 by David Rodríguez.
339
+ * Remove `builder` gem requirement for `gem regenerate_index`. Pull
340
+ request #3552 by David Rodríguez.
341
+ * Remove modelines for consistency. Pull request #3714 by David Rodríguez.
342
+ * Stop using deprecated OpenSSL::Digest constants. Pull request #3763 by
343
+ Bart de Water.
344
+ * Remove Gem module deprecated methods. Pull request #3101 by Luis
345
+ Sagastume.
346
+ * Remove ubygems.rb. Pull request #3102 by Luis Sagastume.
347
+ * Remove Gem::Commands::QueryCommand. Pull request #3104 by Luis
348
+ Sagastume.
349
+ * Remove dependency installer deprecated methods. Pull request #3106 by
350
+ Luis Sagastume.
351
+ * Remove Gem::UserInteraction#debug method. Pull request #3107 by Luis
352
+ Sagastume.
353
+ * Remove options from Gem::GemRunner.new. Pull request #3110 by Luis
354
+ Sagastume.
355
+ * Remove deprecated Gem::RemoteFetcher#fetch_size. Pull request #3111 by
356
+ Luis Sagastume.
357
+ * Remove source_exception from Gem::Exception. Pull request #3112 by Luis
358
+ Sagastume.
359
+ * Requiring rubygems/source_specific_file is deprecated, remove it. Pull
360
+ request #3114 by Luis Sagastume.
361
+
362
+ # 3.1.4 / 2020-06-03
363
+
364
+ ## Enhancements:
23
365
 
24
366
  * Deprecate rubyforge_project attribute only during build
25
367
  time. Pull request #3609 by Josef Šimánek.
@@ -28,9 +370,9 @@ Minor enhancements:
28
370
  * Remove failing ubuntu-rvm CI flow. Pull request #3611 by
29
371
  Josef Šimánek.
30
372
 
31
- === 3.1.3 / 2020-05-05
373
+ # 3.1.3 / 2020-05-05
32
374
 
33
- Minor enhancements:
375
+ ## Enhancements:
34
376
 
35
377
  * Resolver: require NameTuple before use. Pull request #3171 by Olle
36
378
  Jonsson.
@@ -41,7 +383,7 @@ Minor enhancements:
41
383
  * Add tests to check if Gem.ruby_version works with ruby git master.
42
384
  Pull request #3049 by Yusuke Endoh.
43
385
 
44
- Bug fixes:
386
+ ## Bug fixes:
45
387
 
46
388
  * Fix platform comparison check in #contains_requirable_file?. Pull
47
389
  request #3495 by Benoit Daloze.
@@ -53,9 +395,9 @@ Bug fixes:
53
395
  * Fix gem install from a gemdeps file with complex dependencies.
54
396
  Pull request #3054 by Luis Sagastume.
55
397
 
56
- === 3.1.2 / 2019-12-20
398
+ # 3.1.2 / 2019-12-20
57
399
 
58
- Minor enhancements:
400
+ ## Enhancements:
59
401
 
60
402
  * Restore non prompting `gem update --system` behavior. Pull request #3040
61
403
  by David Rodríguez.
@@ -65,29 +407,26 @@ Minor enhancements:
65
407
  Pull request #3042 by David Rodríguez.
66
408
  * Use Bundler 2.1.2. Pull request #3043 by SHIBATA Hiroshi.
67
409
 
68
- Bug fixes:
410
+ ## Bug fixes:
69
411
 
70
412
  * Require `uri` in source.rb. Pull request #3034 by mihaibuzgau.
71
413
  * Fix `gem update --system --force`. Pull request #3035 by David
72
414
  Rodríguez.
73
415
  * Move `require uri` to source_list. Pull request #3038 by mihaibuzgau.
74
416
 
75
- === 3.1.1 / 2019-12-16
417
+ # 3.1.1 / 2019-12-16
76
418
 
77
- Bug fixes:
419
+ ## Bug fixes:
78
420
 
79
421
  * Vendor Bundler 2.1.0 again. The version of Bundler with
80
422
  RubyGems 3.1.0 was Bundler 2.1.0.pre.3. Pull request #3029 by
81
423
  SHIBATA Hiroshi.
82
424
 
83
- === 3.1.0 / 2019-12-16
425
+ # 3.1.0 / 2019-12-16
84
426
 
85
- Major enhancements:
427
+ ## Enhancements:
86
428
 
87
429
  * Vendor bundler 2.1. Pull request #3028 by David Rodríguez.
88
-
89
- Minor enhancements:
90
-
91
430
  * Check for rubygems.org typo squatting sources. Pull request #2999 by
92
431
  Luis Sagastume.
93
432
  * Refactor remote fetcher. Pull request #3017 by David Rodríguez.
@@ -99,22 +438,25 @@ Minor enhancements:
99
438
  * Use bundler to manage development dependencies. Pull request #3012 by
100
439
  David Rodríguez.
101
440
 
102
- Bug fixes:
441
+ ## Bug fixes:
103
442
 
104
443
  * Remove unnecessary executable flags. Pull request #2982 by David
105
444
  Rodríguez.
106
445
  * Remove configuration that contained a typo. Pull request #2989 by David
107
446
  Rodríguez.
108
447
 
109
- Compatibility changes:
448
+ ## Deprecations:
110
449
 
111
- * Remove 1.8.7 leftovers. Pull request #2972 by David Rodríguez.
112
450
  * Deprecate `gem generate_index --modern` and `gem generate_index
113
451
  --no-modern`. Pull request #2992 by David Rodríguez.
114
452
 
115
- === 3.1.0.pre3 / 2019-11-11
453
+ ## Breaking changes:
454
+
455
+ * Remove 1.8.7 leftovers. Pull request #2972 by David Rodríguez.
456
+
457
+ # 3.1.0.pre3 / 2019-11-11
116
458
 
117
- Minor enhancements:
459
+ ## Enhancements:
118
460
 
119
461
  * Fix gem pristine not accounting for user installed gems. Pull request
120
462
  #2914 by Luis Sagastume.
@@ -133,18 +475,18 @@ Minor enhancements:
133
475
  * Fix Gem::LOADED_SPECS_MUTEX handling for recursive locking. Pull request
134
476
  #2985 by MSP-Greg.
135
477
 
136
- === 3.1.0.pre2 / 2019-10-15
478
+ # 3.1.0.pre2 / 2019-10-15
137
479
 
138
- Minor enhancements:
480
+ ## Enhancements:
139
481
 
140
482
  * Optimize Gem::Package::TarReader#each. Pull request #2941 by Jean byroot
141
483
  Boussier.
142
484
  * Time comparison around date boundary. Pull request #2944 by Nobuyoshi
143
485
  Nakada.
144
486
 
145
- === 3.1.0.pre1 / 2019-10-08
487
+ # 3.1.0.pre1 / 2019-10-08
146
488
 
147
- Major enhancements:
489
+ ## Enhancements:
148
490
 
149
491
  * Try to use bundler-2.1.0.pre.2. Pull request #2923 by SHIBATA Hiroshi.
150
492
  * [Require] Ensure -I beats a default gem. Pull request #1868 by Samuel
@@ -155,9 +497,6 @@ Major enhancements:
155
497
  Chaofan.
156
498
  * Autoswitch to exact bundler version if present. Pull request #2583 by
157
499
  David Rodríguez.
158
-
159
- Minor enhancements:
160
-
161
500
  * Fix Gem::Requirement equality comparison when ~> operator is used. Pull
162
501
  request #2554 by Grey Baker.
163
502
  * Don't use a proxy if https_proxy env var is empty. Pull request #2567 by
@@ -277,7 +616,7 @@ Minor enhancements:
277
616
  Berger.
278
617
  * Remove useless TODO comment. Pull request #2818 by Luis Sagastume.
279
618
 
280
- Bug fixes:
619
+ ## Bug fixes:
281
620
 
282
621
  * Fix typos in History.txt. Pull request #2565 by Igor Zubkov.
283
622
  * Remove unused empty sources array. Pull request #2598 by Aaron
@@ -310,29 +649,33 @@ Bug fixes:
310
649
  * Fix cryptic error on local and ignore-dependencies combination. Pull
311
650
  request #2650 by David Rodríguez.
312
651
 
313
- Compatibility changes:
652
+ ## Deprecations:
314
653
 
315
- * Remove commented code from command.rb. Pull request #2620 by Luis
654
+ * Make deprecate Gem::RubyGemsVersion and Gem::ConfigMap. Pull request
655
+ #2857 by SHIBATA Hiroshi.
656
+ * Deprecate Gem::RemoteFetcher#fetch_size. Pull request #2833 by Luis
657
+ Sagastume.
658
+ * Explicitly deprecate `rubyforge_project`. Pull request #2798 by David
659
+ Rodríguez.
660
+ * Deprecate unused Gem::Installer#unpack method. Pull request #2715 by Vít
661
+ Ondruch.
662
+ * Deprecate a few unused methods. Pull request #2674 by David Rodríguez.
663
+ * Add deprecation warnings for cli options. Pull request #2607 by Luis
316
664
  Sagastume.
665
+
666
+ ## Breaking changes:
667
+
317
668
  * Suppress keywords warning. Pull request #2934 by Nobuyoshi Nakada.
318
669
  * Suppress Ruby 2.7's real kwargs warning. Pull request #2912 by Koichi
319
670
  ITO.
320
671
  * Fix Kernel#warn override. Pull request #2911 by Jeremy Evans.
321
- * Make deprecate Gem::RubyGemsVersion and Gem::ConfigMap. Pull request
322
- #2857 by SHIBATA Hiroshi.
323
- * Deprecate Gem::RemoteFetcher#fetch_size. Pull request #2833 by Luis
324
- Sagastume.
325
672
  * Remove conflict.rb code that was supposed to be removed in Rubygems 3.
326
673
  Pull request #2802 by Luis Sagastume.
327
- * Explicitly deprecate `rubyforge_project`. Pull request #2798 by David
328
- Rodríguez.
329
674
  * Compatibility cleanups. Pull request #2754 by David Rodríguez.
330
675
  * Remove `others_possible` activation request param. Pull request #2747 by
331
676
  David Rodríguez.
332
677
  * Remove dependency installer deprecated code. Pull request #2740 by Luis
333
678
  Sagastume.
334
- * Deprecate unused Gem::Installer#unpack method. Pull request #2715 by Vít
335
- Ondruch.
336
679
  * Removed guard condition with USE_BUNDLER_FOR_GEMDEPS. Pull request #2716
337
680
  by SHIBATA Hiroshi.
338
681
  * Skip deprecation warning during specs. Pull request #2718 by David
@@ -341,34 +684,36 @@ Compatibility changes:
341
684
  * Removed circular require. Pull request #2679 by Nobuyoshi Nakada.
342
685
  * Removed needless environmental variable for Travis CI. Pull request
343
686
  #2685 by SHIBATA Hiroshi.
344
- * Deprecate a few unused methods. Pull request #2674 by David Rodríguez.
345
687
  * Removing yaml require. Pull request #2538 by Luciano Sousa.
346
- * Add deprecation warnings for cli options. Pull request #2607 by Luis
347
- Sagastume.
348
688
 
349
- Style changes:
689
+ # 3.0.8 / 2020-02-19
350
690
 
351
- * Enable `Layout/SpaceInsideParens` rubocop cop. Pull request #2630 by
352
- David Rodríguez.
353
- * Remove some extra empty lines from the repo. Pull request #2669 by David
354
- Rodríguez.
355
- * Enable Style/EmptyLinesAroundClassBody rubocop cop. Pull request #2636
356
- by David Rodríguez.
357
- * Enable Style/BlockDelimiters rubocop cop. Pull request #2640 by David
358
- Rodríguez.
359
- * Enable Layout/SpaceAroundOperators rubocop cop. Pull request #2642 by
360
- David Rodríguez.
361
- * Rubocop 0.71. Pull request #2785 by David Rodríguez.
691
+ ## Bug fixes:
692
+
693
+ * Gem::Specification#to_ruby needs OpenSSL. Pull request #2937 by
694
+ Nobuyoshi Nakada.
362
695
 
363
- === 3.0.6 / 2019-08-17
696
+ # 3.0.7 / 2020-02-18
364
697
 
365
- Bug fixes:
698
+ ## Bug fixes:
699
+
700
+ * Fix underscore version selection for bundler #2908 by David Rodríguez.
701
+ * Add missing wrapper. Pull request #2690 by David Rodríguez.
702
+ * Make Gem::Specification#ruby_code handle OpenSSL::PKey::RSA objects.
703
+ Pull request #2782 by Luis Sagastume.
704
+ * Installer.rb - fix #windows_stub_script. Pull request #2876 by MSP-Greg.
705
+ * Use IAM role to extract security-credentials for EC2 instance. Pull
706
+ request #2894 by Alexander Pakulov.
707
+
708
+ # 3.0.6 / 2019-08-17
709
+
710
+ ## Bug fixes:
366
711
 
367
712
  * Revert #2813. It broke the compatibility with 3.0.x versions.
368
713
 
369
- === 3.0.5 / 2019-08-16
714
+ # 3.0.5 / 2019-08-16
370
715
 
371
- Minor enhancements:
716
+ ## Enhancements:
372
717
 
373
718
  * Use env var to configure api key on push. Pull request #2559 by Luis
374
719
  Sagastume.
@@ -403,7 +748,7 @@ Minor enhancements:
403
748
  by Alexander Pakulov.
404
749
  * Fixup #2844. Pull request #2878 by SHIBATA Hiroshi.
405
750
 
406
- Bug fixes:
751
+ ## Bug fixes:
407
752
 
408
753
  * Fix intermittent test error on Appveyor & Travis. Pull request #2568 by
409
754
  MSP-Greg.
@@ -419,9 +764,9 @@ Bug fixes:
419
764
  * Ignore GEMRC variable for test suite. Pull request #2837 by SHIBATA
420
765
  Hiroshi.
421
766
 
422
- === 3.0.4 / 2019-06-14
767
+ # 3.0.4 / 2019-06-14
423
768
 
424
- Minor enhancements:
769
+ ## Enhancements:
425
770
 
426
771
  * Add support for TruffleRuby #2612 by Benoit Daloze
427
772
  * Serve a more descriptive error when --no-ri or --no-rdoc are used #2572
@@ -458,7 +803,7 @@ Minor enhancements:
458
803
  request #2777 by Yusuke Endoh.
459
804
  * Backport ruby core changes. Pull request #2778 by SHIBATA Hiroshi.
460
805
 
461
- Bug fixes:
806
+ ## Bug fixes:
462
807
 
463
808
  * Test_gem.rb - intermittent failure fix. Pull request #2613 by MSP-Greg.
464
809
  * Fix sporadic CI failures. Pull request #2617 by David Rodríguez.
@@ -474,11 +819,10 @@ Bug fixes:
474
819
  #2732 by Alex Junger.
475
820
  * Fix TODOs. Pull request #2748 by David Rodríguez.
476
821
 
477
- === 3.0.3 / 2019-03-05
822
+ # 3.0.3 / 2019-03-05
478
823
 
479
824
  Security fixes:
480
825
 
481
- * Fixed following vulnerabilities:
482
826
  * CVE-2019-8320: Delete directory using symlink when decompressing tar
483
827
  * CVE-2019-8321: Escape sequence injection vulnerability in `verbose`
484
828
  * CVE-2019-8322: Escape sequence injection vulnerability in `gem owner`
@@ -486,14 +830,14 @@ Security fixes:
486
830
  * CVE-2019-8324: Installing a malicious gem may lead to arbitrary code execution
487
831
  * CVE-2019-8325: Escape sequence injection vulnerability in errors
488
832
 
489
- === 3.0.2 / 2019-01-01
833
+ # 3.0.2 / 2019-01-01
490
834
 
491
- Minor enhancements:
835
+ ## Enhancements:
492
836
 
493
837
  * Use Bundler-1.17.3. Pull request #2556 by SHIBATA Hiroshi.
494
838
  * Fix document flag description. Pull request #2555 by Luis Sagastume.
495
839
 
496
- Bug fixes:
840
+ ## Bug fixes:
497
841
 
498
842
  * Fix tests when ruby --program-suffix is used without rubygems
499
843
  --format-executable. Pull request #2549 by Jeremy Evans.
@@ -503,9 +847,9 @@ Bug fixes:
503
847
  Fukumori.
504
848
  * Restore SOURCE_DATE_EPOCH. Pull request #2560 by SHIBATA Hiroshi.
505
849
 
506
- === 3.0.1 / 2018-12-23
850
+ # 3.0.1 / 2018-12-23
507
851
 
508
- Bug fixes:
852
+ ## Bug fixes:
509
853
 
510
854
  * Ensure globbed files paths are expanded. Pull request #2536 by Tony Ta.
511
855
  * Dup the Dir.home string before passing it on. Pull request #2545 by
@@ -514,9 +858,9 @@ Bug fixes:
514
858
  by SHIBATA Hiroshi.
515
859
  * Restore release task without hoe. Pull request #2547 by SHIBATA Hiroshi.
516
860
 
517
- === 3.0.0 / 2018-12-19
861
+ # 3.0.0 / 2018-12-19
518
862
 
519
- Major enhancements:
863
+ ## Enhancements:
520
864
 
521
865
  * S3 source. Pull request #1690 by Aditya Prakash.
522
866
  * Download gems with threads. Pull request #1898 by André Arko.
@@ -524,9 +868,6 @@ Major enhancements:
524
868
  * [GSoC] Multi-factor feature for RubyGems. Pull request #2369 by Qiu
525
869
  Chaofan.
526
870
  * Use bundler 1.17.2. Pull request #2521 by SHIBATA Hiroshi.
527
-
528
- Minor enhancements:
529
-
530
871
  * Don't treat inaccessible working directories as build failures. Pull
531
872
  request #1135 by Pete.
532
873
  * Remove useless directory parameter from builders .build methods.
@@ -553,7 +894,7 @@ Minor enhancements:
553
894
  Swandale.
554
895
  * Add Gem.operating_system_defaults to allow packagers to override
555
896
  defaults. Pull request #2116 by Vít Ondruch.
556
- * Update for compatibilty with new minitest. Pull request #2118 by
897
+ * Update for compatibility with new minitest. Pull request #2118 by
557
898
  MSP-Greg.
558
899
  * Make Windows bin stubs portable. Pull request #2119 by MSP-Greg.
559
900
  * Avoid to warnings about gemspec loadings in rubygems tests. Pull request
@@ -585,11 +926,11 @@ Minor enhancements:
585
926
  SHIBATA Hiroshi.
586
927
  * Add Rake task to install dev dependencies. Pull request #2173 by Ellen
587
928
  Marie Dash.
588
- * Add new sections to the README and explaination of what RubyGems is.
929
+ * Add new sections to the README and explanation of what RubyGems is.
589
930
  Pull request #2174 by Colby Swandale.
590
931
  * Prefer to use `Numeric#zero?` instead of `== 0`. Pull request #2176 by
591
932
  SHIBATA Hiroshi.
592
- * Ignore perfomance test of version regexp pattern. Pull request #2179 by
933
+ * Ignore performance test of version regexp pattern. Pull request #2179 by
593
934
  SHIBATA Hiroshi.
594
935
  * Ignore .DS_Store files in the update_manifest task. Pull request #2199
595
936
  by Colby Swandale.
@@ -684,7 +1025,7 @@ Minor enhancements:
684
1025
  * Support the environment without OpenSSL. Pull request #2528 by SHIBATA
685
1026
  Hiroshi.
686
1027
 
687
- Bug fixes:
1028
+ ## Bug fixes:
688
1029
 
689
1030
  * Fix undefined method error when printing alert. Pull request #1884 by
690
1031
  Robert Ross.
@@ -737,7 +1078,7 @@ Bug fixes:
737
1078
  * Fix tests when --program-suffix and similar ruby configure options are
738
1079
  used. Pull request #2529 by Jeremy Evans.
739
1080
 
740
- Compatibility changes:
1081
+ ## Breaking changes:
741
1082
 
742
1083
  * IO.binread is not provided at Ruby 1.8. Pull request #2093 by SHIBATA
743
1084
  Hiroshi.
@@ -790,44 +1131,20 @@ Compatibility changes:
790
1131
  * [BudlerVersionFinder] set .filter! and .compatible? to match only on
791
1132
  major versions. Pull request #2515 by Colby Swandale.
792
1133
 
793
- Style changes:
794
-
795
- * Add Rubocop. Pull request #2250 by Colby Swandale.
796
- * Removed explicitly declaration of thread library. Pull request #2324 by
797
- SHIBATA Hiroshi.
798
- * Remove Trailing whitespace with rubocop. Pull request #2394 by SHIBATA
799
- Hiroshi.
800
- * Update rubocop and also use correct pessimistic version. Pull request
801
- #2404 by Colby Swandale.
802
- * Enable more rubocop rules. Pull request #2435 by Ellen Marie Dash.
803
- * Fix and lock rubocop. Pull request #2465 by David Rodríguez.
804
- * Add a rubocop binstub. Pull request #2468 by David Rodríguez.
805
- * Restore the `rubocop` task. Pull request #2470 by David Rodríguez.
806
- * Remove trailing blank lines. Pull request #2471 by David Rodríguez.
807
- * Remove empty lines around method bodies. Pull request #2473 by David
808
- Rodríguez.
809
- * Enable Style/MethodDefParentheses in Rubocop. Pull request #2478 by
810
- Colby Swandale.
811
- * Enable Style/MultilineIfThen in Rubocop. Pull request #2479 by Luis
812
- Sagastume.
813
- * Remove trailing 'then' from generated code. Pull request #2480 by Luis
814
- Sagastume.
815
-
816
- === 2.7.10 / 2019-06-14
1134
+ # 2.7.10 / 2019-06-14
817
1135
 
818
- Minor enhancements:
1136
+ ## Enhancements:
819
1137
 
820
1138
  * Fix bundler rubygems binstub not properly looking for bundler. Pull request #2426
821
1139
  by David Rodríguez.
822
1140
  * [BudlerVersionFinder] set .filter! and .compatible? to match only on major versions.
823
1141
  Pull request #2515 by Colby Swandale.
824
- + Update for compatibilty with new minitest. Pull request #2118 by MSP-Greg.
1142
+ + Update for compatibility with new minitest. Pull request #2118 by MSP-Greg.
825
1143
 
826
- === 2.7.9 / 2019-03-05
1144
+ # 2.7.9 / 2019-03-05
827
1145
 
828
1146
  Security fixes:
829
1147
 
830
- * Fixed following vulnerabilities:
831
1148
  * CVE-2019-8320: Delete directory using symlink when decompressing tar
832
1149
  * CVE-2019-8321: Escape sequence injection vulnerability in `verbose`
833
1150
  * CVE-2019-8322: Escape sequence injection vulnerability in `gem owner`
@@ -835,9 +1152,9 @@ Security fixes:
835
1152
  * CVE-2019-8324: Installing a malicious gem may lead to arbitrary code execution
836
1153
  * CVE-2019-8325: Escape sequence injection vulnerability in errors
837
1154
 
838
- === 2.7.8 / 2018-11-02
1155
+ # 2.7.8 / 2018-11-02
839
1156
 
840
- Minor enhancements:
1157
+ ## Enhancements:
841
1158
 
842
1159
  * [Requirement] Treat requirements with == versions as equal. Pull
843
1160
  request #2230 by Samuel Giddins.
@@ -856,7 +1173,7 @@ Minor enhancements:
856
1173
  * Improve bindir flag description. Pull request #2383 by Luis Sagastume.
857
1174
  * Update bundler-1.16.6. Pull request #2423 by SHIBATA Hiroshi.
858
1175
 
859
- Bug fixes:
1176
+ ## Bug fixes:
860
1177
 
861
1178
  * Fix #1470: generate documentation when --install-dir is present. Pull
862
1179
  request #2229 by Elias Hernandis.
@@ -869,9 +1186,9 @@ Bug fixes:
869
1186
  * Gem::Version should handle nil like it used to before. Pull request
870
1187
  #2363 by Luis Sagastume.
871
1188
 
872
- === 2.7.7 / 2018-05-08
1189
+ # 2.7.7 / 2018-05-08
873
1190
 
874
- Minor enhancements:
1191
+ ## Enhancements:
875
1192
 
876
1193
  * [RequestSet] Only suggest a gem version with an installable platform.
877
1194
  Pull request #2175 by Samuel Giddins.
@@ -886,7 +1203,7 @@ Minor enhancements:
886
1203
  Sagastume.
887
1204
  * Backport ruby core commits. Pull request #2264 by SHIBATA Hiroshi.
888
1205
 
889
- Bug fixes:
1206
+ ## Bug fixes:
890
1207
 
891
1208
  * Frozen string fix - lib/rubygems/bundler_version_finder.rb. Pull request
892
1209
  #2115 by MSP-Greg.
@@ -899,16 +1216,19 @@ Bug fixes:
899
1216
  * Fix path checks for case insensitive filesystem. Pull request #2211 by
900
1217
  Lars Kanis.
901
1218
 
902
- Compatibility changes:
1219
+ ## Deprecations:
903
1220
 
904
1221
  * Deprecate unused code before removing them at #1524. Pull request #2197
905
1222
  by SHIBATA Hiroshi.
906
1223
  * Deprecate for rubygems 3. Pull request #2214 by SHIBATA Hiroshi.
907
1224
  * Mark deprecation to `ubygems.rb` for RubyGems 4. Pull request #2269 by
908
1225
  SHIBATA Hiroshi.
1226
+
1227
+ ## Breaking changes:
1228
+
909
1229
  * Update bundler-1.16.2. Pull request #2291 by SHIBATA Hiroshi.
910
1230
 
911
- === 2.7.6 / 2018-02-16
1231
+ # 2.7.6 / 2018-02-16
912
1232
 
913
1233
  Security fixes:
914
1234
 
@@ -917,7 +1237,7 @@ Security fixes:
917
1237
  * Fix possible Unsafe Object Deserialization Vulnerability in gem owner.
918
1238
  Fixed by Jonathan Claudius.
919
1239
  * Strictly interpret octal fields in tar headers.
920
- Discoved by plover, fixed by Samuel Giddins.
1240
+ Discovered by plover, fixed by Samuel Giddins.
921
1241
  * Raise a security error when there are duplicate files in a package.
922
1242
  Discovered by plover, fixed by Samuel Giddins.
923
1243
  * Enforce URL validation on spec homepage attribute.
@@ -927,9 +1247,9 @@ Security fixes:
927
1247
  * Prevent Path Traversal issue during gem installation.
928
1248
  Discovered by nmalkin.
929
1249
 
930
- === 2.7.5
1250
+ # 2.7.5
931
1251
 
932
- Bug fixes:
1252
+ ## Bug fixes:
933
1253
 
934
1254
  * To use bundler-1.16.1 #2121 by SHIBATA Hiroshi.
935
1255
  * Fixed leaked FDs. Pull request #2127 by Nobuyoshi Nakada.
@@ -941,9 +1261,9 @@ Bug fixes:
941
1261
  * Set whether bundler is used for gemdeps with an environmental variable #2126 by SHIBATA Hiroshi.
942
1262
  * Fix undefined method error when printing alert #1884 by Robert Ross.
943
1263
 
944
- === 2.7.4
1264
+ # 2.7.4
945
1265
 
946
- Bug fixes:
1266
+ ## Bug fixes:
947
1267
 
948
1268
  * Fixed leaked FDs. Pull request #2127 by Nobuyoshi Nakada.
949
1269
  * Avoid to warnings about gemspec loadings in rubygems tests. Pull request
@@ -952,9 +1272,9 @@ Bug fixes:
952
1272
  * Handle environment that does not have `flock` system call. Pull request
953
1273
  #2107 by SHIBATA Hiroshi.
954
1274
 
955
- === 2.7.3
1275
+ # 2.7.3
956
1276
 
957
- Minor enhancements:
1277
+ ## Enhancements:
958
1278
 
959
1279
  * Removed needless version lock. Pull request #2074 by SHIBATA Hiroshi.
960
1280
  * Add --[no-]check-development option to cleanup command. Pull request
@@ -967,7 +1287,7 @@ Minor enhancements:
967
1287
  * Remove multi load warning from plugins documentation. Pull request #2103
968
1288
  by Thibault Jouan.
969
1289
 
970
- Bug fixes:
1290
+ ## Bug fixes:
971
1291
 
972
1292
  * Fix test failure on Alpine Linux. Pull request #2079 by Ellen Marie
973
1293
  Dash.
@@ -986,33 +1306,30 @@ Bug fixes:
986
1306
  * Use setup command --regenerate-binstubs option flag. Pull request #2099
987
1307
  by Thibault Jouan.
988
1308
 
989
- === 2.7.2
1309
+ # 2.7.2
990
1310
 
991
- Bug fixes:
1311
+ ## Bug fixes:
992
1312
 
993
1313
  * Added template files to vendoerd bundler. Pull request #2065 by SHIBATA
994
1314
  Hiroshi.
995
1315
  * Added workaround for non-git environment. Pull request #2066 by SHIBATA
996
1316
  Hiroshi.
997
1317
 
998
- === 2.7.1 (2017-11-03)
1318
+ # 2.7.1 (2017-11-03)
999
1319
 
1000
- Bug fixes:
1320
+ ## Bug fixes:
1001
1321
 
1002
1322
  * Fix `gem update --system` with RubyGems 2.7+. Pull request #2054 by
1003
1323
  Samuel Giddins.
1004
1324
 
1005
- === 2.7.0 (2017-11-02)
1325
+ # 2.7.0 (2017-11-02)
1006
1326
 
1007
- Major enhancements:
1327
+ ## Enhancements:
1008
1328
 
1009
1329
  * Update vendored bundler-1.16.0. Pull request #2051 by Samuel Giddins.
1010
1330
  * Use Bundler for Gem.use_gemdeps. Pull request #1674 by Samuel Giddins.
1011
1331
  * Add command `signin` to `gem` CLI. Pull request #1944 by Shiva Bhusal.
1012
1332
  * Add Logout feature to CLI. Pull request #1938 by Shiva Bhusal.
1013
-
1014
- Minor enhancements:
1015
-
1016
1333
  * Added message to uninstall command for gem that is not installed. Pull
1017
1334
  request #1979 by anant anil kolvankar.
1018
1335
  * Add --trust-policy option to unpack command. Pull request #1718 by
@@ -1098,11 +1415,8 @@ Minor enhancements:
1098
1415
  * Warn when requiring deprecated files. Pull request #1939 by Ellen Marie
1099
1416
  Dash.
1100
1417
 
1101
- Compatibility changes:
1418
+ ## Deprecations:
1102
1419
 
1103
- * Use `-rrubygems` instead of `-rubygems.rb`. Because ubygems.rb is
1104
- unavailable on Ruby 2.5. Pull request #2028 #2027 #2029
1105
- by SHIBATA Hiroshi.
1106
1420
  * Deprecate Gem::InstallerTestCase#util_gem_bindir and
1107
1421
  Gem::InstallerTestCase#util_gem_dir. Pull request #1729 by Jon Moss.
1108
1422
  * Deprecate passing options to Gem::GemRunner. Pull request #1730 by Jon
@@ -1110,10 +1424,16 @@ Compatibility changes:
1110
1424
  * Add deprecation for Gem#datadir. Pull request #1732 by Jon Moss.
1111
1425
  * Add deprecation warning for Gem::DependencyInstaller#gems_to_install.
1112
1426
  Pull request #1731 by Jon Moss.
1427
+
1428
+ ## Breaking changes:
1429
+
1430
+ * Use `-rrubygems` instead of `-rubygems.rb`. Because ubygems.rb is
1431
+ unavailable on Ruby 2.5. Pull request #2028 #2027 #2029
1432
+ by SHIBATA Hiroshi.
1113
1433
  * Update Code of Conduct to Contributor Covenant v1.4.0. Pull request
1114
1434
  #1796 by Matej.
1115
1435
 
1116
- Bug fixes:
1436
+ ## Bug fixes:
1117
1437
 
1118
1438
  * Fix issue for MinGW / MSYS2 builds and testing. Pull request #1876 by
1119
1439
  MSP-Greg.
@@ -1166,7 +1486,7 @@ Bug fixes:
1166
1486
  * [StubSpecification] Don’t iterate through all loaded specs in #to_spec.
1167
1487
  Pull request #1738 by Samuel Giddins.
1168
1488
 
1169
- === 2.6.14 / 2017-10-09
1489
+ # 2.6.14 / 2017-10-09
1170
1490
 
1171
1491
  Security fixes:
1172
1492
 
@@ -1174,7 +1494,7 @@ Security fixes:
1174
1494
  See CVE-2017-0903 for full details.
1175
1495
  Fix by Aaron Patterson.
1176
1496
 
1177
- === 2.6.13 / 2017-08-27
1497
+ # 2.6.13 / 2017-08-27
1178
1498
 
1179
1499
  Security fixes:
1180
1500
 
@@ -1188,9 +1508,9 @@ Security fixes:
1188
1508
  to overwrite arbitrary files. (CVE-2017-0901)
1189
1509
  Discovered by Yusuke Endoh, fix by Samuel Giddins.
1190
1510
 
1191
- === 2.6.12 / 2017-04-30
1511
+ # 2.6.12 / 2017-04-30
1192
1512
 
1193
- Bug fixes:
1513
+ ## Bug fixes:
1194
1514
 
1195
1515
  * Fix test_self_find_files_with_gemfile to sort expected files. Pull
1196
1516
  request #1880 by Kazuaki Matsuo.
@@ -1211,9 +1531,9 @@ Bug fixes:
1211
1531
  * Allow Gem.finish_resolve to respect already-activated specs. Pull
1212
1532
  request #1910 by Samuel Giddins.
1213
1533
 
1214
- === 2.6.11 / 2017-03-16
1534
+ # 2.6.11 / 2017-03-16
1215
1535
 
1216
- Bug fixes:
1536
+ ## Bug fixes:
1217
1537
 
1218
1538
  * Fixed broken tests on ruby-head. Pull request #1841 by
1219
1539
  SHIBATA Hiroshi.
@@ -1224,16 +1544,16 @@ Bug fixes:
1224
1544
  * Use improved resolver sorting algorithm. Pull request #1856 by
1225
1545
  Samuel Giddins.
1226
1546
 
1227
- === 2.6.10 / 2017-01-23
1547
+ # 2.6.10 / 2017-01-23
1228
1548
 
1229
- Bug fixes:
1549
+ ## Bug fixes:
1230
1550
 
1231
1551
  * Fix `require` calling the wrong `gem` method when it is overridden.
1232
1552
  Pull request #1822 by Samuel Giddins.
1233
1553
 
1234
- === 2.6.9 / 2017-01-20
1554
+ # 2.6.9 / 2017-01-20
1235
1555
 
1236
- Bug fixes:
1556
+ ## Bug fixes:
1237
1557
 
1238
1558
  * Allow initializing versions with empty strings. Pull request #1767 by
1239
1559
  Luis Sagastume.
@@ -1247,9 +1567,9 @@ Bug fixes:
1247
1567
  * RakeBuilder: avoid frozen string issue. Pull request #1819 by Olle
1248
1568
  Jonsson.
1249
1569
 
1250
- === 2.6.8 / 2016-10-29
1570
+ # 2.6.8 / 2016-10-29
1251
1571
 
1252
- Bug fixes:
1572
+ ## Bug fixes:
1253
1573
 
1254
1574
  * Improve SSL verification failure message. Pull request #1751
1255
1575
  by Eric Hodel.
@@ -1258,9 +1578,9 @@ Bug fixes:
1258
1578
  * Update vendored Molinillo to 0.5.3. Pull request #1763 by
1259
1579
  Samuel Giddins.
1260
1580
 
1261
- === 2.6.7 / 2016-09-26
1581
+ # 2.6.7 / 2016-09-26
1262
1582
 
1263
- Bug fixes:
1583
+ ## Bug fixes:
1264
1584
 
1265
1585
  * Install native extensions in the correct location when using the
1266
1586
  `--user-install` flag. Pull request #1683 by Noah Kantrowitz.
@@ -1272,24 +1592,24 @@ Bug fixes:
1272
1592
  * Update vendored Molinillo to 0.5.1. Pull request #1714 by
1273
1593
  Samuel Giddins.
1274
1594
 
1275
- === 2.6.6 / 2016-06-22
1595
+ # 2.6.6 / 2016-06-22
1276
1596
 
1277
- Bug fixes:
1597
+ ## Bug fixes:
1278
1598
 
1279
1599
  * Sort installed versions to make sure we install the latest version when
1280
1600
  running `gem update --system`. As a one-time fix, run
1281
1601
  `gem update --system=2.6.6`. Pull request #1601 by David Radcliffe.
1282
1602
 
1283
- === 2.6.5 / 2016-06-21
1603
+ # 2.6.5 / 2016-06-21
1284
1604
 
1285
- Minor enhancements:
1605
+ ## Enhancements:
1286
1606
 
1287
1607
  * Support for unified Integer in Ruby 2.4. Pull request #1618
1288
1608
  by SHIBATA Hiroshi.
1289
1609
  * Update vendored Molinillo to 0.5.0 for performance improvements.
1290
1610
  Pull request #1638 by Samuel Giddins.
1291
1611
 
1292
- Bug fixes:
1612
+ ## Bug fixes:
1293
1613
 
1294
1614
  * Raise an explicit error if Signer#sign is called with no certs. Pull
1295
1615
  request #1605 by Daniel Berger.
@@ -1309,16 +1629,16 @@ Bug fixes:
1309
1629
  Pull request #1644 by Charles Oliver Nutter.
1310
1630
  * Run Bundler tests on TravisCI. Pull request #1650 by Samuel Giddins.
1311
1631
 
1312
- === 2.6.4 / 2016-04-26
1632
+ # 2.6.4 / 2016-04-26
1313
1633
 
1314
- Minor enhancements:
1634
+ ## Enhancements:
1315
1635
 
1316
1636
  * Use Gem::Util::NULL_DEVICE instead of hard coded strings. Pull request #1588
1317
1637
  by Chris Charabaruk.
1318
1638
  * Use File.symlink on MS Windows if supported. Pull request #1418
1319
1639
  by Nobuyoshi Nakada.
1320
1640
 
1321
- Bug fixes:
1641
+ ## Bug fixes:
1322
1642
 
1323
1643
  * Redact uri password from error output when gem fetch fails. Pull request
1324
1644
  #1565 by Brian Fletcher.
@@ -1326,9 +1646,9 @@ Bug fixes:
1326
1646
  * Escape user-supplied content served on web pages by `gem server` to avoid
1327
1647
  potential XSS vulnerabilities. Samuel Giddins.
1328
1648
 
1329
- === 2.6.3 / 2016-04-05
1649
+ # 2.6.3 / 2016-04-05
1330
1650
 
1331
- Minor enhancements:
1651
+ ## Enhancements:
1332
1652
 
1333
1653
  * Lazily calculate Gem::LoadError exception messages. Pull request #1550
1334
1654
  by Aaron Patterson.
@@ -1339,7 +1659,7 @@ Minor enhancements:
1339
1659
  * Show default gems when using "gem list". Pull request #1570 by Luis
1340
1660
  Sagastume.
1341
1661
 
1342
- Bug fixes:
1662
+ ## Bug fixes:
1343
1663
 
1344
1664
  * Stub ordering should be consistent regardless of how cache is populated.
1345
1665
  Pull request #1552 by Aaron Patterson.
@@ -1355,9 +1675,9 @@ Bug fixes:
1355
1675
  Giddins.
1356
1676
  * Allow two digit version numbers in the tests. Pull request #1575 by unak.
1357
1677
 
1358
- === 2.6.2 / 2016-03-12
1678
+ # 2.6.2 / 2016-03-12
1359
1679
 
1360
- Bug fixes:
1680
+ ## Bug fixes:
1361
1681
 
1362
1682
  * Fix wrong version of gem activation for bin stub. Pull request #1527 by
1363
1683
  Aaron Patterson.
@@ -1368,9 +1688,9 @@ Bug fixes:
1368
1688
  #1538 by Charles Oliver Nutter.
1369
1689
 
1370
1690
 
1371
- === 2.6.1 / 2016-02-28
1691
+ # 2.6.1 / 2016-02-28
1372
1692
 
1373
- Bug fixes:
1693
+ ## Bug fixes:
1374
1694
 
1375
1695
  * Ensure `default_path` and `home` are set for paths. Pull request #1513
1376
1696
  by Aaron Patterson.
@@ -1379,9 +1699,9 @@ Bug fixes:
1379
1699
  * Fix invalid gem file preventing gem install from working. Pull request
1380
1700
  #1499 by Luis Sagastume.
1381
1701
 
1382
- === 2.6.0 / 2016-02-26
1702
+ # 2.6.0 / 2016-02-26
1383
1703
 
1384
- Minor enhancements:
1704
+ ## Enhancements:
1385
1705
 
1386
1706
  * RubyGems now defaults the `gem push` to the gem's "allowed_push_host"
1387
1707
  metadata setting. Pull request #1486 by Josh Lane.
@@ -1392,7 +1712,7 @@ Minor enhancements:
1392
1712
  * Allow specifying gem requirements via env variables. Pull request #1472
1393
1713
  by Samuel E. Giddins.
1394
1714
 
1395
- Bug fixes:
1715
+ ## Bug fixes:
1396
1716
 
1397
1717
  * RubyGems now stores `gem push` credentials under the host you signed-in for.
1398
1718
  Pull request #1485 by Josh Lane.
@@ -1418,9 +1738,9 @@ Bug fixes:
1418
1738
  * Find_files only from loaded_gems when using gemdeps. Pull request #1277
1419
1739
  by Michal Papis.
1420
1740
 
1421
- === 2.5.2 / 2016-01-31
1741
+ # 2.5.2 / 2016-01-31
1422
1742
 
1423
- Bug fixes:
1743
+ ## Bug fixes:
1424
1744
 
1425
1745
  * Fix memoization of Gem::Version#prerelease? Pull request #1125 by Matijs van
1426
1746
  Zuijlen.
@@ -1436,7 +1756,7 @@ Bug fixes:
1436
1756
  * Handle symlinks containing ".." correctly. Pull request #1457 by Samuel E.
1437
1757
  Giddins.
1438
1758
 
1439
- Minor enhancements:
1759
+ ## Enhancements:
1440
1760
 
1441
1761
  * Add `--no-rc` flag, which skips loading `.gemrc`. Pull request #1329 by Luis
1442
1762
  Sagastume.
@@ -1461,9 +1781,9 @@ Minor enhancements:
1461
1781
  * Function correctly when string literals are frozen on Ruby 2.3. Pull request
1462
1782
  #1408 by Samuel E. Giddins.
1463
1783
 
1464
- === 2.5.1 / 2015-12-10
1784
+ # 2.5.1 / 2015-12-10
1465
1785
 
1466
- Bug fixes:
1786
+ ## Bug fixes:
1467
1787
 
1468
1788
  * Ensure platform sorting only uses strings. Affected binary installs on Windows.
1469
1789
  Issue #1369 reported by Ryan Atball (among others).
@@ -1492,9 +1812,9 @@ Bug fixes:
1492
1812
  Kudo.
1493
1813
  * Fixed double word typo. Pull request #1411 by Jake Worth.
1494
1814
 
1495
- === 2.5.0 / 2015-11-03
1815
+ # 2.5.0 / 2015-11-03
1496
1816
 
1497
- Major enhancements:
1817
+ ## Enhancements:
1498
1818
 
1499
1819
  * Added the Gem::Licenses class which provides a set of standard license
1500
1820
  identifiers as set by spdx.org. This is now used by the
@@ -1503,8 +1823,6 @@ Major enhancements:
1503
1823
 
1504
1824
  Pull request #1249 by Kyle Mitchell.
1505
1825
 
1506
- Minor enhancements:
1507
-
1508
1826
  * Use Molinillo as the resolver library. This is the same resolver as used by
1509
1827
  Bundler. Pull request #1189 by Samuel E. Giddins.
1510
1828
  * Add `--skip=gem_name` to Pristine command. Pull request #1018 by windwiny.
@@ -1566,7 +1884,7 @@ Minor enhancements:
1566
1884
  * Gem::RemoteFetcher allows users to set HTTP headers. Pull request #1363 by
1567
1885
  Agis Anastasopoulos.
1568
1886
 
1569
- Bug fixes:
1887
+ ## Bug fixes:
1570
1888
 
1571
1889
  * Fixed Rake homepage url in example for Gem::Specification#homepage.
1572
1890
  Pull request #1171 by Arthur Nogueira Neves
@@ -1623,22 +1941,22 @@ Bug fixes:
1623
1941
  * RubyGems handles invalid config files better. Pull request #1367 by Agis
1624
1942
  Anastasopoulos.
1625
1943
 
1626
- === 2.4.8 / 2015-06-08
1944
+ # 2.4.8 / 2015-06-08
1627
1945
 
1628
- Bug fixes:
1946
+ ## Bug fixes:
1629
1947
 
1630
1948
  * Tightened API endpoint checks for CVE-2015-3900
1631
1949
 
1632
- === 2.4.7 / 2015-05-14
1950
+ # 2.4.7 / 2015-05-14
1633
1951
 
1634
- Bug fixes:
1952
+ ## Bug fixes:
1635
1953
 
1636
1954
  * Limit API endpoint to original security domain for CVE-2015-3900.
1637
1955
  Fix by claudijd
1638
1956
 
1639
- === 2.4.6 / 2015-02-05
1957
+ # 2.4.6 / 2015-02-05
1640
1958
 
1641
- Bug fixes:
1959
+ ## Bug fixes:
1642
1960
 
1643
1961
  * Fixed resolving gems with both upper and lower requirement boundaries.
1644
1962
  Issue #1141 by Jakub Jirutka.
@@ -1663,9 +1981,9 @@ Bug fixes:
1663
1981
  Ondruch.
1664
1982
  * Relaxed Psych dependency. Pull request #1128 by Vít Ondruch.
1665
1983
 
1666
- === 2.4.5 / 2014-12-03
1984
+ # 2.4.5 / 2014-12-03
1667
1985
 
1668
- Bug fixes:
1986
+ ## Bug fixes:
1669
1987
 
1670
1988
  * Improved speed of requiring gems. (Around 25% for a 60 gem test). Pull
1671
1989
  request #1060 by unak.
@@ -1705,27 +2023,27 @@ Bug fixes:
1705
2023
  * Fixed grouped expression warning. Pull request #1081 by André Arko.
1706
2024
  * Fixed handling of platforms when writing lockfiles.
1707
2025
 
1708
- === 2.4.4 / 2014-11-12
2026
+ # 2.4.4 / 2014-11-12
1709
2027
 
1710
- Bug fixes:
2028
+ ## Bug fixes:
1711
2029
 
1712
2030
  * Add alternate Root CA for upcoming certificate change. Fixes #1050 by
1713
2031
  Protosac
1714
2032
 
1715
- === 2.4.3 / 2014-11-10
2033
+ # 2.4.3 / 2014-11-10
1716
2034
 
1717
- Bug fixes:
2035
+ ## Bug fixes:
1718
2036
 
1719
2037
  * Fix redefine MirrorCommand issue. Pull request #1044 by @akr.
1720
2038
  * Fix typo in platform= docs. Pull request #1048 by @jasonrclark
1721
2039
  * Add root SSL certificates for upcoming certificate change. Fixes #1050 by
1722
2040
  Protosac
1723
2041
 
1724
- === 2.4.2 / 2014-10-01
2042
+ # 2.4.2 / 2014-10-01
1725
2043
 
1726
2044
  This release was sponsored by Ruby Central.
1727
2045
 
1728
- Bug fixes:
2046
+ ## Bug fixes:
1729
2047
 
1730
2048
  * RubyGems now correctly matches wildcard no_proxy hosts. Issue #997 by
1731
2049
  voelzemo.
@@ -1759,16 +2077,16 @@ Bug fixes:
1759
2077
  * RubyGems now fails immediately when a git reference cannot be found instead
1760
2078
  of spewing git errors. Issue #1031 by Michal Papis
1761
2079
 
1762
- === 2.4.1 / 2014-07-17
2080
+ # 2.4.1 / 2014-07-17
1763
2081
 
1764
- Bug fixes:
2082
+ ## Bug fixes:
1765
2083
 
1766
2084
  * RubyGems can now be updated on Ruby implementations that do not support
1767
2085
  vendordir in RbConfig::CONFIG. Issue #974 by net1957.
1768
2086
 
1769
- === 2.4.0 / 2014-07-16
2087
+ # 2.4.0 / 2014-07-16
1770
2088
 
1771
- Minor enhancements:
2089
+ ## Enhancements:
1772
2090
 
1773
2091
  * The contents command now supports a --show-install-dir option that shows
1774
2092
  only the directory the gem is installed in. Feature request #966 by Akinori
@@ -1779,7 +2097,7 @@ Minor enhancements:
1779
2097
  in Gem.vendor_dir with the --vendor option to gem install. Issue #943 by
1780
2098
  Marcus Rückert.
1781
2099
 
1782
- Bug fixes:
2100
+ ## Bug fixes:
1783
2101
 
1784
2102
  * Kernel#gem now respects the prerelease flag when activating gems.
1785
2103
  Previously this behavior was undefined which could lead to bugs when a
@@ -1829,9 +2147,9 @@ Bug fixes:
1829
2147
  during gem resolution.
1830
2148
 
1831
2149
 
1832
- === 2.3.0 / 2014-06-10
2150
+ # 2.3.0 / 2014-06-10
1833
2151
 
1834
- Minor enhancements:
2152
+ ## Enhancements:
1835
2153
 
1836
2154
  * Added the `open` command which allows you to inspect the source of a gem
1837
2155
  using your editor.
@@ -1872,7 +2190,7 @@ Minor enhancements:
1872
2190
  * RubyGems recommends SPDX IDs for licenses now. Pull request #917 by
1873
2191
  Benjamin Fleischer.
1874
2192
 
1875
- Bug fixes:
2193
+ ## Bug fixes:
1876
2194
 
1877
2195
  * RubyGems now only fetches the latest specs to find misspellings which speeds
1878
2196
  up gem suggestions. Pull request #808 by Aaron Patterson.
@@ -1952,29 +2270,29 @@ Bug fixes:
1952
2270
  * Gem::BasicSpecification#require_paths respects default_ext_dir_for now. Bug
1953
2271
  #852 by Vít Ondruch.
1954
2272
 
1955
- === 2.2.5 / 2015-06-08
2273
+ # 2.2.5 / 2015-06-08
1956
2274
 
1957
- Bug fixes:
2275
+ ## Bug fixes:
1958
2276
 
1959
2277
  * Tightened API endpoint checks for CVE-2015-3900
1960
2278
 
1961
- === 2.2.4 / 2015-05-14
2279
+ # 2.2.4 / 2015-05-14
1962
2280
 
1963
- Bug fixes:
2281
+ ## Bug fixes:
1964
2282
 
1965
2283
  * Backport: Limit API endpoint to original security domain for CVE-2015-3900.
1966
2284
  Fix by claudijd
1967
2285
 
1968
- === 2.2.3 / 2014-12-21
2286
+ # 2.2.3 / 2014-12-21
1969
2287
 
1970
- Bug fixes:
2288
+ ## Bug fixes:
1971
2289
 
1972
2290
  * Backport: Add alternate Root CA for upcoming certificate change.
1973
2291
  Fixes #1050 by Protosac
1974
2292
 
1975
- === 2.2.2 / 2014-02-05
2293
+ # 2.2.2 / 2014-02-05
1976
2294
 
1977
- Bug fixes:
2295
+ ## Bug fixes:
1978
2296
 
1979
2297
  * Fixed ruby tests when BASERUBY is not set. Patch for #778 by Nobuyoshi
1980
2298
  Nakada.
@@ -1999,9 +2317,9 @@ Bug fixes:
1999
2317
  * Restored behavior of Gem::Version::new when subclassed. Issue #805 by
2000
2318
  Sergio Rubio.
2001
2319
 
2002
- === 2.2.1 / 2014-01-06
2320
+ # 2.2.1 / 2014-01-06
2003
2321
 
2004
- Bug fixes:
2322
+ ## Bug fixes:
2005
2323
 
2006
2324
  * Platforms in the Gemfile.lock GEM section are now handled correctly. Bug
2007
2325
  #767 by Diego Viola.
@@ -2027,12 +2345,12 @@ Bug fixes:
2027
2345
  * Fixed specification file sorting for Ruby 1.8.7 compatibility. Pull
2028
2346
  request #763 by James Mead
2029
2347
 
2030
- === 2.2.0 / 2013-12-26
2348
+ # 2.2.0 / 2013-12-26
2031
2349
 
2032
2350
  Special thanks to Vít Ondruch and Michal Papis for testing and finding bugs in
2033
2351
  RubyGems as it was prepared for the 2.2.0 release.
2034
2352
 
2035
- Major enhancements:
2353
+ ## Enhancements:
2036
2354
 
2037
2355
  * RubyGems can check for gem dependencies files (gem.deps.rb or Gemfile) when
2038
2356
  rubygems executables are started and uses the found dependencies. This
@@ -2055,8 +2373,6 @@ Major enhancements:
2055
2373
  The default sharing location may be configured by RubyGems packagers through
2056
2374
  Gem.default_ext_dir_for. Pull Request #744 by Vít Ondruch.
2057
2375
 
2058
- Minor enhancements:
2059
-
2060
2376
  * RubyGems checks the 'allowed_push_host' metadata value when pushing a gem to
2061
2377
  prevent an accidental push to a public repository (such as rubygems.org).
2062
2378
  If you have private gems you should set this value in your gem specification
@@ -2102,7 +2418,7 @@ Minor enhancements:
2102
2418
  * Relaxed Gem.ruby tests for platforms that override where ruby lives. Pull
2103
2419
  Request #755 by strzibny.
2104
2420
 
2105
- Bug fixes:
2421
+ ## Bug fixes:
2106
2422
 
2107
2423
  * RubyGems now returns an error status when any file given to `gem which`
2108
2424
  cannot be found. Ruby bug #9004 by Eugene Vilensky.
@@ -2119,9 +2435,9 @@ Bug fixes:
2119
2435
  * Improved speed of `gem install --ignore-dependencies`. Patch by Terence
2120
2436
  Lee.
2121
2437
 
2122
- === 2.1.11 / 2013-11-12
2438
+ # 2.1.11 / 2013-11-12
2123
2439
 
2124
- Bug fixes:
2440
+ ## Bug fixes:
2125
2441
 
2126
2442
  * Gem::Specification::remove_spec no longer checks for existence of the spec
2127
2443
  to be removed. Issue #698 by Tiago Macedo.
@@ -2131,9 +2447,9 @@ Bug fixes:
2131
2447
  * The Gem::RemoteFetcher tests now choose the test server port more reliably.
2132
2448
  Pull Request #706 by akr.
2133
2449
 
2134
- === 2.1.10 / 2013-10-24
2450
+ # 2.1.10 / 2013-10-24
2135
2451
 
2136
- Bug fixes:
2452
+ ## Bug fixes:
2137
2453
 
2138
2454
  * Use class check instead of :version method check when creating Gem::Version
2139
2455
  objects. Fixes #674 by jkanywhere.
@@ -2152,18 +2468,18 @@ Bug fixes:
2152
2468
  * The --ignore-dependencies option for gem installation works again. Issue
2153
2469
  #695
2154
2470
 
2155
- === 2.1.9 / 2013-10-14
2471
+ # 2.1.9 / 2013-10-14
2156
2472
 
2157
- Bug fixes:
2473
+ ## Bug fixes:
2158
2474
 
2159
2475
  * Reduce sorting when fetching specifications. This speeds up the update and
2160
2476
  outdated commands, and others. Issue #657 by windwiny.
2161
2477
  * Proxy usernames and passwords are now escaped properly. Ruby Bug #8979 by
2162
2478
  Masahiro Tomita, Issue #668 by Kouhei Sutou.
2163
2479
 
2164
- === 2.1.8 / 2013-10-10
2480
+ # 2.1.8 / 2013-10-10
2165
2481
 
2166
- Bug fixes:
2482
+ ## Bug fixes:
2167
2483
 
2168
2484
  * Fixed local installation of platform gem files. Issue #664 by Ryan Melton.
2169
2485
  * Files starting with "." in the root directory are installed again. Issue
@@ -2171,9 +2487,9 @@ Bug fixes:
2171
2487
  * The index generator no longer indexes default gems. Issue #661 by
2172
2488
  Jeremy Hinegardner.
2173
2489
 
2174
- === 2.1.7 / 2013-10-09
2490
+ # 2.1.7 / 2013-10-09
2175
2491
 
2176
- Bug fixes:
2492
+ ## Bug fixes:
2177
2493
 
2178
2494
  * `gem sources --list` now displays a list of sources. Pull request #672 by
2179
2495
  Nathan Marley.
@@ -2186,9 +2502,9 @@ Bug fixes:
2186
2502
  * Expand unpack destination directory. This fixes problems when File.realpath
2187
2503
  is missing and $GEM_HOME contains "..". Issue #679 by Charles Nutter.
2188
2504
 
2189
- === 2.1.6 / 2013-10-08
2505
+ # 2.1.6 / 2013-10-08
2190
2506
 
2191
- Bug fixes:
2507
+ ## Bug fixes:
2192
2508
 
2193
2509
  * Added certificates to follow the s3.amazonaws.com certificate change. Fixes
2194
2510
  #665 by emeyekayee. Fixes #671 by jonforums.
@@ -2203,7 +2519,7 @@ Bug fixes:
2203
2519
  version.) Issue #676 by Michal Papis. Issue wayneeseguin/rvm#2262 by
2204
2520
  Thomas Sänger.
2205
2521
 
2206
- === 2.1.5 / 2013-09-24
2522
+ # 2.1.5 / 2013-09-24
2207
2523
 
2208
2524
  Security fixes:
2209
2525
 
@@ -2212,25 +2528,25 @@ Security fixes:
2212
2528
  including vulnerable APIs. Fixed versions include 2.1.5, 2.0.10, 1.8.27 and
2213
2529
  1.8.23.2 (for Ruby 1.9.3).
2214
2530
 
2215
- === 2.1.4 / 2013-09-17
2531
+ # 2.1.4 / 2013-09-17
2216
2532
 
2217
- Bug fixes:
2533
+ ## Bug fixes:
2218
2534
 
2219
2535
  * `gem uninstall foo --all` now force-uninstalls all versions of foo. Issue
2220
2536
  #650 by Kyle (remkade).
2221
2537
  * Fixed uninstalling gems installed in the home directory (as in
2222
2538
  `--user-install`). Issue #653 by Lin Jen-Shin.
2223
2539
 
2224
- === 2.1.3 / 2013-09-12
2540
+ # 2.1.3 / 2013-09-12
2225
2541
 
2226
- Bug fixes:
2542
+ ## Bug fixes:
2227
2543
 
2228
2544
  * Gems with files entries starting with "./" no longer install 0 files. Issue
2229
2545
  #644 by Darragh Curran, #645 by Brandon Turner, #646 by Alex Tambellini
2230
2546
 
2231
- === 2.1.2 / 2013-09-11
2547
+ # 2.1.2 / 2013-09-11
2232
2548
 
2233
- Bug fixes:
2549
+ ## Bug fixes:
2234
2550
 
2235
2551
  * Restore concurrent requires following the fix for ruby bug #8374. Pull
2236
2552
  request #637 and issue #640 by Charles Nutter.
@@ -2239,14 +2555,14 @@ Bug fixes:
2239
2555
  * Gem fetch now fetches the newest (not oldest) gem when --version is given.
2240
2556
  Issue #643 by Brian Shirai.
2241
2557
 
2242
- === 2.1.1 / 2013-09-10
2558
+ # 2.1.1 / 2013-09-10
2243
2559
 
2244
- Bug fixes:
2560
+ ## Bug fixes:
2245
2561
 
2246
2562
  * Only matching gems matching your local platform are considered for
2247
2563
  installation. Issue #638 by José M. Prieto, issue #639 by sawanoboly.
2248
2564
 
2249
- === 2.1.0 / 2013-09-09
2565
+ # 2.1.0 / 2013-09-09
2250
2566
 
2251
2567
  Security fixes:
2252
2568
 
@@ -2255,15 +2571,13 @@ Security fixes:
2255
2571
  including vulnerable APIs. Fixed versions include 2.0.8, 1.8.26 and
2256
2572
  1.8.23.1 (for Ruby 1.9.3). Issue #626 by Damir Sharipov.
2257
2573
 
2258
- Major enhancements:
2574
+ ## Enhancements:
2259
2575
 
2260
2576
  * RubyGems uses a new dependency resolver for gem installation which works
2261
2577
  similar to the bundler resolver. The new resolver can resolve conflicts the
2262
2578
  previous resolver could not and offers improved diagnostics when conflicts
2263
2579
  are discovered.
2264
2580
 
2265
- Minor enhancements:
2266
-
2267
2581
  * RubyGems now has improved platform matching for the ARM architecture. Gems
2268
2582
  built with a CPU of "arm" will match any specific ARM CPU. See `gem help
2269
2583
  platform` for further details. Fixes #532 by Kim Burgestrand.
@@ -2333,7 +2647,7 @@ Minor enhancements:
2333
2647
  still slow, but I see a near 50% improvement for 250 gems on a fast
2334
2648
  connection). See also Gem::Specification::outdated_and_latest_version
2335
2649
 
2336
- Bug fixes:
2650
+ ## Bug fixes:
2337
2651
 
2338
2652
  * rubygems_plugin.rb files are now only loaded from the latest installed gem.
2339
2653
  * Fixed Gem.clear_paths when Security is defined at top-level. Pull request
@@ -2341,29 +2655,29 @@ Bug fixes:
2341
2655
  * Fixed credential creation for `gem push` when `--host` is not given. Pull
2342
2656
  request #622 by Arthur Nogueira Neves
2343
2657
 
2344
- === 2.0.17 / 2015-06-08
2658
+ # 2.0.17 / 2015-06-08
2345
2659
 
2346
- Bug fixes:
2660
+ ## Bug fixes:
2347
2661
 
2348
2662
  * Tightened API endpoint checks for CVE-2015-3900
2349
2663
 
2350
- === 2.0.16 / 2015-05-14
2664
+ # 2.0.16 / 2015-05-14
2351
2665
 
2352
- Bug fixes:
2666
+ ## Bug fixes:
2353
2667
 
2354
2668
  * Backport: Limit API endpoint to original security domain for CVE-2015-3900.
2355
2669
  Fix by claudijd
2356
2670
 
2357
- === 2.0.15 / 2014-12-21
2671
+ # 2.0.15 / 2014-12-21
2358
2672
 
2359
- Bug fixes:
2673
+ ## Bug fixes:
2360
2674
 
2361
2675
  * Backport: Add alternate Root CA for upcoming certificate change.
2362
2676
  Fixes #1050 by Protosac
2363
2677
 
2364
- === 2.0.14 / 2013-11-12
2678
+ # 2.0.14 / 2013-11-12
2365
2679
 
2366
- Bug fixes:
2680
+ ## Bug fixes:
2367
2681
 
2368
2682
  * Gem::Specification::remove_spec no longer checks for existence of the spec
2369
2683
  to be removed. Issue #698 by Tiago Macedo.
@@ -2373,9 +2687,9 @@ Bug fixes:
2373
2687
  * The Gem::RemoteFetcher tests now choose the test server port more reliably.
2374
2688
  Pull Request #706 by akr.
2375
2689
 
2376
- === 2.0.13 / 2013-10-24
2690
+ # 2.0.13 / 2013-10-24
2377
2691
 
2378
- Bug fixes:
2692
+ ## Bug fixes:
2379
2693
 
2380
2694
  * Use class check instead of :version method check when creating Gem::Version
2381
2695
  objects. Fixes #674 by jkanywhere.
@@ -2384,16 +2698,16 @@ Bug fixes:
2384
2698
  * Fix updating gems which have multiple platforms. Issue #693 by Ookami
2385
2699
  Kenrou.
2386
2700
 
2387
- === 2.0.12 / 2013-10-14
2701
+ # 2.0.12 / 2013-10-14
2388
2702
 
2389
- Bug fixes:
2703
+ ## Bug fixes:
2390
2704
 
2391
2705
  * Proxy usernames and passwords are now escaped properly. Ruby Bug #8979 by
2392
2706
  Masahiro Tomita, Issue #668 by Kouhei Sutou.
2393
2707
 
2394
- === 2.0.11 / 2013-10-08
2708
+ # 2.0.11 / 2013-10-08
2395
2709
 
2396
- Bug fixes:
2710
+ ## Bug fixes:
2397
2711
 
2398
2712
  * Added certificates to follow the s3.amazonaws.com certificate change. Fixes
2399
2713
  #665 by emeyekayee. Fixes #671 by jonforums.
@@ -2408,7 +2722,7 @@ Bug fixes:
2408
2722
  version.) Issue #676 by Michal Papis. Issue wayneeseguin/rvm#2262 by
2409
2723
  Thomas Sänger.
2410
2724
 
2411
- === 2.0.10 / 2013-09-24
2725
+ # 2.0.10 / 2013-09-24
2412
2726
 
2413
2727
  Security fixes:
2414
2728
 
@@ -2417,16 +2731,16 @@ Security fixes:
2417
2731
  including vulnerable APIs. Fixed versions include 2.1.5, 2.0.10, 1.8.27 and
2418
2732
  1.8.23.2 (for Ruby 1.9.3).
2419
2733
 
2420
- === 2.0.9 / 2013-09-13
2734
+ # 2.0.9 / 2013-09-13
2421
2735
 
2422
- Bug fixes:
2736
+ ## Bug fixes:
2423
2737
 
2424
2738
  * Gem fetch now fetches the newest (not oldest) gem when --version is given.
2425
2739
  Issue #643 by Brian Shirai.
2426
2740
  * Fixed credential creation for `gem push` when `--host` is not given. Pull
2427
2741
  request #622 by Arthur Nogueira Neves
2428
2742
 
2429
- === 2.0.8 / 2013-09-09
2743
+ # 2.0.8 / 2013-09-09
2430
2744
 
2431
2745
  Security fixes:
2432
2746
 
@@ -2435,14 +2749,14 @@ Security fixes:
2435
2749
  including vulnerable APIs. Fixed versions include 2.0.8, 1.8.26 and
2436
2750
  1.8.23.1 (for Ruby 1.9.3). Issue #626 by Damir Sharipov.
2437
2751
 
2438
- Bug fixes:
2752
+ ## Bug fixes:
2439
2753
 
2440
2754
  * Fixed Gem.clear_paths when Security is defined at top-level. Pull request
2441
2755
  #625 by elarkin
2442
2756
 
2443
- === 2.0.7 / 2013-08-15
2757
+ # 2.0.7 / 2013-08-15
2444
2758
 
2445
- Bug fixes:
2759
+ ## Bug fixes:
2446
2760
 
2447
2761
  * Extensions may now be built in parallel (therefore gems may be installed in
2448
2762
  parallel). Bug #607 by Hemant Kumar.
@@ -2452,9 +2766,9 @@ Bug fixes:
2452
2766
  Patches by Yui Naruse and Koichi Sasada.
2453
2767
  * Fixed documentation for Kernel#require.
2454
2768
 
2455
- === 2.0.6 / 2013-07-24
2769
+ # 2.0.6 / 2013-07-24
2456
2770
 
2457
- Bug fixes:
2771
+ ## Bug fixes:
2458
2772
 
2459
2773
  * Fixed the `--no-install` and `-I` options to `gem list` and friends. Bug
2460
2774
  #593 by Blargel.
@@ -2466,14 +2780,14 @@ Bug fixes:
2466
2780
  Bug #599 by Chris Riesbeck
2467
2781
  * Restored default of remote search to `gem search`.
2468
2782
 
2469
- === 2.0.5 / 2013-07-11
2783
+ # 2.0.5 / 2013-07-11
2470
2784
 
2471
2785
  * Fixed building of extensions that run ruby in their makefiles. Bug #589 by
2472
2786
  Zachary Salzbank.
2473
2787
 
2474
- === 2.0.4 / 2013-07-09
2788
+ # 2.0.4 / 2013-07-09
2475
2789
 
2476
- Bug fixes:
2790
+ ## Bug fixes:
2477
2791
 
2478
2792
  * Fixed error caused by gem install not finding the right platform for your
2479
2793
  platform. Bug #576 by John Anderson
@@ -2512,9 +2826,9 @@ Bug fixes:
2512
2826
  * Fix deprecation warnings when converting gemspecs to yaml. Ruby commit
2513
2827
  r41148 by Yui Naruse
2514
2828
 
2515
- === 2.0.3 / 2013-03-11
2829
+ # 2.0.3 / 2013-03-11
2516
2830
 
2517
- * Bug fixes:
2831
+ ## Bug fixes:
2518
2832
  * Reverted automatic upgrade to HTTPS as it breaks RubyGems APIs. Fixes
2519
2833
  #506 by André Arko
2520
2834
  * Use File.realpath to remove extra / while checking if files are
@@ -2529,17 +2843,17 @@ Bug fixes:
2529
2843
  * Fixed default gem key and cert locations. Pull request #511 by Samuel
2530
2844
  Cochran.
2531
2845
 
2532
- === 2.0.2 / 2013-03-06
2846
+ # 2.0.2 / 2013-03-06
2533
2847
 
2534
- * Bug fixes:
2848
+ ## Bug fixes:
2535
2849
  * HTTPS URLs are preferred over HTTP URLs. RubyGems will now attempt to
2536
2850
  upgrade any HTTP source to HTTPS. Credit to Alex Gaynor.
2537
2851
  * SSL Certificates are now installed properly. Fixes #491 by hemanth.hm
2538
2852
  * Fixed HTTP to HTTPS upgrade for rubygems.org.
2539
2853
 
2540
- === 2.0.1 / 2013-03-05
2854
+ # 2.0.1 / 2013-03-05
2541
2855
 
2542
- * Bug fixes:
2856
+ ## Bug fixes:
2543
2857
  * Lazily load RubyGems.org API credentials to avoid failure during
2544
2858
  RubyGems installation. Bug #465 by Isaac Sanders.
2545
2859
  * RubyGems now picks the latest prerelease to install. Fixes bug #468 by
@@ -2561,7 +2875,7 @@ Bug fixes:
2561
2875
  Ruby bug #7713 by nobu
2562
2876
  * Fix tests when an 'a.rb' exists. Ruby bug #7749 by nobu.
2563
2877
 
2564
- === 2.0.0 / 2013-02-24
2878
+ # 2.0.0 / 2013-02-24
2565
2879
 
2566
2880
  RubyGems 2.0 includes several new features and many breaking changes. Some of
2567
2881
  these changes will cause existing software to break. These changes are a
@@ -2573,7 +2887,7 @@ newer. Older versions of bundler will not work with RubyGems 2.0.
2573
2887
 
2574
2888
  Changes since RubyGems 1.8.25 (including past pre-releases):
2575
2889
 
2576
- * Breaking changes:
2890
+ ## Breaking changes:
2577
2891
 
2578
2892
  * Deprecated Gem.unresolved_deps in favor of
2579
2893
  Gem::Specification.unresolved_deps
@@ -2595,7 +2909,7 @@ Changes since RubyGems 1.8.25 (including past pre-releases):
2595
2909
  * Removed support for Ruby 1.9.1
2596
2910
  * Removed many deprecated methods
2597
2911
 
2598
- * Major enhancements:
2912
+ ## Enhancements:
2599
2913
 
2600
2914
  * Improved support for default gems shipping with ruby 2.0.0+
2601
2915
  * A gem can have arbitrary metadata through Gem::Specification#metadata
@@ -2613,8 +2927,6 @@ Changes since RubyGems 1.8.25 (including past pre-releases):
2613
2927
  file (Gemfile, Isolate, gem.deps.rb).
2614
2928
  Set RUBYGEMS_GEMDEPS=path to have it loaded. Use - as the path
2615
2929
  to autodetect (current and parent directories are searched).
2616
-
2617
- * Minor enhancements:
2618
2930
  * Added `gem check --doctor` to clean up after failed uninstallation. Bug
2619
2931
  #419 by Erik Hollensbe
2620
2932
  * RubyGems no longer defaults to uninstalling gems if a dependency would be
@@ -2657,7 +2969,7 @@ Changes since RubyGems 1.8.25 (including past pre-releases):
2657
2969
  GEM_HOME
2658
2970
  * When building gems with non-world-readable files a warning is shown.
2659
2971
 
2660
- * Bug fixes:
2972
+ ## Bug fixes:
2661
2973
  * Gem.refresh now maintains the active gem list. Clearing the list would
2662
2974
  cause double-loads which would cause other bugs. Pull Request #427 by
2663
2975
  Jeremy Evans
@@ -2714,7 +3026,7 @@ Changes since RubyGems 1.8.25 (including past pre-releases):
2714
3026
 
2715
3027
  Changes since RubyGems 2.0.0.rc.2:
2716
3028
 
2717
- * Bug fixes:
3029
+ ## Bug fixes:
2718
3030
  * Gem.gzip and Gem.gunzip now return strings with BINARY encoding. Issue
2719
3031
  #450 by Jeremy Kemper
2720
3032
  * Fixed placement of executables with --user-install. Ruby bug #7779 by Jon
@@ -2727,48 +3039,48 @@ Changes since RubyGems 2.0.0.rc.2:
2727
3039
  * Fixed verification of gems at LowSecurity due to missing signature.
2728
3040
  Thanks to André Arko.
2729
3041
 
2730
- === 2.0.0.rc.2 / 2013-02-08
3042
+ # 2.0.0.rc.2 / 2013-02-08
2731
3043
 
2732
- * Bug fixes:
3044
+ ## Bug fixes:
2733
3045
  * Fixed signature verification of gems which was broken only on master.
2734
3046
  Thanks to Brian Buchanan.
2735
3047
  * Proper exceptions are raised when verifying an unsigned gem. Thanks to
2736
3048
  André Arko.
2737
3049
 
2738
- === 2.0.0.rc.1 / 2013-01-08
3050
+ # 2.0.0.rc.1 / 2013-01-08
2739
3051
 
2740
- * Minor enhancements:
3052
+ ## Enhancements:
2741
3053
  * This release of RubyGems can push gems to rubygems.org. Ordinarily
2742
3054
  prerelease versions of RubyGems cannot push gems.
2743
3055
  * Added `gem check --doctor` to clean up after failed uninstallation. Bug
2744
3056
  #419 by Erik Hollensbe
2745
3057
 
2746
- * Bug fixes:
3058
+ ## Bug fixes:
2747
3059
  * Fixed exception raised when attempting to push gems to rubygems.org. Bug
2748
3060
  #418 by André Arko
2749
3061
  * Gem installation will fail if RubyGems cannot load the specification from
2750
3062
  the gem. Bug #419 by Erik Hollensbe
2751
3063
 
2752
- === 2.0.0.preview2.2 / 2012-12-14
3064
+ # 2.0.0.preview2.2 / 2012-12-14
2753
3065
 
2754
- * Minor enhancements:
3066
+ ## Enhancements:
2755
3067
  * Added a cmake builder. Pull request #265 by Allan Espinosa.
2756
3068
  * Removed rubyforge page from gem list output
2757
3069
 
2758
- * Bug fixes:
3070
+ ## Bug fixes:
2759
3071
  * Restored RubyGems 1.8 packaging behavior of omitting directories. Bug
2760
3072
  #413 by Jeremy Kemper.
2761
3073
 
2762
- === 2.0.0.preview2.1 / 2012-12-08
3074
+ # 2.0.0.preview2.1 / 2012-12-08
2763
3075
 
2764
- * Minor enhancements:
3076
+ ## Enhancements:
2765
3077
  * Gem::DependencyInstaller now passes build_args down to the installer.
2766
3078
  Pull Request #412 by Sam Rawlins.
2767
3079
  * RubyGems no longer defaults to uninstalling gems if a dependency would be
2768
3080
  broken. Now you must manually say "yes". Pull Request #406 by Shannon
2769
3081
  Skipper.
2770
3082
 
2771
- * Bug fixes:
3083
+ ## Bug fixes:
2772
3084
  * RubyGems tests now run in FIPS mode. Issue #365 by Vít Ondruch
2773
3085
  * Fixed Gem::Specification#base_dir for default gems. Ruby Bug #7469
2774
3086
  * Only update the spec cache when we have permission. Ruby Bug #7509
@@ -2780,13 +3092,13 @@ Changes since RubyGems 2.0.0.rc.2:
2780
3092
  * gem install now ignores directories that match the gem to install. Bug
2781
3093
  #407 by Santiago Pastorino.
2782
3094
 
2783
- === 2.0.0.preview2 / 2012-12-01
3095
+ # 2.0.0.preview2 / 2012-12-01
2784
3096
 
2785
3097
  This release contains two commits not present in Ruby 2.0.0.preview2. One
2786
3098
  commit is for ruby 1.8.7 support, the second allows RubyGems to work under
2787
3099
  $SAFE=1. There is no functional difference compared to Ruby 2.0.0.preview2
2788
3100
 
2789
- * Breaking changes:
3101
+ ## Breaking changes:
2790
3102
 
2791
3103
  * Deprecated Gem.unresolved_deps in favor of
2792
3104
  Gem::Specification.unresolved_deps
@@ -2808,7 +3120,7 @@ $SAFE=1. There is no functional difference compared to Ruby 2.0.0.preview2
2808
3120
  * Removed support for Ruby 1.9.1
2809
3121
  * Removed many deprecated methods
2810
3122
 
2811
- * Major enhancements:
3123
+ ## Enhancements:
2812
3124
 
2813
3125
  * Improved support for default gems shipping with ruby 2.0.0+
2814
3126
  * A gem can have arbitrary metadata through Gem::Specification#metadata
@@ -2826,9 +3138,6 @@ $SAFE=1. There is no functional difference compared to Ruby 2.0.0.preview2
2826
3138
  file (Gemfile, Isolate, gem.deps.rb).
2827
3139
  Set RUBYGEMS_GEMDEPS=path to have it loaded. Use - as the path
2828
3140
  to autodetect (current and parent directories are searched).
2829
-
2830
- * Minor enhancements:
2831
-
2832
3141
  * Added --only-executables option to `gem pristine`. Fixes #326
2833
3142
  * Added -I flag for 'gem query' to exclude installed items
2834
3143
  * Added Gem.install(name, version=default) for interactive sessions
@@ -2862,7 +3171,7 @@ $SAFE=1. There is no functional difference compared to Ruby 2.0.0.preview2
2862
3171
  GEM_HOME
2863
3172
  * When building gems with non-world-readable files a warning is shown.
2864
3173
 
2865
- * Bug fixes:
3174
+ ## Bug fixes:
2866
3175
 
2867
3176
  * Added PID to setup bin_file while installing RubyGems to protect against
2868
3177
  errors. Fixes #328 by ConradIrwin
@@ -2903,17 +3212,17 @@ $SAFE=1. There is no functional difference compared to Ruby 2.0.0.preview2
2903
3212
  * URI scheme matching is no longer case-sensitive. Fixes #322
2904
3213
  * ext/builder now checks $MAKE as well as $make (okkez)
2905
3214
 
2906
- === 1.8.29 / 2013-11-23
3215
+ # 1.8.29 / 2013-11-23
2907
3216
 
2908
- Bug fixes:
3217
+ ## Bug fixes:
2909
3218
 
2910
3219
  * Fixed installation when the LANG environment variable is empty.
2911
3220
  * Added DigiCert High Assurance EV Root CA to the default SSL certificates for
2912
3221
  cloudfront.
2913
3222
 
2914
- === 1.8.28 / 2013-10-08
3223
+ # 1.8.28 / 2013-10-08
2915
3224
 
2916
- Bug fixes:
3225
+ ## Bug fixes:
2917
3226
 
2918
3227
  * Added the Verisign Class 3 Public Primary Certification Authority G5
2919
3228
  certificate and its intermediary to follow the s3.amazonaws.com certificate
@@ -2923,7 +3232,7 @@ Bug fixes:
2923
3232
  * Added test for missing certificates for https://s3.amazonaws.com or
2924
3233
  https://rubygems.org. Pull request #673 by Hannes Georg.
2925
3234
 
2926
- === 1.8.27 / 2013-09-24
3235
+ # 1.8.27 / 2013-09-24
2927
3236
 
2928
3237
  Security fixes:
2929
3238
 
@@ -2932,7 +3241,7 @@ Security fixes:
2932
3241
  including vulnerable APIs. Fixed versions include 2.1.5, 2.0.10, 1.8.27 and
2933
3242
  1.8.23.2 (for Ruby 1.9.3).
2934
3243
 
2935
- === 1.8.26 / 2013-09-09
3244
+ # 1.8.26 / 2013-09-09
2936
3245
 
2937
3246
  Security fixes:
2938
3247
 
@@ -2941,13 +3250,13 @@ Security fixes:
2941
3250
  including vulnerable APIs. Fixed versions include 2.0.8, 1.8.26 and
2942
3251
  1.8.23.1 (for Ruby 1.9.3). Issue #626 by Damir Sharipov.
2943
3252
 
2944
- Bug fixes:
3253
+ ## Bug fixes:
2945
3254
 
2946
3255
  * Fixed editing of a Makefile with 8-bit characters. Fixes #181
2947
3256
 
2948
- === 1.8.25 / 2013-01-24
3257
+ # 1.8.25 / 2013-01-24
2949
3258
 
2950
- * Bug fixes:
3259
+ ## Bug fixes:
2951
3260
  * Added 11627 to setup bin_file location to protect against errors. Fixes
2952
3261
  #328 by ConradIrwin
2953
3262
  * Specification#ruby_code didn't handle Requirement with multiple
@@ -2956,14 +3265,14 @@ Bug fixes:
2956
3265
  * Fix missing load_yaml in YAML-related requirement.rb code.
2957
3266
  * Manually backport encoding-aware YAML gemspec
2958
3267
 
2959
- === 1.8.24 / 2012-04-27
3268
+ # 1.8.24 / 2012-04-27
2960
3269
 
2961
- * 1 bug fix:
3270
+ ## Bug fixes:
2962
3271
 
2963
3272
  * Install the .pem files properly. Fixes #320
2964
3273
  * Remove OpenSSL dependency from the http code path
2965
3274
 
2966
- === 1.8.23.2 / 2013-09-24
3275
+ # 1.8.23.2 / 2013-09-24
2967
3276
 
2968
3277
  Security fixes:
2969
3278
 
@@ -2972,7 +3281,7 @@ Security fixes:
2972
3281
  including vulnerable APIs. Fixed versions include 2.1.5, 2.0.10, 1.8.27 and
2973
3282
  1.8.23.2 (for Ruby 1.9.3).
2974
3283
 
2975
- === 1.8.23.1 / 2013-09-09
3284
+ # 1.8.23.1 / 2013-09-09
2976
3285
 
2977
3286
  Security fixes:
2978
3287
 
@@ -2981,7 +3290,7 @@ Security fixes:
2981
3290
  including vulnerable APIs. Fixed versions include 2.0.8, 1.8.26 and
2982
3291
  1.8.23.1 (for Ruby 1.9.3). Issue #626 by Damir Sharipov.
2983
3292
 
2984
- === 1.8.23 / 2012-04-19
3293
+ # 1.8.23 / 2012-04-19
2985
3294
 
2986
3295
  This release increases the security used when RubyGems is talking to
2987
3296
  an https server. If you use a custom RubyGems server over SSL, this
@@ -2997,53 +3306,53 @@ You may also set :ssl_verify_mode to 0 to completely disable SSL
2997
3306
  certificate checks, but this is not recommended.
2998
3307
 
2999
3308
 
3000
- * 2 security fixes:
3309
+ Security fixes:
3001
3310
  * Disallow redirects from https to http
3002
3311
  * Turn on verification of server SSL certs
3003
3312
 
3004
- * 1 minor feature:
3313
+ ## Enhancements:
3005
3314
  * Add --clear-sources to fetch
3006
3315
 
3007
- * 2 bug fixes:
3316
+ ## Bug fixes:
3008
3317
  * Use File.identical? to check if two files are the same.
3009
3318
  * Fixed init_with warning when using psych
3010
3319
 
3011
- === 1.8.22 / 2012-04-13
3320
+ # 1.8.22 / 2012-04-13
3012
3321
 
3013
- * 4 bug fixes:
3322
+ ## Bug fixes:
3014
3323
 
3015
3324
  * Workaround for psych/syck YAML date parsing issue
3016
3325
  * Don't trust the encoding of ARGV. Fixes #307
3017
3326
  * Quiet default warnings about missing spec variables
3018
3327
  * Read a binary file properly (windows fix)
3019
3328
 
3020
- === 1.8.21 / 2012-03-22
3329
+ # 1.8.21 / 2012-03-22
3021
3330
 
3022
- * 2 bug fixes:
3331
+ ## Bug fixes:
3023
3332
 
3024
3333
  * Add workaround for buggy yaml output from 1.9.2
3025
3334
  * Force 1.9.1 to remove it's prelude code. Fixes #305
3026
3335
 
3027
- === 1.8.20 / 2012-03-21
3336
+ # 1.8.20 / 2012-03-21
3028
3337
 
3029
- * 4 bug fixes:
3338
+ ## Bug fixes:
3030
3339
 
3031
3340
  * Add --force to `gem build` to skip validation. Fixes #297
3032
3341
  * Gracefully deal with YAML::PrivateType objects in Marshal'd gemspecs
3033
3342
  * Treat the source as a proper url base. Fixes #304
3034
3343
  * Warn when updating the specs cache fails. Fixes #300
3035
3344
 
3036
- === 1.8.19 / 2012-03-14
3345
+ # 1.8.19 / 2012-03-14
3037
3346
 
3038
- * 3 bug fixes:
3347
+ ## Bug fixes:
3039
3348
 
3040
3349
  * Handle loading psych vs syck properly. Fixes #298
3041
3350
  * Make sure Date objects don't leak in via Marshal
3042
3351
  * Perform Date => Time coercion on yaml loading. Fixes #266
3043
3352
 
3044
- === 1.8.18 / 2012-03-11
3353
+ # 1.8.18 / 2012-03-11
3045
3354
 
3046
- * 4 bug fixes:
3355
+ ## Bug fixes:
3047
3356
 
3048
3357
  * Use Psych API to emit more compatible YAML
3049
3358
  * Download and write inside `gem fetch` directly. Fixes #289
@@ -3051,14 +3360,14 @@ certificate checks, but this is not recommended.
3051
3360
  * Search everywhere for a spec for `gem spec`. Fixes #288
3052
3361
  * Fix Gem.all_load_path. Fixes #171
3053
3362
 
3054
- === 1.8.17 / 2012-02-17
3363
+ # 1.8.17 / 2012-02-17
3055
3364
 
3056
- * 2 minor enhancements:
3365
+ ## Enhancements:
3057
3366
 
3058
3367
  * Add MacRuby to the list of special cases for platforms (ferrous26)
3059
3368
  * Add a default for where to install rubygems itself
3060
3369
 
3061
- * 3 bug fixes:
3370
+ ## Bug fixes:
3062
3371
 
3063
3372
  * Fixed gem loading issue caused by dependencies not resolving.
3064
3373
  * Fixed umask error when stdlib is required and unresolved dependencies exist.
@@ -3066,57 +3375,59 @@ certificate checks, but this is not recommended.
3066
3375
  * Define SUCKAGE better, ie only MRI 1.9.2
3067
3376
  * Propagate env-shebang to the pristine command if set for install.
3068
3377
 
3069
- === 1.8.16 / 2012-02-12
3378
+ # 1.8.16 / 2012-02-12
3070
3379
 
3071
- * 3 bug fixes:
3380
+ ## Bug fixes:
3072
3381
 
3073
3382
  * Fix gem specification loading when encoding is not UTF-8. #146
3074
3383
  * Allow group writable if umask allows it already.
3075
3384
  * Uniquify the spec list based on directory order priority
3076
3385
 
3077
- === 1.8.15 / 2012-01-06
3386
+ # 1.8.15 / 2012-01-06
3078
3387
 
3079
- * 1 bug fix:
3388
+ ## Bug fixes:
3080
3389
 
3081
3390
  * Don't eager load yaml, it creates a bad loop. Fixes #256
3082
3391
 
3083
- === 1.8.14 / 2012-01-05
3392
+ # 1.8.14 / 2012-01-05
3084
3393
 
3085
- * 2 bug fixes:
3394
+ ## Bug fixes:
3086
3395
 
3087
3396
  * Ignore old/bad cache data in Version
3088
3397
  * Make sure our YAML workarounds are loaded properly. Fixes #250.
3089
3398
 
3090
- === 1.8.13 / 2011-12-21
3399
+ # 1.8.13 / 2011-12-21
3091
3400
 
3092
- * 1 bug fix:
3401
+ ## Bug fixes:
3093
3402
 
3094
3403
  * Check loaded_specs properly when trying to satisfy a dep
3095
3404
 
3096
- * 2 minor enhancements:
3405
+ ## Enhancements:
3097
3406
 
3098
3407
  * Remove using #loaded_path? for performance
3099
3408
  * Remove Zlib workaround for Windows build.
3100
3409
 
3101
- === 1.8.12 / 2011-12-02
3410
+ # 1.8.12 / 2011-12-02
3411
+
3412
+ ## Bug fixes:
3102
3413
 
3103
- * Bug fix:
3104
3414
  * Handle more cases where Syck's DefaultKey showed up in requirements
3105
3415
  and wasn't cleaned out.
3106
3416
 
3107
- === 1.8.11 / 2011-10-03
3417
+ # 1.8.11 / 2011-10-03
3418
+
3419
+ ## Bug fixes:
3108
3420
 
3109
- * Bug fix:
3110
3421
  * Deprecate was moved to Gem::Deprecate to stop polluting the top-level
3111
3422
  namespace.
3112
3423
 
3113
- === 1.8.10 / 2011-08-25
3424
+ # 1.8.10 / 2011-08-25
3114
3425
 
3115
3426
  RubyGems 1.8.10 contains a security fix that prevents malicious gems from
3116
3427
  executing code when their specification is loaded. See
3117
3428
  https://github.com/rubygems/rubygems/pull/165 for details.
3118
3429
 
3119
- * 5 bug fixes:
3430
+ ## Bug fixes:
3120
3431
 
3121
3432
  * RubyGems escapes strings in ruby-format specs using #dump instead of #to_s
3122
3433
  and %q to prevent code injection. Issue #165 by Postmodern
@@ -3127,21 +3438,21 @@ https://github.com/rubygems/rubygems/pull/165 for details.
3127
3438
  * Fixed Syck DefaultKey infecting ruby-format specifications.
3128
3439
  * `gem uninstall a b` no longer stops if gem "a" is not installed.
3129
3440
 
3130
- === 1.8.9 / 2011-08-23
3441
+ # 1.8.9 / 2011-08-23
3131
3442
 
3132
- * Bug fixes:
3443
+ ## Bug fixes:
3133
3444
 
3134
3445
  * Fixed uninstalling multiple gems using `gem uninstall`
3135
3446
  * Gem.use_paths splatted to take multiple paths! Issue #148
3136
3447
 
3137
- === 1.8.8 / 2011-08-11
3448
+ # 1.8.8 / 2011-08-11
3138
3449
 
3139
- * Bug fix:
3450
+ ## Bug fixes:
3140
3451
  * The encoding of a gem's YAML spec is now UTF-8. Issue #149
3141
3452
 
3142
- === 1.8.7 / 2011-08-04
3453
+ # 1.8.7 / 2011-08-04
3143
3454
 
3144
- * Bug fixes:
3455
+ ## Bug fixes:
3145
3456
  * Added missing require for `gem uninstall --format-executable`
3146
3457
  * The correct name of the executable being uninstalled is now displayed with
3147
3458
  --format-executable
@@ -3153,14 +3464,14 @@ https://github.com/rubygems/rubygems/pull/165 for details.
3153
3464
  * Gem repository directories are no longer created world-writable. Patch by
3154
3465
  Sakuro OZAWA. Ruby Bug #4930
3155
3466
 
3156
- === 1.8.6 / 2011-07-25
3467
+ # 1.8.6 / 2011-07-25
3157
3468
 
3158
- * 1 minor enhancement:
3469
+ ## Enhancements:
3159
3470
 
3160
3471
  * Add autorequires and delay startup of RubyGems until require is called.
3161
3472
  See Ruby bug #4962
3162
3473
 
3163
- * 9 bug fixes:
3474
+ ## Bug fixes:
3164
3475
 
3165
3476
  * Restore behavior of Gem::Specification#loaded? Ruby Bug #5032
3166
3477
  * Clean up SourceIndex.add_specs to not be so damn noisy. (tadman)
@@ -3172,27 +3483,27 @@ https://github.com/rubygems/rubygems/pull/165 for details.
3172
3483
  * Handle the Syck DefaultKey problem once and for all.
3173
3484
  * Fix SystemStackError occurring with "gem list -r -a" on 1.9.
3174
3485
 
3175
- === 1.8.5 / 2011-05-31
3486
+ # 1.8.5 / 2011-05-31
3176
3487
 
3177
- * 2 minor enhancement:
3488
+ ## Enhancements:
3178
3489
 
3179
3490
  * The -u option to 'update local source cache' is official deprecated.
3180
3491
  * Remove has_rdoc deprecations from Specification.
3181
3492
 
3182
- * 2 bug fixes:
3493
+ ## Bug fixes:
3183
3494
 
3184
3495
  * Handle bad specs more gracefully.
3185
3496
  * Reset any Gem paths changed in the installer.
3186
3497
 
3187
- === 1.8.4 / 2011-05-25
3498
+ # 1.8.4 / 2011-05-25
3188
3499
 
3189
- * 1 minor enhancement:
3500
+ ## Enhancements:
3190
3501
 
3191
3502
  * Removed default_executable deprecations from Specification.
3192
3503
 
3193
- === 1.8.3 / 2011-05-19
3504
+ # 1.8.3 / 2011-05-19
3194
3505
 
3195
- * 4 bug fixes:
3506
+ ## Bug fixes:
3196
3507
 
3197
3508
  * Fix independent testing of test_gem_package_tar_output. Ruby Bug #4686 by
3198
3509
  Shota Fukumori
@@ -3201,33 +3512,33 @@ https://github.com/rubygems/rubygems/pull/165 for details.
3201
3512
  * Fixed some bad calls left behind after rolling out some refactorings.
3202
3513
  * Syck has a parse error on (good) times output from Psych. (dazuma, et al)
3203
3514
 
3204
- === 1.8.2 / 2011-05-11
3515
+ # 1.8.2 / 2011-05-11
3205
3516
 
3206
- * 2 minor enhancements:
3517
+ ## Enhancements:
3207
3518
 
3208
3519
  * Moved #outdated from OutdatedCommand to Specification (for Isolate).
3209
3520
  * Print out a warning about missing executables.
3210
3521
 
3211
- * 3 bug fixes:
3522
+ ## Bug fixes:
3212
3523
 
3213
3524
  * Added missing requires to fix various upgrade issues.
3214
3525
  * `gem pristine` respects multiple gem repositories.
3215
3526
  * setup.rb now execs with --disable-gems when possible
3216
3527
 
3217
- === 1.8.1 / 2011-05-05
3528
+ # 1.8.1 / 2011-05-05
3218
3529
 
3219
- * 1 minor enhancement:
3530
+ ## Enhancements:
3220
3531
 
3221
3532
  * Added Gem::Requirement#specific? and Gem::Dependency#specific?
3222
3533
 
3223
- * 4 bug fixes:
3534
+ ## Bug fixes:
3224
3535
 
3225
3536
  * Typo on Indexer rendered it useless on Windows
3226
3537
  * gem dep can fetch remote dependencies for non-latest gems again.
3227
3538
  * gem uninstall with multiple versions no longer crashes with ArgumentError
3228
3539
  * Always use binary mode for File.open to keep Windows happy
3229
3540
 
3230
- === 1.8.0 / 2011-04-34
3541
+ # 1.8.0 / 2011-04-34
3231
3542
 
3232
3543
  This release focused on properly encapsulating functionality. Most of this
3233
3544
  work focused on moving functionality out of Gem::SourceIndex and
@@ -3242,7 +3553,7 @@ extensions. You will need to run `gem pristine gem_with_extension --
3242
3553
  --build-arg` to regenerate a gem with an extension where it requires special
3243
3554
  build arguments.
3244
3555
 
3245
- * 24(+) Deprecations (WOOT!):
3556
+ ## Deprecations:
3246
3557
 
3247
3558
  * DependencyList.from_source_index deprecated the source_index argument.
3248
3559
  * Deprecated Dependency.new(/regex/).
@@ -3263,14 +3574,11 @@ build arguments.
3263
3574
  * Deprecated all of Gem::GemPathSearcher.
3264
3575
  * Deprecated Gem::Specification#default_executable.
3265
3576
 
3266
- * 2 major enhancements:
3577
+ ## Enhancements:
3267
3578
 
3268
3579
  * Gem::SourceIndex functionality has been moved to Gem::Specification.
3269
3580
  Gem::SourceIndex is completely disconnected from Gem::Specification
3270
3581
  * Refactored GemPathSearcher entirely out. RIPMF
3271
-
3272
- * 41 minor enhancements:
3273
-
3274
3582
  * Added CommandManager#unregister_command
3275
3583
  * Added Dependency#matching_specs + to_specs.
3276
3584
  * Added Dependency#to_spec
@@ -3318,7 +3626,7 @@ build arguments.
3318
3626
  extensions.
3319
3627
  * `gem pristine` can now restore multiple gems.
3320
3628
 
3321
- * 6 bug fixes:
3629
+ ## Bug fixes:
3322
3630
 
3323
3631
  * DependencyInstaller passed around a source_index instance but used
3324
3632
  Gem.source_index.
@@ -3330,15 +3638,15 @@ build arguments.
3330
3638
  * `gem pristine` can now restore non-latest gems where the cached gem was
3331
3639
  removed.
3332
3640
 
3333
- === 1.7.1 / 2011-03-32
3641
+ # 1.7.1 / 2011-03-32
3334
3642
 
3335
- * 1 bug fix:
3643
+ ## Bug fixes:
3336
3644
  * Fixed missing file in Manifest.txt. (Also a bug in hoe was fixed where
3337
3645
  `rake check_manifest` showing a diff would not exit with an error.)
3338
3646
 
3339
- === 1.7.0 / 2011-03-32
3647
+ # 1.7.0 / 2011-03-32
3340
3648
 
3341
- * 16 Deprecations (woot!)
3649
+ ## Deprecations:
3342
3650
  * Deprecated Gem.all_load_paths, latest_load_paths, promote_load_path, and
3343
3651
  cache.
3344
3652
  * Deprecated RemoteFetcher#open_uri_or_path.
@@ -3350,7 +3658,7 @@ build arguments.
3350
3658
  test_suite_file(=).
3351
3659
  * Deprecated Specification#has_rdoc= and default_executable=
3352
3660
 
3353
- * 26 minor enhancements:
3661
+ ## Enhancements:
3354
3662
  * Added stupid simple deprecation module.
3355
3663
  * Added --spec option to `gem unpack` to output a gem's original metadata
3356
3664
  * Added packaging option to Specification#validate
@@ -3382,7 +3690,7 @@ build arguments.
3382
3690
  * UpdateCommand#gems_to_update now returns (name, version) pairs.
3383
3691
  * UpdateCommand#which_to_update now takes an optional system argument.
3384
3692
 
3385
- * 11 bug fixes:
3693
+ ## Bug fixes:
3386
3694
  * Added missing remote fetcher require to pristine command (aarnell)
3387
3695
  * Building gems now checks to ensure all required fields are non-nil
3388
3696
  * Fix option parser when summary is nil.
@@ -3398,17 +3706,17 @@ build arguments.
3398
3706
  Elias Baixas
3399
3707
  * `gem update` now uniq's command line arguments.
3400
3708
 
3401
- === 1.6.2 / 2011-03-08
3709
+ # 1.6.2 / 2011-03-08
3402
3710
 
3403
- Bug Fixes:
3711
+ ## Bug fixes:
3404
3712
 
3405
3713
  * require of an activated gem could cause activation conflicts. Fixes
3406
3714
  Bug #29056 by Dave Verwer.
3407
3715
  * `gem outdated` now works with up-to-date prerelease gems.
3408
3716
 
3409
- === 1.6.1 / 2011-03-03
3717
+ # 1.6.1 / 2011-03-03
3410
3718
 
3411
- Bug Fixes:
3719
+ ## Bug fixes:
3412
3720
 
3413
3721
  * Installation no longer fails when a dependency from a version that won't be
3414
3722
  installed is unsatisfied.
@@ -3417,9 +3725,9 @@ Bug Fixes:
3417
3725
  * Gem files are cached correctly again. Patch #29051 by Mamoru Tasaka.
3418
3726
  * Tests now pass with non-022 umask. Patch #29050 by Mamoru Tasaka.
3419
3727
 
3420
- === 1.6.0 / 2011-02-29
3728
+ # 1.6.0 / 2011-02-29
3421
3729
 
3422
- 4 Deprecations:
3730
+ ## Deprecations:
3423
3731
 
3424
3732
  * RubyGems no longer requires 'thread'. Rails < 3 will need to add require
3425
3733
  'thread' to their applications.
@@ -3428,14 +3736,11 @@ Bug Fixes:
3428
3736
  * Gem::LoadError#version_requirements has been removed. Use
3429
3737
  Gem::LoadError#requirement.
3430
3738
 
3431
- 2 Major Enhancements:
3739
+ ## Enhancements:
3432
3740
 
3433
3741
  * Rewrote how Gem::activate (gem and require) resolves dependencies.
3434
3742
  * Gem::LoadError#version_requirement has been removed. Use
3435
3743
  Gem::LoadError#requirement.
3436
-
3437
- 17 Minor Enhancments:
3438
-
3439
3744
  * Added --key to `gem push` for setting alternate API keys.
3440
3745
  * Added --format-executable support to gem uninstall.
3441
3746
  * Added Gem::DependencyList#clear.
@@ -3459,7 +3764,7 @@ Bug Fixes:
3459
3764
  locally cached gem specifications.
3460
3765
  * SpecFetcher.fetch_spec can now take a string source_uri.
3461
3766
 
3462
- 10 Bug Fixes:
3767
+ ## Bug fixes:
3463
3768
 
3464
3769
  * Added missing require of Gem::RemoteFetcher to the unpack command.
3465
3770
  * RubyGems now completely removes a previous install when reinstalling.
@@ -3472,28 +3777,28 @@ Bug Fixes:
3472
3777
  * Gem::Security used FileUtils but didn't require it. Reported by Elia Schito.
3473
3778
  * Gem::Uninstaller now respects --format-executable.
3474
3779
 
3475
- === 1.5.3 / 2011-02-26
3780
+ # 1.5.3 / 2011-02-26
3476
3781
 
3477
- Bug Fixes:
3782
+ ## Bug fixes:
3478
3783
 
3479
3784
  * Fix for a bug in Syck which causes install failures for gems packaged with
3480
3785
  Psych. Bug #28965 by Aaron Patterson.
3481
3786
 
3482
- === 1.5.2 / 2011-02-10
3787
+ # 1.5.2 / 2011-02-10
3483
3788
 
3484
- Bug Fixes:
3789
+ ## Bug fixes:
3485
3790
 
3486
3791
  * Fixed <tt>gem update --system</tt>. RubyGems can now update itself again.
3487
3792
 
3488
- === 1.5.1 / 2011-02-09
3793
+ # 1.5.1 / 2011-02-09
3489
3794
 
3490
- ==== NOTE: `gem update --system` is broken. See UPGRADING.rdoc.
3795
+ #= NOTE: `gem update --system` is broken. See UPGRADING.rdoc.
3491
3796
 
3492
- Minor Enhancement:
3797
+ ## Enhancements:
3493
3798
 
3494
3799
  * Added ability to do gem update --system X.Y.Z.
3495
3800
 
3496
- Bug Fixes:
3801
+ ## Bug fixes:
3497
3802
 
3498
3803
  * Scrub !!null YAML from 1.9.2 (install and build).
3499
3804
  * Added missing requires for user_interaction.
@@ -3502,17 +3807,14 @@ Bug Fixes:
3502
3807
  * Fixed SilentUI for cygwin; try /dev/null first then fall back to NUL.
3503
3808
  * RubyGems now enforces ruby 1.8.7 or newer.
3504
3809
 
3505
- === 1.5.0 / 2011-01-31
3810
+ # 1.5.0 / 2011-01-31
3506
3811
 
3507
- ==== NOTE: `gem update --system` is broken. See UPGRADING.rdoc.
3812
+ #= NOTE: `gem update --system` is broken. See UPGRADING.rdoc.
3508
3813
 
3509
- Major Enhancements:
3814
+ ## Enhancements:
3510
3815
 
3511
3816
  * Finally fixed all known 1.9.x issues. Upgrading is now possible!
3512
3817
  * Merged huge 1.3.7/ruby-core changes to master.
3513
-
3514
- Minor Enhancements:
3515
-
3516
3818
  * Added UPGRADING.rdoc to help deal with 1.9 issues.
3517
3819
  * Gem::Format now gives better errors for corrupt gem files and includes paths
3518
3820
  * Pre-install hooks can now abort gem installation by returning false
@@ -3524,7 +3826,7 @@ Minor Enhancements:
3524
3826
  * Gem::SilentUI now behaves like Gem::StreamUI for asking questions. Patch by
3525
3827
  Erik Hollensbe.
3526
3828
 
3527
- Bug Fixes:
3829
+ ## Bug fixes:
3528
3830
 
3529
3831
  * `gem update` was implicitly doing --system.
3530
3832
  * 1.9.3: Fixed encoding errors causing gem installs to die during rdoc phase.
@@ -3536,25 +3838,25 @@ Bug Fixes:
3536
3838
  Erik Hollensbe.
3537
3839
  * rubygems-update lists its development dependencies again
3538
3840
 
3539
- === 1.4.2 / 2011-01-06
3841
+ # 1.4.2 / 2011-01-06
3540
3842
 
3541
- Bug fixes:
3843
+ ## Bug fixes:
3542
3844
 
3543
3845
  * Gem::Versions: "1.b1" != "1.b.1", but "1.b1" eql? "1.b.1". Fixes gem indexing.
3544
3846
  * Fixed Gem.find_files.
3545
3847
  * Removed otherwise unused #find_all_dot_rb. Only 6 days old and hella buggy.
3546
3848
 
3547
- === 1.4.1 / 2010-12-31
3849
+ # 1.4.1 / 2010-12-31
3548
3850
 
3549
3851
  Since apparently nobody reads my emails, blog posts or the README:
3550
3852
 
3551
3853
  DO NOT UPDATE RUBYGEMS ON RUBY 1.9! See UPGRADING.rdoc for details.
3552
3854
 
3553
- Bug fix:
3855
+ ## Bug fixes:
3554
3856
 
3555
3857
  * Specification#load was untainting a frozen string (via `gem build *.spec`)
3556
3858
 
3557
- === 1.4.0 / 2010-12-30
3859
+ # 1.4.0 / 2010-12-30
3558
3860
 
3559
3861
  NOTE: In order to better maintain rubygems and to get it in sync with
3560
3862
  the world (eg, 1.9's 1.3.7 is different from our 1.3.7), rubygems is
@@ -3564,7 +3866,7 @@ You have been warned!
3564
3866
 
3565
3867
  NOTE: We've switched to git/github. See README.rdoc for details.
3566
3868
 
3567
- New features:
3869
+ ## Features:
3568
3870
 
3569
3871
  * Added --launch option to `gem server`. (gthiesfeld)
3570
3872
  * Added fuzzy name matching on install failures. (gstark/presidentbeef)
@@ -3574,7 +3876,7 @@ New features:
3574
3876
  * --source is now additive with your current sources.
3575
3877
  Use --clear-sources first to maintain previous behavior.
3576
3878
 
3577
- Bug fixes:
3879
+ ## Bug fixes:
3578
3880
 
3579
3881
  * Dependency "~>"s now respect lower-bound prerelease versions.
3580
3882
  * Ensure the gem directories exist on download.
@@ -3585,7 +3887,7 @@ Bug fixes:
3585
3887
  Do not depend on rubygems to require stdlib stuff for you. (raggi/tmm1)
3586
3888
  * Treat 1.0.a10 like 1.0.a.10 for sorting, etc. Fixes #27903. (dchelimsky)
3587
3889
 
3588
- === 1.3.7 / 2010-05-13
3890
+ # 1.3.7 / 2010-05-13
3589
3891
 
3590
3892
  NOTE:
3591
3893
 
@@ -3596,7 +3898,7 @@ http://gems.rubyforge.org with https://rubygems.org/
3596
3898
 
3597
3899
  http://gems.rubyforge.org will continue to work for the foreseeable future.
3598
3900
 
3599
- New features:
3901
+ ## Features:
3600
3902
 
3601
3903
  * `gem` commands
3602
3904
  * `gem install` and `gem fetch` now report alternate platforms when a
@@ -3615,7 +3917,7 @@ New features:
3615
3917
  in 1.3.6)
3616
3918
  * RubyGems now has platform support for IronRuby. Patch #27951 by Will Green.
3617
3919
 
3618
- Bug fixes:
3920
+ ## Bug fixes:
3619
3921
 
3620
3922
  * Require rubygems/custom_require if --disable-gem was set. Bug #27700 by
3621
3923
  Roger Pack.
@@ -3627,9 +3929,9 @@ Bug fixes:
3627
3929
  * Gem::PackageTask depends on the package dir like the other rake package
3628
3930
  tasks so dependencies can be hooked up correctly.
3629
3931
 
3630
- === 1.3.6 / 2010-02-17
3932
+ # 1.3.6 / 2010-02-17
3631
3933
 
3632
- New features:
3934
+ ## Features:
3633
3935
 
3634
3936
  * `gem` commands
3635
3937
  * Added `gem push` and `gem owner` for interacting with modern/Gemcutter
@@ -3641,7 +3943,7 @@ New features:
3641
3943
  force rebuilding. Patch #25982 by Akinori MUSHA.
3642
3944
  * Capital letters are now allowed in prerelease versions.
3643
3945
 
3644
- Bug fixes:
3946
+ ## Bug fixes:
3645
3947
 
3646
3948
  * Development deps are no longer added to rubygems-update gem so older
3647
3949
  versions can update successfully.
@@ -3660,7 +3962,7 @@ Bug fixes:
3660
3962
  * Gem::RemoteFetcher no longer copies the file if it is where we want it.
3661
3963
  Patch #27409 by Jakub Šťastný.
3662
3964
 
3663
- Deprecation Notices:
3965
+ ## Deprecations:
3664
3966
 
3665
3967
  * lib/rubygems/timer.rb has been removed.
3666
3968
  * Gem::Dependency#version_requirements is deprecated and will be removed on or
@@ -3669,23 +3971,23 @@ Deprecation Notices:
3669
3971
  * Gem::manage_gems was removed in 1.3.3.
3670
3972
  * Time::today was removed in 1.3.3.
3671
3973
 
3672
- === 1.3.5 / 2009-07-21
3974
+ # 1.3.5 / 2009-07-21
3673
3975
 
3674
- Bug fixes:
3976
+ ## Bug fixes:
3675
3977
 
3676
3978
  * Fix use of prerelease gems.
3677
3979
  * Gem.bin_path no longer escapes path with spaces. Bug #25935 and #26458.
3678
3980
 
3679
- Deprecation Notices:
3981
+ ## Deprecations:
3680
3982
 
3681
3983
  * Bulk index update is no longer supported (the code currently remains, but not
3682
3984
  the tests)
3683
3985
  * Gem::manage_gems was removed in 1.3.3.
3684
3986
  * Time::today was removed in 1.3.3.
3685
3987
 
3686
- === 1.3.4 / 2009-05-03
3988
+ # 1.3.4 / 2009-05-03
3687
3989
 
3688
- Bug Fixes:
3990
+ ## Bug fixes:
3689
3991
 
3690
3992
  * Fixed various warnings
3691
3993
  * Gem::ruby_version works correctly for 1.8 branch and trunk
@@ -3696,16 +3998,16 @@ Bug Fixes:
3696
3998
  drives. Bug #25882 by Lars Christensen
3697
3999
  * Fix typo in Gem::Requirement#parse. Bug #26000 by Mike Gunderloy.
3698
4000
 
3699
- Deprecation Notices:
4001
+ ## Deprecations:
3700
4002
 
3701
4003
  * Bulk index update is no longer supported (the code currently remains, but not
3702
4004
  the tests)
3703
4005
  * Gem::manage_gems was removed in 1.3.3.
3704
4006
  * Time::today was removed in 1.3.3.
3705
4007
 
3706
- === 1.3.3 / 2009-05-04
4008
+ # 1.3.3 / 2009-05-04
3707
4009
 
3708
- New Features:
4010
+ ## Features:
3709
4011
 
3710
4012
  * `gem server` allows port names (from /etc/services) with --port.
3711
4013
  * `gem server` now has search that jumps to RDoc. Patch #22959 by Vladimir
@@ -3715,7 +4017,7 @@ New Features:
3715
4017
  * Gem::Specification#has_rdoc= is deprecated and ignored (defaults to true)
3716
4018
  * RDoc is now generated regardless of Gem::Specification#has_rdoc?
3717
4019
 
3718
- Bug Fixes:
4020
+ ## Bug fixes:
3719
4021
 
3720
4022
  * `gem clean` now cleans up --user-install gems. Bug #25516 by Brett
3721
4023
  Eisenberg.
@@ -3737,15 +4039,15 @@ Bug Fixes:
3737
4039
  * Raise Gem::LoadError if Kernel#gem fails due to previously-loaded gem. Bug
3738
4040
  reported by Alf Mikula.
3739
4041
 
3740
- Deprecation Notices:
4042
+ ## Deprecations:
3741
4043
 
3742
4044
  * Gem::manage_gems has been removed.
3743
4045
  * Time::today has been removed early. There was no way to make it warn and be
3744
4046
  easy to override with user code.
3745
4047
 
3746
- === 1.3.2 / 2009-04-15
4048
+ # 1.3.2 / 2009-04-15
3747
4049
 
3748
- Select New Features:
4050
+ ## Features:
3749
4051
 
3750
4052
  * RubyGems now loads plugins from rubygems_plugin.rb in installed gems.
3751
4053
  This can be used to add commands (See Gem::CommandManager) or add
@@ -3773,7 +4075,7 @@ Select New Features:
3773
4075
  * Modern indicies can now be updated incrementally.
3774
4076
  * Legacy indicies can be updated separately from modern.
3775
4077
 
3776
- Select Bugs Fixed:
4078
+ ## Bug fixes:
3777
4079
 
3778
4080
  * Better gem activation error message. Patch #23082.
3779
4081
  * Kernel methods are now private. Patch #20801 by James M. Lawrence.
@@ -3799,7 +4101,7 @@ Select Bugs Fixed:
3799
4101
  * Deal with extraneous quotation mark when autogenerating .bat file on MS
3800
4102
  Windows. Bug #22712.
3801
4103
 
3802
- Deprecation Notices:
4104
+ ## Deprecations:
3803
4105
 
3804
4106
  * Gem::manage_gems has been removed.
3805
4107
  * Time::today will be removed in RubyGems 1.4.
@@ -3807,9 +4109,9 @@ Deprecation Notices:
3807
4109
  Special thanks to Chad Wooley for backwards compatibility testing and Luis
3808
4110
  Lavena and Daniel Berger for continuing windows support.
3809
4111
 
3810
- === 1.3.1 / 2008-10-28
4112
+ # 1.3.1 / 2008-10-28
3811
4113
 
3812
- Bugs fixed:
4114
+ ## Bug fixes:
3813
4115
 
3814
4116
  * Disregard ownership of ~ under Windows while creating ~/.gem. Fixes
3815
4117
  issues related to no uid support under Windows.
@@ -3820,13 +4122,13 @@ Bugs fixed:
3820
4122
  * Gem::location_of_caller now behaves on Windows. Patch by Daniel Berger.
3821
4123
  * Silence PATH warning.
3822
4124
 
3823
- Deprecation Notices:
4125
+ ## Deprecations:
3824
4126
 
3825
4127
  * Gem::manage_gems will be removed on or after March 2009.
3826
4128
 
3827
- === 1.3.0 / 2008-09-25
4129
+ # 1.3.0 / 2008-09-25
3828
4130
 
3829
- New features:
4131
+ ## Features:
3830
4132
 
3831
4133
  * RubyGems doesn't print LOCAL/REMOTE titles for `gem query` and friends if
3832
4134
  stdout is not a TTY, except with --both.
@@ -3840,12 +4142,12 @@ New features:
3840
4142
  * RubyGems now updates the ri cache when the rdoc gem is installed and
3841
4143
  documentation is generated.
3842
4144
 
3843
- Deprecation Notices:
4145
+ ## Deprecations:
3844
4146
 
3845
4147
  * Gem::manage_gems now warns when called. It will be removed on or after March
3846
4148
  2009.
3847
4149
 
3848
- Bugs Fixed:
4150
+ ## Bug fixes:
3849
4151
 
3850
4152
  * RubyGems 1.3.0+ now updates when no previous rubygems-update is installed.
3851
4153
  Bug #20775 by Hemant Kumar.
@@ -3869,7 +4171,7 @@ Bugs Fixed:
3869
4171
  * `gem lock --strict` works again. Patch #21814 by Sven Engelhardt.
3870
4172
  * Platform detection for Solaris was improved. Patch #21911 by Bob Remeika.
3871
4173
 
3872
- Other Changes Include:
4174
+ ## Enhancements:
3873
4175
 
3874
4176
  * `gem help install` now describes _version_ argument to executable stubs
3875
4177
  * `gem help environment` describes environment variables and ~/.gemrc and
@@ -3895,9 +4197,9 @@ Other Changes Include:
3895
4197
  * test/test_ext_configure_builder.rb
3896
4198
  * Locale-free patch by Yusuke Endoh [ruby-core:17444].
3897
4199
 
3898
- === 1.2.0 / 2008-06-21
4200
+ # 1.2.0 / 2008-06-21
3899
4201
 
3900
- New features:
4202
+ ## Features:
3901
4203
 
3902
4204
  * RubyGems no longer performs bulk updates and instead only fetches the gemspec
3903
4205
  files it needs. Alternate sources will need to upgrade to RubyGems 1.2 to
@@ -3916,7 +4218,7 @@ New features:
3916
4218
  * setup.rb now handles --vendor and --destdir for packagers
3917
4219
  * `gem stale` command that lists gems by last access time
3918
4220
 
3919
- Bugs Fixed:
4221
+ ## Bug fixes:
3920
4222
 
3921
4223
  * File modes from gems are now honored, patch #19737
3922
4224
  * Marshal Gem::Specification objects from the future can now be loaded.
@@ -3931,7 +4233,7 @@ Bugs Fixed:
3931
4233
  * Gem::DependencyInstaller resets installed gems every install, bug #19444
3932
4234
  * Gem.default_path is now honored if GEM_PATH is not set, patch #19502
3933
4235
 
3934
- Other Changes Include:
4236
+ ## Enhancements:
3935
4237
 
3936
4238
  * setup.rb
3937
4239
  * stub files created by RubyGems 0.7.x and older are no longer removed. When
@@ -3950,9 +4252,9 @@ Other Changes Include:
3950
4252
  * Gem::RemoteFetcher now performs persistent connections for HEAD requests,
3951
4253
  bug #7973
3952
4254
 
3953
- === 1.1.1 / 2008-04-11
4255
+ # 1.1.1 / 2008-04-11
3954
4256
 
3955
- Bugs Fixed:
4257
+ ## Bug fixes:
3956
4258
 
3957
4259
  * Gem.prefix now returns non-nil only when RubyGems was installed outside
3958
4260
  sitelibdir or libdir.
@@ -3967,9 +4269,9 @@ Bugs Fixed:
3967
4269
  * Gem::RemoteFetcher handles Errno::ECONNABORTED.
3968
4270
  * Printing of release notes fixed.
3969
4271
 
3970
- === 1.1.0 / 2008-03-29
4272
+ # 1.1.0 / 2008-03-29
3971
4273
 
3972
- New features:
4274
+ ## Features:
3973
4275
 
3974
4276
  * RubyGems now uses persistent connections on index updates. Index updates are
3975
4277
  much faster now.
@@ -3981,7 +4283,7 @@ New features:
3981
4283
  * `gem spec` now extracts specifications from .gem files.
3982
4284
  * `gem query --installed` to aid automation of checking for gems.
3983
4285
 
3984
- Bugs Fixed:
4286
+ ## Bug fixes:
3985
4287
 
3986
4288
  * RubyGems works with both Config and RbConfig now.
3987
4289
  * Executables are now cleaned upon uninstall.
@@ -3997,7 +4299,7 @@ Bugs Fixed:
3997
4299
  * Gem stub scripts on windows now work outside Gem.bindir.
3998
4300
  * `gem sources -r` now works without network access.
3999
4301
 
4000
- Other Changes Include:
4302
+ ## Enhancements:
4001
4303
 
4002
4304
  * RubyGems now requires Ruby > 1.8.3.
4003
4305
  * Release notes are now printed upon installation.
@@ -4008,26 +4310,26 @@ Other Changes Include:
4008
4310
 
4009
4311
  For a full list of changes to RubyGems, see the ChangeLog file.
4010
4312
 
4011
- === 1.0.1 / 2007-12-20
4313
+ # 1.0.1 / 2007-12-20
4012
4314
 
4013
- Bugs Fixed:
4315
+ ## Bug fixes:
4014
4316
 
4015
4317
  * Installation on Ruby 1.8.3 through 1.8.5 fixed
4016
4318
  * `gem build` on 1.8.3 fixed
4017
4319
 
4018
- Other Changes Include:
4320
+ ## Enhancements:
4019
4321
 
4020
4322
  * Since RubyGems 0.9.5, RubyGems is no longer supported on Ruby 1.8.2 or older,
4021
4323
  this is official in RubyGems 1.0.1.
4022
4324
 
4023
- === 1.0.0 / 2007-12-20
4325
+ # 1.0.0 / 2007-12-20
4024
4326
 
4025
- Major New Features Include:
4327
+ ## Features:
4026
4328
 
4027
4329
  * RubyGems warns about various problems with gemspecs during gem building
4028
4330
  * More-consistent versioning for the RubyGems software
4029
4331
 
4030
- Other Changes Include:
4332
+ ## Enhancements:
4031
4333
 
4032
4334
  * Fixed various bugs and problems with installing gems on Windows
4033
4335
  * Fixed using `gem server` for installing gems
@@ -4041,7 +4343,7 @@ Other Changes Include:
4041
4343
  * `gem unpack` can now unpack into a specific directory with --target
4042
4344
  * OpenSSL is no longer required by default
4043
4345
 
4044
- Deprecations and Deletions:
4346
+ ## Breaking changes:
4045
4347
 
4046
4348
  * Kernel#require_gem has been removed
4047
4349
  * Executables without a shebang will not be wrapped in a future version, this
@@ -4053,9 +4355,9 @@ Deprecations and Deletions:
4053
4355
  * Gem::Specification#autorequire= has been deprecated
4054
4356
  * Time::today will be removed in a future version
4055
4357
 
4056
- === 0.9.5 / 2007-11-19
4358
+ # 0.9.5 / 2007-11-19
4057
4359
 
4058
- Major New Features Include:
4360
+ ## Features:
4059
4361
 
4060
4362
  * Platform support
4061
4363
  * Automatic installation of platform gems
@@ -4067,7 +4369,7 @@ Major New Features Include:
4067
4369
  * Improved stubs and `gem.bat` on mswin, including better compatibility
4068
4370
  with the One-Click Installer.
4069
4371
 
4070
- Other Changes Include:
4372
+ ## Enhancements:
4071
4373
 
4072
4374
  * Time::today is deprecated and will be removed at a future date
4073
4375
  * Gem::manage_gems is deprecated and will be removed at a future date
@@ -4112,13 +4414,13 @@ Special thanks to:
4112
4414
  * Tom Copeland
4113
4415
  * Wilson Bilkovich
4114
4416
 
4115
- === 0.9.4 / 2007-05-23
4417
+ # 0.9.4 / 2007-05-23
4116
4418
 
4117
4419
  If you are experiencing problems with the source index (e.g. strange
4118
4420
  "No Method" errors), or problems with zlib (e.g. "Buffer Error"
4119
4421
  messsage), we recommend upgrading to RubyGems 0.9.4.
4120
4422
 
4121
- Bug Fixes Include:
4423
+ ## Bug fixes:
4122
4424
 
4123
4425
  * Several people have been experiencing problems with no method errors
4124
4426
  on the source index cache. The source index cache is now a bit more
@@ -4130,9 +4432,9 @@ Bug Fixes Include:
4130
4432
  * Several sub-commands were accidentally dropped from the "gem" command.
4131
4433
  These commands have been restored.
4132
4434
 
4133
- === 0.9.3 / 2007-05-10
4435
+ # 0.9.3 / 2007-05-10
4134
4436
 
4135
- Bug Fixes Include:
4437
+ ## Bug fixes:
4136
4438
 
4137
4439
  The ZLib library on Windows will occasionally complains about a buffer error
4138
4440
  when unpacking gems. The Gems software has a workaround for that problem, but
@@ -4140,19 +4442,19 @@ the workaround was only enabled for versions of ZLib 1.2.1 or earlier. We
4140
4442
  have received several reports of the error occurring with ZLib 1.2.3, so we
4141
4443
  have permanently enabled the work around on all versions.
4142
4444
 
4143
- === 0.9.2 / 2007-02-05
4445
+ # 0.9.2 / 2007-02-05
4144
4446
 
4145
- Bug Fixes Include:
4447
+ ## Bug fixes:
4146
4448
 
4147
4449
  * The "unpack" command now works properly.
4148
4450
  * User name and password are now passed properly to the authenticating
4149
4451
  proxy when downloading gems.
4150
4452
 
4151
- === 0.9.1 / 2007-01-16
4453
+ # 0.9.1 / 2007-01-16
4152
4454
 
4153
4455
  See ChangeLog
4154
4456
 
4155
- === 0.9.0 / 2006-06-28
4457
+ # 0.9.0 / 2006-06-28
4156
4458
 
4157
4459
  Finally, the much anticipated RubyGems version 0.9.0 is now available.
4158
4460
  This release includes a number of new features and bug fixes. The
@@ -4160,7 +4462,7 @@ number one change is that we can now download the gem index
4160
4462
  incrementally. This will greatly speed up the gem command when only a
4161
4463
  few gems are out of date.
4162
4464
 
4163
- Major Enhancments include:
4465
+ ## Enhancements:
4164
4466
 
4165
4467
  * The gem index is now downloaded incrementally, only updating entries
4166
4468
  that are out of date. If more than 50 entries are out of date, we
@@ -4175,9 +4477,6 @@ Major Enhancments include:
4175
4477
  * Both RI and RDOC documents are now generated by default.
4176
4478
  * A gemri command is included to read gem RI docs (only needed for
4177
4479
  Ruby 1.8.4 or earlier).
4178
-
4179
- Minor enhancements include:
4180
-
4181
4480
  * Version 0.0.0 is now a valid gem version.
4182
4481
  * Better detection of missing SSL functionality.
4183
4482
  * SSL is not required if the security policy does not require
@@ -4190,7 +4489,7 @@ Minor enhancements include:
4190
4489
  * .rbw is now a supported suffix for RubyGem's custom require.
4191
4490
  * Several Ruby 1.9 compatibility fixes (Eric Hodel).
4192
4491
 
4193
- Bug Fixes:
4492
+ ## Bug fixes:
4194
4493
 
4195
4494
  * Added dashes to gemspecs generated in Ruby 1.8.3. This solves some
4196
4495
  cross-Ruby version compatibility issues.
@@ -4202,7 +4501,7 @@ Bug Fixes:
4202
4501
  * Fixed prefix handling for native expressions (patch by Aaron Patterson).
4203
4502
  * Fixed several Upgrade => Update typos.
4204
4503
 
4205
- === 0.8.11 / 2005-07-13
4504
+ # 0.8.11 / 2005-07-13
4206
4505
 
4207
4506
  * -y is a synonym for --include-dependencies.
4208
4507
  * Better handling of errors in the top level rescue clause.
@@ -4221,7 +4520,7 @@ Bug Fixes:
4221
4520
  * Added David Glasser's install-from-mirror patch.
4222
4521
  * Additional internal structural cleanup and test reorganization.
4223
4522
 
4224
- === 0.8.10 / 2005-03-27
4523
+ # 0.8.10 / 2005-03-27
4225
4524
 
4226
4525
  * In multi-user environments, it is common to supply multiple versions of gems
4227
4526
  (for example Rails), allowing individual users to select the version of the
@@ -4232,16 +4531,16 @@ Bug Fixes:
4232
4531
  installed, then the "gem update --system" command will download a new
4233
4532
  update, but install the latest update prior to the download.
4234
4533
 
4235
- === 0.8.9
4534
+ # 0.8.9
4236
4535
 
4237
4536
  Never released
4238
4537
 
4239
- === 0.8.8 / 2005-03-14
4538
+ # 0.8.8 / 2005-03-14
4240
4539
 
4241
4540
  * Moved the master definition of class Requirement back under version.
4242
4541
  Kept the body of Requirement under Gem.
4243
4542
 
4244
- === 0.8.7 / 2005-03-14
4543
+ # 0.8.7 / 2005-03-14
4245
4544
 
4246
4545
  Even though it has only been a few weeks since that last release,
4247
4546
  there are quite a number of new features in 0.8.7. A complete list of
@@ -4294,11 +4593,11 @@ file system. You can read more about them here:
4294
4593
  * gemconfigure: http://docs.rubygems.org/read/chapter/4#page73
4295
4594
  * gemwhich: http://docs.rubygems.org/read/chapter/17
4296
4595
 
4297
- === 0.8.6 / 2005-02-27
4596
+ # 0.8.6 / 2005-02-27
4298
4597
 
4299
4598
  * Fixed a small bug with shebang construction
4300
4599
 
4301
- === 0.8.5 / 2005-02-26
4600
+ # 0.8.5 / 2005-02-26
4302
4601
 
4303
4602
  Do you know how you used to dread getting the following message while
4304
4603
  installing gems?
@@ -4320,7 +4619,7 @@ us. No RDoc generation was included in the following times.
4320
4619
  The new caching code is at least 3x faster than previous versions. Woo
4321
4620
  Hoo!
4322
4621
 
4323
- === 0.8.4 / 2005-01-01
4622
+ # 0.8.4 / 2005-01-01
4324
4623
 
4325
4624
  * Rubygems 0.8.3's installer was broken unless you already had an older
4326
4625
  version of RubyGems installed. That's fixed.
@@ -4330,7 +4629,7 @@ Hoo!
4330
4629
  * Support for lower-cased Gem file names (for you, Paul Duncan :)
4331
4630
  * Erik Veenstra's patch for making Gem versions sortable.
4332
4631
 
4333
- === 0.8.3 / 2004-12-07
4632
+ # 0.8.3 / 2004-12-07
4334
4633
 
4335
4634
  No real earth shattering news here, but there were a number of really
4336
4635
  annoying issues involving other libraries that RubyGems depends upon.
@@ -4372,11 +4671,11 @@ There has been some minor usability enhancements and changes ...
4372
4671
  names. This was useful for him while testing libs that he had in
4373
4672
  development.
4374
4673
 
4375
- === 0.8.1 / 2004-09-17
4674
+ # 0.8.1 / 2004-09-17
4376
4675
 
4377
4676
  * Quick release to capture some bug fixes.
4378
4677
 
4379
- === 0.8.0 / 2004-09-15
4678
+ # 0.8.0 / 2004-09-15
4380
4679
 
4381
4680
  * Remove need for library stubs. Set the RUBYOPT environment variable to
4382
4681
  include "rrubygems", and a normal require will find gem files. Continue to
@@ -4399,15 +4698,15 @@ There has been some minor usability enhancements and changes ...
4399
4698
  to pick.
4400
4699
  * Added "gem unpack" for "unpacking" a gem to the current directory
4401
4700
 
4402
- === 0.7.0 / 2004-07-09
4701
+ # 0.7.0 / 2004-07-09
4403
4702
 
4404
4703
  See ChangeLog
4405
4704
 
4406
- === 0.6.1 / 2004-06-08
4705
+ # 0.6.1 / 2004-06-08
4407
4706
 
4408
4707
  See ChangeLog
4409
4708
 
4410
- === 0.6.0 / 2004-06-08
4709
+ # 0.6.0 / 2004-06-08
4411
4710
 
4412
4711
  * Collapse output of --search and --list (and gem_server) operations so that
4413
4712
  each gem is listed only once, with each of its versions listed on the same
@@ -4420,7 +4719,7 @@ See ChangeLog
4420
4719
  spec.required_ruby_version = "> 1.8.0"
4421
4720
  * --install-stub defaults to true, so library stubs are created
4422
4721
 
4423
- === 0.5.0 / 2004-06-06
4722
+ # 0.5.0 / 2004-06-06
4424
4723
 
4425
4724
  * Jim added the ability to specify version constraints to avoid API
4426
4725
  incompatibilities. This has been the subject of much debate for the past
@@ -4443,11 +4742,11 @@ See ChangeLog
4443
4742
  automatically included.
4444
4743
  * Some small bug fixes
4445
4744
 
4446
- === 0.4.0 / 2004-05-30
4745
+ # 0.4.0 / 2004-05-30
4447
4746
 
4448
4747
  * Minor bug fixes including Windows compatibility issues
4449
4748
 
4450
- === 0.3.0 / 2004-04-30
4749
+ # 0.3.0 / 2004-04-30
4451
4750
 
4452
4751
  * Cleanup of command-line arguments and handling. Most commands accept a
4453
4752
  --local or --remote modifier.
@@ -4468,6 +4767,6 @@ See ChangeLog
4468
4767
  * Generally improved error messages (still more work to do)
4469
4768
  * Rearranged gem directory structure for cleanliness.
4470
4769
 
4471
- === 0.2.0 / 2004-03-14
4770
+ # 0.2.0 / 2004-03-14
4472
4771
 
4473
4772
  * Initial public release