rubygems-update 3.1.4 → 3.2.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (576) hide show
  1. checksums.yaml +4 -4
  2. data/{History.txt → CHANGELOG.md} +791 -492
  3. data/CODE_OF_CONDUCT.md +55 -19
  4. data/CONTRIBUTING.md +24 -10
  5. data/Manifest.txt +77 -104
  6. data/POLICIES.md +6 -12
  7. data/README.md +1 -1
  8. data/Rakefile +75 -101
  9. data/bin/update_rubygems +1 -1
  10. data/bundler/CHANGELOG.md +1717 -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 +56 -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 +14 -0
  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 +121 -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 +87 -66
  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 +115 -123
  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 -4
  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 +35 -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 +16 -18
  68. data/bundler/lib/bundler/installer/standalone.rb +17 -2
  69. data/bundler/lib/bundler/lazy_specification.rb +40 -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 +22 -31
  84. data/bundler/{man/bundle-config.ronn → lib/bundler/man/bundle-config.1.ronn} +30 -40
  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 -47
  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 +7 -3
  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 +30 -25
  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 +18 -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 +84 -160
  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 +59 -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 +29 -36
  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 +59 -80
  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 +14 -25
  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 +1 -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/ssl_certs/{index.rubygems.org → rubygems.org}/GlobalSignRootCA.pem +0 -0
  369. data/lib/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA_R3.pem +21 -0
  370. data/lib/rubygems/stub_specification.rb +1 -5
  371. data/lib/rubygems/syck_hack.rb +0 -2
  372. data/lib/rubygems/test_case.rb +98 -129
  373. data/lib/rubygems/test_utilities.rb +12 -19
  374. data/lib/rubygems/uninstaller.rb +35 -16
  375. data/lib/rubygems/uri_formatter.rb +2 -3
  376. data/lib/rubygems/uri_parser.rb +0 -2
  377. data/lib/rubygems/user_interaction.rb +1 -26
  378. data/lib/rubygems/util.rb +8 -2
  379. data/lib/rubygems/util/licenses.rb +4 -6
  380. data/lib/rubygems/util/list.rb +0 -2
  381. data/lib/rubygems/validator.rb +1 -3
  382. data/lib/rubygems/version.rb +4 -6
  383. data/lib/rubygems/version_option.rb +6 -0
  384. data/rubygems-update.gemspec +3 -3
  385. data/setup.rb +2 -7
  386. data/test/rubygems/data/null-required-ruby-version.gemspec.rz +0 -0
  387. data/test/rubygems/data/null-required-rubygems-version.gemspec.rz +0 -0
  388. data/test/rubygems/plugin/load/rubygems_plugin.rb +0 -2
  389. data/test/rubygems/rubygems/commands/crash_command.rb +0 -2
  390. data/test/rubygems/rubygems_plugin.rb +0 -2
  391. data/test/rubygems/specifications/bar-0.0.2.gemspec +0 -2
  392. data/test/rubygems/specifications/rubyforge-0.0.1.gemspec +0 -2
  393. data/test/rubygems/test_bundled_ca.rb +42 -45
  394. data/test/rubygems/test_config.rb +0 -2
  395. data/test/rubygems/test_deprecate.rb +40 -7
  396. data/test/rubygems/test_gem.rb +167 -87
  397. data/test/rubygems/test_gem_available_set.rb +3 -5
  398. data/test/rubygems/test_gem_bundler_version_finder.rb +19 -3
  399. data/test/rubygems/test_gem_command.rb +24 -7
  400. data/test/rubygems/test_gem_command_manager.rb +36 -5
  401. data/test/rubygems/test_gem_commands_build_command.rb +233 -15
  402. data/test/rubygems/test_gem_commands_cert_command.rb +4 -6
  403. data/test/rubygems/test_gem_commands_check_command.rb +0 -2
  404. data/test/rubygems/test_gem_commands_cleanup_command.rb +14 -5
  405. data/test/rubygems/test_gem_commands_contents_command.rb +50 -19
  406. data/test/rubygems/test_gem_commands_dependency_command.rb +0 -2
  407. data/test/rubygems/test_gem_commands_environment_command.rb +21 -23
  408. data/test/rubygems/test_gem_commands_fetch_command.rb +0 -2
  409. data/test/rubygems/test_gem_commands_generate_index_command.rb +1 -7
  410. data/test/rubygems/test_gem_commands_help_command.rb +15 -4
  411. data/test/rubygems/test_gem_commands_info_command.rb +6 -8
  412. data/test/rubygems/test_gem_commands_install_command.rb +163 -34
  413. data/test/rubygems/test_gem_commands_list_command.rb +0 -2
  414. data/test/rubygems/test_gem_commands_lock_command.rb +0 -2
  415. data/test/rubygems/test_gem_commands_mirror.rb +1 -3
  416. data/test/rubygems/test_gem_commands_open_command.rb +4 -6
  417. data/test/rubygems/test_gem_commands_outdated_command.rb +17 -1
  418. data/test/rubygems/test_gem_commands_owner_command.rb +59 -5
  419. data/test/rubygems/test_gem_commands_pristine_command.rb +43 -12
  420. data/test/rubygems/test_gem_commands_push_command.rb +77 -9
  421. data/test/rubygems/test_gem_commands_query_command.rb +12 -12
  422. data/test/rubygems/test_gem_commands_search_command.rb +0 -2
  423. data/test/rubygems/test_gem_commands_server_command.rb +0 -2
  424. data/test/rubygems/test_gem_commands_setup_command.rb +160 -135
  425. data/test/rubygems/test_gem_commands_signin_command.rb +33 -9
  426. data/test/rubygems/test_gem_commands_signout_command.rb +0 -7
  427. data/test/rubygems/test_gem_commands_sources_command.rb +60 -2
  428. data/test/rubygems/test_gem_commands_specification_command.rb +46 -20
  429. data/test/rubygems/test_gem_commands_stale_command.rb +0 -2
  430. data/test/rubygems/test_gem_commands_uninstall_command.rb +1 -3
  431. data/test/rubygems/test_gem_commands_unpack_command.rb +0 -2
  432. data/test/rubygems/test_gem_commands_update_command.rb +116 -7
  433. data/test/rubygems/test_gem_commands_which_command.rb +3 -5
  434. data/test/rubygems/test_gem_commands_yank_command.rb +44 -8
  435. data/test/rubygems/test_gem_config_file.rb +17 -12
  436. data/test/rubygems/test_gem_dependency.rb +0 -2
  437. data/test/rubygems/test_gem_dependency_installer.rb +133 -247
  438. data/test/rubygems/test_gem_dependency_list.rb +10 -12
  439. data/test/rubygems/test_gem_dependency_resolution_error.rb +1 -3
  440. data/test/rubygems/test_gem_doctor.rb +28 -2
  441. data/test/rubygems/test_gem_ext_builder.rb +50 -47
  442. data/test/rubygems/test_gem_ext_cmake_builder.rb +16 -25
  443. data/test/rubygems/test_gem_ext_configure_builder.rb +6 -22
  444. data/test/rubygems/test_gem_ext_ext_conf_builder.rb +9 -29
  445. data/test/rubygems/test_gem_ext_rake_builder.rb +39 -24
  446. data/test/rubygems/test_gem_gem_runner.rb +44 -1
  447. data/test/rubygems/test_gem_gemcutter_utilities.rb +8 -5
  448. data/test/rubygems/test_gem_impossible_dependencies_error.rb +0 -2
  449. data/test/rubygems/test_gem_indexer.rb +9 -15
  450. data/test/rubygems/test_gem_install_update_options.rb +14 -4
  451. data/test/rubygems/test_gem_installer.rb +260 -115
  452. data/test/rubygems/test_gem_local_remote_options.rb +0 -2
  453. data/test/rubygems/test_gem_name_tuple.rb +0 -2
  454. data/test/rubygems/test_gem_package.rb +38 -31
  455. data/test/rubygems/test_gem_package_old.rb +4 -6
  456. data/test/rubygems/test_gem_package_tar_header.rb +18 -1
  457. data/test/rubygems/test_gem_package_tar_reader.rb +0 -2
  458. data/test/rubygems/test_gem_package_tar_reader_entry.rb +0 -2
  459. data/test/rubygems/test_gem_package_tar_writer.rb +4 -6
  460. data/test/rubygems/test_gem_package_task.rb +46 -13
  461. data/test/rubygems/test_gem_path_support.rb +0 -2
  462. data/test/rubygems/test_gem_platform.rb +71 -6
  463. data/test/rubygems/test_gem_rdoc.rb +0 -2
  464. data/test/rubygems/test_gem_remote_fetcher.rb +213 -212
  465. data/test/rubygems/test_gem_request.rb +13 -17
  466. data/test/rubygems/test_gem_request_connection_pools.rb +0 -4
  467. data/test/rubygems/test_gem_request_set.rb +20 -22
  468. data/test/rubygems/test_gem_request_set_gem_dependency_api.rb +3 -5
  469. data/test/rubygems/test_gem_request_set_lockfile.rb +4 -6
  470. data/test/rubygems/test_gem_request_set_lockfile_parser.rb +9 -11
  471. data/test/rubygems/test_gem_request_set_lockfile_tokenizer.rb +118 -120
  472. data/test/rubygems/test_gem_requirement.rb +43 -3
  473. data/test/rubygems/test_gem_resolver.rb +6 -8
  474. data/test/rubygems/test_gem_resolver_activation_request.rb +0 -2
  475. data/test/rubygems/test_gem_resolver_api_set.rb +60 -59
  476. data/test/rubygems/test_gem_resolver_api_specification.rb +3 -5
  477. data/test/rubygems/test_gem_resolver_best_set.rb +27 -6
  478. data/test/rubygems/test_gem_resolver_composed_set.rb +0 -2
  479. data/test/rubygems/test_gem_resolver_conflict.rb +1 -3
  480. data/test/rubygems/test_gem_resolver_dependency_request.rb +0 -2
  481. data/test/rubygems/test_gem_resolver_git_set.rb +0 -2
  482. data/test/rubygems/test_gem_resolver_git_specification.rb +0 -2
  483. data/test/rubygems/test_gem_resolver_index_set.rb +2 -4
  484. data/test/rubygems/test_gem_resolver_index_specification.rb +0 -2
  485. data/test/rubygems/test_gem_resolver_installed_specification.rb +0 -2
  486. data/test/rubygems/test_gem_resolver_installer_set.rb +7 -9
  487. data/test/rubygems/test_gem_resolver_local_specification.rb +0 -2
  488. data/test/rubygems/test_gem_resolver_lock_set.rb +3 -5
  489. data/test/rubygems/test_gem_resolver_lock_specification.rb +0 -2
  490. data/test/rubygems/test_gem_resolver_requirement_list.rb +0 -2
  491. data/test/rubygems/test_gem_resolver_specification.rb +0 -4
  492. data/test/rubygems/test_gem_resolver_vendor_set.rb +1 -3
  493. data/test/rubygems/test_gem_resolver_vendor_specification.rb +0 -2
  494. data/test/rubygems/test_gem_security.rb +22 -24
  495. data/test/rubygems/test_gem_security_policy.rb +7 -12
  496. data/test/rubygems/test_gem_security_signer.rb +10 -12
  497. data/test/rubygems/test_gem_security_trust_dir.rb +4 -6
  498. data/test/rubygems/test_gem_server.rb +10 -14
  499. data/test/rubygems/test_gem_silent_ui.rb +0 -2
  500. data/test/rubygems/test_gem_source.rb +19 -18
  501. data/test/rubygems/test_gem_source_fetch_problem.rb +0 -2
  502. data/test/rubygems/test_gem_source_git.rb +12 -13
  503. data/test/rubygems/test_gem_source_installed.rb +7 -9
  504. data/test/rubygems/test_gem_source_list.rb +1 -2
  505. data/test/rubygems/test_gem_source_local.rb +8 -10
  506. data/test/rubygems/test_gem_source_lock.rb +10 -12
  507. data/test/rubygems/test_gem_source_specific_file.rb +7 -9
  508. data/test/rubygems/test_gem_source_subpath_problem.rb +49 -0
  509. data/test/rubygems/test_gem_source_vendor.rb +7 -9
  510. data/test/rubygems/test_gem_spec_fetcher.rb +11 -4
  511. data/test/rubygems/test_gem_specification.rb +171 -139
  512. data/test/rubygems/test_gem_stream_ui.rb +3 -3
  513. data/test/rubygems/test_gem_stub_specification.rb +4 -6
  514. data/test/rubygems/test_gem_text.rb +1 -3
  515. data/test/rubygems/test_gem_uninstaller.rb +134 -12
  516. data/test/rubygems/test_gem_unsatisfiable_dependency_error.rb +0 -2
  517. data/test/rubygems/test_gem_uri_formatter.rb +0 -2
  518. data/test/rubygems/test_gem_util.rb +11 -11
  519. data/test/rubygems/test_gem_validator.rb +1 -3
  520. data/test/rubygems/test_gem_version.rb +1 -3
  521. data/test/rubygems/test_gem_version_option.rb +1 -3
  522. data/test/rubygems/test_kernel.rb +25 -10
  523. data/test/rubygems/test_project_sanity.rb +7 -2
  524. data/test/rubygems/test_remote_fetch_error.rb +0 -2
  525. data/test/rubygems/test_require.rb +291 -56
  526. data/test/test_changelog_generator.rb +17 -0
  527. metadata +84 -136
  528. data/.bundle/config +0 -2
  529. data/.rubocop.yml +0 -91
  530. data/Gemfile +0 -8
  531. data/Gemfile.lock +0 -43
  532. data/bundler/CODE_OF_CONDUCT.md +0 -136
  533. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/compatibility.rb +0 -26
  534. data/bundler/man/bundle-add.1.txt +0 -58
  535. data/bundler/man/bundle-binstubs.1.txt +0 -48
  536. data/bundler/man/bundle-cache.1.txt +0 -78
  537. data/bundler/man/bundle-check.1.txt +0 -33
  538. data/bundler/man/bundle-clean.1.txt +0 -26
  539. data/bundler/man/bundle-config.1.txt +0 -528
  540. data/bundler/man/bundle-doctor.1.txt +0 -44
  541. data/bundler/man/bundle-exec.1.txt +0 -178
  542. data/bundler/man/bundle-gem.1.txt +0 -91
  543. data/bundler/man/bundle-info.1.txt +0 -21
  544. data/bundler/man/bundle-init.1.txt +0 -34
  545. data/bundler/man/bundle-inject.1.txt +0 -32
  546. data/bundler/man/bundle-install.1.txt +0 -401
  547. data/bundler/man/bundle-list.1.txt +0 -43
  548. data/bundler/man/bundle-lock.1.txt +0 -93
  549. data/bundler/man/bundle-open.1.txt +0 -29
  550. data/bundler/man/bundle-outdated.1.txt +0 -131
  551. data/bundler/man/bundle-platform.1.txt +0 -57
  552. data/bundler/man/bundle-pristine.1.txt +0 -44
  553. data/bundler/man/bundle-remove.1.txt +0 -34
  554. data/bundler/man/bundle-show.1.txt +0 -27
  555. data/bundler/man/bundle-update.1.txt +0 -390
  556. data/bundler/man/bundle-viz.1.txt +0 -39
  557. data/bundler/man/bundle.1.txt +0 -116
  558. data/bundler/man/gemfile.5.txt +0 -649
  559. data/lib/rubygems/source_local.rb +0 -7
  560. data/lib/rubygems/source_specific_file.rb +0 -6
  561. data/lib/rubygems/ssl_certs/rubygems.global.ssl.fastly.net/DigiCertHighAssuranceEVRootCA.pem +0 -23
  562. data/lib/rubygems/ssl_certs/rubygems.org/AddTrustExternalCARoot.pem +0 -25
  563. data/lib/ubygems.rb +0 -14
  564. data/tmp/.keep +0 -0
  565. data/util/CL2notes +0 -55
  566. data/util/bisect +0 -10
  567. data/util/ci.sh +0 -62
  568. data/util/cops/deprecations.rb +0 -52
  569. data/util/create_certs.rb +0 -171
  570. data/util/create_certs.sh +0 -27
  571. data/util/create_encrypted_key.rb +0 -16
  572. data/util/generate_spdx_license_list.rb +0 -63
  573. data/util/patch_with_prs.rb +0 -77
  574. data/util/rubocop +0 -8
  575. data/util/update_bundled_ca_certificates.rb +0 -139
  576. data/util/update_changelog.rb +0 -64
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4182b07cf1a7f54ac5ac57eb202fb98aeeec4cc8069e549a5f966f8496ff7e73
4
- data.tar.gz: 7784e28ab8b43c6199702d49d531484304e4e0af5bbe3e35bb7626a93d704e64
3
+ metadata.gz: 183f3b2ffdc6ae6ff74b07aa4fb847ce8dad2346d34053258d1f4a1dae58ee75
4
+ data.tar.gz: 65ebe08bd47e237947d6292a1d8bd8eacfdb02ba2ca0c49abbb46dfb5d4508ba
5
5
  SHA512:
6
- metadata.gz: 2cea3e83459b735337d934e1086cabf75979e6018edcb73fa1334b4ebbd107a7b8b316b9456b46f4d85b9a39d3988b77f32f4e87a6aa8cecbd3e6036cf2ee870
7
- data.tar.gz: b0d7b6ac35d9c6bae856c2323bf48175945ff423302db5db729d07a5554df373de77489f4fbe23e442289646f51a9166c66a253be9132a0fbedb1a54e03b1d49
6
+ metadata.gz: 6bab93bbd24b3fb753b6a2818cecaad7dffff505937f4a3a0625c9c6f8ccfcb1742d642fc74ab7e8aed5bc505aa18651aed3ced2e794efa0b0a758ac5fab50a8
7
+ data.tar.gz: 1a5c4126510e7dfb037e52f3da7a2cc815d14b925089ebf3aed4c120c95580a6e1e119fc3cc205bf320baf02cd140e3a2cd17499dd4b6c9b2747004654ae82bb
@@ -1,8 +1,350 @@
1
- # coding: UTF-8
1
+ # 3.2.14 / 2021-03-08
2
2
 
3
- === 3.1.4 / 2020-06-03
3
+ ## Enhancements:
4
4
 
5
- Minor enhancements:
5
+ * Less wrapping of network errors. Pull request #4064 by deivid-rodriguez
6
+
7
+ ## Bug fixes:
8
+
9
+ * Revert addition of support for `musl` variants to restore graceful
10
+ fallback on Alpine. Pull request #4434 by deivid-rodriguez
11
+
12
+ # 3.2.13 / 2021-03-03
13
+
14
+ ## Bug fixes:
15
+
16
+ * Support non-gnu libc linux platforms. Pull request #4082 by lloeki
17
+
18
+ # 3.2.12 / 2021-03-01
19
+
20
+ ## Bug fixes:
21
+
22
+ * Restore the ability to manually install extension gems. Pull request
23
+ #4384 by cfis
24
+
25
+ # 3.2.11 / 2021-02-17
26
+
27
+ ## Enhancements:
28
+
29
+ * Optionally fallback to IPv4 when IPv6 is unreachable. Pull request #2662
30
+ by sonalkr132
31
+
32
+ # 3.2.10 / 2021-02-15
33
+
34
+ ## Documentation:
35
+
36
+ * Add a `gem push` example to `gem help`. Pull request #4373 by
37
+ deivid-rodriguez
38
+ * Improve documentation for `required_ruby_version`. Pull request #4343 by
39
+ AlexWayfer
40
+
41
+ # 3.2.9 / 2021-02-08
42
+
43
+ ## Bug fixes:
44
+
45
+ * Fix error message when underscore selection can't find bundler. Pull
46
+ request #4363 by deivid-rodriguez
47
+ * Fix `Gem::Specification.stubs_for` returning wrong named specs. Pull
48
+ request #4356 by tompng
49
+ * Don't error out when activating a binstub unless necessary. Pull request
50
+ #4351 by deivid-rodriguez
51
+ * Fix `gem outdated` incorrectly handling platform specific gems. Pull
52
+ request #4248 by deivid-rodriguez
53
+
54
+ # 3.2.8 / 2021-02-02
55
+
56
+ ## Bug fixes:
57
+
58
+ * Fix `gem install` crashing on gemspec with nil required_ruby_version.
59
+ Pull request #4334 by pbernays
60
+
61
+ # 3.2.7 / 2021-01-26
62
+
63
+ ## Bug fixes:
64
+
65
+ * Generate plugin wrappers with relative requires. Pull request #4317 by
66
+ deivid-rodriguez
67
+
68
+ # 3.2.6 / 2021-01-18
69
+
70
+ ## Enhancements:
71
+
72
+ * Fix `Gem::Platform#inspect` showing duplicate information. Pull request
73
+ #4276 by deivid-rodriguez
74
+
75
+ ## Bug fixes:
76
+
77
+ * Swallow any system call error in `ensure_gem_subdirs` to support jruby
78
+ embedded paths. Pull request #4291 by kares
79
+ * Restore accepting custom make command with extra options as the `make`
80
+ env variable. Pull request #4271 by terceiro
81
+
82
+ # 3.2.5 / 2021-01-11
83
+
84
+ ## Bug fixes:
85
+
86
+ * Don't load more specs after the whole set of specs has been setup. Pull
87
+ request #4262 by deivid-rodriguez
88
+ * Fix broken `bundler` executable after `gem update --system`. Pull
89
+ request #4221 by deivid-rodriguez
90
+
91
+ # 3.2.4 / 2020-12-31
92
+
93
+ ## Enhancements:
94
+
95
+ * Use a CHANGELOG in markdown for rubygems. Pull request #4168 by
96
+ deivid-rodriguez
97
+ * Never spawn subshells when building extensions. Pull request #4190 by
98
+ deivid-rodriguez
99
+
100
+ ## Bug fixes:
101
+
102
+ * Fix fallback to the old index and installation from it not working. Pull
103
+ request #4213 by deivid-rodriguez
104
+ * Fix installing from source on truffleruby. Pull request #4201 by
105
+ deivid-rodriguez
106
+
107
+ # 3.2.3 / 2020-12-22
108
+
109
+ ## Enhancements:
110
+
111
+ * Fix misspellings in default API key name. Pull request #4177 by hsbt
112
+
113
+ ## Bug fixes:
114
+
115
+ * Respect `required_ruby_version` and `required_rubygems_version`
116
+ constraints when looking for `gem install` candidates. Pull request #4110
117
+ by deivid-rodriguez
118
+
119
+ # 3.2.2 / 2020-12-17
120
+
121
+ ## Bug fixes:
122
+
123
+ * Fix issue where CLI commands making more than one request to
124
+ rubygems.org needing an OTP code would crash or ask for the code twice.
125
+ Pull request #4162 by sonalkr132
126
+ * Fix building rake extensions that require openssl. Pull request #4165 by
127
+ deivid-rodriguez
128
+ * Fix `gem update --system` displaying too many changelog entries. Pull
129
+ request #4145 by deivid-rodriguez
130
+
131
+ # 3.2.1 / 2020-12-14
132
+
133
+ ## Enhancements:
134
+
135
+ * Added help message for gem i webrick in gem server command. Pull request
136
+ #4117 by hsbt
137
+
138
+ ## Bug fixes:
139
+
140
+ * Added the missing loading of fileutils same as load_specs. Pull request
141
+ #4124 by hsbt
142
+ * Fix Resolver::APISet to always include prereleases when necessary. Pull
143
+ request #4113 by deivid-rodriguez
144
+
145
+ # 3.2.0 / 2020-12-07
146
+
147
+ ## Enhancements:
148
+
149
+ * Do not override Kernel#warn when there is no need. Pull request #4075 by
150
+ eregon
151
+ * Update endpoint of gem signin command. Pull request #3840 by sonalkr132
152
+ * Omit deprecated commands from command help output. Pull request #4023 by
153
+ landongrindheim
154
+ * Suggest alternatives in `gem query` deprecation. Pull request #4021 by
155
+ landongrindheim
156
+ * Lazily load `time`, `cgi`, and `zlib`. Pull request #4010 by
157
+ deivid-rodriguez
158
+ * Don't hit the network when installing dependencyless local gemspec. Pull
159
+ request #3968 by deivid-rodriguez
160
+ * Add `--force` option to `gem sources` command. Pull request #3956 by
161
+ andy-smith-msm
162
+ * Lazily load `openssl`. Pull request #3850 by deivid-rodriguez
163
+ * Pass more information when comparing platforms. Pull request #3817 by
164
+ eregon
165
+
166
+ ## Bug fixes:
167
+
168
+ * Use better owner & group for files in rubygems package. Pull request
169
+ #4065 by deivid-rodriguez
170
+ * Improve gem build -C flag. Pull request #3983 by bronzdoc
171
+ * Handle unexpected behavior with URI#merge and subpaths missing trailing
172
+ slashes. Pull request #3123 by drcapulet
173
+ * Add missing `fileutils` require in rubygems installer. Pull request
174
+ #4036 by deivid-rodriguez
175
+ * Fix `--platform` option to `gem specification` being ignored. Pull
176
+ request #4043 by deivid-rodriguez
177
+ * Expose `--no-minimal-deps` flag to install the latest version of
178
+ dependencies. Pull request #4030 by deivid-rodriguez
179
+ * Fix "stack level too deep" error when overriding `Warning.warn`. Pull
180
+ request #3987 by eregon
181
+ * Append '.gemspec' extension only when it is not present. Pull request
182
+ #3988 by voxik
183
+ * Install to correct plugins dir when using `--build-root`. Pull request
184
+ #3972 by deivid-rodriguez
185
+ * Fix `--build-root` flag under Windows. Pull request #3975 by
186
+ deivid-rodriguez
187
+ * Fix `typo_squatting?` false positive for `rubygems.org` itself. Pull
188
+ request #3951 by andy-smith-msm
189
+ * Make `--default` and `--install-dir` options to `gem install` play nice
190
+ together. Pull request #3906 by deivid-rodriguez
191
+
192
+ ## Deprecations:
193
+
194
+ * Deprecate server command. Pull request #3868 by bronzdoc
195
+
196
+ ## Performance:
197
+
198
+ * Don't change ruby process CWD when building extensions. Pull request
199
+ #3498 by deivid-rodriguez
200
+
201
+ # 3.2.0.rc.2 / 2020-10-08
202
+
203
+ ## Enhancements:
204
+
205
+ * Make --dry-run flag consistent across rubygems commands. Pull request
206
+ #3867 by bronzdoc
207
+ * Disallow downgrades to too old versions. Pull request #3566 by
208
+ deivid-rodriguez
209
+ * Added `--platform` option to `build` command. Pull request #3079 by nobu
210
+ * Have "gem update --system" pass through the `--silent` flag. Pull
211
+ request #3789 by duckinator
212
+ * Add writable check for cache dir. Pull request #3876 by xndcn
213
+ * Warn on duplicate dependency in a specification. Pull request #3864 by
214
+ bronzdoc
215
+ * Fix indentation in `gem env`. Pull request #3861 by colby-swandale
216
+ * Let more exceptions flow. Pull request #3819 by deivid-rodriguez
217
+ * Ignore internal frames in RubyGems' Kernel#warn. Pull request #3810 by
218
+ eregon
219
+
220
+ ## Bug fixes:
221
+
222
+ * Add missing fileutils require. Pull request #3911 by deivid-rodriguez
223
+ * Fix false positive warning on Windows when PATH has
224
+ `File::ALT_SEPARATOR`. Pull request #3829 by deivid-rodriguez
225
+ * Fix Kernel#warn override to handle backtrace location with nil path.
226
+ Pull request #3852 by jeremyevans
227
+ * Don't format executables on `gem update --system`. Pull request #3811 by
228
+ deivid-rodriguez
229
+ * `gem install --user` fails with `Gem::FilePermissionError` on the system
230
+ plugins directory. Pull request #3804 by nobu
231
+
232
+ ## Performance:
233
+
234
+ * Avoid duplicated generation of APISpecification objects. Pull request
235
+ #3940 by mame
236
+ * Eval defaults with frozen_string_literal: true. Pull request #3847 by
237
+ casperisfine
238
+ * Deduplicate the requirement operators in memory. Pull request #3846 by
239
+ casperisfine
240
+ * Optimize Gem.already_loaded?. Pull request #3793 by casperisfine
241
+
242
+ # 3.2.0.rc.1 / 2020-07-04
243
+
244
+ ## Enhancements:
245
+
246
+ * Test TruffleRuby in CI. Pull request #2797 by Benoit Daloze.
247
+ * Rework plugins system and speed up rubygems. Pull request #3108 by David
248
+ Rodríguez.
249
+ * Specify explicit separator not to be affected by $;. Pull request #3424
250
+ by Nobuyoshi Nakada.
251
+ * Enable `Layout/ExtraSpacing` cop. Pull request #3449 by David Rodríguez.
252
+ * Rollback gem deprecate. Pull request #3530 by Luis Sagastume.
253
+ * Normalize heredoc delimiters. Pull request #3533 by David Rodríguez.
254
+ * Log messages to stdout in `rake package`. Pull request #3632 by David
255
+ Rodríguez.
256
+ * Remove explicit `psych` activation. Pull request #3636 by David
257
+ Rodríguez.
258
+ * Delay `fileutils` loading to fix some warnings. Pull request #3637 by
259
+ David Rodríguez.
260
+ * Make sure rubygems/package can be directly required reliably. Pull
261
+ request #3670 by Luis Sagastume.
262
+ * Make sure `tmp` folder exists before calling `Dir.tmpdir`. Pull request
263
+ #3711 by David Rodríguez.
264
+ * Add Gem.disable_system_update_message to disable gem update --system if
265
+ needed. Pull request #3720 by Josef Šimánek.
266
+ * Tweaks to play nice with ruby-core setup. Pull request #3733 by David
267
+ Rodríguez.
268
+ * Remove explicit require for auto-loaded constant. Pull request #3751 by
269
+ Karol Bucek.
270
+ * Test files should not be included in spec.files. Pull request #3758 by
271
+ Marc-André Lafortune.
272
+ * Remove TODO comment about warning on setting instead of pushing. Pull
273
+ request #2823 by Luis Sagastume.
274
+ * Add deprecate command method. Pull request #2935 by Luis Sagastume.
275
+ * Simplify deprecate command method. Pull request #2974 by Luis Sagastume.
276
+ * Fix Gem::LOADED_SPECS_MUTEX handling for recursive locking. Pull request
277
+ #2985 by MSP-Greg.
278
+ * Add `funding_uri ` metadata field to gemspec. Pull request #3060 by
279
+ Colby Swandale.
280
+ * Updates to some old gem-signing docs. Pull request #3063 by Tieg
281
+ Zaharia.
282
+ * Update the gem method for Gem::Installer. Pull request #3137 by Daniel
283
+ Berger.
284
+ * Simplify initial gem help output. Pull request #3148 by Olivier Lacan.
285
+ * Resolve latest version via `gem contents`. Pull request #3149 by Dan
286
+ Rice.
287
+ * Install suggestions. Pull request #3151 by Sophia Castellarin.
288
+ * Only rescue the errors we actually want to rescue. Pull request #3156 by
289
+ David Rodríguez.
290
+
291
+ ## Bug fixes:
292
+
293
+ * Accept not only /usr/bin/env but also /bin/env in some tests. Pull
294
+ request #3422 by Yusuke Endoh.
295
+ * Skip a test that attempts to remove the current directory on Solaris.
296
+ Pull request #3423 by Yusuke Endoh.
297
+ * Fix race condition on bundler's parallel installer. Pull request #3440
298
+ by David Rodríguez.
299
+ * Fix platform comparison check in #contains_requirable_file?. Pull
300
+ request #3495 by Benoit Daloze.
301
+ * Improve missing spec error. Pull request #3559 by Luis Sagastume.
302
+ * Fix hidden bundler template installation from rubygems updater. Pull
303
+ request #3674 by David Rodríguez.
304
+ * Fix gem update --user-install. Pull request #2901 by Luis Sagastume.
305
+ * Correct conflict list when uninstallation is prevented. Pull request
306
+ #2973 by David Rodríguez.
307
+ * Fix error when trying to find bundler with a deleted "working directo….
308
+ Pull request #3090 by Luis Sagastume.
309
+ * Fix -I require priority. Pull request #3124 by David Rodríguez.
310
+ * Fix `ruby setup.rb` for new plugins layout. Pull request #3144 by David
311
+ Rodríguez.
312
+
313
+ ## Deprecations:
314
+
315
+ * Set deprecation warning on query command. Pull request #2967 by Luis
316
+ Sagastume.
317
+
318
+ ## Breaking changes:
319
+
320
+ * Remove ruby 1.8 leftovers. Pull request #3442 by David Rodríguez.
321
+ * Minitest cleanup. Pull request #3445 by David Rodríguez.
322
+ * Remove `builder` gem requirement for `gem regenerate_index`. Pull
323
+ request #3552 by David Rodríguez.
324
+ * Remove modelines for consistency. Pull request #3714 by David Rodríguez.
325
+ * Stop using deprecated OpenSSL::Digest constants. Pull request #3763 by
326
+ Bart de Water.
327
+ * Remove Gem module deprecated methods. Pull request #3101 by Luis
328
+ Sagastume.
329
+ * Remove ubygems.rb. Pull request #3102 by Luis Sagastume.
330
+ * Remove Gem::Commands::QueryCommand. Pull request #3104 by Luis
331
+ Sagastume.
332
+ * Remove dependency installer deprecated methods. Pull request #3106 by
333
+ Luis Sagastume.
334
+ * Remove Gem::UserInteraction#debug method. Pull request #3107 by Luis
335
+ Sagastume.
336
+ * Remove options from Gem::GemRunner.new. Pull request #3110 by Luis
337
+ Sagastume.
338
+ * Remove deprecated Gem::RemoteFetcher#fetch_size. Pull request #3111 by
339
+ Luis Sagastume.
340
+ * Remove source_exception from Gem::Exception. Pull request #3112 by Luis
341
+ Sagastume.
342
+ * Requiring rubygems/source_specific_file is deprecated, remove it. Pull
343
+ request #3114 by Luis Sagastume.
344
+
345
+ # 3.1.4 / 2020-06-03
346
+
347
+ ## Enhancements:
6
348
 
7
349
  * Deprecate rubyforge_project attribute only during build
8
350
  time. Pull request #3609 by Josef Šimánek.
@@ -11,9 +353,9 @@ Minor enhancements:
11
353
  * Remove failing ubuntu-rvm CI flow. Pull request #3611 by
12
354
  Josef Šimánek.
13
355
 
14
- === 3.1.3 / 2020-05-05
356
+ # 3.1.3 / 2020-05-05
15
357
 
16
- Minor enhancements:
358
+ ## Enhancements:
17
359
 
18
360
  * Resolver: require NameTuple before use. Pull request #3171 by Olle
19
361
  Jonsson.
@@ -24,7 +366,7 @@ Minor enhancements:
24
366
  * Add tests to check if Gem.ruby_version works with ruby git master.
25
367
  Pull request #3049 by Yusuke Endoh.
26
368
 
27
- Bug fixes:
369
+ ## Bug fixes:
28
370
 
29
371
  * Fix platform comparison check in #contains_requirable_file?. Pull
30
372
  request #3495 by Benoit Daloze.
@@ -36,9 +378,9 @@ Bug fixes:
36
378
  * Fix gem install from a gemdeps file with complex dependencies.
37
379
  Pull request #3054 by Luis Sagastume.
38
380
 
39
- === 3.1.2 / 2019-12-20
381
+ # 3.1.2 / 2019-12-20
40
382
 
41
- Minor enhancements:
383
+ ## Enhancements:
42
384
 
43
385
  * Restore non prompting `gem update --system` behavior. Pull request #3040
44
386
  by David Rodríguez.
@@ -48,29 +390,26 @@ Minor enhancements:
48
390
  Pull request #3042 by David Rodríguez.
49
391
  * Use Bundler 2.1.2. Pull request #3043 by SHIBATA Hiroshi.
50
392
 
51
- Bug fixes:
393
+ ## Bug fixes:
52
394
 
53
395
  * Require `uri` in source.rb. Pull request #3034 by mihaibuzgau.
54
396
  * Fix `gem update --system --force`. Pull request #3035 by David
55
397
  Rodríguez.
56
398
  * Move `require uri` to source_list. Pull request #3038 by mihaibuzgau.
57
399
 
58
- === 3.1.1 / 2019-12-16
400
+ # 3.1.1 / 2019-12-16
59
401
 
60
- Bug fixes:
402
+ ## Bug fixes:
61
403
 
62
404
  * Vendor Bundler 2.1.0 again. The version of Bundler with
63
405
  RubyGems 3.1.0 was Bundler 2.1.0.pre.3. Pull request #3029 by
64
406
  SHIBATA Hiroshi.
65
407
 
66
- === 3.1.0 / 2019-12-16
408
+ # 3.1.0 / 2019-12-16
67
409
 
68
- Major enhancements:
410
+ ## Enhancements:
69
411
 
70
412
  * Vendor bundler 2.1. Pull request #3028 by David Rodríguez.
71
-
72
- Minor enhancements:
73
-
74
413
  * Check for rubygems.org typo squatting sources. Pull request #2999 by
75
414
  Luis Sagastume.
76
415
  * Refactor remote fetcher. Pull request #3017 by David Rodríguez.
@@ -82,22 +421,25 @@ Minor enhancements:
82
421
  * Use bundler to manage development dependencies. Pull request #3012 by
83
422
  David Rodríguez.
84
423
 
85
- Bug fixes:
424
+ ## Bug fixes:
86
425
 
87
426
  * Remove unnecessary executable flags. Pull request #2982 by David
88
427
  Rodríguez.
89
428
  * Remove configuration that contained a typo. Pull request #2989 by David
90
429
  Rodríguez.
91
430
 
92
- Compatibility changes:
431
+ ## Deprecations:
93
432
 
94
- * Remove 1.8.7 leftovers. Pull request #2972 by David Rodríguez.
95
433
  * Deprecate `gem generate_index --modern` and `gem generate_index
96
434
  --no-modern`. Pull request #2992 by David Rodríguez.
97
435
 
98
- === 3.1.0.pre3 / 2019-11-11
436
+ ## Breaking changes:
437
+
438
+ * Remove 1.8.7 leftovers. Pull request #2972 by David Rodríguez.
439
+
440
+ # 3.1.0.pre3 / 2019-11-11
99
441
 
100
- Minor enhancements:
442
+ ## Enhancements:
101
443
 
102
444
  * Fix gem pristine not accounting for user installed gems. Pull request
103
445
  #2914 by Luis Sagastume.
@@ -116,18 +458,18 @@ Minor enhancements:
116
458
  * Fix Gem::LOADED_SPECS_MUTEX handling for recursive locking. Pull request
117
459
  #2985 by MSP-Greg.
118
460
 
119
- === 3.1.0.pre2 / 2019-10-15
461
+ # 3.1.0.pre2 / 2019-10-15
120
462
 
121
- Minor enhancements:
463
+ ## Enhancements:
122
464
 
123
465
  * Optimize Gem::Package::TarReader#each. Pull request #2941 by Jean byroot
124
466
  Boussier.
125
467
  * Time comparison around date boundary. Pull request #2944 by Nobuyoshi
126
468
  Nakada.
127
469
 
128
- === 3.1.0.pre1 / 2019-10-08
470
+ # 3.1.0.pre1 / 2019-10-08
129
471
 
130
- Major enhancements:
472
+ ## Enhancements:
131
473
 
132
474
  * Try to use bundler-2.1.0.pre.2. Pull request #2923 by SHIBATA Hiroshi.
133
475
  * [Require] Ensure -I beats a default gem. Pull request #1868 by Samuel
@@ -138,9 +480,6 @@ Major enhancements:
138
480
  Chaofan.
139
481
  * Autoswitch to exact bundler version if present. Pull request #2583 by
140
482
  David Rodríguez.
141
-
142
- Minor enhancements:
143
-
144
483
  * Fix Gem::Requirement equality comparison when ~> operator is used. Pull
145
484
  request #2554 by Grey Baker.
146
485
  * Don't use a proxy if https_proxy env var is empty. Pull request #2567 by
@@ -260,7 +599,7 @@ Minor enhancements:
260
599
  Berger.
261
600
  * Remove useless TODO comment. Pull request #2818 by Luis Sagastume.
262
601
 
263
- Bug fixes:
602
+ ## Bug fixes:
264
603
 
265
604
  * Fix typos in History.txt. Pull request #2565 by Igor Zubkov.
266
605
  * Remove unused empty sources array. Pull request #2598 by Aaron
@@ -293,29 +632,33 @@ Bug fixes:
293
632
  * Fix cryptic error on local and ignore-dependencies combination. Pull
294
633
  request #2650 by David Rodríguez.
295
634
 
296
- Compatibility changes:
635
+ ## Deprecations:
297
636
 
298
- * Remove commented code from command.rb. Pull request #2620 by Luis
637
+ * Make deprecate Gem::RubyGemsVersion and Gem::ConfigMap. Pull request
638
+ #2857 by SHIBATA Hiroshi.
639
+ * Deprecate Gem::RemoteFetcher#fetch_size. Pull request #2833 by Luis
640
+ Sagastume.
641
+ * Explicitly deprecate `rubyforge_project`. Pull request #2798 by David
642
+ Rodríguez.
643
+ * Deprecate unused Gem::Installer#unpack method. Pull request #2715 by Vít
644
+ Ondruch.
645
+ * Deprecate a few unused methods. Pull request #2674 by David Rodríguez.
646
+ * Add deprecation warnings for cli options. Pull request #2607 by Luis
299
647
  Sagastume.
648
+
649
+ ## Breaking changes:
650
+
300
651
  * Suppress keywords warning. Pull request #2934 by Nobuyoshi Nakada.
301
652
  * Suppress Ruby 2.7's real kwargs warning. Pull request #2912 by Koichi
302
653
  ITO.
303
654
  * Fix Kernel#warn override. Pull request #2911 by Jeremy Evans.
304
- * Make deprecate Gem::RubyGemsVersion and Gem::ConfigMap. Pull request
305
- #2857 by SHIBATA Hiroshi.
306
- * Deprecate Gem::RemoteFetcher#fetch_size. Pull request #2833 by Luis
307
- Sagastume.
308
655
  * Remove conflict.rb code that was supposed to be removed in Rubygems 3.
309
656
  Pull request #2802 by Luis Sagastume.
310
- * Explicitly deprecate `rubyforge_project`. Pull request #2798 by David
311
- Rodríguez.
312
657
  * Compatibility cleanups. Pull request #2754 by David Rodríguez.
313
658
  * Remove `others_possible` activation request param. Pull request #2747 by
314
659
  David Rodríguez.
315
660
  * Remove dependency installer deprecated code. Pull request #2740 by Luis
316
661
  Sagastume.
317
- * Deprecate unused Gem::Installer#unpack method. Pull request #2715 by Vít
318
- Ondruch.
319
662
  * Removed guard condition with USE_BUNDLER_FOR_GEMDEPS. Pull request #2716
320
663
  by SHIBATA Hiroshi.
321
664
  * Skip deprecation warning during specs. Pull request #2718 by David
@@ -324,34 +667,36 @@ Compatibility changes:
324
667
  * Removed circular require. Pull request #2679 by Nobuyoshi Nakada.
325
668
  * Removed needless environmental variable for Travis CI. Pull request
326
669
  #2685 by SHIBATA Hiroshi.
327
- * Deprecate a few unused methods. Pull request #2674 by David Rodríguez.
328
670
  * Removing yaml require. Pull request #2538 by Luciano Sousa.
329
- * Add deprecation warnings for cli options. Pull request #2607 by Luis
330
- Sagastume.
331
671
 
332
- Style changes:
672
+ # 3.0.8 / 2020-02-19
333
673
 
334
- * Enable `Layout/SpaceInsideParens` rubocop cop. Pull request #2630 by
335
- David Rodríguez.
336
- * Remove some extra empty lines from the repo. Pull request #2669 by David
337
- Rodríguez.
338
- * Enable Style/EmptyLinesAroundClassBody rubocop cop. Pull request #2636
339
- by David Rodríguez.
340
- * Enable Style/BlockDelimiters rubocop cop. Pull request #2640 by David
341
- Rodríguez.
342
- * Enable Layout/SpaceAroundOperators rubocop cop. Pull request #2642 by
343
- David Rodríguez.
344
- * Rubocop 0.71. Pull request #2785 by David Rodríguez.
674
+ ## Bug fixes:
675
+
676
+ * Gem::Specification#to_ruby needs OpenSSL. Pull request #2937 by
677
+ Nobuyoshi Nakada.
678
+
679
+ # 3.0.7 / 2020-02-18
680
+
681
+ ## Bug fixes:
682
+
683
+ * Fix underscore version selection for bundler #2908 by David Rodríguez.
684
+ * Add missing wrapper. Pull request #2690 by David Rodríguez.
685
+ * Make Gem::Specification#ruby_code handle OpenSSL::PKey::RSA objects.
686
+ Pull request #2782 by Luis Sagastume.
687
+ * Installer.rb - fix #windows_stub_script. Pull request #2876 by MSP-Greg.
688
+ * Use IAM role to extract security-credentials for EC2 instance. Pull
689
+ request #2894 by Alexander Pakulov.
345
690
 
346
- === 3.0.6 / 2019-08-17
691
+ # 3.0.6 / 2019-08-17
347
692
 
348
- Bug fixes:
693
+ ## Bug fixes:
349
694
 
350
695
  * Revert #2813. It broke the compatibility with 3.0.x versions.
351
696
 
352
- === 3.0.5 / 2019-08-16
697
+ # 3.0.5 / 2019-08-16
353
698
 
354
- Minor enhancements:
699
+ ## Enhancements:
355
700
 
356
701
  * Use env var to configure api key on push. Pull request #2559 by Luis
357
702
  Sagastume.
@@ -386,7 +731,7 @@ Minor enhancements:
386
731
  by Alexander Pakulov.
387
732
  * Fixup #2844. Pull request #2878 by SHIBATA Hiroshi.
388
733
 
389
- Bug fixes:
734
+ ## Bug fixes:
390
735
 
391
736
  * Fix intermittent test error on Appveyor & Travis. Pull request #2568 by
392
737
  MSP-Greg.
@@ -402,9 +747,9 @@ Bug fixes:
402
747
  * Ignore GEMRC variable for test suite. Pull request #2837 by SHIBATA
403
748
  Hiroshi.
404
749
 
405
- === 3.0.4 / 2019-06-14
750
+ # 3.0.4 / 2019-06-14
406
751
 
407
- Minor enhancements:
752
+ ## Enhancements:
408
753
 
409
754
  * Add support for TruffleRuby #2612 by Benoit Daloze
410
755
  * Serve a more descriptive error when --no-ri or --no-rdoc are used #2572
@@ -441,7 +786,7 @@ Minor enhancements:
441
786
  request #2777 by Yusuke Endoh.
442
787
  * Backport ruby core changes. Pull request #2778 by SHIBATA Hiroshi.
443
788
 
444
- Bug fixes:
789
+ ## Bug fixes:
445
790
 
446
791
  * Test_gem.rb - intermittent failure fix. Pull request #2613 by MSP-Greg.
447
792
  * Fix sporadic CI failures. Pull request #2617 by David Rodríguez.
@@ -457,11 +802,10 @@ Bug fixes:
457
802
  #2732 by Alex Junger.
458
803
  * Fix TODOs. Pull request #2748 by David Rodríguez.
459
804
 
460
- === 3.0.3 / 2019-03-05
805
+ # 3.0.3 / 2019-03-05
461
806
 
462
807
  Security fixes:
463
808
 
464
- * Fixed following vulnerabilities:
465
809
  * CVE-2019-8320: Delete directory using symlink when decompressing tar
466
810
  * CVE-2019-8321: Escape sequence injection vulnerability in `verbose`
467
811
  * CVE-2019-8322: Escape sequence injection vulnerability in `gem owner`
@@ -469,14 +813,14 @@ Security fixes:
469
813
  * CVE-2019-8324: Installing a malicious gem may lead to arbitrary code execution
470
814
  * CVE-2019-8325: Escape sequence injection vulnerability in errors
471
815
 
472
- === 3.0.2 / 2019-01-01
816
+ # 3.0.2 / 2019-01-01
473
817
 
474
- Minor enhancements:
818
+ ## Enhancements:
475
819
 
476
820
  * Use Bundler-1.17.3. Pull request #2556 by SHIBATA Hiroshi.
477
821
  * Fix document flag description. Pull request #2555 by Luis Sagastume.
478
822
 
479
- Bug fixes:
823
+ ## Bug fixes:
480
824
 
481
825
  * Fix tests when ruby --program-suffix is used without rubygems
482
826
  --format-executable. Pull request #2549 by Jeremy Evans.
@@ -486,9 +830,9 @@ Bug fixes:
486
830
  Fukumori.
487
831
  * Restore SOURCE_DATE_EPOCH. Pull request #2560 by SHIBATA Hiroshi.
488
832
 
489
- === 3.0.1 / 2018-12-23
833
+ # 3.0.1 / 2018-12-23
490
834
 
491
- Bug fixes:
835
+ ## Bug fixes:
492
836
 
493
837
  * Ensure globbed files paths are expanded. Pull request #2536 by Tony Ta.
494
838
  * Dup the Dir.home string before passing it on. Pull request #2545 by
@@ -497,9 +841,9 @@ Bug fixes:
497
841
  by SHIBATA Hiroshi.
498
842
  * Restore release task without hoe. Pull request #2547 by SHIBATA Hiroshi.
499
843
 
500
- === 3.0.0 / 2018-12-19
844
+ # 3.0.0 / 2018-12-19
501
845
 
502
- Major enhancements:
846
+ ## Enhancements:
503
847
 
504
848
  * S3 source. Pull request #1690 by Aditya Prakash.
505
849
  * Download gems with threads. Pull request #1898 by André Arko.
@@ -507,9 +851,6 @@ Major enhancements:
507
851
  * [GSoC] Multi-factor feature for RubyGems. Pull request #2369 by Qiu
508
852
  Chaofan.
509
853
  * Use bundler 1.17.2. Pull request #2521 by SHIBATA Hiroshi.
510
-
511
- Minor enhancements:
512
-
513
854
  * Don't treat inaccessible working directories as build failures. Pull
514
855
  request #1135 by Pete.
515
856
  * Remove useless directory parameter from builders .build methods.
@@ -536,7 +877,7 @@ Minor enhancements:
536
877
  Swandale.
537
878
  * Add Gem.operating_system_defaults to allow packagers to override
538
879
  defaults. Pull request #2116 by Vít Ondruch.
539
- * Update for compatibilty with new minitest. Pull request #2118 by
880
+ * Update for compatibility with new minitest. Pull request #2118 by
540
881
  MSP-Greg.
541
882
  * Make Windows bin stubs portable. Pull request #2119 by MSP-Greg.
542
883
  * Avoid to warnings about gemspec loadings in rubygems tests. Pull request
@@ -568,11 +909,11 @@ Minor enhancements:
568
909
  SHIBATA Hiroshi.
569
910
  * Add Rake task to install dev dependencies. Pull request #2173 by Ellen
570
911
  Marie Dash.
571
- * Add new sections to the README and explaination of what RubyGems is.
912
+ * Add new sections to the README and explanation of what RubyGems is.
572
913
  Pull request #2174 by Colby Swandale.
573
914
  * Prefer to use `Numeric#zero?` instead of `== 0`. Pull request #2176 by
574
915
  SHIBATA Hiroshi.
575
- * Ignore perfomance test of version regexp pattern. Pull request #2179 by
916
+ * Ignore performance test of version regexp pattern. Pull request #2179 by
576
917
  SHIBATA Hiroshi.
577
918
  * Ignore .DS_Store files in the update_manifest task. Pull request #2199
578
919
  by Colby Swandale.
@@ -667,7 +1008,7 @@ Minor enhancements:
667
1008
  * Support the environment without OpenSSL. Pull request #2528 by SHIBATA
668
1009
  Hiroshi.
669
1010
 
670
- Bug fixes:
1011
+ ## Bug fixes:
671
1012
 
672
1013
  * Fix undefined method error when printing alert. Pull request #1884 by
673
1014
  Robert Ross.
@@ -720,7 +1061,7 @@ Bug fixes:
720
1061
  * Fix tests when --program-suffix and similar ruby configure options are
721
1062
  used. Pull request #2529 by Jeremy Evans.
722
1063
 
723
- Compatibility changes:
1064
+ ## Breaking changes:
724
1065
 
725
1066
  * IO.binread is not provided at Ruby 1.8. Pull request #2093 by SHIBATA
726
1067
  Hiroshi.
@@ -773,44 +1114,20 @@ Compatibility changes:
773
1114
  * [BudlerVersionFinder] set .filter! and .compatible? to match only on
774
1115
  major versions. Pull request #2515 by Colby Swandale.
775
1116
 
776
- Style changes:
777
-
778
- * Add Rubocop. Pull request #2250 by Colby Swandale.
779
- * Removed explicitly declaration of thread library. Pull request #2324 by
780
- SHIBATA Hiroshi.
781
- * Remove Trailing whitespace with rubocop. Pull request #2394 by SHIBATA
782
- Hiroshi.
783
- * Update rubocop and also use correct pessimistic version. Pull request
784
- #2404 by Colby Swandale.
785
- * Enable more rubocop rules. Pull request #2435 by Ellen Marie Dash.
786
- * Fix and lock rubocop. Pull request #2465 by David Rodríguez.
787
- * Add a rubocop binstub. Pull request #2468 by David Rodríguez.
788
- * Restore the `rubocop` task. Pull request #2470 by David Rodríguez.
789
- * Remove trailing blank lines. Pull request #2471 by David Rodríguez.
790
- * Remove empty lines around method bodies. Pull request #2473 by David
791
- Rodríguez.
792
- * Enable Style/MethodDefParentheses in Rubocop. Pull request #2478 by
793
- Colby Swandale.
794
- * Enable Style/MultilineIfThen in Rubocop. Pull request #2479 by Luis
795
- Sagastume.
796
- * Remove trailing 'then' from generated code. Pull request #2480 by Luis
797
- Sagastume.
798
-
799
- === 2.7.10 / 2019-06-14
1117
+ # 2.7.10 / 2019-06-14
800
1118
 
801
- Minor enhancements:
1119
+ ## Enhancements:
802
1120
 
803
1121
  * Fix bundler rubygems binstub not properly looking for bundler. Pull request #2426
804
1122
  by David Rodríguez.
805
1123
  * [BudlerVersionFinder] set .filter! and .compatible? to match only on major versions.
806
1124
  Pull request #2515 by Colby Swandale.
807
- + Update for compatibilty with new minitest. Pull request #2118 by MSP-Greg.
1125
+ + Update for compatibility with new minitest. Pull request #2118 by MSP-Greg.
808
1126
 
809
- === 2.7.9 / 2019-03-05
1127
+ # 2.7.9 / 2019-03-05
810
1128
 
811
1129
  Security fixes:
812
1130
 
813
- * Fixed following vulnerabilities:
814
1131
  * CVE-2019-8320: Delete directory using symlink when decompressing tar
815
1132
  * CVE-2019-8321: Escape sequence injection vulnerability in `verbose`
816
1133
  * CVE-2019-8322: Escape sequence injection vulnerability in `gem owner`
@@ -818,9 +1135,9 @@ Security fixes:
818
1135
  * CVE-2019-8324: Installing a malicious gem may lead to arbitrary code execution
819
1136
  * CVE-2019-8325: Escape sequence injection vulnerability in errors
820
1137
 
821
- === 2.7.8 / 2018-11-02
1138
+ # 2.7.8 / 2018-11-02
822
1139
 
823
- Minor enhancements:
1140
+ ## Enhancements:
824
1141
 
825
1142
  * [Requirement] Treat requirements with == versions as equal. Pull
826
1143
  request #2230 by Samuel Giddins.
@@ -839,7 +1156,7 @@ Minor enhancements:
839
1156
  * Improve bindir flag description. Pull request #2383 by Luis Sagastume.
840
1157
  * Update bundler-1.16.6. Pull request #2423 by SHIBATA Hiroshi.
841
1158
 
842
- Bug fixes:
1159
+ ## Bug fixes:
843
1160
 
844
1161
  * Fix #1470: generate documentation when --install-dir is present. Pull
845
1162
  request #2229 by Elias Hernandis.
@@ -852,9 +1169,9 @@ Bug fixes:
852
1169
  * Gem::Version should handle nil like it used to before. Pull request
853
1170
  #2363 by Luis Sagastume.
854
1171
 
855
- === 2.7.7 / 2018-05-08
1172
+ # 2.7.7 / 2018-05-08
856
1173
 
857
- Minor enhancements:
1174
+ ## Enhancements:
858
1175
 
859
1176
  * [RequestSet] Only suggest a gem version with an installable platform.
860
1177
  Pull request #2175 by Samuel Giddins.
@@ -869,7 +1186,7 @@ Minor enhancements:
869
1186
  Sagastume.
870
1187
  * Backport ruby core commits. Pull request #2264 by SHIBATA Hiroshi.
871
1188
 
872
- Bug fixes:
1189
+ ## Bug fixes:
873
1190
 
874
1191
  * Frozen string fix - lib/rubygems/bundler_version_finder.rb. Pull request
875
1192
  #2115 by MSP-Greg.
@@ -882,16 +1199,19 @@ Bug fixes:
882
1199
  * Fix path checks for case insensitive filesystem. Pull request #2211 by
883
1200
  Lars Kanis.
884
1201
 
885
- Compatibility changes:
1202
+ ## Deprecations:
886
1203
 
887
1204
  * Deprecate unused code before removing them at #1524. Pull request #2197
888
1205
  by SHIBATA Hiroshi.
889
1206
  * Deprecate for rubygems 3. Pull request #2214 by SHIBATA Hiroshi.
890
1207
  * Mark deprecation to `ubygems.rb` for RubyGems 4. Pull request #2269 by
891
1208
  SHIBATA Hiroshi.
1209
+
1210
+ ## Breaking changes:
1211
+
892
1212
  * Update bundler-1.16.2. Pull request #2291 by SHIBATA Hiroshi.
893
1213
 
894
- === 2.7.6 / 2018-02-16
1214
+ # 2.7.6 / 2018-02-16
895
1215
 
896
1216
  Security fixes:
897
1217
 
@@ -900,7 +1220,7 @@ Security fixes:
900
1220
  * Fix possible Unsafe Object Deserialization Vulnerability in gem owner.
901
1221
  Fixed by Jonathan Claudius.
902
1222
  * Strictly interpret octal fields in tar headers.
903
- Discoved by plover, fixed by Samuel Giddins.
1223
+ Discovered by plover, fixed by Samuel Giddins.
904
1224
  * Raise a security error when there are duplicate files in a package.
905
1225
  Discovered by plover, fixed by Samuel Giddins.
906
1226
  * Enforce URL validation on spec homepage attribute.
@@ -910,9 +1230,9 @@ Security fixes:
910
1230
  * Prevent Path Traversal issue during gem installation.
911
1231
  Discovered by nmalkin.
912
1232
 
913
- === 2.7.5
1233
+ # 2.7.5
914
1234
 
915
- Bug fixes:
1235
+ ## Bug fixes:
916
1236
 
917
1237
  * To use bundler-1.16.1 #2121 by SHIBATA Hiroshi.
918
1238
  * Fixed leaked FDs. Pull request #2127 by Nobuyoshi Nakada.
@@ -924,9 +1244,9 @@ Bug fixes:
924
1244
  * Set whether bundler is used for gemdeps with an environmental variable #2126 by SHIBATA Hiroshi.
925
1245
  * Fix undefined method error when printing alert #1884 by Robert Ross.
926
1246
 
927
- === 2.7.4
1247
+ # 2.7.4
928
1248
 
929
- Bug fixes:
1249
+ ## Bug fixes:
930
1250
 
931
1251
  * Fixed leaked FDs. Pull request #2127 by Nobuyoshi Nakada.
932
1252
  * Avoid to warnings about gemspec loadings in rubygems tests. Pull request
@@ -935,9 +1255,9 @@ Bug fixes:
935
1255
  * Handle environment that does not have `flock` system call. Pull request
936
1256
  #2107 by SHIBATA Hiroshi.
937
1257
 
938
- === 2.7.3
1258
+ # 2.7.3
939
1259
 
940
- Minor enhancements:
1260
+ ## Enhancements:
941
1261
 
942
1262
  * Removed needless version lock. Pull request #2074 by SHIBATA Hiroshi.
943
1263
  * Add --[no-]check-development option to cleanup command. Pull request
@@ -950,7 +1270,7 @@ Minor enhancements:
950
1270
  * Remove multi load warning from plugins documentation. Pull request #2103
951
1271
  by Thibault Jouan.
952
1272
 
953
- Bug fixes:
1273
+ ## Bug fixes:
954
1274
 
955
1275
  * Fix test failure on Alpine Linux. Pull request #2079 by Ellen Marie
956
1276
  Dash.
@@ -969,33 +1289,30 @@ Bug fixes:
969
1289
  * Use setup command --regenerate-binstubs option flag. Pull request #2099
970
1290
  by Thibault Jouan.
971
1291
 
972
- === 2.7.2
1292
+ # 2.7.2
973
1293
 
974
- Bug fixes:
1294
+ ## Bug fixes:
975
1295
 
976
1296
  * Added template files to vendoerd bundler. Pull request #2065 by SHIBATA
977
1297
  Hiroshi.
978
1298
  * Added workaround for non-git environment. Pull request #2066 by SHIBATA
979
1299
  Hiroshi.
980
1300
 
981
- === 2.7.1 (2017-11-03)
1301
+ # 2.7.1 (2017-11-03)
982
1302
 
983
- Bug fixes:
1303
+ ## Bug fixes:
984
1304
 
985
1305
  * Fix `gem update --system` with RubyGems 2.7+. Pull request #2054 by
986
1306
  Samuel Giddins.
987
1307
 
988
- === 2.7.0 (2017-11-02)
1308
+ # 2.7.0 (2017-11-02)
989
1309
 
990
- Major enhancements:
1310
+ ## Enhancements:
991
1311
 
992
1312
  * Update vendored bundler-1.16.0. Pull request #2051 by Samuel Giddins.
993
1313
  * Use Bundler for Gem.use_gemdeps. Pull request #1674 by Samuel Giddins.
994
1314
  * Add command `signin` to `gem` CLI. Pull request #1944 by Shiva Bhusal.
995
1315
  * Add Logout feature to CLI. Pull request #1938 by Shiva Bhusal.
996
-
997
- Minor enhancements:
998
-
999
1316
  * Added message to uninstall command for gem that is not installed. Pull
1000
1317
  request #1979 by anant anil kolvankar.
1001
1318
  * Add --trust-policy option to unpack command. Pull request #1718 by
@@ -1081,11 +1398,8 @@ Minor enhancements:
1081
1398
  * Warn when requiring deprecated files. Pull request #1939 by Ellen Marie
1082
1399
  Dash.
1083
1400
 
1084
- Compatibility changes:
1401
+ ## Deprecations:
1085
1402
 
1086
- * Use `-rrubygems` instead of `-rubygems.rb`. Because ubygems.rb is
1087
- unavailable on Ruby 2.5. Pull request #2028 #2027 #2029
1088
- by SHIBATA Hiroshi.
1089
1403
  * Deprecate Gem::InstallerTestCase#util_gem_bindir and
1090
1404
  Gem::InstallerTestCase#util_gem_dir. Pull request #1729 by Jon Moss.
1091
1405
  * Deprecate passing options to Gem::GemRunner. Pull request #1730 by Jon
@@ -1093,10 +1407,16 @@ Compatibility changes:
1093
1407
  * Add deprecation for Gem#datadir. Pull request #1732 by Jon Moss.
1094
1408
  * Add deprecation warning for Gem::DependencyInstaller#gems_to_install.
1095
1409
  Pull request #1731 by Jon Moss.
1410
+
1411
+ ## Breaking changes:
1412
+
1413
+ * Use `-rrubygems` instead of `-rubygems.rb`. Because ubygems.rb is
1414
+ unavailable on Ruby 2.5. Pull request #2028 #2027 #2029
1415
+ by SHIBATA Hiroshi.
1096
1416
  * Update Code of Conduct to Contributor Covenant v1.4.0. Pull request
1097
1417
  #1796 by Matej.
1098
1418
 
1099
- Bug fixes:
1419
+ ## Bug fixes:
1100
1420
 
1101
1421
  * Fix issue for MinGW / MSYS2 builds and testing. Pull request #1876 by
1102
1422
  MSP-Greg.
@@ -1149,7 +1469,7 @@ Bug fixes:
1149
1469
  * [StubSpecification] Don’t iterate through all loaded specs in #to_spec.
1150
1470
  Pull request #1738 by Samuel Giddins.
1151
1471
 
1152
- === 2.6.14 / 2017-10-09
1472
+ # 2.6.14 / 2017-10-09
1153
1473
 
1154
1474
  Security fixes:
1155
1475
 
@@ -1157,7 +1477,7 @@ Security fixes:
1157
1477
  See CVE-2017-0903 for full details.
1158
1478
  Fix by Aaron Patterson.
1159
1479
 
1160
- === 2.6.13 / 2017-08-27
1480
+ # 2.6.13 / 2017-08-27
1161
1481
 
1162
1482
  Security fixes:
1163
1483
 
@@ -1171,9 +1491,9 @@ Security fixes:
1171
1491
  to overwrite arbitrary files. (CVE-2017-0901)
1172
1492
  Discovered by Yusuke Endoh, fix by Samuel Giddins.
1173
1493
 
1174
- === 2.6.12 / 2017-04-30
1494
+ # 2.6.12 / 2017-04-30
1175
1495
 
1176
- Bug fixes:
1496
+ ## Bug fixes:
1177
1497
 
1178
1498
  * Fix test_self_find_files_with_gemfile to sort expected files. Pull
1179
1499
  request #1880 by Kazuaki Matsuo.
@@ -1194,9 +1514,9 @@ Bug fixes:
1194
1514
  * Allow Gem.finish_resolve to respect already-activated specs. Pull
1195
1515
  request #1910 by Samuel Giddins.
1196
1516
 
1197
- === 2.6.11 / 2017-03-16
1517
+ # 2.6.11 / 2017-03-16
1198
1518
 
1199
- Bug fixes:
1519
+ ## Bug fixes:
1200
1520
 
1201
1521
  * Fixed broken tests on ruby-head. Pull request #1841 by
1202
1522
  SHIBATA Hiroshi.
@@ -1207,16 +1527,16 @@ Bug fixes:
1207
1527
  * Use improved resolver sorting algorithm. Pull request #1856 by
1208
1528
  Samuel Giddins.
1209
1529
 
1210
- === 2.6.10 / 2017-01-23
1530
+ # 2.6.10 / 2017-01-23
1211
1531
 
1212
- Bug fixes:
1532
+ ## Bug fixes:
1213
1533
 
1214
1534
  * Fix `require` calling the wrong `gem` method when it is overridden.
1215
1535
  Pull request #1822 by Samuel Giddins.
1216
1536
 
1217
- === 2.6.9 / 2017-01-20
1537
+ # 2.6.9 / 2017-01-20
1218
1538
 
1219
- Bug fixes:
1539
+ ## Bug fixes:
1220
1540
 
1221
1541
  * Allow initializing versions with empty strings. Pull request #1767 by
1222
1542
  Luis Sagastume.
@@ -1230,9 +1550,9 @@ Bug fixes:
1230
1550
  * RakeBuilder: avoid frozen string issue. Pull request #1819 by Olle
1231
1551
  Jonsson.
1232
1552
 
1233
- === 2.6.8 / 2016-10-29
1553
+ # 2.6.8 / 2016-10-29
1234
1554
 
1235
- Bug fixes:
1555
+ ## Bug fixes:
1236
1556
 
1237
1557
  * Improve SSL verification failure message. Pull request #1751
1238
1558
  by Eric Hodel.
@@ -1241,9 +1561,9 @@ Bug fixes:
1241
1561
  * Update vendored Molinillo to 0.5.3. Pull request #1763 by
1242
1562
  Samuel Giddins.
1243
1563
 
1244
- === 2.6.7 / 2016-09-26
1564
+ # 2.6.7 / 2016-09-26
1245
1565
 
1246
- Bug fixes:
1566
+ ## Bug fixes:
1247
1567
 
1248
1568
  * Install native extensions in the correct location when using the
1249
1569
  `--user-install` flag. Pull request #1683 by Noah Kantrowitz.
@@ -1255,24 +1575,24 @@ Bug fixes:
1255
1575
  * Update vendored Molinillo to 0.5.1. Pull request #1714 by
1256
1576
  Samuel Giddins.
1257
1577
 
1258
- === 2.6.6 / 2016-06-22
1578
+ # 2.6.6 / 2016-06-22
1259
1579
 
1260
- Bug fixes:
1580
+ ## Bug fixes:
1261
1581
 
1262
1582
  * Sort installed versions to make sure we install the latest version when
1263
1583
  running `gem update --system`. As a one-time fix, run
1264
1584
  `gem update --system=2.6.6`. Pull request #1601 by David Radcliffe.
1265
1585
 
1266
- === 2.6.5 / 2016-06-21
1586
+ # 2.6.5 / 2016-06-21
1267
1587
 
1268
- Minor enhancements:
1588
+ ## Enhancements:
1269
1589
 
1270
1590
  * Support for unified Integer in Ruby 2.4. Pull request #1618
1271
1591
  by SHIBATA Hiroshi.
1272
1592
  * Update vendored Molinillo to 0.5.0 for performance improvements.
1273
1593
  Pull request #1638 by Samuel Giddins.
1274
1594
 
1275
- Bug fixes:
1595
+ ## Bug fixes:
1276
1596
 
1277
1597
  * Raise an explicit error if Signer#sign is called with no certs. Pull
1278
1598
  request #1605 by Daniel Berger.
@@ -1292,16 +1612,16 @@ Bug fixes:
1292
1612
  Pull request #1644 by Charles Oliver Nutter.
1293
1613
  * Run Bundler tests on TravisCI. Pull request #1650 by Samuel Giddins.
1294
1614
 
1295
- === 2.6.4 / 2016-04-26
1615
+ # 2.6.4 / 2016-04-26
1296
1616
 
1297
- Minor enhancements:
1617
+ ## Enhancements:
1298
1618
 
1299
1619
  * Use Gem::Util::NULL_DEVICE instead of hard coded strings. Pull request #1588
1300
1620
  by Chris Charabaruk.
1301
1621
  * Use File.symlink on MS Windows if supported. Pull request #1418
1302
1622
  by Nobuyoshi Nakada.
1303
1623
 
1304
- Bug fixes:
1624
+ ## Bug fixes:
1305
1625
 
1306
1626
  * Redact uri password from error output when gem fetch fails. Pull request
1307
1627
  #1565 by Brian Fletcher.
@@ -1309,9 +1629,9 @@ Bug fixes:
1309
1629
  * Escape user-supplied content served on web pages by `gem server` to avoid
1310
1630
  potential XSS vulnerabilities. Samuel Giddins.
1311
1631
 
1312
- === 2.6.3 / 2016-04-05
1632
+ # 2.6.3 / 2016-04-05
1313
1633
 
1314
- Minor enhancements:
1634
+ ## Enhancements:
1315
1635
 
1316
1636
  * Lazily calculate Gem::LoadError exception messages. Pull request #1550
1317
1637
  by Aaron Patterson.
@@ -1322,7 +1642,7 @@ Minor enhancements:
1322
1642
  * Show default gems when using "gem list". Pull request #1570 by Luis
1323
1643
  Sagastume.
1324
1644
 
1325
- Bug fixes:
1645
+ ## Bug fixes:
1326
1646
 
1327
1647
  * Stub ordering should be consistent regardless of how cache is populated.
1328
1648
  Pull request #1552 by Aaron Patterson.
@@ -1338,9 +1658,9 @@ Bug fixes:
1338
1658
  Giddins.
1339
1659
  * Allow two digit version numbers in the tests. Pull request #1575 by unak.
1340
1660
 
1341
- === 2.6.2 / 2016-03-12
1661
+ # 2.6.2 / 2016-03-12
1342
1662
 
1343
- Bug fixes:
1663
+ ## Bug fixes:
1344
1664
 
1345
1665
  * Fix wrong version of gem activation for bin stub. Pull request #1527 by
1346
1666
  Aaron Patterson.
@@ -1351,9 +1671,9 @@ Bug fixes:
1351
1671
  #1538 by Charles Oliver Nutter.
1352
1672
 
1353
1673
 
1354
- === 2.6.1 / 2016-02-28
1674
+ # 2.6.1 / 2016-02-28
1355
1675
 
1356
- Bug fixes:
1676
+ ## Bug fixes:
1357
1677
 
1358
1678
  * Ensure `default_path` and `home` are set for paths. Pull request #1513
1359
1679
  by Aaron Patterson.
@@ -1362,9 +1682,9 @@ Bug fixes:
1362
1682
  * Fix invalid gem file preventing gem install from working. Pull request
1363
1683
  #1499 by Luis Sagastume.
1364
1684
 
1365
- === 2.6.0 / 2016-02-26
1685
+ # 2.6.0 / 2016-02-26
1366
1686
 
1367
- Minor enhancements:
1687
+ ## Enhancements:
1368
1688
 
1369
1689
  * RubyGems now defaults the `gem push` to the gem's "allowed_push_host"
1370
1690
  metadata setting. Pull request #1486 by Josh Lane.
@@ -1375,7 +1695,7 @@ Minor enhancements:
1375
1695
  * Allow specifying gem requirements via env variables. Pull request #1472
1376
1696
  by Samuel E. Giddins.
1377
1697
 
1378
- Bug fixes:
1698
+ ## Bug fixes:
1379
1699
 
1380
1700
  * RubyGems now stores `gem push` credentials under the host you signed-in for.
1381
1701
  Pull request #1485 by Josh Lane.
@@ -1401,9 +1721,9 @@ Bug fixes:
1401
1721
  * Find_files only from loaded_gems when using gemdeps. Pull request #1277
1402
1722
  by Michal Papis.
1403
1723
 
1404
- === 2.5.2 / 2016-01-31
1724
+ # 2.5.2 / 2016-01-31
1405
1725
 
1406
- Bug fixes:
1726
+ ## Bug fixes:
1407
1727
 
1408
1728
  * Fix memoization of Gem::Version#prerelease? Pull request #1125 by Matijs van
1409
1729
  Zuijlen.
@@ -1419,7 +1739,7 @@ Bug fixes:
1419
1739
  * Handle symlinks containing ".." correctly. Pull request #1457 by Samuel E.
1420
1740
  Giddins.
1421
1741
 
1422
- Minor enhancements:
1742
+ ## Enhancements:
1423
1743
 
1424
1744
  * Add `--no-rc` flag, which skips loading `.gemrc`. Pull request #1329 by Luis
1425
1745
  Sagastume.
@@ -1444,9 +1764,9 @@ Minor enhancements:
1444
1764
  * Function correctly when string literals are frozen on Ruby 2.3. Pull request
1445
1765
  #1408 by Samuel E. Giddins.
1446
1766
 
1447
- === 2.5.1 / 2015-12-10
1767
+ # 2.5.1 / 2015-12-10
1448
1768
 
1449
- Bug fixes:
1769
+ ## Bug fixes:
1450
1770
 
1451
1771
  * Ensure platform sorting only uses strings. Affected binary installs on Windows.
1452
1772
  Issue #1369 reported by Ryan Atball (among others).
@@ -1475,9 +1795,9 @@ Bug fixes:
1475
1795
  Kudo.
1476
1796
  * Fixed double word typo. Pull request #1411 by Jake Worth.
1477
1797
 
1478
- === 2.5.0 / 2015-11-03
1798
+ # 2.5.0 / 2015-11-03
1479
1799
 
1480
- Major enhancements:
1800
+ ## Enhancements:
1481
1801
 
1482
1802
  * Added the Gem::Licenses class which provides a set of standard license
1483
1803
  identifiers as set by spdx.org. This is now used by the
@@ -1486,8 +1806,6 @@ Major enhancements:
1486
1806
 
1487
1807
  Pull request #1249 by Kyle Mitchell.
1488
1808
 
1489
- Minor enhancements:
1490
-
1491
1809
  * Use Molinillo as the resolver library. This is the same resolver as used by
1492
1810
  Bundler. Pull request #1189 by Samuel E. Giddins.
1493
1811
  * Add `--skip=gem_name` to Pristine command. Pull request #1018 by windwiny.
@@ -1549,7 +1867,7 @@ Minor enhancements:
1549
1867
  * Gem::RemoteFetcher allows users to set HTTP headers. Pull request #1363 by
1550
1868
  Agis Anastasopoulos.
1551
1869
 
1552
- Bug fixes:
1870
+ ## Bug fixes:
1553
1871
 
1554
1872
  * Fixed Rake homepage url in example for Gem::Specification#homepage.
1555
1873
  Pull request #1171 by Arthur Nogueira Neves
@@ -1606,22 +1924,22 @@ Bug fixes:
1606
1924
  * RubyGems handles invalid config files better. Pull request #1367 by Agis
1607
1925
  Anastasopoulos.
1608
1926
 
1609
- === 2.4.8 / 2015-06-08
1927
+ # 2.4.8 / 2015-06-08
1610
1928
 
1611
- Bug fixes:
1929
+ ## Bug fixes:
1612
1930
 
1613
1931
  * Tightened API endpoint checks for CVE-2015-3900
1614
1932
 
1615
- === 2.4.7 / 2015-05-14
1933
+ # 2.4.7 / 2015-05-14
1616
1934
 
1617
- Bug fixes:
1935
+ ## Bug fixes:
1618
1936
 
1619
1937
  * Limit API endpoint to original security domain for CVE-2015-3900.
1620
1938
  Fix by claudijd
1621
1939
 
1622
- === 2.4.6 / 2015-02-05
1940
+ # 2.4.6 / 2015-02-05
1623
1941
 
1624
- Bug fixes:
1942
+ ## Bug fixes:
1625
1943
 
1626
1944
  * Fixed resolving gems with both upper and lower requirement boundaries.
1627
1945
  Issue #1141 by Jakub Jirutka.
@@ -1646,9 +1964,9 @@ Bug fixes:
1646
1964
  Ondruch.
1647
1965
  * Relaxed Psych dependency. Pull request #1128 by Vít Ondruch.
1648
1966
 
1649
- === 2.4.5 / 2014-12-03
1967
+ # 2.4.5 / 2014-12-03
1650
1968
 
1651
- Bug fixes:
1969
+ ## Bug fixes:
1652
1970
 
1653
1971
  * Improved speed of requiring gems. (Around 25% for a 60 gem test). Pull
1654
1972
  request #1060 by unak.
@@ -1688,27 +2006,27 @@ Bug fixes:
1688
2006
  * Fixed grouped expression warning. Pull request #1081 by André Arko.
1689
2007
  * Fixed handling of platforms when writing lockfiles.
1690
2008
 
1691
- === 2.4.4 / 2014-11-12
2009
+ # 2.4.4 / 2014-11-12
1692
2010
 
1693
- Bug fixes:
2011
+ ## Bug fixes:
1694
2012
 
1695
2013
  * Add alternate Root CA for upcoming certificate change. Fixes #1050 by
1696
2014
  Protosac
1697
2015
 
1698
- === 2.4.3 / 2014-11-10
2016
+ # 2.4.3 / 2014-11-10
1699
2017
 
1700
- Bug fixes:
2018
+ ## Bug fixes:
1701
2019
 
1702
2020
  * Fix redefine MirrorCommand issue. Pull request #1044 by @akr.
1703
2021
  * Fix typo in platform= docs. Pull request #1048 by @jasonrclark
1704
2022
  * Add root SSL certificates for upcoming certificate change. Fixes #1050 by
1705
2023
  Protosac
1706
2024
 
1707
- === 2.4.2 / 2014-10-01
2025
+ # 2.4.2 / 2014-10-01
1708
2026
 
1709
2027
  This release was sponsored by Ruby Central.
1710
2028
 
1711
- Bug fixes:
2029
+ ## Bug fixes:
1712
2030
 
1713
2031
  * RubyGems now correctly matches wildcard no_proxy hosts. Issue #997 by
1714
2032
  voelzemo.
@@ -1742,16 +2060,16 @@ Bug fixes:
1742
2060
  * RubyGems now fails immediately when a git reference cannot be found instead
1743
2061
  of spewing git errors. Issue #1031 by Michal Papis
1744
2062
 
1745
- === 2.4.1 / 2014-07-17
2063
+ # 2.4.1 / 2014-07-17
1746
2064
 
1747
- Bug fixes:
2065
+ ## Bug fixes:
1748
2066
 
1749
2067
  * RubyGems can now be updated on Ruby implementations that do not support
1750
2068
  vendordir in RbConfig::CONFIG. Issue #974 by net1957.
1751
2069
 
1752
- === 2.4.0 / 2014-07-16
2070
+ # 2.4.0 / 2014-07-16
1753
2071
 
1754
- Minor enhancements:
2072
+ ## Enhancements:
1755
2073
 
1756
2074
  * The contents command now supports a --show-install-dir option that shows
1757
2075
  only the directory the gem is installed in. Feature request #966 by Akinori
@@ -1762,7 +2080,7 @@ Minor enhancements:
1762
2080
  in Gem.vendor_dir with the --vendor option to gem install. Issue #943 by
1763
2081
  Marcus Rückert.
1764
2082
 
1765
- Bug fixes:
2083
+ ## Bug fixes:
1766
2084
 
1767
2085
  * Kernel#gem now respects the prerelease flag when activating gems.
1768
2086
  Previously this behavior was undefined which could lead to bugs when a
@@ -1812,9 +2130,9 @@ Bug fixes:
1812
2130
  during gem resolution.
1813
2131
 
1814
2132
 
1815
- === 2.3.0 / 2014-06-10
2133
+ # 2.3.0 / 2014-06-10
1816
2134
 
1817
- Minor enhancements:
2135
+ ## Enhancements:
1818
2136
 
1819
2137
  * Added the `open` command which allows you to inspect the source of a gem
1820
2138
  using your editor.
@@ -1855,7 +2173,7 @@ Minor enhancements:
1855
2173
  * RubyGems recommends SPDX IDs for licenses now. Pull request #917 by
1856
2174
  Benjamin Fleischer.
1857
2175
 
1858
- Bug fixes:
2176
+ ## Bug fixes:
1859
2177
 
1860
2178
  * RubyGems now only fetches the latest specs to find misspellings which speeds
1861
2179
  up gem suggestions. Pull request #808 by Aaron Patterson.
@@ -1935,29 +2253,29 @@ Bug fixes:
1935
2253
  * Gem::BasicSpecification#require_paths respects default_ext_dir_for now. Bug
1936
2254
  #852 by Vít Ondruch.
1937
2255
 
1938
- === 2.2.5 / 2015-06-08
2256
+ # 2.2.5 / 2015-06-08
1939
2257
 
1940
- Bug fixes:
2258
+ ## Bug fixes:
1941
2259
 
1942
2260
  * Tightened API endpoint checks for CVE-2015-3900
1943
2261
 
1944
- === 2.2.4 / 2015-05-14
2262
+ # 2.2.4 / 2015-05-14
1945
2263
 
1946
- Bug fixes:
2264
+ ## Bug fixes:
1947
2265
 
1948
2266
  * Backport: Limit API endpoint to original security domain for CVE-2015-3900.
1949
2267
  Fix by claudijd
1950
2268
 
1951
- === 2.2.3 / 2014-12-21
2269
+ # 2.2.3 / 2014-12-21
1952
2270
 
1953
- Bug fixes:
2271
+ ## Bug fixes:
1954
2272
 
1955
2273
  * Backport: Add alternate Root CA for upcoming certificate change.
1956
2274
  Fixes #1050 by Protosac
1957
2275
 
1958
- === 2.2.2 / 2014-02-05
2276
+ # 2.2.2 / 2014-02-05
1959
2277
 
1960
- Bug fixes:
2278
+ ## Bug fixes:
1961
2279
 
1962
2280
  * Fixed ruby tests when BASERUBY is not set. Patch for #778 by Nobuyoshi
1963
2281
  Nakada.
@@ -1982,9 +2300,9 @@ Bug fixes:
1982
2300
  * Restored behavior of Gem::Version::new when subclassed. Issue #805 by
1983
2301
  Sergio Rubio.
1984
2302
 
1985
- === 2.2.1 / 2014-01-06
2303
+ # 2.2.1 / 2014-01-06
1986
2304
 
1987
- Bug fixes:
2305
+ ## Bug fixes:
1988
2306
 
1989
2307
  * Platforms in the Gemfile.lock GEM section are now handled correctly. Bug
1990
2308
  #767 by Diego Viola.
@@ -2010,12 +2328,12 @@ Bug fixes:
2010
2328
  * Fixed specification file sorting for Ruby 1.8.7 compatibility. Pull
2011
2329
  request #763 by James Mead
2012
2330
 
2013
- === 2.2.0 / 2013-12-26
2331
+ # 2.2.0 / 2013-12-26
2014
2332
 
2015
2333
  Special thanks to Vít Ondruch and Michal Papis for testing and finding bugs in
2016
2334
  RubyGems as it was prepared for the 2.2.0 release.
2017
2335
 
2018
- Major enhancements:
2336
+ ## Enhancements:
2019
2337
 
2020
2338
  * RubyGems can check for gem dependencies files (gem.deps.rb or Gemfile) when
2021
2339
  rubygems executables are started and uses the found dependencies. This
@@ -2038,8 +2356,6 @@ Major enhancements:
2038
2356
  The default sharing location may be configured by RubyGems packagers through
2039
2357
  Gem.default_ext_dir_for. Pull Request #744 by Vít Ondruch.
2040
2358
 
2041
- Minor enhancements:
2042
-
2043
2359
  * RubyGems checks the 'allowed_push_host' metadata value when pushing a gem to
2044
2360
  prevent an accidental push to a public repository (such as rubygems.org).
2045
2361
  If you have private gems you should set this value in your gem specification
@@ -2085,7 +2401,7 @@ Minor enhancements:
2085
2401
  * Relaxed Gem.ruby tests for platforms that override where ruby lives. Pull
2086
2402
  Request #755 by strzibny.
2087
2403
 
2088
- Bug fixes:
2404
+ ## Bug fixes:
2089
2405
 
2090
2406
  * RubyGems now returns an error status when any file given to `gem which`
2091
2407
  cannot be found. Ruby bug #9004 by Eugene Vilensky.
@@ -2102,9 +2418,9 @@ Bug fixes:
2102
2418
  * Improved speed of `gem install --ignore-dependencies`. Patch by Terence
2103
2419
  Lee.
2104
2420
 
2105
- === 2.1.11 / 2013-11-12
2421
+ # 2.1.11 / 2013-11-12
2106
2422
 
2107
- Bug fixes:
2423
+ ## Bug fixes:
2108
2424
 
2109
2425
  * Gem::Specification::remove_spec no longer checks for existence of the spec
2110
2426
  to be removed. Issue #698 by Tiago Macedo.
@@ -2114,9 +2430,9 @@ Bug fixes:
2114
2430
  * The Gem::RemoteFetcher tests now choose the test server port more reliably.
2115
2431
  Pull Request #706 by akr.
2116
2432
 
2117
- === 2.1.10 / 2013-10-24
2433
+ # 2.1.10 / 2013-10-24
2118
2434
 
2119
- Bug fixes:
2435
+ ## Bug fixes:
2120
2436
 
2121
2437
  * Use class check instead of :version method check when creating Gem::Version
2122
2438
  objects. Fixes #674 by jkanywhere.
@@ -2135,18 +2451,18 @@ Bug fixes:
2135
2451
  * The --ignore-dependencies option for gem installation works again. Issue
2136
2452
  #695
2137
2453
 
2138
- === 2.1.9 / 2013-10-14
2454
+ # 2.1.9 / 2013-10-14
2139
2455
 
2140
- Bug fixes:
2456
+ ## Bug fixes:
2141
2457
 
2142
2458
  * Reduce sorting when fetching specifications. This speeds up the update and
2143
2459
  outdated commands, and others. Issue #657 by windwiny.
2144
2460
  * Proxy usernames and passwords are now escaped properly. Ruby Bug #8979 by
2145
2461
  Masahiro Tomita, Issue #668 by Kouhei Sutou.
2146
2462
 
2147
- === 2.1.8 / 2013-10-10
2463
+ # 2.1.8 / 2013-10-10
2148
2464
 
2149
- Bug fixes:
2465
+ ## Bug fixes:
2150
2466
 
2151
2467
  * Fixed local installation of platform gem files. Issue #664 by Ryan Melton.
2152
2468
  * Files starting with "." in the root directory are installed again. Issue
@@ -2154,9 +2470,9 @@ Bug fixes:
2154
2470
  * The index generator no longer indexes default gems. Issue #661 by
2155
2471
  Jeremy Hinegardner.
2156
2472
 
2157
- === 2.1.7 / 2013-10-09
2473
+ # 2.1.7 / 2013-10-09
2158
2474
 
2159
- Bug fixes:
2475
+ ## Bug fixes:
2160
2476
 
2161
2477
  * `gem sources --list` now displays a list of sources. Pull request #672 by
2162
2478
  Nathan Marley.
@@ -2169,9 +2485,9 @@ Bug fixes:
2169
2485
  * Expand unpack destination directory. This fixes problems when File.realpath
2170
2486
  is missing and $GEM_HOME contains "..". Issue #679 by Charles Nutter.
2171
2487
 
2172
- === 2.1.6 / 2013-10-08
2488
+ # 2.1.6 / 2013-10-08
2173
2489
 
2174
- Bug fixes:
2490
+ ## Bug fixes:
2175
2491
 
2176
2492
  * Added certificates to follow the s3.amazonaws.com certificate change. Fixes
2177
2493
  #665 by emeyekayee. Fixes #671 by jonforums.
@@ -2186,7 +2502,7 @@ Bug fixes:
2186
2502
  version.) Issue #676 by Michal Papis. Issue wayneeseguin/rvm#2262 by
2187
2503
  Thomas Sänger.
2188
2504
 
2189
- === 2.1.5 / 2013-09-24
2505
+ # 2.1.5 / 2013-09-24
2190
2506
 
2191
2507
  Security fixes:
2192
2508
 
@@ -2195,25 +2511,25 @@ Security fixes:
2195
2511
  including vulnerable APIs. Fixed versions include 2.1.5, 2.0.10, 1.8.27 and
2196
2512
  1.8.23.2 (for Ruby 1.9.3).
2197
2513
 
2198
- === 2.1.4 / 2013-09-17
2514
+ # 2.1.4 / 2013-09-17
2199
2515
 
2200
- Bug fixes:
2516
+ ## Bug fixes:
2201
2517
 
2202
2518
  * `gem uninstall foo --all` now force-uninstalls all versions of foo. Issue
2203
2519
  #650 by Kyle (remkade).
2204
2520
  * Fixed uninstalling gems installed in the home directory (as in
2205
2521
  `--user-install`). Issue #653 by Lin Jen-Shin.
2206
2522
 
2207
- === 2.1.3 / 2013-09-12
2523
+ # 2.1.3 / 2013-09-12
2208
2524
 
2209
- Bug fixes:
2525
+ ## Bug fixes:
2210
2526
 
2211
2527
  * Gems with files entries starting with "./" no longer install 0 files. Issue
2212
2528
  #644 by Darragh Curran, #645 by Brandon Turner, #646 by Alex Tambellini
2213
2529
 
2214
- === 2.1.2 / 2013-09-11
2530
+ # 2.1.2 / 2013-09-11
2215
2531
 
2216
- Bug fixes:
2532
+ ## Bug fixes:
2217
2533
 
2218
2534
  * Restore concurrent requires following the fix for ruby bug #8374. Pull
2219
2535
  request #637 and issue #640 by Charles Nutter.
@@ -2222,14 +2538,14 @@ Bug fixes:
2222
2538
  * Gem fetch now fetches the newest (not oldest) gem when --version is given.
2223
2539
  Issue #643 by Brian Shirai.
2224
2540
 
2225
- === 2.1.1 / 2013-09-10
2541
+ # 2.1.1 / 2013-09-10
2226
2542
 
2227
- Bug fixes:
2543
+ ## Bug fixes:
2228
2544
 
2229
2545
  * Only matching gems matching your local platform are considered for
2230
2546
  installation. Issue #638 by José M. Prieto, issue #639 by sawanoboly.
2231
2547
 
2232
- === 2.1.0 / 2013-09-09
2548
+ # 2.1.0 / 2013-09-09
2233
2549
 
2234
2550
  Security fixes:
2235
2551
 
@@ -2238,15 +2554,13 @@ Security fixes:
2238
2554
  including vulnerable APIs. Fixed versions include 2.0.8, 1.8.26 and
2239
2555
  1.8.23.1 (for Ruby 1.9.3). Issue #626 by Damir Sharipov.
2240
2556
 
2241
- Major enhancements:
2557
+ ## Enhancements:
2242
2558
 
2243
2559
  * RubyGems uses a new dependency resolver for gem installation which works
2244
2560
  similar to the bundler resolver. The new resolver can resolve conflicts the
2245
2561
  previous resolver could not and offers improved diagnostics when conflicts
2246
2562
  are discovered.
2247
2563
 
2248
- Minor enhancements:
2249
-
2250
2564
  * RubyGems now has improved platform matching for the ARM architecture. Gems
2251
2565
  built with a CPU of "arm" will match any specific ARM CPU. See `gem help
2252
2566
  platform` for further details. Fixes #532 by Kim Burgestrand.
@@ -2316,7 +2630,7 @@ Minor enhancements:
2316
2630
  still slow, but I see a near 50% improvement for 250 gems on a fast
2317
2631
  connection). See also Gem::Specification::outdated_and_latest_version
2318
2632
 
2319
- Bug fixes:
2633
+ ## Bug fixes:
2320
2634
 
2321
2635
  * rubygems_plugin.rb files are now only loaded from the latest installed gem.
2322
2636
  * Fixed Gem.clear_paths when Security is defined at top-level. Pull request
@@ -2324,29 +2638,29 @@ Bug fixes:
2324
2638
  * Fixed credential creation for `gem push` when `--host` is not given. Pull
2325
2639
  request #622 by Arthur Nogueira Neves
2326
2640
 
2327
- === 2.0.17 / 2015-06-08
2641
+ # 2.0.17 / 2015-06-08
2328
2642
 
2329
- Bug fixes:
2643
+ ## Bug fixes:
2330
2644
 
2331
2645
  * Tightened API endpoint checks for CVE-2015-3900
2332
2646
 
2333
- === 2.0.16 / 2015-05-14
2647
+ # 2.0.16 / 2015-05-14
2334
2648
 
2335
- Bug fixes:
2649
+ ## Bug fixes:
2336
2650
 
2337
2651
  * Backport: Limit API endpoint to original security domain for CVE-2015-3900.
2338
2652
  Fix by claudijd
2339
2653
 
2340
- === 2.0.15 / 2014-12-21
2654
+ # 2.0.15 / 2014-12-21
2341
2655
 
2342
- Bug fixes:
2656
+ ## Bug fixes:
2343
2657
 
2344
2658
  * Backport: Add alternate Root CA for upcoming certificate change.
2345
2659
  Fixes #1050 by Protosac
2346
2660
 
2347
- === 2.0.14 / 2013-11-12
2661
+ # 2.0.14 / 2013-11-12
2348
2662
 
2349
- Bug fixes:
2663
+ ## Bug fixes:
2350
2664
 
2351
2665
  * Gem::Specification::remove_spec no longer checks for existence of the spec
2352
2666
  to be removed. Issue #698 by Tiago Macedo.
@@ -2356,9 +2670,9 @@ Bug fixes:
2356
2670
  * The Gem::RemoteFetcher tests now choose the test server port more reliably.
2357
2671
  Pull Request #706 by akr.
2358
2672
 
2359
- === 2.0.13 / 2013-10-24
2673
+ # 2.0.13 / 2013-10-24
2360
2674
 
2361
- Bug fixes:
2675
+ ## Bug fixes:
2362
2676
 
2363
2677
  * Use class check instead of :version method check when creating Gem::Version
2364
2678
  objects. Fixes #674 by jkanywhere.
@@ -2367,16 +2681,16 @@ Bug fixes:
2367
2681
  * Fix updating gems which have multiple platforms. Issue #693 by Ookami
2368
2682
  Kenrou.
2369
2683
 
2370
- === 2.0.12 / 2013-10-14
2684
+ # 2.0.12 / 2013-10-14
2371
2685
 
2372
- Bug fixes:
2686
+ ## Bug fixes:
2373
2687
 
2374
2688
  * Proxy usernames and passwords are now escaped properly. Ruby Bug #8979 by
2375
2689
  Masahiro Tomita, Issue #668 by Kouhei Sutou.
2376
2690
 
2377
- === 2.0.11 / 2013-10-08
2691
+ # 2.0.11 / 2013-10-08
2378
2692
 
2379
- Bug fixes:
2693
+ ## Bug fixes:
2380
2694
 
2381
2695
  * Added certificates to follow the s3.amazonaws.com certificate change. Fixes
2382
2696
  #665 by emeyekayee. Fixes #671 by jonforums.
@@ -2391,7 +2705,7 @@ Bug fixes:
2391
2705
  version.) Issue #676 by Michal Papis. Issue wayneeseguin/rvm#2262 by
2392
2706
  Thomas Sänger.
2393
2707
 
2394
- === 2.0.10 / 2013-09-24
2708
+ # 2.0.10 / 2013-09-24
2395
2709
 
2396
2710
  Security fixes:
2397
2711
 
@@ -2400,16 +2714,16 @@ Security fixes:
2400
2714
  including vulnerable APIs. Fixed versions include 2.1.5, 2.0.10, 1.8.27 and
2401
2715
  1.8.23.2 (for Ruby 1.9.3).
2402
2716
 
2403
- === 2.0.9 / 2013-09-13
2717
+ # 2.0.9 / 2013-09-13
2404
2718
 
2405
- Bug fixes:
2719
+ ## Bug fixes:
2406
2720
 
2407
2721
  * Gem fetch now fetches the newest (not oldest) gem when --version is given.
2408
2722
  Issue #643 by Brian Shirai.
2409
2723
  * Fixed credential creation for `gem push` when `--host` is not given. Pull
2410
2724
  request #622 by Arthur Nogueira Neves
2411
2725
 
2412
- === 2.0.8 / 2013-09-09
2726
+ # 2.0.8 / 2013-09-09
2413
2727
 
2414
2728
  Security fixes:
2415
2729
 
@@ -2418,14 +2732,14 @@ Security fixes:
2418
2732
  including vulnerable APIs. Fixed versions include 2.0.8, 1.8.26 and
2419
2733
  1.8.23.1 (for Ruby 1.9.3). Issue #626 by Damir Sharipov.
2420
2734
 
2421
- Bug fixes:
2735
+ ## Bug fixes:
2422
2736
 
2423
2737
  * Fixed Gem.clear_paths when Security is defined at top-level. Pull request
2424
2738
  #625 by elarkin
2425
2739
 
2426
- === 2.0.7 / 2013-08-15
2740
+ # 2.0.7 / 2013-08-15
2427
2741
 
2428
- Bug fixes:
2742
+ ## Bug fixes:
2429
2743
 
2430
2744
  * Extensions may now be built in parallel (therefore gems may be installed in
2431
2745
  parallel). Bug #607 by Hemant Kumar.
@@ -2435,9 +2749,9 @@ Bug fixes:
2435
2749
  Patches by Yui Naruse and Koichi Sasada.
2436
2750
  * Fixed documentation for Kernel#require.
2437
2751
 
2438
- === 2.0.6 / 2013-07-24
2752
+ # 2.0.6 / 2013-07-24
2439
2753
 
2440
- Bug fixes:
2754
+ ## Bug fixes:
2441
2755
 
2442
2756
  * Fixed the `--no-install` and `-I` options to `gem list` and friends. Bug
2443
2757
  #593 by Blargel.
@@ -2449,14 +2763,14 @@ Bug fixes:
2449
2763
  Bug #599 by Chris Riesbeck
2450
2764
  * Restored default of remote search to `gem search`.
2451
2765
 
2452
- === 2.0.5 / 2013-07-11
2766
+ # 2.0.5 / 2013-07-11
2453
2767
 
2454
2768
  * Fixed building of extensions that run ruby in their makefiles. Bug #589 by
2455
2769
  Zachary Salzbank.
2456
2770
 
2457
- === 2.0.4 / 2013-07-09
2771
+ # 2.0.4 / 2013-07-09
2458
2772
 
2459
- Bug fixes:
2773
+ ## Bug fixes:
2460
2774
 
2461
2775
  * Fixed error caused by gem install not finding the right platform for your
2462
2776
  platform. Bug #576 by John Anderson
@@ -2495,9 +2809,9 @@ Bug fixes:
2495
2809
  * Fix deprecation warnings when converting gemspecs to yaml. Ruby commit
2496
2810
  r41148 by Yui Naruse
2497
2811
 
2498
- === 2.0.3 / 2013-03-11
2812
+ # 2.0.3 / 2013-03-11
2499
2813
 
2500
- * Bug fixes:
2814
+ ## Bug fixes:
2501
2815
  * Reverted automatic upgrade to HTTPS as it breaks RubyGems APIs. Fixes
2502
2816
  #506 by André Arko
2503
2817
  * Use File.realpath to remove extra / while checking if files are
@@ -2512,17 +2826,17 @@ Bug fixes:
2512
2826
  * Fixed default gem key and cert locations. Pull request #511 by Samuel
2513
2827
  Cochran.
2514
2828
 
2515
- === 2.0.2 / 2013-03-06
2829
+ # 2.0.2 / 2013-03-06
2516
2830
 
2517
- * Bug fixes:
2831
+ ## Bug fixes:
2518
2832
  * HTTPS URLs are preferred over HTTP URLs. RubyGems will now attempt to
2519
2833
  upgrade any HTTP source to HTTPS. Credit to Alex Gaynor.
2520
2834
  * SSL Certificates are now installed properly. Fixes #491 by hemanth.hm
2521
2835
  * Fixed HTTP to HTTPS upgrade for rubygems.org.
2522
2836
 
2523
- === 2.0.1 / 2013-03-05
2837
+ # 2.0.1 / 2013-03-05
2524
2838
 
2525
- * Bug fixes:
2839
+ ## Bug fixes:
2526
2840
  * Lazily load RubyGems.org API credentials to avoid failure during
2527
2841
  RubyGems installation. Bug #465 by Isaac Sanders.
2528
2842
  * RubyGems now picks the latest prerelease to install. Fixes bug #468 by
@@ -2544,7 +2858,7 @@ Bug fixes:
2544
2858
  Ruby bug #7713 by nobu
2545
2859
  * Fix tests when an 'a.rb' exists. Ruby bug #7749 by nobu.
2546
2860
 
2547
- === 2.0.0 / 2013-02-24
2861
+ # 2.0.0 / 2013-02-24
2548
2862
 
2549
2863
  RubyGems 2.0 includes several new features and many breaking changes. Some of
2550
2864
  these changes will cause existing software to break. These changes are a
@@ -2556,7 +2870,7 @@ newer. Older versions of bundler will not work with RubyGems 2.0.
2556
2870
 
2557
2871
  Changes since RubyGems 1.8.25 (including past pre-releases):
2558
2872
 
2559
- * Breaking changes:
2873
+ ## Breaking changes:
2560
2874
 
2561
2875
  * Deprecated Gem.unresolved_deps in favor of
2562
2876
  Gem::Specification.unresolved_deps
@@ -2578,7 +2892,7 @@ Changes since RubyGems 1.8.25 (including past pre-releases):
2578
2892
  * Removed support for Ruby 1.9.1
2579
2893
  * Removed many deprecated methods
2580
2894
 
2581
- * Major enhancements:
2895
+ ## Enhancements:
2582
2896
 
2583
2897
  * Improved support for default gems shipping with ruby 2.0.0+
2584
2898
  * A gem can have arbitrary metadata through Gem::Specification#metadata
@@ -2596,8 +2910,6 @@ Changes since RubyGems 1.8.25 (including past pre-releases):
2596
2910
  file (Gemfile, Isolate, gem.deps.rb).
2597
2911
  Set RUBYGEMS_GEMDEPS=path to have it loaded. Use - as the path
2598
2912
  to autodetect (current and parent directories are searched).
2599
-
2600
- * Minor enhancements:
2601
2913
  * Added `gem check --doctor` to clean up after failed uninstallation. Bug
2602
2914
  #419 by Erik Hollensbe
2603
2915
  * RubyGems no longer defaults to uninstalling gems if a dependency would be
@@ -2640,7 +2952,7 @@ Changes since RubyGems 1.8.25 (including past pre-releases):
2640
2952
  GEM_HOME
2641
2953
  * When building gems with non-world-readable files a warning is shown.
2642
2954
 
2643
- * Bug fixes:
2955
+ ## Bug fixes:
2644
2956
  * Gem.refresh now maintains the active gem list. Clearing the list would
2645
2957
  cause double-loads which would cause other bugs. Pull Request #427 by
2646
2958
  Jeremy Evans
@@ -2697,7 +3009,7 @@ Changes since RubyGems 1.8.25 (including past pre-releases):
2697
3009
 
2698
3010
  Changes since RubyGems 2.0.0.rc.2:
2699
3011
 
2700
- * Bug fixes:
3012
+ ## Bug fixes:
2701
3013
  * Gem.gzip and Gem.gunzip now return strings with BINARY encoding. Issue
2702
3014
  #450 by Jeremy Kemper
2703
3015
  * Fixed placement of executables with --user-install. Ruby bug #7779 by Jon
@@ -2710,48 +3022,48 @@ Changes since RubyGems 2.0.0.rc.2:
2710
3022
  * Fixed verification of gems at LowSecurity due to missing signature.
2711
3023
  Thanks to André Arko.
2712
3024
 
2713
- === 2.0.0.rc.2 / 2013-02-08
3025
+ # 2.0.0.rc.2 / 2013-02-08
2714
3026
 
2715
- * Bug fixes:
3027
+ ## Bug fixes:
2716
3028
  * Fixed signature verification of gems which was broken only on master.
2717
3029
  Thanks to Brian Buchanan.
2718
3030
  * Proper exceptions are raised when verifying an unsigned gem. Thanks to
2719
3031
  André Arko.
2720
3032
 
2721
- === 2.0.0.rc.1 / 2013-01-08
3033
+ # 2.0.0.rc.1 / 2013-01-08
2722
3034
 
2723
- * Minor enhancements:
3035
+ ## Enhancements:
2724
3036
  * This release of RubyGems can push gems to rubygems.org. Ordinarily
2725
3037
  prerelease versions of RubyGems cannot push gems.
2726
3038
  * Added `gem check --doctor` to clean up after failed uninstallation. Bug
2727
3039
  #419 by Erik Hollensbe
2728
3040
 
2729
- * Bug fixes:
3041
+ ## Bug fixes:
2730
3042
  * Fixed exception raised when attempting to push gems to rubygems.org. Bug
2731
3043
  #418 by André Arko
2732
3044
  * Gem installation will fail if RubyGems cannot load the specification from
2733
3045
  the gem. Bug #419 by Erik Hollensbe
2734
3046
 
2735
- === 2.0.0.preview2.2 / 2012-12-14
3047
+ # 2.0.0.preview2.2 / 2012-12-14
2736
3048
 
2737
- * Minor enhancements:
3049
+ ## Enhancements:
2738
3050
  * Added a cmake builder. Pull request #265 by Allan Espinosa.
2739
3051
  * Removed rubyforge page from gem list output
2740
3052
 
2741
- * Bug fixes:
3053
+ ## Bug fixes:
2742
3054
  * Restored RubyGems 1.8 packaging behavior of omitting directories. Bug
2743
3055
  #413 by Jeremy Kemper.
2744
3056
 
2745
- === 2.0.0.preview2.1 / 2012-12-08
3057
+ # 2.0.0.preview2.1 / 2012-12-08
2746
3058
 
2747
- * Minor enhancements:
3059
+ ## Enhancements:
2748
3060
  * Gem::DependencyInstaller now passes build_args down to the installer.
2749
3061
  Pull Request #412 by Sam Rawlins.
2750
3062
  * RubyGems no longer defaults to uninstalling gems if a dependency would be
2751
3063
  broken. Now you must manually say "yes". Pull Request #406 by Shannon
2752
3064
  Skipper.
2753
3065
 
2754
- * Bug fixes:
3066
+ ## Bug fixes:
2755
3067
  * RubyGems tests now run in FIPS mode. Issue #365 by Vít Ondruch
2756
3068
  * Fixed Gem::Specification#base_dir for default gems. Ruby Bug #7469
2757
3069
  * Only update the spec cache when we have permission. Ruby Bug #7509
@@ -2763,13 +3075,13 @@ Changes since RubyGems 2.0.0.rc.2:
2763
3075
  * gem install now ignores directories that match the gem to install. Bug
2764
3076
  #407 by Santiago Pastorino.
2765
3077
 
2766
- === 2.0.0.preview2 / 2012-12-01
3078
+ # 2.0.0.preview2 / 2012-12-01
2767
3079
 
2768
3080
  This release contains two commits not present in Ruby 2.0.0.preview2. One
2769
3081
  commit is for ruby 1.8.7 support, the second allows RubyGems to work under
2770
3082
  $SAFE=1. There is no functional difference compared to Ruby 2.0.0.preview2
2771
3083
 
2772
- * Breaking changes:
3084
+ ## Breaking changes:
2773
3085
 
2774
3086
  * Deprecated Gem.unresolved_deps in favor of
2775
3087
  Gem::Specification.unresolved_deps
@@ -2791,7 +3103,7 @@ $SAFE=1. There is no functional difference compared to Ruby 2.0.0.preview2
2791
3103
  * Removed support for Ruby 1.9.1
2792
3104
  * Removed many deprecated methods
2793
3105
 
2794
- * Major enhancements:
3106
+ ## Enhancements:
2795
3107
 
2796
3108
  * Improved support for default gems shipping with ruby 2.0.0+
2797
3109
  * A gem can have arbitrary metadata through Gem::Specification#metadata
@@ -2809,9 +3121,6 @@ $SAFE=1. There is no functional difference compared to Ruby 2.0.0.preview2
2809
3121
  file (Gemfile, Isolate, gem.deps.rb).
2810
3122
  Set RUBYGEMS_GEMDEPS=path to have it loaded. Use - as the path
2811
3123
  to autodetect (current and parent directories are searched).
2812
-
2813
- * Minor enhancements:
2814
-
2815
3124
  * Added --only-executables option to `gem pristine`. Fixes #326
2816
3125
  * Added -I flag for 'gem query' to exclude installed items
2817
3126
  * Added Gem.install(name, version=default) for interactive sessions
@@ -2845,7 +3154,7 @@ $SAFE=1. There is no functional difference compared to Ruby 2.0.0.preview2
2845
3154
  GEM_HOME
2846
3155
  * When building gems with non-world-readable files a warning is shown.
2847
3156
 
2848
- * Bug fixes:
3157
+ ## Bug fixes:
2849
3158
 
2850
3159
  * Added PID to setup bin_file while installing RubyGems to protect against
2851
3160
  errors. Fixes #328 by ConradIrwin
@@ -2886,17 +3195,17 @@ $SAFE=1. There is no functional difference compared to Ruby 2.0.0.preview2
2886
3195
  * URI scheme matching is no longer case-sensitive. Fixes #322
2887
3196
  * ext/builder now checks $MAKE as well as $make (okkez)
2888
3197
 
2889
- === 1.8.29 / 2013-11-23
3198
+ # 1.8.29 / 2013-11-23
2890
3199
 
2891
- Bug fixes:
3200
+ ## Bug fixes:
2892
3201
 
2893
3202
  * Fixed installation when the LANG environment variable is empty.
2894
3203
  * Added DigiCert High Assurance EV Root CA to the default SSL certificates for
2895
3204
  cloudfront.
2896
3205
 
2897
- === 1.8.28 / 2013-10-08
3206
+ # 1.8.28 / 2013-10-08
2898
3207
 
2899
- Bug fixes:
3208
+ ## Bug fixes:
2900
3209
 
2901
3210
  * Added the Verisign Class 3 Public Primary Certification Authority G5
2902
3211
  certificate and its intermediary to follow the s3.amazonaws.com certificate
@@ -2906,7 +3215,7 @@ Bug fixes:
2906
3215
  * Added test for missing certificates for https://s3.amazonaws.com or
2907
3216
  https://rubygems.org. Pull request #673 by Hannes Georg.
2908
3217
 
2909
- === 1.8.27 / 2013-09-24
3218
+ # 1.8.27 / 2013-09-24
2910
3219
 
2911
3220
  Security fixes:
2912
3221
 
@@ -2915,7 +3224,7 @@ Security fixes:
2915
3224
  including vulnerable APIs. Fixed versions include 2.1.5, 2.0.10, 1.8.27 and
2916
3225
  1.8.23.2 (for Ruby 1.9.3).
2917
3226
 
2918
- === 1.8.26 / 2013-09-09
3227
+ # 1.8.26 / 2013-09-09
2919
3228
 
2920
3229
  Security fixes:
2921
3230
 
@@ -2924,13 +3233,13 @@ Security fixes:
2924
3233
  including vulnerable APIs. Fixed versions include 2.0.8, 1.8.26 and
2925
3234
  1.8.23.1 (for Ruby 1.9.3). Issue #626 by Damir Sharipov.
2926
3235
 
2927
- Bug fixes:
3236
+ ## Bug fixes:
2928
3237
 
2929
3238
  * Fixed editing of a Makefile with 8-bit characters. Fixes #181
2930
3239
 
2931
- === 1.8.25 / 2013-01-24
3240
+ # 1.8.25 / 2013-01-24
2932
3241
 
2933
- * Bug fixes:
3242
+ ## Bug fixes:
2934
3243
  * Added 11627 to setup bin_file location to protect against errors. Fixes
2935
3244
  #328 by ConradIrwin
2936
3245
  * Specification#ruby_code didn't handle Requirement with multiple
@@ -2939,14 +3248,14 @@ Bug fixes:
2939
3248
  * Fix missing load_yaml in YAML-related requirement.rb code.
2940
3249
  * Manually backport encoding-aware YAML gemspec
2941
3250
 
2942
- === 1.8.24 / 2012-04-27
3251
+ # 1.8.24 / 2012-04-27
2943
3252
 
2944
- * 1 bug fix:
3253
+ ## Bug fixes:
2945
3254
 
2946
3255
  * Install the .pem files properly. Fixes #320
2947
3256
  * Remove OpenSSL dependency from the http code path
2948
3257
 
2949
- === 1.8.23.2 / 2013-09-24
3258
+ # 1.8.23.2 / 2013-09-24
2950
3259
 
2951
3260
  Security fixes:
2952
3261
 
@@ -2955,7 +3264,7 @@ Security fixes:
2955
3264
  including vulnerable APIs. Fixed versions include 2.1.5, 2.0.10, 1.8.27 and
2956
3265
  1.8.23.2 (for Ruby 1.9.3).
2957
3266
 
2958
- === 1.8.23.1 / 2013-09-09
3267
+ # 1.8.23.1 / 2013-09-09
2959
3268
 
2960
3269
  Security fixes:
2961
3270
 
@@ -2964,7 +3273,7 @@ Security fixes:
2964
3273
  including vulnerable APIs. Fixed versions include 2.0.8, 1.8.26 and
2965
3274
  1.8.23.1 (for Ruby 1.9.3). Issue #626 by Damir Sharipov.
2966
3275
 
2967
- === 1.8.23 / 2012-04-19
3276
+ # 1.8.23 / 2012-04-19
2968
3277
 
2969
3278
  This release increases the security used when RubyGems is talking to
2970
3279
  an https server. If you use a custom RubyGems server over SSL, this
@@ -2980,53 +3289,53 @@ You may also set :ssl_verify_mode to 0 to completely disable SSL
2980
3289
  certificate checks, but this is not recommended.
2981
3290
 
2982
3291
 
2983
- * 2 security fixes:
3292
+ Security fixes:
2984
3293
  * Disallow redirects from https to http
2985
3294
  * Turn on verification of server SSL certs
2986
3295
 
2987
- * 1 minor feature:
3296
+ ## Enhancements:
2988
3297
  * Add --clear-sources to fetch
2989
3298
 
2990
- * 2 bug fixes:
3299
+ ## Bug fixes:
2991
3300
  * Use File.identical? to check if two files are the same.
2992
3301
  * Fixed init_with warning when using psych
2993
3302
 
2994
- === 1.8.22 / 2012-04-13
3303
+ # 1.8.22 / 2012-04-13
2995
3304
 
2996
- * 4 bug fixes:
3305
+ ## Bug fixes:
2997
3306
 
2998
3307
  * Workaround for psych/syck YAML date parsing issue
2999
3308
  * Don't trust the encoding of ARGV. Fixes #307
3000
3309
  * Quiet default warnings about missing spec variables
3001
3310
  * Read a binary file properly (windows fix)
3002
3311
 
3003
- === 1.8.21 / 2012-03-22
3312
+ # 1.8.21 / 2012-03-22
3004
3313
 
3005
- * 2 bug fixes:
3314
+ ## Bug fixes:
3006
3315
 
3007
3316
  * Add workaround for buggy yaml output from 1.9.2
3008
3317
  * Force 1.9.1 to remove it's prelude code. Fixes #305
3009
3318
 
3010
- === 1.8.20 / 2012-03-21
3319
+ # 1.8.20 / 2012-03-21
3011
3320
 
3012
- * 4 bug fixes:
3321
+ ## Bug fixes:
3013
3322
 
3014
3323
  * Add --force to `gem build` to skip validation. Fixes #297
3015
3324
  * Gracefully deal with YAML::PrivateType objects in Marshal'd gemspecs
3016
3325
  * Treat the source as a proper url base. Fixes #304
3017
3326
  * Warn when updating the specs cache fails. Fixes #300
3018
3327
 
3019
- === 1.8.19 / 2012-03-14
3328
+ # 1.8.19 / 2012-03-14
3020
3329
 
3021
- * 3 bug fixes:
3330
+ ## Bug fixes:
3022
3331
 
3023
3332
  * Handle loading psych vs syck properly. Fixes #298
3024
3333
  * Make sure Date objects don't leak in via Marshal
3025
3334
  * Perform Date => Time coercion on yaml loading. Fixes #266
3026
3335
 
3027
- === 1.8.18 / 2012-03-11
3336
+ # 1.8.18 / 2012-03-11
3028
3337
 
3029
- * 4 bug fixes:
3338
+ ## Bug fixes:
3030
3339
 
3031
3340
  * Use Psych API to emit more compatible YAML
3032
3341
  * Download and write inside `gem fetch` directly. Fixes #289
@@ -3034,14 +3343,14 @@ certificate checks, but this is not recommended.
3034
3343
  * Search everywhere for a spec for `gem spec`. Fixes #288
3035
3344
  * Fix Gem.all_load_path. Fixes #171
3036
3345
 
3037
- === 1.8.17 / 2012-02-17
3346
+ # 1.8.17 / 2012-02-17
3038
3347
 
3039
- * 2 minor enhancements:
3348
+ ## Enhancements:
3040
3349
 
3041
3350
  * Add MacRuby to the list of special cases for platforms (ferrous26)
3042
3351
  * Add a default for where to install rubygems itself
3043
3352
 
3044
- * 3 bug fixes:
3353
+ ## Bug fixes:
3045
3354
 
3046
3355
  * Fixed gem loading issue caused by dependencies not resolving.
3047
3356
  * Fixed umask error when stdlib is required and unresolved dependencies exist.
@@ -3049,57 +3358,59 @@ certificate checks, but this is not recommended.
3049
3358
  * Define SUCKAGE better, ie only MRI 1.9.2
3050
3359
  * Propagate env-shebang to the pristine command if set for install.
3051
3360
 
3052
- === 1.8.16 / 2012-02-12
3361
+ # 1.8.16 / 2012-02-12
3053
3362
 
3054
- * 3 bug fixes:
3363
+ ## Bug fixes:
3055
3364
 
3056
3365
  * Fix gem specification loading when encoding is not UTF-8. #146
3057
3366
  * Allow group writable if umask allows it already.
3058
3367
  * Uniquify the spec list based on directory order priority
3059
3368
 
3060
- === 1.8.15 / 2012-01-06
3369
+ # 1.8.15 / 2012-01-06
3061
3370
 
3062
- * 1 bug fix:
3371
+ ## Bug fixes:
3063
3372
 
3064
3373
  * Don't eager load yaml, it creates a bad loop. Fixes #256
3065
3374
 
3066
- === 1.8.14 / 2012-01-05
3375
+ # 1.8.14 / 2012-01-05
3067
3376
 
3068
- * 2 bug fixes:
3377
+ ## Bug fixes:
3069
3378
 
3070
3379
  * Ignore old/bad cache data in Version
3071
3380
  * Make sure our YAML workarounds are loaded properly. Fixes #250.
3072
3381
 
3073
- === 1.8.13 / 2011-12-21
3382
+ # 1.8.13 / 2011-12-21
3074
3383
 
3075
- * 1 bug fix:
3384
+ ## Bug fixes:
3076
3385
 
3077
3386
  * Check loaded_specs properly when trying to satisfy a dep
3078
3387
 
3079
- * 2 minor enhancements:
3388
+ ## Enhancements:
3080
3389
 
3081
3390
  * Remove using #loaded_path? for performance
3082
3391
  * Remove Zlib workaround for Windows build.
3083
3392
 
3084
- === 1.8.12 / 2011-12-02
3393
+ # 1.8.12 / 2011-12-02
3394
+
3395
+ ## Bug fixes:
3085
3396
 
3086
- * Bug fix:
3087
3397
  * Handle more cases where Syck's DefaultKey showed up in requirements
3088
3398
  and wasn't cleaned out.
3089
3399
 
3090
- === 1.8.11 / 2011-10-03
3400
+ # 1.8.11 / 2011-10-03
3401
+
3402
+ ## Bug fixes:
3091
3403
 
3092
- * Bug fix:
3093
3404
  * Deprecate was moved to Gem::Deprecate to stop polluting the top-level
3094
3405
  namespace.
3095
3406
 
3096
- === 1.8.10 / 2011-08-25
3407
+ # 1.8.10 / 2011-08-25
3097
3408
 
3098
3409
  RubyGems 1.8.10 contains a security fix that prevents malicious gems from
3099
3410
  executing code when their specification is loaded. See
3100
3411
  https://github.com/rubygems/rubygems/pull/165 for details.
3101
3412
 
3102
- * 5 bug fixes:
3413
+ ## Bug fixes:
3103
3414
 
3104
3415
  * RubyGems escapes strings in ruby-format specs using #dump instead of #to_s
3105
3416
  and %q to prevent code injection. Issue #165 by Postmodern
@@ -3110,21 +3421,21 @@ https://github.com/rubygems/rubygems/pull/165 for details.
3110
3421
  * Fixed Syck DefaultKey infecting ruby-format specifications.
3111
3422
  * `gem uninstall a b` no longer stops if gem "a" is not installed.
3112
3423
 
3113
- === 1.8.9 / 2011-08-23
3424
+ # 1.8.9 / 2011-08-23
3114
3425
 
3115
- * Bug fixes:
3426
+ ## Bug fixes:
3116
3427
 
3117
3428
  * Fixed uninstalling multiple gems using `gem uninstall`
3118
3429
  * Gem.use_paths splatted to take multiple paths! Issue #148
3119
3430
 
3120
- === 1.8.8 / 2011-08-11
3431
+ # 1.8.8 / 2011-08-11
3121
3432
 
3122
- * Bug fix:
3433
+ ## Bug fixes:
3123
3434
  * The encoding of a gem's YAML spec is now UTF-8. Issue #149
3124
3435
 
3125
- === 1.8.7 / 2011-08-04
3436
+ # 1.8.7 / 2011-08-04
3126
3437
 
3127
- * Bug fixes:
3438
+ ## Bug fixes:
3128
3439
  * Added missing require for `gem uninstall --format-executable`
3129
3440
  * The correct name of the executable being uninstalled is now displayed with
3130
3441
  --format-executable
@@ -3136,14 +3447,14 @@ https://github.com/rubygems/rubygems/pull/165 for details.
3136
3447
  * Gem repository directories are no longer created world-writable. Patch by
3137
3448
  Sakuro OZAWA. Ruby Bug #4930
3138
3449
 
3139
- === 1.8.6 / 2011-07-25
3450
+ # 1.8.6 / 2011-07-25
3140
3451
 
3141
- * 1 minor enhancement:
3452
+ ## Enhancements:
3142
3453
 
3143
3454
  * Add autorequires and delay startup of RubyGems until require is called.
3144
3455
  See Ruby bug #4962
3145
3456
 
3146
- * 9 bug fixes:
3457
+ ## Bug fixes:
3147
3458
 
3148
3459
  * Restore behavior of Gem::Specification#loaded? Ruby Bug #5032
3149
3460
  * Clean up SourceIndex.add_specs to not be so damn noisy. (tadman)
@@ -3155,27 +3466,27 @@ https://github.com/rubygems/rubygems/pull/165 for details.
3155
3466
  * Handle the Syck DefaultKey problem once and for all.
3156
3467
  * Fix SystemStackError occurring with "gem list -r -a" on 1.9.
3157
3468
 
3158
- === 1.8.5 / 2011-05-31
3469
+ # 1.8.5 / 2011-05-31
3159
3470
 
3160
- * 2 minor enhancement:
3471
+ ## Enhancements:
3161
3472
 
3162
3473
  * The -u option to 'update local source cache' is official deprecated.
3163
3474
  * Remove has_rdoc deprecations from Specification.
3164
3475
 
3165
- * 2 bug fixes:
3476
+ ## Bug fixes:
3166
3477
 
3167
3478
  * Handle bad specs more gracefully.
3168
3479
  * Reset any Gem paths changed in the installer.
3169
3480
 
3170
- === 1.8.4 / 2011-05-25
3481
+ # 1.8.4 / 2011-05-25
3171
3482
 
3172
- * 1 minor enhancement:
3483
+ ## Enhancements:
3173
3484
 
3174
3485
  * Removed default_executable deprecations from Specification.
3175
3486
 
3176
- === 1.8.3 / 2011-05-19
3487
+ # 1.8.3 / 2011-05-19
3177
3488
 
3178
- * 4 bug fixes:
3489
+ ## Bug fixes:
3179
3490
 
3180
3491
  * Fix independent testing of test_gem_package_tar_output. Ruby Bug #4686 by
3181
3492
  Shota Fukumori
@@ -3184,33 +3495,33 @@ https://github.com/rubygems/rubygems/pull/165 for details.
3184
3495
  * Fixed some bad calls left behind after rolling out some refactorings.
3185
3496
  * Syck has a parse error on (good) times output from Psych. (dazuma, et al)
3186
3497
 
3187
- === 1.8.2 / 2011-05-11
3498
+ # 1.8.2 / 2011-05-11
3188
3499
 
3189
- * 2 minor enhancements:
3500
+ ## Enhancements:
3190
3501
 
3191
3502
  * Moved #outdated from OutdatedCommand to Specification (for Isolate).
3192
3503
  * Print out a warning about missing executables.
3193
3504
 
3194
- * 3 bug fixes:
3505
+ ## Bug fixes:
3195
3506
 
3196
3507
  * Added missing requires to fix various upgrade issues.
3197
3508
  * `gem pristine` respects multiple gem repositories.
3198
3509
  * setup.rb now execs with --disable-gems when possible
3199
3510
 
3200
- === 1.8.1 / 2011-05-05
3511
+ # 1.8.1 / 2011-05-05
3201
3512
 
3202
- * 1 minor enhancement:
3513
+ ## Enhancements:
3203
3514
 
3204
3515
  * Added Gem::Requirement#specific? and Gem::Dependency#specific?
3205
3516
 
3206
- * 4 bug fixes:
3517
+ ## Bug fixes:
3207
3518
 
3208
3519
  * Typo on Indexer rendered it useless on Windows
3209
3520
  * gem dep can fetch remote dependencies for non-latest gems again.
3210
3521
  * gem uninstall with multiple versions no longer crashes with ArgumentError
3211
3522
  * Always use binary mode for File.open to keep Windows happy
3212
3523
 
3213
- === 1.8.0 / 2011-04-34
3524
+ # 1.8.0 / 2011-04-34
3214
3525
 
3215
3526
  This release focused on properly encapsulating functionality. Most of this
3216
3527
  work focused on moving functionality out of Gem::SourceIndex and
@@ -3225,7 +3536,7 @@ extensions. You will need to run `gem pristine gem_with_extension --
3225
3536
  --build-arg` to regenerate a gem with an extension where it requires special
3226
3537
  build arguments.
3227
3538
 
3228
- * 24(+) Deprecations (WOOT!):
3539
+ ## Deprecations:
3229
3540
 
3230
3541
  * DependencyList.from_source_index deprecated the source_index argument.
3231
3542
  * Deprecated Dependency.new(/regex/).
@@ -3246,14 +3557,11 @@ build arguments.
3246
3557
  * Deprecated all of Gem::GemPathSearcher.
3247
3558
  * Deprecated Gem::Specification#default_executable.
3248
3559
 
3249
- * 2 major enhancements:
3560
+ ## Enhancements:
3250
3561
 
3251
3562
  * Gem::SourceIndex functionality has been moved to Gem::Specification.
3252
3563
  Gem::SourceIndex is completely disconnected from Gem::Specification
3253
3564
  * Refactored GemPathSearcher entirely out. RIPMF
3254
-
3255
- * 41 minor enhancements:
3256
-
3257
3565
  * Added CommandManager#unregister_command
3258
3566
  * Added Dependency#matching_specs + to_specs.
3259
3567
  * Added Dependency#to_spec
@@ -3301,7 +3609,7 @@ build arguments.
3301
3609
  extensions.
3302
3610
  * `gem pristine` can now restore multiple gems.
3303
3611
 
3304
- * 6 bug fixes:
3612
+ ## Bug fixes:
3305
3613
 
3306
3614
  * DependencyInstaller passed around a source_index instance but used
3307
3615
  Gem.source_index.
@@ -3313,15 +3621,15 @@ build arguments.
3313
3621
  * `gem pristine` can now restore non-latest gems where the cached gem was
3314
3622
  removed.
3315
3623
 
3316
- === 1.7.1 / 2011-03-32
3624
+ # 1.7.1 / 2011-03-32
3317
3625
 
3318
- * 1 bug fix:
3626
+ ## Bug fixes:
3319
3627
  * Fixed missing file in Manifest.txt. (Also a bug in hoe was fixed where
3320
3628
  `rake check_manifest` showing a diff would not exit with an error.)
3321
3629
 
3322
- === 1.7.0 / 2011-03-32
3630
+ # 1.7.0 / 2011-03-32
3323
3631
 
3324
- * 16 Deprecations (woot!)
3632
+ ## Deprecations:
3325
3633
  * Deprecated Gem.all_load_paths, latest_load_paths, promote_load_path, and
3326
3634
  cache.
3327
3635
  * Deprecated RemoteFetcher#open_uri_or_path.
@@ -3333,7 +3641,7 @@ build arguments.
3333
3641
  test_suite_file(=).
3334
3642
  * Deprecated Specification#has_rdoc= and default_executable=
3335
3643
 
3336
- * 26 minor enhancements:
3644
+ ## Enhancements:
3337
3645
  * Added stupid simple deprecation module.
3338
3646
  * Added --spec option to `gem unpack` to output a gem's original metadata
3339
3647
  * Added packaging option to Specification#validate
@@ -3365,7 +3673,7 @@ build arguments.
3365
3673
  * UpdateCommand#gems_to_update now returns (name, version) pairs.
3366
3674
  * UpdateCommand#which_to_update now takes an optional system argument.
3367
3675
 
3368
- * 11 bug fixes:
3676
+ ## Bug fixes:
3369
3677
  * Added missing remote fetcher require to pristine command (aarnell)
3370
3678
  * Building gems now checks to ensure all required fields are non-nil
3371
3679
  * Fix option parser when summary is nil.
@@ -3381,17 +3689,17 @@ build arguments.
3381
3689
  Elias Baixas
3382
3690
  * `gem update` now uniq's command line arguments.
3383
3691
 
3384
- === 1.6.2 / 2011-03-08
3692
+ # 1.6.2 / 2011-03-08
3385
3693
 
3386
- Bug Fixes:
3694
+ ## Bug fixes:
3387
3695
 
3388
3696
  * require of an activated gem could cause activation conflicts. Fixes
3389
3697
  Bug #29056 by Dave Verwer.
3390
3698
  * `gem outdated` now works with up-to-date prerelease gems.
3391
3699
 
3392
- === 1.6.1 / 2011-03-03
3700
+ # 1.6.1 / 2011-03-03
3393
3701
 
3394
- Bug Fixes:
3702
+ ## Bug fixes:
3395
3703
 
3396
3704
  * Installation no longer fails when a dependency from a version that won't be
3397
3705
  installed is unsatisfied.
@@ -3400,9 +3708,9 @@ Bug Fixes:
3400
3708
  * Gem files are cached correctly again. Patch #29051 by Mamoru Tasaka.
3401
3709
  * Tests now pass with non-022 umask. Patch #29050 by Mamoru Tasaka.
3402
3710
 
3403
- === 1.6.0 / 2011-02-29
3711
+ # 1.6.0 / 2011-02-29
3404
3712
 
3405
- 4 Deprecations:
3713
+ ## Deprecations:
3406
3714
 
3407
3715
  * RubyGems no longer requires 'thread'. Rails < 3 will need to add require
3408
3716
  'thread' to their applications.
@@ -3411,14 +3719,11 @@ Bug Fixes:
3411
3719
  * Gem::LoadError#version_requirements has been removed. Use
3412
3720
  Gem::LoadError#requirement.
3413
3721
 
3414
- 2 Major Enhancements:
3722
+ ## Enhancements:
3415
3723
 
3416
3724
  * Rewrote how Gem::activate (gem and require) resolves dependencies.
3417
3725
  * Gem::LoadError#version_requirement has been removed. Use
3418
3726
  Gem::LoadError#requirement.
3419
-
3420
- 17 Minor Enhancments:
3421
-
3422
3727
  * Added --key to `gem push` for setting alternate API keys.
3423
3728
  * Added --format-executable support to gem uninstall.
3424
3729
  * Added Gem::DependencyList#clear.
@@ -3442,7 +3747,7 @@ Bug Fixes:
3442
3747
  locally cached gem specifications.
3443
3748
  * SpecFetcher.fetch_spec can now take a string source_uri.
3444
3749
 
3445
- 10 Bug Fixes:
3750
+ ## Bug fixes:
3446
3751
 
3447
3752
  * Added missing require of Gem::RemoteFetcher to the unpack command.
3448
3753
  * RubyGems now completely removes a previous install when reinstalling.
@@ -3455,28 +3760,28 @@ Bug Fixes:
3455
3760
  * Gem::Security used FileUtils but didn't require it. Reported by Elia Schito.
3456
3761
  * Gem::Uninstaller now respects --format-executable.
3457
3762
 
3458
- === 1.5.3 / 2011-02-26
3763
+ # 1.5.3 / 2011-02-26
3459
3764
 
3460
- Bug Fixes:
3765
+ ## Bug fixes:
3461
3766
 
3462
3767
  * Fix for a bug in Syck which causes install failures for gems packaged with
3463
3768
  Psych. Bug #28965 by Aaron Patterson.
3464
3769
 
3465
- === 1.5.2 / 2011-02-10
3770
+ # 1.5.2 / 2011-02-10
3466
3771
 
3467
- Bug Fixes:
3772
+ ## Bug fixes:
3468
3773
 
3469
3774
  * Fixed <tt>gem update --system</tt>. RubyGems can now update itself again.
3470
3775
 
3471
- === 1.5.1 / 2011-02-09
3776
+ # 1.5.1 / 2011-02-09
3472
3777
 
3473
- ==== NOTE: `gem update --system` is broken. See UPGRADING.rdoc.
3778
+ #= NOTE: `gem update --system` is broken. See UPGRADING.rdoc.
3474
3779
 
3475
- Minor Enhancement:
3780
+ ## Enhancements:
3476
3781
 
3477
3782
  * Added ability to do gem update --system X.Y.Z.
3478
3783
 
3479
- Bug Fixes:
3784
+ ## Bug fixes:
3480
3785
 
3481
3786
  * Scrub !!null YAML from 1.9.2 (install and build).
3482
3787
  * Added missing requires for user_interaction.
@@ -3485,17 +3790,14 @@ Bug Fixes:
3485
3790
  * Fixed SilentUI for cygwin; try /dev/null first then fall back to NUL.
3486
3791
  * RubyGems now enforces ruby 1.8.7 or newer.
3487
3792
 
3488
- === 1.5.0 / 2011-01-31
3793
+ # 1.5.0 / 2011-01-31
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
- Major Enhancements:
3797
+ ## Enhancements:
3493
3798
 
3494
3799
  * Finally fixed all known 1.9.x issues. Upgrading is now possible!
3495
3800
  * Merged huge 1.3.7/ruby-core changes to master.
3496
-
3497
- Minor Enhancements:
3498
-
3499
3801
  * Added UPGRADING.rdoc to help deal with 1.9 issues.
3500
3802
  * Gem::Format now gives better errors for corrupt gem files and includes paths
3501
3803
  * Pre-install hooks can now abort gem installation by returning false
@@ -3507,7 +3809,7 @@ Minor Enhancements:
3507
3809
  * Gem::SilentUI now behaves like Gem::StreamUI for asking questions. Patch by
3508
3810
  Erik Hollensbe.
3509
3811
 
3510
- Bug Fixes:
3812
+ ## Bug fixes:
3511
3813
 
3512
3814
  * `gem update` was implicitly doing --system.
3513
3815
  * 1.9.3: Fixed encoding errors causing gem installs to die during rdoc phase.
@@ -3519,25 +3821,25 @@ Bug Fixes:
3519
3821
  Erik Hollensbe.
3520
3822
  * rubygems-update lists its development dependencies again
3521
3823
 
3522
- === 1.4.2 / 2011-01-06
3824
+ # 1.4.2 / 2011-01-06
3523
3825
 
3524
- Bug fixes:
3826
+ ## Bug fixes:
3525
3827
 
3526
3828
  * Gem::Versions: "1.b1" != "1.b.1", but "1.b1" eql? "1.b.1". Fixes gem indexing.
3527
3829
  * Fixed Gem.find_files.
3528
3830
  * Removed otherwise unused #find_all_dot_rb. Only 6 days old and hella buggy.
3529
3831
 
3530
- === 1.4.1 / 2010-12-31
3832
+ # 1.4.1 / 2010-12-31
3531
3833
 
3532
3834
  Since apparently nobody reads my emails, blog posts or the README:
3533
3835
 
3534
3836
  DO NOT UPDATE RUBYGEMS ON RUBY 1.9! See UPGRADING.rdoc for details.
3535
3837
 
3536
- Bug fix:
3838
+ ## Bug fixes:
3537
3839
 
3538
3840
  * Specification#load was untainting a frozen string (via `gem build *.spec`)
3539
3841
 
3540
- === 1.4.0 / 2010-12-30
3842
+ # 1.4.0 / 2010-12-30
3541
3843
 
3542
3844
  NOTE: In order to better maintain rubygems and to get it in sync with
3543
3845
  the world (eg, 1.9's 1.3.7 is different from our 1.3.7), rubygems is
@@ -3547,7 +3849,7 @@ You have been warned!
3547
3849
 
3548
3850
  NOTE: We've switched to git/github. See README.rdoc for details.
3549
3851
 
3550
- New features:
3852
+ ## Features:
3551
3853
 
3552
3854
  * Added --launch option to `gem server`. (gthiesfeld)
3553
3855
  * Added fuzzy name matching on install failures. (gstark/presidentbeef)
@@ -3557,7 +3859,7 @@ New features:
3557
3859
  * --source is now additive with your current sources.
3558
3860
  Use --clear-sources first to maintain previous behavior.
3559
3861
 
3560
- Bug fixes:
3862
+ ## Bug fixes:
3561
3863
 
3562
3864
  * Dependency "~>"s now respect lower-bound prerelease versions.
3563
3865
  * Ensure the gem directories exist on download.
@@ -3568,7 +3870,7 @@ Bug fixes:
3568
3870
  Do not depend on rubygems to require stdlib stuff for you. (raggi/tmm1)
3569
3871
  * Treat 1.0.a10 like 1.0.a.10 for sorting, etc. Fixes #27903. (dchelimsky)
3570
3872
 
3571
- === 1.3.7 / 2010-05-13
3873
+ # 1.3.7 / 2010-05-13
3572
3874
 
3573
3875
  NOTE:
3574
3876
 
@@ -3579,7 +3881,7 @@ http://gems.rubyforge.org with https://rubygems.org/
3579
3881
 
3580
3882
  http://gems.rubyforge.org will continue to work for the foreseeable future.
3581
3883
 
3582
- New features:
3884
+ ## Features:
3583
3885
 
3584
3886
  * `gem` commands
3585
3887
  * `gem install` and `gem fetch` now report alternate platforms when a
@@ -3598,7 +3900,7 @@ New features:
3598
3900
  in 1.3.6)
3599
3901
  * RubyGems now has platform support for IronRuby. Patch #27951 by Will Green.
3600
3902
 
3601
- Bug fixes:
3903
+ ## Bug fixes:
3602
3904
 
3603
3905
  * Require rubygems/custom_require if --disable-gem was set. Bug #27700 by
3604
3906
  Roger Pack.
@@ -3610,9 +3912,9 @@ Bug fixes:
3610
3912
  * Gem::PackageTask depends on the package dir like the other rake package
3611
3913
  tasks so dependencies can be hooked up correctly.
3612
3914
 
3613
- === 1.3.6 / 2010-02-17
3915
+ # 1.3.6 / 2010-02-17
3614
3916
 
3615
- New features:
3917
+ ## Features:
3616
3918
 
3617
3919
  * `gem` commands
3618
3920
  * Added `gem push` and `gem owner` for interacting with modern/Gemcutter
@@ -3624,7 +3926,7 @@ New features:
3624
3926
  force rebuilding. Patch #25982 by Akinori MUSHA.
3625
3927
  * Capital letters are now allowed in prerelease versions.
3626
3928
 
3627
- Bug fixes:
3929
+ ## Bug fixes:
3628
3930
 
3629
3931
  * Development deps are no longer added to rubygems-update gem so older
3630
3932
  versions can update successfully.
@@ -3643,7 +3945,7 @@ Bug fixes:
3643
3945
  * Gem::RemoteFetcher no longer copies the file if it is where we want it.
3644
3946
  Patch #27409 by Jakub Šťastný.
3645
3947
 
3646
- Deprecation Notices:
3948
+ ## Deprecations:
3647
3949
 
3648
3950
  * lib/rubygems/timer.rb has been removed.
3649
3951
  * Gem::Dependency#version_requirements is deprecated and will be removed on or
@@ -3652,23 +3954,23 @@ Deprecation Notices:
3652
3954
  * Gem::manage_gems was removed in 1.3.3.
3653
3955
  * Time::today was removed in 1.3.3.
3654
3956
 
3655
- === 1.3.5 / 2009-07-21
3957
+ # 1.3.5 / 2009-07-21
3656
3958
 
3657
- Bug fixes:
3959
+ ## Bug fixes:
3658
3960
 
3659
3961
  * Fix use of prerelease gems.
3660
3962
  * Gem.bin_path no longer escapes path with spaces. Bug #25935 and #26458.
3661
3963
 
3662
- Deprecation Notices:
3964
+ ## Deprecations:
3663
3965
 
3664
3966
  * Bulk index update is no longer supported (the code currently remains, but not
3665
3967
  the tests)
3666
3968
  * Gem::manage_gems was removed in 1.3.3.
3667
3969
  * Time::today was removed in 1.3.3.
3668
3970
 
3669
- === 1.3.4 / 2009-05-03
3971
+ # 1.3.4 / 2009-05-03
3670
3972
 
3671
- Bug Fixes:
3973
+ ## Bug fixes:
3672
3974
 
3673
3975
  * Fixed various warnings
3674
3976
  * Gem::ruby_version works correctly for 1.8 branch and trunk
@@ -3679,16 +3981,16 @@ Bug Fixes:
3679
3981
  drives. Bug #25882 by Lars Christensen
3680
3982
  * Fix typo in Gem::Requirement#parse. Bug #26000 by Mike Gunderloy.
3681
3983
 
3682
- Deprecation Notices:
3984
+ ## Deprecations:
3683
3985
 
3684
3986
  * Bulk index update is no longer supported (the code currently remains, but not
3685
3987
  the tests)
3686
3988
  * Gem::manage_gems was removed in 1.3.3.
3687
3989
  * Time::today was removed in 1.3.3.
3688
3990
 
3689
- === 1.3.3 / 2009-05-04
3991
+ # 1.3.3 / 2009-05-04
3690
3992
 
3691
- New Features:
3993
+ ## Features:
3692
3994
 
3693
3995
  * `gem server` allows port names (from /etc/services) with --port.
3694
3996
  * `gem server` now has search that jumps to RDoc. Patch #22959 by Vladimir
@@ -3698,7 +4000,7 @@ New Features:
3698
4000
  * Gem::Specification#has_rdoc= is deprecated and ignored (defaults to true)
3699
4001
  * RDoc is now generated regardless of Gem::Specification#has_rdoc?
3700
4002
 
3701
- Bug Fixes:
4003
+ ## Bug fixes:
3702
4004
 
3703
4005
  * `gem clean` now cleans up --user-install gems. Bug #25516 by Brett
3704
4006
  Eisenberg.
@@ -3720,15 +4022,15 @@ Bug Fixes:
3720
4022
  * Raise Gem::LoadError if Kernel#gem fails due to previously-loaded gem. Bug
3721
4023
  reported by Alf Mikula.
3722
4024
 
3723
- Deprecation Notices:
4025
+ ## Deprecations:
3724
4026
 
3725
4027
  * Gem::manage_gems has been removed.
3726
4028
  * Time::today has been removed early. There was no way to make it warn and be
3727
4029
  easy to override with user code.
3728
4030
 
3729
- === 1.3.2 / 2009-04-15
4031
+ # 1.3.2 / 2009-04-15
3730
4032
 
3731
- Select New Features:
4033
+ ## Features:
3732
4034
 
3733
4035
  * RubyGems now loads plugins from rubygems_plugin.rb in installed gems.
3734
4036
  This can be used to add commands (See Gem::CommandManager) or add
@@ -3756,7 +4058,7 @@ Select New Features:
3756
4058
  * Modern indicies can now be updated incrementally.
3757
4059
  * Legacy indicies can be updated separately from modern.
3758
4060
 
3759
- Select Bugs Fixed:
4061
+ ## Bug fixes:
3760
4062
 
3761
4063
  * Better gem activation error message. Patch #23082.
3762
4064
  * Kernel methods are now private. Patch #20801 by James M. Lawrence.
@@ -3782,7 +4084,7 @@ Select Bugs Fixed:
3782
4084
  * Deal with extraneous quotation mark when autogenerating .bat file on MS
3783
4085
  Windows. Bug #22712.
3784
4086
 
3785
- Deprecation Notices:
4087
+ ## Deprecations:
3786
4088
 
3787
4089
  * Gem::manage_gems has been removed.
3788
4090
  * Time::today will be removed in RubyGems 1.4.
@@ -3790,9 +4092,9 @@ Deprecation Notices:
3790
4092
  Special thanks to Chad Wooley for backwards compatibility testing and Luis
3791
4093
  Lavena and Daniel Berger for continuing windows support.
3792
4094
 
3793
- === 1.3.1 / 2008-10-28
4095
+ # 1.3.1 / 2008-10-28
3794
4096
 
3795
- Bugs fixed:
4097
+ ## Bug fixes:
3796
4098
 
3797
4099
  * Disregard ownership of ~ under Windows while creating ~/.gem. Fixes
3798
4100
  issues related to no uid support under Windows.
@@ -3803,13 +4105,13 @@ Bugs fixed:
3803
4105
  * Gem::location_of_caller now behaves on Windows. Patch by Daniel Berger.
3804
4106
  * Silence PATH warning.
3805
4107
 
3806
- Deprecation Notices:
4108
+ ## Deprecations:
3807
4109
 
3808
4110
  * Gem::manage_gems will be removed on or after March 2009.
3809
4111
 
3810
- === 1.3.0 / 2008-09-25
4112
+ # 1.3.0 / 2008-09-25
3811
4113
 
3812
- New features:
4114
+ ## Features:
3813
4115
 
3814
4116
  * RubyGems doesn't print LOCAL/REMOTE titles for `gem query` and friends if
3815
4117
  stdout is not a TTY, except with --both.
@@ -3823,12 +4125,12 @@ New features:
3823
4125
  * RubyGems now updates the ri cache when the rdoc gem is installed and
3824
4126
  documentation is generated.
3825
4127
 
3826
- Deprecation Notices:
4128
+ ## Deprecations:
3827
4129
 
3828
4130
  * Gem::manage_gems now warns when called. It will be removed on or after March
3829
4131
  2009.
3830
4132
 
3831
- Bugs Fixed:
4133
+ ## Bug fixes:
3832
4134
 
3833
4135
  * RubyGems 1.3.0+ now updates when no previous rubygems-update is installed.
3834
4136
  Bug #20775 by Hemant Kumar.
@@ -3852,7 +4154,7 @@ Bugs Fixed:
3852
4154
  * `gem lock --strict` works again. Patch #21814 by Sven Engelhardt.
3853
4155
  * Platform detection for Solaris was improved. Patch #21911 by Bob Remeika.
3854
4156
 
3855
- Other Changes Include:
4157
+ ## Enhancements:
3856
4158
 
3857
4159
  * `gem help install` now describes _version_ argument to executable stubs
3858
4160
  * `gem help environment` describes environment variables and ~/.gemrc and
@@ -3878,9 +4180,9 @@ Other Changes Include:
3878
4180
  * test/test_ext_configure_builder.rb
3879
4181
  * Locale-free patch by Yusuke Endoh [ruby-core:17444].
3880
4182
 
3881
- === 1.2.0 / 2008-06-21
4183
+ # 1.2.0 / 2008-06-21
3882
4184
 
3883
- New features:
4185
+ ## Features:
3884
4186
 
3885
4187
  * RubyGems no longer performs bulk updates and instead only fetches the gemspec
3886
4188
  files it needs. Alternate sources will need to upgrade to RubyGems 1.2 to
@@ -3899,7 +4201,7 @@ New features:
3899
4201
  * setup.rb now handles --vendor and --destdir for packagers
3900
4202
  * `gem stale` command that lists gems by last access time
3901
4203
 
3902
- Bugs Fixed:
4204
+ ## Bug fixes:
3903
4205
 
3904
4206
  * File modes from gems are now honored, patch #19737
3905
4207
  * Marshal Gem::Specification objects from the future can now be loaded.
@@ -3914,7 +4216,7 @@ Bugs Fixed:
3914
4216
  * Gem::DependencyInstaller resets installed gems every install, bug #19444
3915
4217
  * Gem.default_path is now honored if GEM_PATH is not set, patch #19502
3916
4218
 
3917
- Other Changes Include:
4219
+ ## Enhancements:
3918
4220
 
3919
4221
  * setup.rb
3920
4222
  * stub files created by RubyGems 0.7.x and older are no longer removed. When
@@ -3933,9 +4235,9 @@ Other Changes Include:
3933
4235
  * Gem::RemoteFetcher now performs persistent connections for HEAD requests,
3934
4236
  bug #7973
3935
4237
 
3936
- === 1.1.1 / 2008-04-11
4238
+ # 1.1.1 / 2008-04-11
3937
4239
 
3938
- Bugs Fixed:
4240
+ ## Bug fixes:
3939
4241
 
3940
4242
  * Gem.prefix now returns non-nil only when RubyGems was installed outside
3941
4243
  sitelibdir or libdir.
@@ -3950,9 +4252,9 @@ Bugs Fixed:
3950
4252
  * Gem::RemoteFetcher handles Errno::ECONNABORTED.
3951
4253
  * Printing of release notes fixed.
3952
4254
 
3953
- === 1.1.0 / 2008-03-29
4255
+ # 1.1.0 / 2008-03-29
3954
4256
 
3955
- New features:
4257
+ ## Features:
3956
4258
 
3957
4259
  * RubyGems now uses persistent connections on index updates. Index updates are
3958
4260
  much faster now.
@@ -3964,7 +4266,7 @@ New features:
3964
4266
  * `gem spec` now extracts specifications from .gem files.
3965
4267
  * `gem query --installed` to aid automation of checking for gems.
3966
4268
 
3967
- Bugs Fixed:
4269
+ ## Bug fixes:
3968
4270
 
3969
4271
  * RubyGems works with both Config and RbConfig now.
3970
4272
  * Executables are now cleaned upon uninstall.
@@ -3980,7 +4282,7 @@ Bugs Fixed:
3980
4282
  * Gem stub scripts on windows now work outside Gem.bindir.
3981
4283
  * `gem sources -r` now works without network access.
3982
4284
 
3983
- Other Changes Include:
4285
+ ## Enhancements:
3984
4286
 
3985
4287
  * RubyGems now requires Ruby > 1.8.3.
3986
4288
  * Release notes are now printed upon installation.
@@ -3991,26 +4293,26 @@ Other Changes Include:
3991
4293
 
3992
4294
  For a full list of changes to RubyGems, see the ChangeLog file.
3993
4295
 
3994
- === 1.0.1 / 2007-12-20
4296
+ # 1.0.1 / 2007-12-20
3995
4297
 
3996
- Bugs Fixed:
4298
+ ## Bug fixes:
3997
4299
 
3998
4300
  * Installation on Ruby 1.8.3 through 1.8.5 fixed
3999
4301
  * `gem build` on 1.8.3 fixed
4000
4302
 
4001
- Other Changes Include:
4303
+ ## Enhancements:
4002
4304
 
4003
4305
  * Since RubyGems 0.9.5, RubyGems is no longer supported on Ruby 1.8.2 or older,
4004
4306
  this is official in RubyGems 1.0.1.
4005
4307
 
4006
- === 1.0.0 / 2007-12-20
4308
+ # 1.0.0 / 2007-12-20
4007
4309
 
4008
- Major New Features Include:
4310
+ ## Features:
4009
4311
 
4010
4312
  * RubyGems warns about various problems with gemspecs during gem building
4011
4313
  * More-consistent versioning for the RubyGems software
4012
4314
 
4013
- Other Changes Include:
4315
+ ## Enhancements:
4014
4316
 
4015
4317
  * Fixed various bugs and problems with installing gems on Windows
4016
4318
  * Fixed using `gem server` for installing gems
@@ -4024,7 +4326,7 @@ Other Changes Include:
4024
4326
  * `gem unpack` can now unpack into a specific directory with --target
4025
4327
  * OpenSSL is no longer required by default
4026
4328
 
4027
- Deprecations and Deletions:
4329
+ ## Breaking changes:
4028
4330
 
4029
4331
  * Kernel#require_gem has been removed
4030
4332
  * Executables without a shebang will not be wrapped in a future version, this
@@ -4036,9 +4338,9 @@ Deprecations and Deletions:
4036
4338
  * Gem::Specification#autorequire= has been deprecated
4037
4339
  * Time::today will be removed in a future version
4038
4340
 
4039
- === 0.9.5 / 2007-11-19
4341
+ # 0.9.5 / 2007-11-19
4040
4342
 
4041
- Major New Features Include:
4343
+ ## Features:
4042
4344
 
4043
4345
  * Platform support
4044
4346
  * Automatic installation of platform gems
@@ -4050,7 +4352,7 @@ Major New Features Include:
4050
4352
  * Improved stubs and `gem.bat` on mswin, including better compatibility
4051
4353
  with the One-Click Installer.
4052
4354
 
4053
- Other Changes Include:
4355
+ ## Enhancements:
4054
4356
 
4055
4357
  * Time::today is deprecated and will be removed at a future date
4056
4358
  * Gem::manage_gems is deprecated and will be removed at a future date
@@ -4095,13 +4397,13 @@ Special thanks to:
4095
4397
  * Tom Copeland
4096
4398
  * Wilson Bilkovich
4097
4399
 
4098
- === 0.9.4 / 2007-05-23
4400
+ # 0.9.4 / 2007-05-23
4099
4401
 
4100
4402
  If you are experiencing problems with the source index (e.g. strange
4101
4403
  "No Method" errors), or problems with zlib (e.g. "Buffer Error"
4102
4404
  messsage), we recommend upgrading to RubyGems 0.9.4.
4103
4405
 
4104
- Bug Fixes Include:
4406
+ ## Bug fixes:
4105
4407
 
4106
4408
  * Several people have been experiencing problems with no method errors
4107
4409
  on the source index cache. The source index cache is now a bit more
@@ -4113,9 +4415,9 @@ Bug Fixes Include:
4113
4415
  * Several sub-commands were accidentally dropped from the "gem" command.
4114
4416
  These commands have been restored.
4115
4417
 
4116
- === 0.9.3 / 2007-05-10
4418
+ # 0.9.3 / 2007-05-10
4117
4419
 
4118
- Bug Fixes Include:
4420
+ ## Bug fixes:
4119
4421
 
4120
4422
  The ZLib library on Windows will occasionally complains about a buffer error
4121
4423
  when unpacking gems. The Gems software has a workaround for that problem, but
@@ -4123,19 +4425,19 @@ the workaround was only enabled for versions of ZLib 1.2.1 or earlier. We
4123
4425
  have received several reports of the error occurring with ZLib 1.2.3, so we
4124
4426
  have permanently enabled the work around on all versions.
4125
4427
 
4126
- === 0.9.2 / 2007-02-05
4428
+ # 0.9.2 / 2007-02-05
4127
4429
 
4128
- Bug Fixes Include:
4430
+ ## Bug fixes:
4129
4431
 
4130
4432
  * The "unpack" command now works properly.
4131
4433
  * User name and password are now passed properly to the authenticating
4132
4434
  proxy when downloading gems.
4133
4435
 
4134
- === 0.9.1 / 2007-01-16
4436
+ # 0.9.1 / 2007-01-16
4135
4437
 
4136
4438
  See ChangeLog
4137
4439
 
4138
- === 0.9.0 / 2006-06-28
4440
+ # 0.9.0 / 2006-06-28
4139
4441
 
4140
4442
  Finally, the much anticipated RubyGems version 0.9.0 is now available.
4141
4443
  This release includes a number of new features and bug fixes. The
@@ -4143,7 +4445,7 @@ number one change is that we can now download the gem index
4143
4445
  incrementally. This will greatly speed up the gem command when only a
4144
4446
  few gems are out of date.
4145
4447
 
4146
- Major Enhancments include:
4448
+ ## Enhancements:
4147
4449
 
4148
4450
  * The gem index is now downloaded incrementally, only updating entries
4149
4451
  that are out of date. If more than 50 entries are out of date, we
@@ -4158,9 +4460,6 @@ Major Enhancments include:
4158
4460
  * Both RI and RDOC documents are now generated by default.
4159
4461
  * A gemri command is included to read gem RI docs (only needed for
4160
4462
  Ruby 1.8.4 or earlier).
4161
-
4162
- Minor enhancements include:
4163
-
4164
4463
  * Version 0.0.0 is now a valid gem version.
4165
4464
  * Better detection of missing SSL functionality.
4166
4465
  * SSL is not required if the security policy does not require
@@ -4173,7 +4472,7 @@ Minor enhancements include:
4173
4472
  * .rbw is now a supported suffix for RubyGem's custom require.
4174
4473
  * Several Ruby 1.9 compatibility fixes (Eric Hodel).
4175
4474
 
4176
- Bug Fixes:
4475
+ ## Bug fixes:
4177
4476
 
4178
4477
  * Added dashes to gemspecs generated in Ruby 1.8.3. This solves some
4179
4478
  cross-Ruby version compatibility issues.
@@ -4185,7 +4484,7 @@ Bug Fixes:
4185
4484
  * Fixed prefix handling for native expressions (patch by Aaron Patterson).
4186
4485
  * Fixed several Upgrade => Update typos.
4187
4486
 
4188
- === 0.8.11 / 2005-07-13
4487
+ # 0.8.11 / 2005-07-13
4189
4488
 
4190
4489
  * -y is a synonym for --include-dependencies.
4191
4490
  * Better handling of errors in the top level rescue clause.
@@ -4204,7 +4503,7 @@ Bug Fixes:
4204
4503
  * Added David Glasser's install-from-mirror patch.
4205
4504
  * Additional internal structural cleanup and test reorganization.
4206
4505
 
4207
- === 0.8.10 / 2005-03-27
4506
+ # 0.8.10 / 2005-03-27
4208
4507
 
4209
4508
  * In multi-user environments, it is common to supply multiple versions of gems
4210
4509
  (for example Rails), allowing individual users to select the version of the
@@ -4215,16 +4514,16 @@ Bug Fixes:
4215
4514
  installed, then the "gem update --system" command will download a new
4216
4515
  update, but install the latest update prior to the download.
4217
4516
 
4218
- === 0.8.9
4517
+ # 0.8.9
4219
4518
 
4220
4519
  Never released
4221
4520
 
4222
- === 0.8.8 / 2005-03-14
4521
+ # 0.8.8 / 2005-03-14
4223
4522
 
4224
4523
  * Moved the master definition of class Requirement back under version.
4225
4524
  Kept the body of Requirement under Gem.
4226
4525
 
4227
- === 0.8.7 / 2005-03-14
4526
+ # 0.8.7 / 2005-03-14
4228
4527
 
4229
4528
  Even though it has only been a few weeks since that last release,
4230
4529
  there are quite a number of new features in 0.8.7. A complete list of
@@ -4277,11 +4576,11 @@ file system. You can read more about them here:
4277
4576
  * gemconfigure: http://docs.rubygems.org/read/chapter/4#page73
4278
4577
  * gemwhich: http://docs.rubygems.org/read/chapter/17
4279
4578
 
4280
- === 0.8.6 / 2005-02-27
4579
+ # 0.8.6 / 2005-02-27
4281
4580
 
4282
4581
  * Fixed a small bug with shebang construction
4283
4582
 
4284
- === 0.8.5 / 2005-02-26
4583
+ # 0.8.5 / 2005-02-26
4285
4584
 
4286
4585
  Do you know how you used to dread getting the following message while
4287
4586
  installing gems?
@@ -4303,7 +4602,7 @@ us. No RDoc generation was included in the following times.
4303
4602
  The new caching code is at least 3x faster than previous versions. Woo
4304
4603
  Hoo!
4305
4604
 
4306
- === 0.8.4 / 2005-01-01
4605
+ # 0.8.4 / 2005-01-01
4307
4606
 
4308
4607
  * Rubygems 0.8.3's installer was broken unless you already had an older
4309
4608
  version of RubyGems installed. That's fixed.
@@ -4313,7 +4612,7 @@ Hoo!
4313
4612
  * Support for lower-cased Gem file names (for you, Paul Duncan :)
4314
4613
  * Erik Veenstra's patch for making Gem versions sortable.
4315
4614
 
4316
- === 0.8.3 / 2004-12-07
4615
+ # 0.8.3 / 2004-12-07
4317
4616
 
4318
4617
  No real earth shattering news here, but there were a number of really
4319
4618
  annoying issues involving other libraries that RubyGems depends upon.
@@ -4355,11 +4654,11 @@ There has been some minor usability enhancements and changes ...
4355
4654
  names. This was useful for him while testing libs that he had in
4356
4655
  development.
4357
4656
 
4358
- === 0.8.1 / 2004-09-17
4657
+ # 0.8.1 / 2004-09-17
4359
4658
 
4360
4659
  * Quick release to capture some bug fixes.
4361
4660
 
4362
- === 0.8.0 / 2004-09-15
4661
+ # 0.8.0 / 2004-09-15
4363
4662
 
4364
4663
  * Remove need for library stubs. Set the RUBYOPT environment variable to
4365
4664
  include "rrubygems", and a normal require will find gem files. Continue to
@@ -4382,15 +4681,15 @@ There has been some minor usability enhancements and changes ...
4382
4681
  to pick.
4383
4682
  * Added "gem unpack" for "unpacking" a gem to the current directory
4384
4683
 
4385
- === 0.7.0 / 2004-07-09
4684
+ # 0.7.0 / 2004-07-09
4386
4685
 
4387
4686
  See ChangeLog
4388
4687
 
4389
- === 0.6.1 / 2004-06-08
4688
+ # 0.6.1 / 2004-06-08
4390
4689
 
4391
4690
  See ChangeLog
4392
4691
 
4393
- === 0.6.0 / 2004-06-08
4692
+ # 0.6.0 / 2004-06-08
4394
4693
 
4395
4694
  * Collapse output of --search and --list (and gem_server) operations so that
4396
4695
  each gem is listed only once, with each of its versions listed on the same
@@ -4403,7 +4702,7 @@ See ChangeLog
4403
4702
  spec.required_ruby_version = "> 1.8.0"
4404
4703
  * --install-stub defaults to true, so library stubs are created
4405
4704
 
4406
- === 0.5.0 / 2004-06-06
4705
+ # 0.5.0 / 2004-06-06
4407
4706
 
4408
4707
  * Jim added the ability to specify version constraints to avoid API
4409
4708
  incompatibilities. This has been the subject of much debate for the past
@@ -4426,11 +4725,11 @@ See ChangeLog
4426
4725
  automatically included.
4427
4726
  * Some small bug fixes
4428
4727
 
4429
- === 0.4.0 / 2004-05-30
4728
+ # 0.4.0 / 2004-05-30
4430
4729
 
4431
4730
  * Minor bug fixes including Windows compatibility issues
4432
4731
 
4433
- === 0.3.0 / 2004-04-30
4732
+ # 0.3.0 / 2004-04-30
4434
4733
 
4435
4734
  * Cleanup of command-line arguments and handling. Most commands accept a
4436
4735
  --local or --remote modifier.
@@ -4451,6 +4750,6 @@ See ChangeLog
4451
4750
  * Generally improved error messages (still more work to do)
4452
4751
  * Rearranged gem directory structure for cleanliness.
4453
4752
 
4454
- === 0.2.0 / 2004-03-14
4753
+ # 0.2.0 / 2004-03-14
4455
4754
 
4456
4755
  * Initial public release