rubygems-update 3.1.3 → 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (557) hide show
  1. checksums.yaml +4 -4
  2. data/CODE_OF_CONDUCT.md +55 -19
  3. data/CONTRIBUTING.md +25 -11
  4. data/History.txt +395 -186
  5. data/Manifest.txt +44 -77
  6. data/POLICIES.md +2 -9
  7. data/README.md +5 -5
  8. data/Rakefile +44 -82
  9. data/bin/update_rubygems +1 -1
  10. data/bundler/CHANGELOG.md +1563 -1426
  11. data/bundler/README.md +6 -8
  12. data/bundler/UPGRADING.md +18 -32
  13. data/bundler/bundler.gemspec +3 -3
  14. data/bundler/exe/bundle +3 -0
  15. data/bundler/lib/bundler.rb +25 -7
  16. data/bundler/lib/bundler/build_metadata.rb +4 -12
  17. data/bundler/lib/bundler/cli.rb +58 -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 +1 -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 +84 -11
  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 +9 -16
  32. data/bundler/lib/bundler/cli/issue.rb +2 -2
  33. data/bundler/lib/bundler/cli/list.rb +12 -10
  34. data/bundler/lib/bundler/cli/outdated.rb +88 -67
  35. data/bundler/lib/bundler/cli/plugin.rb +10 -0
  36. data/bundler/lib/bundler/cli/pristine.rb +5 -0
  37. data/bundler/lib/bundler/cli/show.rb +1 -1
  38. data/bundler/lib/bundler/cli/update.rb +2 -0
  39. data/bundler/lib/bundler/compact_index_client.rb +1 -1
  40. data/bundler/lib/bundler/compact_index_client/cache.rb +1 -1
  41. data/bundler/lib/bundler/compact_index_client/updater.rb +5 -5
  42. data/bundler/lib/bundler/definition.rb +47 -61
  43. data/bundler/lib/bundler/dep_proxy.rb +1 -1
  44. data/bundler/lib/bundler/dependency.rb +0 -9
  45. data/bundler/lib/bundler/dsl.rb +5 -9
  46. data/bundler/lib/bundler/endpoint_specification.rb +1 -1
  47. data/bundler/lib/bundler/env.rb +1 -1
  48. data/bundler/lib/bundler/environment_preserver.rb +26 -2
  49. data/bundler/lib/bundler/errors.rb +1 -0
  50. data/bundler/lib/bundler/feature_flag.rb +0 -3
  51. data/bundler/lib/bundler/fetcher.rb +4 -3
  52. data/bundler/lib/bundler/fetcher/base.rb +1 -1
  53. data/bundler/lib/bundler/fetcher/compact_index.rb +1 -1
  54. data/bundler/lib/bundler/fetcher/downloader.rb +1 -1
  55. data/bundler/lib/bundler/fetcher/index.rb +3 -4
  56. data/bundler/lib/bundler/friendly_errors.rb +22 -13
  57. data/bundler/lib/bundler/gem_helper.rb +32 -17
  58. data/bundler/lib/bundler/gem_helpers.rb +6 -1
  59. data/bundler/lib/bundler/gem_version_promoter.rb +2 -2
  60. data/bundler/lib/bundler/graph.rb +1 -1
  61. data/bundler/lib/bundler/index.rb +6 -2
  62. data/bundler/lib/bundler/injector.rb +22 -4
  63. data/bundler/lib/bundler/inline.rb +1 -1
  64. data/bundler/lib/bundler/installer.rb +35 -32
  65. data/bundler/lib/bundler/installer/gem_installer.rb +3 -3
  66. data/bundler/lib/bundler/installer/parallel_installer.rb +10 -10
  67. data/bundler/lib/bundler/installer/standalone.rb +2 -2
  68. data/bundler/lib/bundler/lazy_specification.rb +20 -9
  69. data/bundler/lib/bundler/lockfile_generator.rb +1 -1
  70. data/bundler/lib/bundler/lockfile_parser.rb +1 -1
  71. data/bundler/lib/bundler/man/.document +1 -0
  72. data/bundler/{man/bundle-add.ronn → lib/bundler/man/bundle-add.1.ronn} +0 -0
  73. data/bundler/{man/bundle-binstubs.ronn → lib/bundler/man/bundle-binstubs.1.ronn} +2 -4
  74. data/bundler/{man/bundle-cache.ronn → lib/bundler/man/bundle-cache.1.ronn} +0 -0
  75. data/bundler/{man/bundle-check.ronn → lib/bundler/man/bundle-check.1.ronn} +0 -0
  76. data/bundler/{man/bundle-clean.ronn → lib/bundler/man/bundle-clean.1.ronn} +0 -0
  77. data/bundler/{man/bundle-config.ronn → lib/bundler/man/bundle-config.1.ronn} +19 -30
  78. data/bundler/{man/bundle-doctor.ronn → lib/bundler/man/bundle-doctor.1.ronn} +0 -0
  79. data/bundler/{man/bundle-exec.ronn → lib/bundler/man/bundle-exec.1.ronn} +0 -0
  80. data/bundler/{man/bundle-gem.ronn → lib/bundler/man/bundle-gem.1.ronn} +30 -7
  81. data/bundler/{man/bundle-info.ronn → lib/bundler/man/bundle-info.1.ronn} +0 -0
  82. data/bundler/{man/bundle-init.ronn → lib/bundler/man/bundle-init.1.ronn} +0 -0
  83. data/bundler/{man/bundle-inject.ronn → lib/bundler/man/bundle-inject.1.ronn} +0 -0
  84. data/bundler/{man/bundle-install.ronn → lib/bundler/man/bundle-install.1.ronn} +25 -3
  85. data/bundler/{man/bundle-list.ronn → lib/bundler/man/bundle-list.1.ronn} +6 -6
  86. data/bundler/{man/bundle-lock.ronn → lib/bundler/man/bundle-lock.1.ronn} +0 -0
  87. data/bundler/{man/bundle-open.ronn → lib/bundler/man/bundle-open.1.ronn} +0 -0
  88. data/bundler/{man/bundle-outdated.ronn → lib/bundler/man/bundle-outdated.1.ronn} +0 -0
  89. data/bundler/{man/bundle-platform.ronn → lib/bundler/man/bundle-platform.1.ronn} +0 -0
  90. data/bundler/{man/bundle-pristine.ronn → lib/bundler/man/bundle-pristine.1.ronn} +0 -0
  91. data/bundler/{man/bundle-remove.ronn → lib/bundler/man/bundle-remove.1.ronn} +0 -0
  92. data/bundler/{man/bundle-show.ronn → lib/bundler/man/bundle-show.1.ronn} +0 -0
  93. data/bundler/{man/bundle-update.ronn → lib/bundler/man/bundle-update.1.ronn} +0 -0
  94. data/bundler/{man/bundle-viz.ronn → lib/bundler/man/bundle-viz.1.ronn} +0 -0
  95. data/bundler/{man/bundle.ronn → lib/bundler/man/bundle.1.ronn} +0 -0
  96. data/bundler/{man → lib/bundler/man}/gemfile.5.ronn +4 -4
  97. data/bundler/lib/bundler/mirror.rb +2 -2
  98. data/bundler/lib/bundler/plugin.rb +30 -5
  99. data/bundler/lib/bundler/plugin/api/source.rb +1 -1
  100. data/bundler/lib/bundler/plugin/dsl.rb +1 -1
  101. data/bundler/lib/bundler/plugin/index.rb +10 -1
  102. data/bundler/lib/bundler/plugin/installer.rb +1 -1
  103. data/bundler/lib/bundler/plugin/installer/rubygems.rb +1 -1
  104. data/bundler/lib/bundler/plugin/source_list.rb +1 -1
  105. data/bundler/lib/bundler/psyched_yaml.rb +0 -15
  106. data/bundler/lib/bundler/remote_specification.rb +5 -2
  107. data/bundler/lib/bundler/resolver.rb +32 -10
  108. data/bundler/lib/bundler/resolver/spec_group.rb +27 -6
  109. data/bundler/lib/bundler/retry.rb +1 -1
  110. data/bundler/lib/bundler/ruby_version.rb +1 -1
  111. data/bundler/lib/bundler/rubygems_ext.rb +53 -9
  112. data/bundler/lib/bundler/rubygems_gem_installer.rb +3 -9
  113. data/bundler/lib/bundler/rubygems_integration.rb +25 -54
  114. data/bundler/lib/bundler/runtime.rb +4 -14
  115. data/bundler/lib/bundler/settings.rb +49 -46
  116. data/bundler/lib/bundler/shared_helpers.rb +2 -2
  117. data/bundler/lib/bundler/similarity_detector.rb +1 -1
  118. data/bundler/lib/bundler/source.rb +1 -1
  119. data/bundler/lib/bundler/source/git.rb +5 -5
  120. data/bundler/lib/bundler/source/git/git_proxy.rb +57 -60
  121. data/bundler/lib/bundler/source/path.rb +7 -3
  122. data/bundler/lib/bundler/source/path/installer.rb +8 -10
  123. data/bundler/lib/bundler/source/rubygems.rb +13 -16
  124. data/bundler/lib/bundler/source/rubygems/remote.rb +1 -1
  125. data/bundler/lib/bundler/source_list.rb +2 -2
  126. data/bundler/lib/bundler/spec_set.rb +2 -1
  127. data/bundler/lib/bundler/stub_specification.rb +17 -5
  128. data/bundler/lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt +57 -47
  129. data/bundler/lib/bundler/templates/newgem/Gemfile.tt +9 -1
  130. data/bundler/lib/bundler/templates/newgem/README.md.tt +1 -2
  131. data/bundler/lib/bundler/templates/newgem/Rakefile.tt +19 -5
  132. data/bundler/lib/bundler/templates/newgem/bin/console.tt +1 -0
  133. data/bundler/lib/bundler/templates/newgem/circleci/config.yml.tt +13 -0
  134. data/bundler/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt +2 -0
  135. data/bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt +18 -0
  136. data/bundler/lib/bundler/templates/newgem/gitlab-ci.yml.tt +9 -0
  137. data/bundler/lib/bundler/templates/newgem/lib/newgem.rb.tt +4 -2
  138. data/bundler/lib/bundler/templates/newgem/lib/newgem/version.rb.tt +2 -0
  139. data/bundler/lib/bundler/templates/newgem/newgem.gemspec.tt +14 -6
  140. data/bundler/lib/bundler/templates/newgem/rubocop.yml.tt +10 -0
  141. data/bundler/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt +2 -0
  142. data/bundler/lib/bundler/templates/newgem/spec/spec_helper.rb.tt +2 -1
  143. data/bundler/lib/bundler/templates/newgem/test/{newgem_test.rb.tt → minitest/newgem_test.rb.tt} +2 -0
  144. data/bundler/lib/bundler/templates/newgem/test/{test_helper.rb.tt → minitest/test_helper.rb.tt} +2 -0
  145. data/bundler/lib/bundler/templates/newgem/test/test-unit/newgem_test.rb.tt +15 -0
  146. data/bundler/lib/bundler/templates/newgem/test/test-unit/test_helper.rb.tt +6 -0
  147. data/bundler/lib/bundler/ui/shell.rb +5 -5
  148. data/bundler/lib/bundler/uri_credentials_filter.rb +3 -1
  149. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo.rb +0 -1
  150. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb +34 -1
  151. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb +2 -2
  152. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb +1 -1
  153. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb +1 -1
  154. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb +38 -40
  155. data/bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb +75 -189
  156. data/bundler/lib/bundler/vendor/thor/lib/thor.rb +0 -7
  157. data/bundler/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb +2 -1
  158. data/bundler/lib/bundler/vendor/thor/lib/thor/base.rb +9 -0
  159. data/bundler/lib/bundler/vendor/thor/lib/thor/version.rb +1 -1
  160. data/bundler/lib/bundler/vendor/tmpdir/lib/tmpdir.rb +154 -0
  161. data/bundler/lib/bundler/vendored_persistent.rb +0 -7
  162. data/bundler/lib/bundler/vendored_tmpdir.rb +4 -0
  163. data/bundler/lib/bundler/version.rb +1 -1
  164. data/bundler/lib/bundler/worker.rb +1 -1
  165. data/bundler/lib/bundler/yaml_serializer.rb +1 -1
  166. data/bundler/man/bundle-add.1 +1 -1
  167. data/bundler/man/bundle-binstubs.1 +5 -3
  168. data/bundler/man/bundle-cache.1 +1 -1
  169. data/bundler/man/bundle-check.1 +1 -1
  170. data/bundler/man/bundle-clean.1 +1 -1
  171. data/bundler/man/bundle-config.1 +16 -25
  172. data/bundler/man/bundle-doctor.1 +1 -1
  173. data/bundler/man/bundle-exec.1 +1 -1
  174. data/bundler/man/bundle-gem.1 +25 -3
  175. data/bundler/man/bundle-info.1 +1 -1
  176. data/bundler/man/bundle-init.1 +1 -1
  177. data/bundler/man/bundle-inject.1 +1 -1
  178. data/bundler/man/bundle-install.1 +30 -3
  179. data/bundler/man/bundle-list.1 +7 -7
  180. data/bundler/man/bundle-lock.1 +1 -1
  181. data/bundler/man/bundle-open.1 +1 -1
  182. data/bundler/man/bundle-outdated.1 +1 -1
  183. data/bundler/man/bundle-platform.1 +1 -1
  184. data/bundler/man/bundle-pristine.1 +1 -1
  185. data/bundler/man/bundle-remove.1 +1 -1
  186. data/bundler/man/bundle-show.1 +1 -1
  187. data/bundler/man/bundle-update.1 +1 -1
  188. data/bundler/man/bundle-viz.1 +1 -1
  189. data/bundler/man/bundle.1 +1 -1
  190. data/bundler/man/gemfile.5 +4 -4
  191. data/lib/rubygems.rb +88 -164
  192. data/lib/rubygems/available_set.rb +4 -6
  193. data/lib/rubygems/basic_specification.rb +11 -9
  194. data/lib/rubygems/bundler_version_finder.rb +14 -9
  195. data/lib/rubygems/command.rb +17 -17
  196. data/lib/rubygems/command_manager.rb +5 -6
  197. data/lib/rubygems/commands/build_command.rb +40 -20
  198. data/lib/rubygems/commands/cert_command.rb +2 -10
  199. data/lib/rubygems/commands/check_command.rb +0 -2
  200. data/lib/rubygems/commands/cleanup_command.rb +11 -7
  201. data/lib/rubygems/commands/contents_command.rb +4 -6
  202. data/lib/rubygems/commands/dependency_command.rb +6 -8
  203. data/lib/rubygems/commands/environment_command.rb +1 -3
  204. data/lib/rubygems/commands/fetch_command.rb +2 -4
  205. data/lib/rubygems/commands/generate_index_command.rb +0 -2
  206. data/lib/rubygems/commands/help_command.rb +4 -4
  207. data/lib/rubygems/commands/info_command.rb +8 -5
  208. data/lib/rubygems/commands/install_command.rb +3 -5
  209. data/lib/rubygems/commands/list_command.rb +8 -7
  210. data/lib/rubygems/commands/lock_command.rb +1 -3
  211. data/lib/rubygems/commands/mirror_command.rb +0 -2
  212. data/lib/rubygems/commands/open_command.rb +0 -4
  213. data/lib/rubygems/commands/outdated_command.rb +0 -2
  214. data/lib/rubygems/commands/owner_command.rb +9 -3
  215. data/lib/rubygems/commands/pristine_command.rb +11 -5
  216. data/lib/rubygems/commands/push_command.rb +10 -46
  217. data/lib/rubygems/commands/query_command.rb +14 -344
  218. data/lib/rubygems/commands/rdoc_command.rb +0 -2
  219. data/lib/rubygems/commands/search_command.rb +7 -7
  220. data/lib/rubygems/commands/server_command.rb +3 -1
  221. data/lib/rubygems/commands/setup_command.rb +131 -58
  222. data/lib/rubygems/commands/signin_command.rb +0 -2
  223. data/lib/rubygems/commands/signout_command.rb +0 -2
  224. data/lib/rubygems/commands/sources_command.rb +9 -7
  225. data/lib/rubygems/commands/specification_command.rb +8 -4
  226. data/lib/rubygems/commands/stale_command.rb +1 -3
  227. data/lib/rubygems/commands/uninstall_command.rb +1 -3
  228. data/lib/rubygems/commands/unpack_command.rb +1 -3
  229. data/lib/rubygems/commands/update_command.rb +59 -14
  230. data/lib/rubygems/commands/which_command.rb +0 -2
  231. data/lib/rubygems/commands/yank_command.rb +4 -6
  232. data/lib/rubygems/config_file.rb +11 -4
  233. data/lib/rubygems/core_ext/kernel_require.rb +29 -36
  234. data/lib/rubygems/core_ext/kernel_warn.rb +12 -13
  235. data/lib/rubygems/defaults.rb +101 -7
  236. data/lib/rubygems/dependency.rb +3 -8
  237. data/lib/rubygems/dependency_installer.rb +5 -78
  238. data/lib/rubygems/dependency_list.rb +7 -9
  239. data/lib/rubygems/deprecate.rb +46 -1
  240. data/lib/rubygems/doctor.rb +4 -4
  241. data/lib/rubygems/errors.rb +3 -14
  242. data/lib/rubygems/exceptions.rb +2 -33
  243. data/lib/rubygems/ext.rb +6 -6
  244. data/lib/rubygems/ext/build_error.rb +2 -0
  245. data/lib/rubygems/ext/builder.rb +14 -35
  246. data/lib/rubygems/ext/cmake_builder.rb +5 -7
  247. data/lib/rubygems/ext/configure_builder.rb +4 -6
  248. data/lib/rubygems/ext/ext_conf_builder.rb +21 -19
  249. data/lib/rubygems/ext/rake_builder.rb +3 -5
  250. data/lib/rubygems/gem_runner.rb +3 -10
  251. data/lib/rubygems/gemcutter_utilities.rb +91 -15
  252. data/lib/rubygems/indexer.rb +1 -22
  253. data/lib/rubygems/install_update_options.rb +7 -7
  254. data/lib/rubygems/installer.rb +59 -57
  255. data/lib/rubygems/installer_test_case.rb +25 -11
  256. data/lib/rubygems/installer_uninstaller_utils.rb +24 -0
  257. data/lib/rubygems/local_remote_options.rb +1 -1
  258. data/lib/rubygems/mock_gem_ui.rb +0 -6
  259. data/lib/rubygems/name_tuple.rb +3 -7
  260. data/lib/rubygems/openssl.rb +7 -0
  261. data/lib/rubygems/package.rb +14 -25
  262. data/lib/rubygems/package/digest_io.rb +0 -2
  263. data/lib/rubygems/package/file_source.rb +0 -2
  264. data/lib/rubygems/package/io_source.rb +0 -2
  265. data/lib/rubygems/package/old.rb +1 -3
  266. data/lib/rubygems/package/tar_header.rb +4 -6
  267. data/lib/rubygems/package/tar_reader.rb +0 -3
  268. data/lib/rubygems/package/tar_reader/entry.rb +0 -3
  269. data/lib/rubygems/package/tar_test_case.rb +2 -4
  270. data/lib/rubygems/package/tar_writer.rb +2 -12
  271. data/lib/rubygems/package_task.rb +1 -7
  272. data/lib/rubygems/path_support.rb +1 -3
  273. data/lib/rubygems/platform.rb +21 -12
  274. data/lib/rubygems/psych_tree.rb +0 -2
  275. data/lib/rubygems/query_utils.rb +353 -0
  276. data/lib/rubygems/rdoc.rb +0 -12
  277. data/lib/rubygems/remote_fetcher.rb +10 -27
  278. data/lib/rubygems/request.rb +4 -11
  279. data/lib/rubygems/request/connection_pools.rb +1 -5
  280. data/lib/rubygems/request/http_pool.rb +0 -2
  281. data/lib/rubygems/request/https_pool.rb +0 -2
  282. data/lib/rubygems/request_set.rb +5 -7
  283. data/lib/rubygems/request_set/gem_dependency_api.rb +5 -7
  284. data/lib/rubygems/request_set/lockfile.rb +8 -12
  285. data/lib/rubygems/request_set/lockfile/parser.rb +0 -2
  286. data/lib/rubygems/request_set/lockfile/tokenizer.rb +1 -3
  287. data/lib/rubygems/requirement.rb +20 -21
  288. data/lib/rubygems/resolver.rb +8 -11
  289. data/lib/rubygems/resolver/activation_request.rb +9 -3
  290. data/lib/rubygems/resolver/api_set.rb +4 -6
  291. data/lib/rubygems/resolver/api_specification.rb +21 -8
  292. data/lib/rubygems/resolver/best_set.rb +0 -2
  293. data/lib/rubygems/resolver/composed_set.rb +3 -5
  294. data/lib/rubygems/resolver/conflict.rb +2 -4
  295. data/lib/rubygems/resolver/current_set.rb +0 -2
  296. data/lib/rubygems/resolver/dependency_request.rb +1 -3
  297. data/lib/rubygems/resolver/git_set.rb +0 -2
  298. data/lib/rubygems/resolver/git_specification.rb +0 -2
  299. data/lib/rubygems/resolver/index_set.rb +1 -3
  300. data/lib/rubygems/resolver/index_specification.rb +11 -2
  301. data/lib/rubygems/resolver/installed_specification.rb +0 -2
  302. data/lib/rubygems/resolver/installer_set.rb +4 -7
  303. data/lib/rubygems/resolver/local_specification.rb +0 -2
  304. data/lib/rubygems/resolver/lock_set.rb +2 -4
  305. data/lib/rubygems/resolver/lock_specification.rb +0 -2
  306. data/lib/rubygems/resolver/molinillo/lib/molinillo.rb +6 -5
  307. data/lib/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb +7 -0
  308. data/lib/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb +1 -0
  309. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb +39 -5
  310. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb +1 -0
  311. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb +2 -1
  312. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb +2 -1
  313. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb +2 -1
  314. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb +2 -1
  315. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb +7 -6
  316. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb +2 -1
  317. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb +4 -3
  318. data/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb +43 -10
  319. data/lib/rubygems/resolver/molinillo/lib/molinillo/errors.rb +75 -7
  320. data/lib/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb +2 -1
  321. data/lib/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb +1 -0
  322. data/lib/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb +3 -1
  323. data/lib/rubygems/resolver/molinillo/lib/molinillo/resolution.rb +506 -165
  324. data/lib/rubygems/resolver/molinillo/lib/molinillo/resolver.rb +3 -2
  325. data/lib/rubygems/resolver/molinillo/lib/molinillo/state.rb +8 -4
  326. data/lib/rubygems/resolver/requirement_list.rb +0 -2
  327. data/lib/rubygems/resolver/set.rb +0 -2
  328. data/lib/rubygems/resolver/source_set.rb +0 -2
  329. data/lib/rubygems/resolver/spec_specification.rb +0 -2
  330. data/lib/rubygems/resolver/specification.rb +1 -3
  331. data/lib/rubygems/resolver/stats.rb +0 -2
  332. data/lib/rubygems/resolver/vendor_set.rb +0 -2
  333. data/lib/rubygems/resolver/vendor_specification.rb +0 -2
  334. data/lib/rubygems/s3_uri_signer.rb +2 -8
  335. data/lib/rubygems/safe_yaml.rb +4 -4
  336. data/lib/rubygems/security.rb +27 -34
  337. data/lib/rubygems/security/policy.rb +4 -8
  338. data/lib/rubygems/security/signer.rb +5 -7
  339. data/lib/rubygems/security/trust_dir.rb +1 -3
  340. data/lib/rubygems/server.rb +10 -12
  341. data/lib/rubygems/source.rb +13 -7
  342. data/lib/rubygems/source/git.rb +7 -8
  343. data/lib/rubygems/source/installed.rb +0 -2
  344. data/lib/rubygems/source/local.rb +2 -4
  345. data/lib/rubygems/source/lock.rb +0 -2
  346. data/lib/rubygems/source/specific_file.rb +0 -2
  347. data/lib/rubygems/source/vendor.rb +0 -2
  348. data/lib/rubygems/source_list.rb +4 -7
  349. data/lib/rubygems/spec_fetcher.rb +19 -18
  350. data/lib/rubygems/specification.rb +113 -126
  351. data/lib/rubygems/specification_policy.rb +88 -30
  352. data/lib/rubygems/ssl_certs/{index.rubygems.org → rubygems.org}/GlobalSignRootCA.pem +0 -0
  353. data/lib/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA_R3.pem +21 -0
  354. data/lib/rubygems/stub_specification.rb +1 -5
  355. data/lib/rubygems/syck_hack.rb +0 -2
  356. data/lib/rubygems/test_case.rb +105 -132
  357. data/lib/rubygems/test_utilities.rb +6 -14
  358. data/lib/rubygems/uninstaller.rb +35 -16
  359. data/lib/rubygems/uri_formatter.rb +2 -3
  360. data/lib/rubygems/uri_parser.rb +0 -2
  361. data/lib/rubygems/user_interaction.rb +1 -26
  362. data/lib/rubygems/util.rb +8 -2
  363. data/lib/rubygems/util/licenses.rb +4 -6
  364. data/lib/rubygems/util/list.rb +0 -2
  365. data/lib/rubygems/validator.rb +1 -3
  366. data/lib/rubygems/version.rb +4 -6
  367. data/lib/rubygems/version_option.rb +6 -0
  368. data/rubygems-update.gemspec +2 -2
  369. data/setup.rb +2 -7
  370. data/test/rubygems/plugin/load/rubygems_plugin.rb +0 -2
  371. data/test/rubygems/rubygems/commands/crash_command.rb +0 -2
  372. data/test/rubygems/rubygems_plugin.rb +0 -2
  373. data/test/rubygems/specifications/bar-0.0.2.gemspec +0 -2
  374. data/test/rubygems/specifications/rubyforge-0.0.1.gemspec +12 -0
  375. data/test/rubygems/test_bundled_ca.rb +42 -45
  376. data/test/rubygems/test_config.rb +0 -2
  377. data/test/rubygems/test_deprecate.rb +40 -7
  378. data/test/rubygems/test_gem.rb +91 -100
  379. data/test/rubygems/test_gem_available_set.rb +3 -5
  380. data/test/rubygems/test_gem_bundler_version_finder.rb +19 -3
  381. data/test/rubygems/test_gem_command.rb +24 -7
  382. data/test/rubygems/test_gem_command_manager.rb +36 -5
  383. data/test/rubygems/test_gem_commands_build_command.rb +250 -15
  384. data/test/rubygems/test_gem_commands_cert_command.rb +4 -6
  385. data/test/rubygems/test_gem_commands_check_command.rb +0 -2
  386. data/test/rubygems/test_gem_commands_cleanup_command.rb +14 -5
  387. data/test/rubygems/test_gem_commands_contents_command.rb +50 -19
  388. data/test/rubygems/test_gem_commands_dependency_command.rb +0 -2
  389. data/test/rubygems/test_gem_commands_environment_command.rb +21 -23
  390. data/test/rubygems/test_gem_commands_fetch_command.rb +0 -2
  391. data/test/rubygems/test_gem_commands_generate_index_command.rb +1 -7
  392. data/test/rubygems/test_gem_commands_help_command.rb +15 -4
  393. data/test/rubygems/test_gem_commands_info_command.rb +6 -8
  394. data/test/rubygems/test_gem_commands_install_command.rb +32 -34
  395. data/test/rubygems/test_gem_commands_list_command.rb +0 -2
  396. data/test/rubygems/test_gem_commands_lock_command.rb +0 -2
  397. data/test/rubygems/test_gem_commands_mirror.rb +1 -3
  398. data/test/rubygems/test_gem_commands_open_command.rb +4 -6
  399. data/test/rubygems/test_gem_commands_outdated_command.rb +0 -2
  400. data/test/rubygems/test_gem_commands_owner_command.rb +59 -5
  401. data/test/rubygems/test_gem_commands_pristine_command.rb +43 -12
  402. data/test/rubygems/test_gem_commands_push_command.rb +38 -9
  403. data/test/rubygems/test_gem_commands_query_command.rb +12 -12
  404. data/test/rubygems/test_gem_commands_search_command.rb +0 -2
  405. data/test/rubygems/test_gem_commands_server_command.rb +0 -2
  406. data/test/rubygems/test_gem_commands_setup_command.rb +165 -124
  407. data/test/rubygems/test_gem_commands_signin_command.rb +33 -9
  408. data/test/rubygems/test_gem_commands_signout_command.rb +0 -7
  409. data/test/rubygems/test_gem_commands_sources_command.rb +99 -3
  410. data/test/rubygems/test_gem_commands_specification_command.rb +46 -20
  411. data/test/rubygems/test_gem_commands_stale_command.rb +0 -2
  412. data/test/rubygems/test_gem_commands_uninstall_command.rb +1 -3
  413. data/test/rubygems/test_gem_commands_unpack_command.rb +0 -2
  414. data/test/rubygems/test_gem_commands_update_command.rb +116 -7
  415. data/test/rubygems/test_gem_commands_which_command.rb +3 -5
  416. data/test/rubygems/test_gem_commands_yank_command.rb +44 -8
  417. data/test/rubygems/test_gem_config_file.rb +7 -12
  418. data/test/rubygems/test_gem_dependency.rb +0 -2
  419. data/test/rubygems/test_gem_dependency_installer.rb +90 -193
  420. data/test/rubygems/test_gem_dependency_list.rb +10 -12
  421. data/test/rubygems/test_gem_dependency_resolution_error.rb +1 -3
  422. data/test/rubygems/test_gem_doctor.rb +28 -2
  423. data/test/rubygems/test_gem_ext_builder.rb +26 -47
  424. data/test/rubygems/test_gem_ext_cmake_builder.rb +16 -23
  425. data/test/rubygems/test_gem_ext_configure_builder.rb +4 -20
  426. data/test/rubygems/test_gem_ext_ext_conf_builder.rb +9 -29
  427. data/test/rubygems/test_gem_ext_rake_builder.rb +14 -24
  428. data/test/rubygems/test_gem_gem_runner.rb +44 -1
  429. data/test/rubygems/test_gem_gemcutter_utilities.rb +8 -5
  430. data/test/rubygems/test_gem_impossible_dependencies_error.rb +0 -2
  431. data/test/rubygems/test_gem_indexer.rb +9 -15
  432. data/test/rubygems/test_gem_install_update_options.rb +14 -4
  433. data/test/rubygems/test_gem_installer.rb +256 -59
  434. data/test/rubygems/test_gem_local_remote_options.rb +0 -2
  435. data/test/rubygems/test_gem_name_tuple.rb +0 -2
  436. data/test/rubygems/test_gem_package.rb +38 -31
  437. data/test/rubygems/test_gem_package_old.rb +4 -6
  438. data/test/rubygems/test_gem_package_tar_header.rb +18 -1
  439. data/test/rubygems/test_gem_package_tar_reader.rb +0 -2
  440. data/test/rubygems/test_gem_package_tar_reader_entry.rb +0 -2
  441. data/test/rubygems/test_gem_package_tar_writer.rb +4 -6
  442. data/test/rubygems/test_gem_package_task.rb +46 -13
  443. data/test/rubygems/test_gem_path_support.rb +0 -2
  444. data/test/rubygems/test_gem_platform.rb +63 -6
  445. data/test/rubygems/test_gem_rdoc.rb +0 -2
  446. data/test/rubygems/test_gem_remote_fetcher.rb +168 -211
  447. data/test/rubygems/test_gem_request.rb +13 -17
  448. data/test/rubygems/test_gem_request_connection_pools.rb +0 -4
  449. data/test/rubygems/test_gem_request_set.rb +20 -22
  450. data/test/rubygems/test_gem_request_set_gem_dependency_api.rb +3 -5
  451. data/test/rubygems/test_gem_request_set_lockfile.rb +4 -6
  452. data/test/rubygems/test_gem_request_set_lockfile_parser.rb +9 -11
  453. data/test/rubygems/test_gem_request_set_lockfile_tokenizer.rb +118 -120
  454. data/test/rubygems/test_gem_requirement.rb +10 -4
  455. data/test/rubygems/test_gem_resolver.rb +6 -8
  456. data/test/rubygems/test_gem_resolver_activation_request.rb +0 -2
  457. data/test/rubygems/test_gem_resolver_api_set.rb +11 -13
  458. data/test/rubygems/test_gem_resolver_api_specification.rb +0 -2
  459. data/test/rubygems/test_gem_resolver_best_set.rb +2 -4
  460. data/test/rubygems/test_gem_resolver_composed_set.rb +0 -2
  461. data/test/rubygems/test_gem_resolver_conflict.rb +1 -3
  462. data/test/rubygems/test_gem_resolver_dependency_request.rb +0 -2
  463. data/test/rubygems/test_gem_resolver_git_set.rb +0 -2
  464. data/test/rubygems/test_gem_resolver_git_specification.rb +0 -2
  465. data/test/rubygems/test_gem_resolver_index_set.rb +2 -4
  466. data/test/rubygems/test_gem_resolver_index_specification.rb +0 -2
  467. data/test/rubygems/test_gem_resolver_installed_specification.rb +0 -2
  468. data/test/rubygems/test_gem_resolver_installer_set.rb +7 -9
  469. data/test/rubygems/test_gem_resolver_local_specification.rb +0 -2
  470. data/test/rubygems/test_gem_resolver_lock_set.rb +3 -5
  471. data/test/rubygems/test_gem_resolver_lock_specification.rb +0 -2
  472. data/test/rubygems/test_gem_resolver_requirement_list.rb +0 -2
  473. data/test/rubygems/test_gem_resolver_specification.rb +0 -4
  474. data/test/rubygems/test_gem_resolver_vendor_set.rb +1 -3
  475. data/test/rubygems/test_gem_resolver_vendor_specification.rb +0 -2
  476. data/test/rubygems/test_gem_security.rb +22 -24
  477. data/test/rubygems/test_gem_security_policy.rb +7 -12
  478. data/test/rubygems/test_gem_security_signer.rb +10 -12
  479. data/test/rubygems/test_gem_security_trust_dir.rb +4 -6
  480. data/test/rubygems/test_gem_server.rb +10 -14
  481. data/test/rubygems/test_gem_silent_ui.rb +0 -2
  482. data/test/rubygems/test_gem_source.rb +17 -16
  483. data/test/rubygems/test_gem_source_fetch_problem.rb +0 -2
  484. data/test/rubygems/test_gem_source_git.rb +12 -13
  485. data/test/rubygems/test_gem_source_installed.rb +7 -9
  486. data/test/rubygems/test_gem_source_list.rb +1 -2
  487. data/test/rubygems/test_gem_source_local.rb +8 -10
  488. data/test/rubygems/test_gem_source_lock.rb +10 -12
  489. data/test/rubygems/test_gem_source_specific_file.rb +7 -9
  490. data/test/rubygems/test_gem_source_subpath_problem.rb +49 -0
  491. data/test/rubygems/test_gem_source_vendor.rb +7 -9
  492. data/test/rubygems/test_gem_spec_fetcher.rb +11 -4
  493. data/test/rubygems/test_gem_specification.rb +176 -130
  494. data/test/rubygems/test_gem_stream_ui.rb +3 -3
  495. data/test/rubygems/test_gem_stub_specification.rb +4 -7
  496. data/test/rubygems/test_gem_text.rb +1 -3
  497. data/test/rubygems/test_gem_uninstaller.rb +134 -12
  498. data/test/rubygems/test_gem_unsatisfiable_dependency_error.rb +0 -2
  499. data/test/rubygems/test_gem_uri_formatter.rb +0 -2
  500. data/test/rubygems/test_gem_util.rb +7 -7
  501. data/test/rubygems/test_gem_validator.rb +1 -3
  502. data/test/rubygems/test_gem_version.rb +1 -3
  503. data/test/rubygems/test_gem_version_option.rb +1 -3
  504. data/test/rubygems/test_kernel.rb +25 -10
  505. data/test/rubygems/test_project_sanity.rb +7 -2
  506. data/test/rubygems/test_remote_fetch_error.rb +0 -2
  507. data/test/rubygems/test_require.rb +291 -56
  508. metadata +66 -100
  509. data/.bundle/config +0 -2
  510. data/.rubocop.yml +0 -91
  511. data/Gemfile +0 -8
  512. data/Gemfile.lock +0 -43
  513. data/bundler/CODE_OF_CONDUCT.md +0 -136
  514. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/compatibility.rb +0 -26
  515. data/bundler/man/bundle-add.1.txt +0 -58
  516. data/bundler/man/bundle-binstubs.1.txt +0 -48
  517. data/bundler/man/bundle-cache.1.txt +0 -78
  518. data/bundler/man/bundle-check.1.txt +0 -33
  519. data/bundler/man/bundle-clean.1.txt +0 -26
  520. data/bundler/man/bundle-config.1.txt +0 -528
  521. data/bundler/man/bundle-doctor.1.txt +0 -44
  522. data/bundler/man/bundle-exec.1.txt +0 -178
  523. data/bundler/man/bundle-gem.1.txt +0 -91
  524. data/bundler/man/bundle-info.1.txt +0 -21
  525. data/bundler/man/bundle-init.1.txt +0 -34
  526. data/bundler/man/bundle-inject.1.txt +0 -32
  527. data/bundler/man/bundle-install.1.txt +0 -401
  528. data/bundler/man/bundle-list.1.txt +0 -43
  529. data/bundler/man/bundle-lock.1.txt +0 -93
  530. data/bundler/man/bundle-open.1.txt +0 -29
  531. data/bundler/man/bundle-outdated.1.txt +0 -131
  532. data/bundler/man/bundle-platform.1.txt +0 -57
  533. data/bundler/man/bundle-pristine.1.txt +0 -44
  534. data/bundler/man/bundle-remove.1.txt +0 -34
  535. data/bundler/man/bundle-show.1.txt +0 -27
  536. data/bundler/man/bundle-update.1.txt +0 -390
  537. data/bundler/man/bundle-viz.1.txt +0 -39
  538. data/bundler/man/bundle.1.txt +0 -116
  539. data/bundler/man/gemfile.5.txt +0 -649
  540. data/lib/rubygems/source_local.rb +0 -7
  541. data/lib/rubygems/source_specific_file.rb +0 -6
  542. data/lib/rubygems/ssl_certs/rubygems.global.ssl.fastly.net/DigiCertHighAssuranceEVRootCA.pem +0 -23
  543. data/lib/rubygems/ssl_certs/rubygems.org/AddTrustExternalCARoot.pem +0 -25
  544. data/lib/ubygems.rb +0 -14
  545. data/tmp/.keep +0 -0
  546. data/util/CL2notes +0 -55
  547. data/util/bisect +0 -10
  548. data/util/ci.sh +0 -62
  549. data/util/cops/deprecations.rb +0 -52
  550. data/util/create_certs.rb +0 -171
  551. data/util/create_certs.sh +0 -27
  552. data/util/create_encrypted_key.rb +0 -16
  553. data/util/generate_spdx_license_list.rb +0 -63
  554. data/util/patch_with_prs.rb +0 -77
  555. data/util/rubocop +0 -8
  556. data/util/update_bundled_ca_certificates.rb +0 -139
  557. data/util/update_changelog.rb +0 -67
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 20050e3691c1f80c0d2efc9faae4569b86bb8fdc93f131fa889f7ae9df44765d
4
- data.tar.gz: a37197a0a4a4d629ec0e41bb5424252b4ee3dabc38ddf40541981696bf029f5d
3
+ metadata.gz: 8e535991039093b466602143c2faf7a2a20bfa8321710f2dd5cf0b148dce1c61
4
+ data.tar.gz: 39a3eb132fab5eac5a07517f0b7d8554d9ae645d49040226e38f092dc641cd0a
5
5
  SHA512:
6
- metadata.gz: d201f0092d2c4fc16b8a2b32bda6d76c9fb549f7b5362af18f5b05265b63c7dd2f75401ec57cd410a203da9138e9fa7fad1220dbcdfcdd0f55718d0b723e762d
7
- data.tar.gz: 7ed04b369163a2d667229c2314c6542db90202be1db80df7f6d6d17c76e77fcb837c549e0d56c7fdfa05dd3facd4d2cfb4cbbb1d2485a0087657ccf51af6acc8
6
+ metadata.gz: a206521bd4393212b53f4f281d501c9e7fbeec8fb9dab8a863e7590037998c371ca55da029ba569fff6898efe07e22a8b9ec46924f13fdd975aadcca9a03e015
7
+ data.tar.gz: 38c0dc3e7ea2961b1fd8020948a83ee2caa527a5355c975748c57efdd17fd23a85c82d2e90e6a39d59ac3a3cd6799ae319fcb0892b94e0bceec4fcac720f2017
@@ -1,45 +1,81 @@
1
- # Contributor Code of Conduct
1
+ # RubyGems and Bundler Code of Conduct
2
2
 
3
3
  ## Our Pledge
4
4
 
5
- In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
6
8
 
7
9
  ## Our Standards
8
10
 
9
- Examples of behavior that contributes to creating a positive environment include:
11
+ Examples of behavior that contributes to a positive environment for our community include:
10
12
 
11
- * Using welcoming and inclusive language
12
- * Being respectful of differing viewpoints and experiences
13
- * Gracefully accepting constructive criticism
14
- * Focusing on what is best for the community
15
- * Showing empathy towards other community members
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
16
18
 
17
- Examples of unacceptable behavior by participants include:
19
+ Examples of unacceptable behavior include:
18
20
 
19
- * The use of sexualized language or imagery and unwelcome sexual attention or advances
20
- * Trolling, insulting/derogatory comments, and personal or political attacks
21
+ * The use of sexualized language or imagery, and sexual attention or advances of any kind
22
+ * Trolling, insulting or derogatory comments, and personal or political attacks
21
23
  * Public or private harassment
22
- * Publishing others' private information, such as a physical or electronic address, without explicit permission
24
+ * Publishing others' private information, such as a physical or email address, without their explicit permission
23
25
  * Other conduct which could reasonably be considered inappropriate in a professional setting
24
26
 
25
- ## Our Responsibilities
27
+ ## Enforcement Responsibilities
26
28
 
27
- Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
29
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
28
30
 
29
- Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
31
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
30
32
 
31
33
  ## Scope
32
34
 
33
- This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
35
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
34
36
 
35
37
  ## Enforcement
36
38
 
37
- Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the [project team](MAINTAINERS.txt). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
39
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at team@bundler.io, or directly contacting project team members via email or Slack. All complaints will be reviewed and investigated promptly and fairly.
40
+
41
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
42
+
43
+ ## Enforcement Guidelines
44
+
45
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
46
+
47
+ ### 1. Correction
48
+
49
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
50
+
51
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
52
+
53
+ ### 2. Warning
54
+
55
+ **Community Impact**: A violation through a single incident or series of actions.
38
56
 
39
- Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
57
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
58
+
59
+ ### 3. Temporary Ban
60
+
61
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
62
+
63
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
64
+
65
+ ### 4. Permanent Ban
66
+
67
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
68
+
69
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
40
70
 
41
71
  ## Attribution
42
72
 
43
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
73
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
74
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
75
+
76
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
44
77
 
45
78
  [homepage]: https://www.contributor-covenant.org
79
+
80
+ For answers to common questions about this code of conduct, see the FAQ at
81
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
@@ -26,7 +26,7 @@ contributors to follow to reduce the time it takes to get changes merged in.
26
26
 
27
27
 
28
28
  For more information and ideas on how to contribute to RubyGems ecosystem, see
29
- here: http://guides.rubygems.org/contributing/
29
+ here: https://guides.rubygems.org/contributing/
30
30
 
31
31
  ## Getting Started
32
32
 
@@ -42,7 +42,6 @@ To run commands like `gem install` from the repo:
42
42
  To run bundler test:
43
43
 
44
44
  $ cd bundler
45
- $ git submodule update --init --recursive
46
45
  $ bin/rake spec:deps
47
46
  $ bin/rspec spec
48
47
 
@@ -65,27 +64,42 @@ can help with. That are marked with a light gray `contribution: *`
65
64
 
66
65
  ### Type
67
66
 
68
- Most Issues or pull requests will have a light green `type: *` label, which
69
- describes the type of the issue or pull request.
67
+ Issues might have a light green `type: *` label, which describes the type of
68
+ the issue.
70
69
 
71
70
  * **bug report** - An issue describing a bug in rubygems. This would be
72
71
  something that is broken, confusing, unexpected behavior etc.
73
- * **bug fix** - A pull request that fixes a bug report.
74
72
  * **feature request** - An issue describing a request for a new feature or
75
73
  enhancement.
76
- * **feature implementation** - A pull request implementing a feature
77
- request.
78
74
  * **question** - An issue that is a more of a question than a call for
79
75
  specific changes in the codebase.
80
- * **cleanup** - Generally for a pull request that improves the code base
81
- without fixing a bug or implementing a feature.
82
- * **major bump** - This issue or pull request requires a major version bump
76
+ * **cleanup** - An issue that proposes cleanups to the code base without
77
+ fixing a bug or implementing a feature.
78
+ * **major bump** - This issue request requires a major version bump
83
79
  * **administrative** - This issue relates to administrative tasks that need
84
80
  to take place as it relates to rubygems
85
81
  * **documentation** - This issue relates to improving the documentation for
86
82
  in this repo. Note that much of the rubygems documentation is here:
87
83
  https://github.com/rubygems/guides
88
84
 
85
+ Pull request might have a light orange `rubygems: *` or a light blue `bundler:
86
+ *` label which describes the pull request according to the following criteria:
87
+
88
+ * **security fix** - A pull request that fixes a security issue.
89
+ * **breaking change** - A pull request including any change that requires a
90
+ major version bump.
91
+ * **major enhancement** - A pull request including a backwards compatible
92
+ change worth a special mention in the changelog
93
+ * **deprecation** - A pull request that introduces a deprecation.
94
+ * **feature** - A pull request implementing a feature request.
95
+ * **deprecation** - A pull request that implements a performance improvement.
96
+ * **documentation** - A pull request introducing documentation improvements
97
+ worth mentioning to end users.
98
+ * **minor enhancements** - A pull request introducing small but user visible changes.
99
+ * **bug fix** - A pull request that fixes a bug report.
100
+
101
+ In the case of `bundler`, these labels are set by maintainers on PRs and have
102
+ special importance because they are used to automatically build the changelog.
89
103
 
90
104
  ### Workflow / Status
91
105
 
@@ -152,7 +166,7 @@ an appropriate purple `platform: *` label. Current platform labels:
152
166
  ### Git
153
167
 
154
168
  Please sign your commits. Although not required in order for you to contribute,
155
- it does ensures that any code submitted by you wasn't altered while you were
169
+ it ensures that any code submitted by you wasn't altered while you were
156
170
  transferring it, and proves that it was you who submitted it and not someone
157
171
  else.
158
172
 
@@ -1,25 +1,242 @@
1
- # coding: UTF-8
1
+ === 3.2.0 / 2020-12-7
2
+
3
+ Enhancements:
4
+
5
+ * Do not override Kernel#warn when there is no need. Pull request #4075 by
6
+ eregon
7
+ * Update endpoint of gem signin command. Pull request #3840 by sonalkr132
8
+ * Omit deprecated commands from command help output. Pull request #4023 by
9
+ landongrindheim
10
+ * Suggest alternatives in `gem query` deprecation. Pull request #4021 by
11
+ landongrindheim
12
+ * Lazily load `time`, `cgi`, and `zlib`. Pull request #4010 by
13
+ deivid-rodriguez
14
+ * Don't hit the network when installing dependencyless local gemspec. Pull
15
+ request #3968 by deivid-rodriguez
16
+ * Add `--force` option to `gem sources` command. Pull request #3956 by
17
+ andy-smith-msm
18
+ * Lazily load `openssl`. Pull request #3850 by deivid-rodriguez
19
+ * Pass more information when comparing platforms. Pull request #3817 by
20
+ eregon
2
21
 
3
- === 3.1.3 / 2020-05-05
22
+ Bug fixes:
23
+
24
+ * Use better owner & group for files in rubygems package. Pull request
25
+ #4065 by deivid-rodriguez
26
+ * Improve gem build -C flag. Pull request #3983 by bronzdoc
27
+ * Handle unexpected behavior with URI#merge and subpaths missing trailing
28
+ slashes. Pull request #3123 by drcapulet
29
+ * Add missing `fileutils` require in rubygems installer. Pull request
30
+ #4036 by deivid-rodriguez
31
+ * Fix `--platform` option to `gem specification` being ignored. Pull
32
+ request #4043 by deivid-rodriguez
33
+ * Expose `--no-minimal-deps` flag to install the latest version of
34
+ dependencies. Pull request #4030 by deivid-rodriguez
35
+ * Fix "stack level too deep" error when overriding `Warning.warn`. Pull
36
+ request #3987 by eregon
37
+ * Append '.gemspec' extension only when it is not present. Pull request
38
+ #3988 by voxik
39
+ * Install to correct plugins dir when using `--build-root`. Pull request
40
+ #3972 by deivid-rodriguez
41
+ * Fix `--build-root` flag under Windows. Pull request #3975 by
42
+ deivid-rodriguez
43
+ * Fix `typo_squatting?` false positive for `rubygems.org` itself. Pull
44
+ request #3951 by andy-smith-msm
45
+ * Make `--default` and `--install-dir` options to `gem install` play nice
46
+ together. Pull request #3906 by deivid-rodriguez
47
+
48
+ Deprecations:
49
+
50
+ * Deprecate server command. Pull request #3868 by bronzdoc
51
+
52
+ Performance:
53
+
54
+ * Don't change ruby process CWD when building extensions. Pull request
55
+ #3498 by deivid-rodriguez
56
+
57
+ === 3.2.0.rc.2 / 2020-10-8
58
+
59
+ Minor enhancements:
60
+
61
+ * Make --dry-run flag consistent across rubygems commands. Pull request
62
+ #3867 by bronzdoc
63
+ * Disallow downgrades to too old versions. Pull request #3566 by
64
+ deivid-rodriguez
65
+ * Added `--platform` option to `build` command. Pull request #3079 by nobu
66
+ * Have "gem update --system" pass through the `--silent` flag. Pull
67
+ request #3789 by duckinator
68
+ * Add writable check for cache dir. Pull request #3876 by xndcn
69
+ * Warn on duplicate dependency in a specification. Pull request #3864 by
70
+ bronzdoc
71
+ * Fix indentation in `gem env`. Pull request #3861 by colby-swandale
72
+ * Let more exceptions flow. Pull request #3819 by deivid-rodriguez
73
+ * Ignore internal frames in RubyGems' Kernel#warn. Pull request #3810 by
74
+ eregon
75
+
76
+ Bug fixes:
77
+
78
+ * Add missing fileutils require. Pull request #3911 by deivid-rodriguez
79
+ * Fix false positive warning on Windows when PATH has
80
+ `File::ALT_SEPARATOR`. Pull request #3829 by deivid-rodriguez
81
+ * Fix Kernel#warn override to handle backtrace location with nil path.
82
+ Pull request #3852 by jeremyevans
83
+ * Don't format executables on `gem update --system`. Pull request #3811 by
84
+ deivid-rodriguez
85
+ * `gem install --user` fails with `Gem::FilePermissionError` on the system
86
+ plugins directory. Pull request #3804 by nobu
87
+
88
+ Performance:
89
+
90
+ * Avoid duplicated generation of APISpecification objects. Pull request
91
+ #3940 by mame
92
+ * Eval defaults with frozen_string_literal: true. Pull request #3847 by
93
+ casperisfine
94
+ * Deduplicate the requirement operators in memory. Pull request #3846 by
95
+ casperisfine
96
+ * Optimize Gem.already_loaded?. Pull request #3793 by casperisfine
97
+
98
+ === 3.2.0.rc.1 / 2020-07-04
99
+
100
+ Major enhancements:
101
+
102
+ * Test TruffleRuby in CI. Pull request #2797 by Benoit Daloze.
103
+ * Rework plugins system and speed up rubygems. Pull request #3108 by David
104
+ Rodríguez.
105
+
106
+ Minor enhancements:
107
+
108
+ * Specify explicit separator not to be affected by $;. Pull request #3424
109
+ by Nobuyoshi Nakada.
110
+ * Enable `Layout/ExtraSpacing` cop. Pull request #3449 by David Rodríguez.
111
+ * Rollback gem deprecate. Pull request #3530 by Luis Sagastume.
112
+ * Normalize heredoc delimiters. Pull request #3533 by David Rodríguez.
113
+ * Log messages to stdout in `rake package`. Pull request #3632 by David
114
+ Rodríguez.
115
+ * Remove explicit `psych` activation. Pull request #3636 by David
116
+ Rodríguez.
117
+ * Delay `fileutils` loading to fix some warnings. Pull request #3637 by
118
+ David Rodríguez.
119
+ * Make sure rubygems/package can be directly required reliably. Pull
120
+ request #3670 by Luis Sagastume.
121
+ * Make sure `tmp` folder exists before calling `Dir.tmpdir`. Pull request
122
+ #3711 by David Rodríguez.
123
+ * Add Gem.disable_system_update_message to disable gem update --system if
124
+ needed. Pull request #3720 by Josef Šimánek.
125
+ * Tweaks to play nice with ruby-core setup. Pull request #3733 by David
126
+ Rodríguez.
127
+ * Remove explicit require for auto-loaded constant. Pull request #3751 by
128
+ Karol Bucek.
129
+ * Test files should not be included in spec.files. Pull request #3758 by
130
+ Marc-André Lafortune.
131
+ * Remove TODO comment about warning on setting instead of pushing. Pull
132
+ request #2823 by Luis Sagastume.
133
+ * Add deprecate command method. Pull request #2935 by Luis Sagastume.
134
+ * Simplify deprecate command method. Pull request #2974 by Luis Sagastume.
135
+ * Fix Gem::LOADED_SPECS_MUTEX handling for recursive locking. Pull request
136
+ #2985 by MSP-Greg.
137
+ * Add `funding_uri ` metadata field to gemspec. Pull request #3060 by
138
+ Colby Swandale.
139
+ * Updates to some old gem-signing docs. Pull request #3063 by Tieg
140
+ Zaharia.
141
+ * Update the gem method for Gem::Installer. Pull request #3137 by Daniel
142
+ Berger.
143
+ * Simplify initial gem help output. Pull request #3148 by Olivier Lacan.
144
+ * Resolve latest version via `gem contents`. Pull request #3149 by Dan
145
+ Rice.
146
+ * Install suggestions. Pull request #3151 by Sophia Castellarin.
147
+ * Only rescue the errors we actually want to rescue. Pull request #3156 by
148
+ David Rodríguez.
4
149
 
150
+ Bug fixes:
151
+
152
+ * Accept not only /usr/bin/env but also /bin/env in some tests. Pull
153
+ request #3422 by Yusuke Endoh.
154
+ * Skip a test that attempts to remove the current directory on Solaris.
155
+ Pull request #3423 by Yusuke Endoh.
156
+ * Fix race condition on bundler's parallel installer. Pull request #3440
157
+ by David Rodríguez.
5
158
  * Fix platform comparison check in #contains_requirable_file?. Pull
6
159
  request #3495 by Benoit Daloze.
7
- * Improve gzip errors logging. Pull request #3485 by David Rodríguez.
8
- * Fix incorrect `gem uninstall --all` message. Pull request #3483 by David
160
+ * Improve missing spec error. Pull request #3559 by Luis Sagastume.
161
+ * Fix hidden bundler template installation from rubygems updater. Pull
162
+ request #3674 by David Rodríguez.
163
+ * Fix gem update --user-install. Pull request #2901 by Luis Sagastume.
164
+ * Correct conflict list when uninstallation is prevented. Pull request
165
+ #2973 by David Rodríguez.
166
+ * Fix error when trying to find bundler with a deleted "working directo….
167
+ Pull request #3090 by Luis Sagastume.
168
+ * Fix -I require priority. Pull request #3124 by David Rodríguez.
169
+ * Fix `ruby setup.rb` for new plugins layout. Pull request #3144 by David
9
170
  Rodríguez.
10
- * Fix incorrect bundler version being required. Pull request #3458 by
11
- David Rodríguez.
171
+
172
+ Deprecations:
173
+
174
+ * Set deprecation warning on query command. Pull request #2967 by Luis
175
+ Sagastume.
176
+
177
+ Breaking changes:
178
+
179
+ * Remove ruby 1.8 leftovers. Pull request #3442 by David Rodríguez.
180
+ * Minitest cleanup. Pull request #3445 by David Rodríguez.
181
+ * Remove `builder` gem requirement for `gem regenerate_index`. Pull
182
+ request #3552 by David Rodríguez.
183
+ * Remove modelines for consistency. Pull request #3714 by David Rodríguez.
184
+ * Stop using deprecated OpenSSL::Digest constants. Pull request #3763 by
185
+ Bart de Water.
186
+ * Remove Gem module deprecated methods. Pull request #3101 by Luis
187
+ Sagastume.
188
+ * Remove ubygems.rb. Pull request #3102 by Luis Sagastume.
189
+ * Remove Gem::Commands::QueryCommand. Pull request #3104 by Luis
190
+ Sagastume.
191
+ * Remove dependency installer deprecated methods. Pull request #3106 by
192
+ Luis Sagastume.
193
+ * Remove Gem::UserInteraction#debug method. Pull request #3107 by Luis
194
+ Sagastume.
195
+ * Remove options from Gem::GemRunner.new. Pull request #3110 by Luis
196
+ Sagastume.
197
+ * Remove deprecated Gem::RemoteFetcher#fetch_size. Pull request #3111 by
198
+ Luis Sagastume.
199
+ * Remove source_exception from Gem::Exception. Pull request #3112 by Luis
200
+ Sagastume.
201
+ * Requiring rubygems/source_specific_file is deprecated, remove it. Pull
202
+ request #3114 by Luis Sagastume.
203
+
204
+ === 3.1.4 / 2020-06-03
205
+
206
+ Minor enhancements:
207
+
208
+ * Deprecate rubyforge_project attribute only during build
209
+ time. Pull request #3609 by Josef Šimánek.
210
+ * Update links. Pull request #3610 by Josef Šimánek.
211
+ * Run CI at 3.1 branch head as well. Pull request #3677 by Josef Šimánek.
212
+ * Remove failing ubuntu-rvm CI flow. Pull request #3611 by
213
+ Josef Šimánek.
214
+
215
+ === 3.1.3 / 2020-05-05
216
+
217
+ Minor enhancements:
218
+
12
219
  * Resolver: require NameTuple before use. Pull request #3171 by Olle
13
220
  Jonsson.
14
221
  * Use absolute paths with autoload. Pull request #3100 by David Rodríguez.
15
222
  * Avoid changing $SOURCE_DATE_EPOCH. Pull request #3088 by Ellen Marie
16
223
  Dash.
17
224
  * Use Bundler 2.1.4. Pull request #3072 by Hiroshi SHIBATA.
18
- * Fix gem install from a gemdeps file with complex dependencies.
19
- Pull request #3054 by Luis Sagastume.
20
225
  * Add tests to check if Gem.ruby_version works with ruby git master.
21
226
  Pull request #3049 by Yusuke Endoh.
22
227
 
228
+ Bug fixes:
229
+
230
+ * Fix platform comparison check in #contains_requirable_file?. Pull
231
+ request #3495 by Benoit Daloze.
232
+ * Improve gzip errors logging. Pull request #3485 by David Rodríguez.
233
+ * Fix incorrect `gem uninstall --all` message. Pull request #3483 by David
234
+ Rodríguez.
235
+ * Fix incorrect bundler version being required. Pull request #3458 by
236
+ David Rodríguez.
237
+ * Fix gem install from a gemdeps file with complex dependencies.
238
+ Pull request #3054 by Luis Sagastume.
239
+
23
240
  === 3.1.2 / 2019-12-20
24
241
 
25
242
  Minor enhancements:
@@ -73,12 +290,15 @@ Bug fixes:
73
290
  * Remove configuration that contained a typo. Pull request #2989 by David
74
291
  Rodríguez.
75
292
 
76
- Compatibility changes:
293
+ Deprecations:
77
294
 
78
- * Remove 1.8.7 leftovers. Pull request #2972 by David Rodríguez.
79
295
  * Deprecate `gem generate_index --modern` and `gem generate_index
80
296
  --no-modern`. Pull request #2992 by David Rodríguez.
81
297
 
298
+ Breaking changes:
299
+
300
+ * Remove 1.8.7 leftovers. Pull request #2972 by David Rodríguez.
301
+
82
302
  === 3.1.0.pre3 / 2019-11-11
83
303
 
84
304
  Minor enhancements:
@@ -277,29 +497,33 @@ Bug fixes:
277
497
  * Fix cryptic error on local and ignore-dependencies combination. Pull
278
498
  request #2650 by David Rodríguez.
279
499
 
280
- Compatibility changes:
500
+ Deprecations:
281
501
 
282
- * Remove commented code from command.rb. Pull request #2620 by Luis
502
+ * Make deprecate Gem::RubyGemsVersion and Gem::ConfigMap. Pull request
503
+ #2857 by SHIBATA Hiroshi.
504
+ * Deprecate Gem::RemoteFetcher#fetch_size. Pull request #2833 by Luis
505
+ Sagastume.
506
+ * Explicitly deprecate `rubyforge_project`. Pull request #2798 by David
507
+ Rodríguez.
508
+ * Deprecate unused Gem::Installer#unpack method. Pull request #2715 by Vít
509
+ Ondruch.
510
+ * Deprecate a few unused methods. Pull request #2674 by David Rodríguez.
511
+ * Add deprecation warnings for cli options. Pull request #2607 by Luis
283
512
  Sagastume.
513
+
514
+ Breaking changes:
515
+
284
516
  * Suppress keywords warning. Pull request #2934 by Nobuyoshi Nakada.
285
517
  * Suppress Ruby 2.7's real kwargs warning. Pull request #2912 by Koichi
286
518
  ITO.
287
519
  * Fix Kernel#warn override. Pull request #2911 by Jeremy Evans.
288
- * Make deprecate Gem::RubyGemsVersion and Gem::ConfigMap. Pull request
289
- #2857 by SHIBATA Hiroshi.
290
- * Deprecate Gem::RemoteFetcher#fetch_size. Pull request #2833 by Luis
291
- Sagastume.
292
520
  * Remove conflict.rb code that was supposed to be removed in Rubygems 3.
293
521
  Pull request #2802 by Luis Sagastume.
294
- * Explicitly deprecate `rubyforge_project`. Pull request #2798 by David
295
- Rodríguez.
296
522
  * Compatibility cleanups. Pull request #2754 by David Rodríguez.
297
523
  * Remove `others_possible` activation request param. Pull request #2747 by
298
524
  David Rodríguez.
299
525
  * Remove dependency installer deprecated code. Pull request #2740 by Luis
300
526
  Sagastume.
301
- * Deprecate unused Gem::Installer#unpack method. Pull request #2715 by Vít
302
- Ondruch.
303
527
  * Removed guard condition with USE_BUNDLER_FOR_GEMDEPS. Pull request #2716
304
528
  by SHIBATA Hiroshi.
305
529
  * Skip deprecation warning during specs. Pull request #2718 by David
@@ -308,24 +532,26 @@ Compatibility changes:
308
532
  * Removed circular require. Pull request #2679 by Nobuyoshi Nakada.
309
533
  * Removed needless environmental variable for Travis CI. Pull request
310
534
  #2685 by SHIBATA Hiroshi.
311
- * Deprecate a few unused methods. Pull request #2674 by David Rodríguez.
312
535
  * Removing yaml require. Pull request #2538 by Luciano Sousa.
313
- * Add deprecation warnings for cli options. Pull request #2607 by Luis
314
- Sagastume.
315
536
 
316
- Style changes:
537
+ === 3.0.8 / 2020-02-19
317
538
 
318
- * Enable `Layout/SpaceInsideParens` rubocop cop. Pull request #2630 by
319
- David Rodríguez.
320
- * Remove some extra empty lines from the repo. Pull request #2669 by David
321
- Rodríguez.
322
- * Enable Style/EmptyLinesAroundClassBody rubocop cop. Pull request #2636
323
- by David Rodríguez.
324
- * Enable Style/BlockDelimiters rubocop cop. Pull request #2640 by David
325
- Rodríguez.
326
- * Enable Layout/SpaceAroundOperators rubocop cop. Pull request #2642 by
327
- David Rodríguez.
328
- * Rubocop 0.71. Pull request #2785 by David Rodríguez.
539
+ Bug fixes:
540
+
541
+ * Gem::Specification#to_ruby needs OpenSSL. Pull request #2937 by
542
+ Nobuyoshi Nakada.
543
+
544
+ === 3.0.7 / 2020-02-18
545
+
546
+ Bug fixes:
547
+
548
+ * Fix underscore version selection for bundler #2908 by David Rodríguez.
549
+ * Add missing wrapper. Pull request #2690 by David Rodríguez.
550
+ * Make Gem::Specification#ruby_code handle OpenSSL::PKey::RSA objects.
551
+ Pull request #2782 by Luis Sagastume.
552
+ * Installer.rb - fix #windows_stub_script. Pull request #2876 by MSP-Greg.
553
+ * Use IAM role to extract security-credentials for EC2 instance. Pull
554
+ request #2894 by Alexander Pakulov.
329
555
 
330
556
  === 3.0.6 / 2019-08-17
331
557
 
@@ -445,7 +671,6 @@ Bug fixes:
445
671
 
446
672
  Security fixes:
447
673
 
448
- * Fixed following vulnerabilities:
449
674
  * CVE-2019-8320: Delete directory using symlink when decompressing tar
450
675
  * CVE-2019-8321: Escape sequence injection vulnerability in `verbose`
451
676
  * CVE-2019-8322: Escape sequence injection vulnerability in `gem owner`
@@ -520,7 +745,7 @@ Minor enhancements:
520
745
  Swandale.
521
746
  * Add Gem.operating_system_defaults to allow packagers to override
522
747
  defaults. Pull request #2116 by Vít Ondruch.
523
- * Update for compatibilty with new minitest. Pull request #2118 by
748
+ * Update for compatibility with new minitest. Pull request #2118 by
524
749
  MSP-Greg.
525
750
  * Make Windows bin stubs portable. Pull request #2119 by MSP-Greg.
526
751
  * Avoid to warnings about gemspec loadings in rubygems tests. Pull request
@@ -552,11 +777,11 @@ Minor enhancements:
552
777
  SHIBATA Hiroshi.
553
778
  * Add Rake task to install dev dependencies. Pull request #2173 by Ellen
554
779
  Marie Dash.
555
- * Add new sections to the README and explaination of what RubyGems is.
780
+ * Add new sections to the README and explanation of what RubyGems is.
556
781
  Pull request #2174 by Colby Swandale.
557
782
  * Prefer to use `Numeric#zero?` instead of `== 0`. Pull request #2176 by
558
783
  SHIBATA Hiroshi.
559
- * Ignore perfomance test of version regexp pattern. Pull request #2179 by
784
+ * Ignore performance test of version regexp pattern. Pull request #2179 by
560
785
  SHIBATA Hiroshi.
561
786
  * Ignore .DS_Store files in the update_manifest task. Pull request #2199
562
787
  by Colby Swandale.
@@ -704,7 +929,7 @@ Bug fixes:
704
929
  * Fix tests when --program-suffix and similar ruby configure options are
705
930
  used. Pull request #2529 by Jeremy Evans.
706
931
 
707
- Compatibility changes:
932
+ Breaking changes:
708
933
 
709
934
  * IO.binread is not provided at Ruby 1.8. Pull request #2093 by SHIBATA
710
935
  Hiroshi.
@@ -757,29 +982,6 @@ Compatibility changes:
757
982
  * [BudlerVersionFinder] set .filter! and .compatible? to match only on
758
983
  major versions. Pull request #2515 by Colby Swandale.
759
984
 
760
- Style changes:
761
-
762
- * Add Rubocop. Pull request #2250 by Colby Swandale.
763
- * Removed explicitly declaration of thread library. Pull request #2324 by
764
- SHIBATA Hiroshi.
765
- * Remove Trailing whitespace with rubocop. Pull request #2394 by SHIBATA
766
- Hiroshi.
767
- * Update rubocop and also use correct pessimistic version. Pull request
768
- #2404 by Colby Swandale.
769
- * Enable more rubocop rules. Pull request #2435 by Ellen Marie Dash.
770
- * Fix and lock rubocop. Pull request #2465 by David Rodríguez.
771
- * Add a rubocop binstub. Pull request #2468 by David Rodríguez.
772
- * Restore the `rubocop` task. Pull request #2470 by David Rodríguez.
773
- * Remove trailing blank lines. Pull request #2471 by David Rodríguez.
774
- * Remove empty lines around method bodies. Pull request #2473 by David
775
- Rodríguez.
776
- * Enable Style/MethodDefParentheses in Rubocop. Pull request #2478 by
777
- Colby Swandale.
778
- * Enable Style/MultilineIfThen in Rubocop. Pull request #2479 by Luis
779
- Sagastume.
780
- * Remove trailing 'then' from generated code. Pull request #2480 by Luis
781
- Sagastume.
782
-
783
985
  === 2.7.10 / 2019-06-14
784
986
 
785
987
  Minor enhancements:
@@ -788,13 +990,12 @@ Minor enhancements:
788
990
  by David Rodríguez.
789
991
  * [BudlerVersionFinder] set .filter! and .compatible? to match only on major versions.
790
992
  Pull request #2515 by Colby Swandale.
791
- + Update for compatibilty with new minitest. Pull request #2118 by MSP-Greg.
993
+ + Update for compatibility with new minitest. Pull request #2118 by MSP-Greg.
792
994
 
793
995
  === 2.7.9 / 2019-03-05
794
996
 
795
997
  Security fixes:
796
998
 
797
- * Fixed following vulnerabilities:
798
999
  * CVE-2019-8320: Delete directory using symlink when decompressing tar
799
1000
  * CVE-2019-8321: Escape sequence injection vulnerability in `verbose`
800
1001
  * CVE-2019-8322: Escape sequence injection vulnerability in `gem owner`
@@ -866,13 +1067,16 @@ Bug fixes:
866
1067
  * Fix path checks for case insensitive filesystem. Pull request #2211 by
867
1068
  Lars Kanis.
868
1069
 
869
- Compatibility changes:
1070
+ Deprecations:
870
1071
 
871
1072
  * Deprecate unused code before removing them at #1524. Pull request #2197
872
1073
  by SHIBATA Hiroshi.
873
1074
  * Deprecate for rubygems 3. Pull request #2214 by SHIBATA Hiroshi.
874
1075
  * Mark deprecation to `ubygems.rb` for RubyGems 4. Pull request #2269 by
875
1076
  SHIBATA Hiroshi.
1077
+
1078
+ Breaking changes:
1079
+
876
1080
  * Update bundler-1.16.2. Pull request #2291 by SHIBATA Hiroshi.
877
1081
 
878
1082
  === 2.7.6 / 2018-02-16
@@ -884,7 +1088,7 @@ Security fixes:
884
1088
  * Fix possible Unsafe Object Deserialization Vulnerability in gem owner.
885
1089
  Fixed by Jonathan Claudius.
886
1090
  * Strictly interpret octal fields in tar headers.
887
- Discoved by plover, fixed by Samuel Giddins.
1091
+ Discovered by plover, fixed by Samuel Giddins.
888
1092
  * Raise a security error when there are duplicate files in a package.
889
1093
  Discovered by plover, fixed by Samuel Giddins.
890
1094
  * Enforce URL validation on spec homepage attribute.
@@ -1065,11 +1269,8 @@ Minor enhancements:
1065
1269
  * Warn when requiring deprecated files. Pull request #1939 by Ellen Marie
1066
1270
  Dash.
1067
1271
 
1068
- Compatibility changes:
1272
+ Deprecations:
1069
1273
 
1070
- * Use `-rrubygems` instead of `-rubygems.rb`. Because ubygems.rb is
1071
- unavailable on Ruby 2.5. Pull request #2028 #2027 #2029
1072
- by SHIBATA Hiroshi.
1073
1274
  * Deprecate Gem::InstallerTestCase#util_gem_bindir and
1074
1275
  Gem::InstallerTestCase#util_gem_dir. Pull request #1729 by Jon Moss.
1075
1276
  * Deprecate passing options to Gem::GemRunner. Pull request #1730 by Jon
@@ -1077,6 +1278,12 @@ Compatibility changes:
1077
1278
  * Add deprecation for Gem#datadir. Pull request #1732 by Jon Moss.
1078
1279
  * Add deprecation warning for Gem::DependencyInstaller#gems_to_install.
1079
1280
  Pull request #1731 by Jon Moss.
1281
+
1282
+ Breaking changes:
1283
+
1284
+ * Use `-rrubygems` instead of `-rubygems.rb`. Because ubygems.rb is
1285
+ unavailable on Ruby 2.5. Pull request #2028 #2027 #2029
1286
+ by SHIBATA Hiroshi.
1080
1287
  * Update Code of Conduct to Contributor Covenant v1.4.0. Pull request
1081
1288
  #1796 by Matej.
1082
1289
 
@@ -2481,7 +2688,7 @@ Bug fixes:
2481
2688
 
2482
2689
  === 2.0.3 / 2013-03-11
2483
2690
 
2484
- * Bug fixes:
2691
+ Bug fixes:
2485
2692
  * Reverted automatic upgrade to HTTPS as it breaks RubyGems APIs. Fixes
2486
2693
  #506 by André Arko
2487
2694
  * Use File.realpath to remove extra / while checking if files are
@@ -2498,7 +2705,7 @@ Bug fixes:
2498
2705
 
2499
2706
  === 2.0.2 / 2013-03-06
2500
2707
 
2501
- * Bug fixes:
2708
+ Bug fixes:
2502
2709
  * HTTPS URLs are preferred over HTTP URLs. RubyGems will now attempt to
2503
2710
  upgrade any HTTP source to HTTPS. Credit to Alex Gaynor.
2504
2711
  * SSL Certificates are now installed properly. Fixes #491 by hemanth.hm
@@ -2506,7 +2713,7 @@ Bug fixes:
2506
2713
 
2507
2714
  === 2.0.1 / 2013-03-05
2508
2715
 
2509
- * Bug fixes:
2716
+ Bug fixes:
2510
2717
  * Lazily load RubyGems.org API credentials to avoid failure during
2511
2718
  RubyGems installation. Bug #465 by Isaac Sanders.
2512
2719
  * RubyGems now picks the latest prerelease to install. Fixes bug #468 by
@@ -2540,7 +2747,7 @@ newer. Older versions of bundler will not work with RubyGems 2.0.
2540
2747
 
2541
2748
  Changes since RubyGems 1.8.25 (including past pre-releases):
2542
2749
 
2543
- * Breaking changes:
2750
+ Breaking changes:
2544
2751
 
2545
2752
  * Deprecated Gem.unresolved_deps in favor of
2546
2753
  Gem::Specification.unresolved_deps
@@ -2562,7 +2769,7 @@ Changes since RubyGems 1.8.25 (including past pre-releases):
2562
2769
  * Removed support for Ruby 1.9.1
2563
2770
  * Removed many deprecated methods
2564
2771
 
2565
- * Major enhancements:
2772
+ Major enhancements:
2566
2773
 
2567
2774
  * Improved support for default gems shipping with ruby 2.0.0+
2568
2775
  * A gem can have arbitrary metadata through Gem::Specification#metadata
@@ -2581,7 +2788,7 @@ Changes since RubyGems 1.8.25 (including past pre-releases):
2581
2788
  Set RUBYGEMS_GEMDEPS=path to have it loaded. Use - as the path
2582
2789
  to autodetect (current and parent directories are searched).
2583
2790
 
2584
- * Minor enhancements:
2791
+ Minor enhancements:
2585
2792
  * Added `gem check --doctor` to clean up after failed uninstallation. Bug
2586
2793
  #419 by Erik Hollensbe
2587
2794
  * RubyGems no longer defaults to uninstalling gems if a dependency would be
@@ -2624,7 +2831,7 @@ Changes since RubyGems 1.8.25 (including past pre-releases):
2624
2831
  GEM_HOME
2625
2832
  * When building gems with non-world-readable files a warning is shown.
2626
2833
 
2627
- * Bug fixes:
2834
+ Bug fixes:
2628
2835
  * Gem.refresh now maintains the active gem list. Clearing the list would
2629
2836
  cause double-loads which would cause other bugs. Pull Request #427 by
2630
2837
  Jeremy Evans
@@ -2681,7 +2888,7 @@ Changes since RubyGems 1.8.25 (including past pre-releases):
2681
2888
 
2682
2889
  Changes since RubyGems 2.0.0.rc.2:
2683
2890
 
2684
- * Bug fixes:
2891
+ Bug fixes:
2685
2892
  * Gem.gzip and Gem.gunzip now return strings with BINARY encoding. Issue
2686
2893
  #450 by Jeremy Kemper
2687
2894
  * Fixed placement of executables with --user-install. Ruby bug #7779 by Jon
@@ -2696,7 +2903,7 @@ Changes since RubyGems 2.0.0.rc.2:
2696
2903
 
2697
2904
  === 2.0.0.rc.2 / 2013-02-08
2698
2905
 
2699
- * Bug fixes:
2906
+ Bug fixes:
2700
2907
  * Fixed signature verification of gems which was broken only on master.
2701
2908
  Thanks to Brian Buchanan.
2702
2909
  * Proper exceptions are raised when verifying an unsigned gem. Thanks to
@@ -2704,13 +2911,13 @@ Changes since RubyGems 2.0.0.rc.2:
2704
2911
 
2705
2912
  === 2.0.0.rc.1 / 2013-01-08
2706
2913
 
2707
- * Minor enhancements:
2914
+ Minor enhancements:
2708
2915
  * This release of RubyGems can push gems to rubygems.org. Ordinarily
2709
2916
  prerelease versions of RubyGems cannot push gems.
2710
2917
  * Added `gem check --doctor` to clean up after failed uninstallation. Bug
2711
2918
  #419 by Erik Hollensbe
2712
2919
 
2713
- * Bug fixes:
2920
+ Bug fixes:
2714
2921
  * Fixed exception raised when attempting to push gems to rubygems.org. Bug
2715
2922
  #418 by André Arko
2716
2923
  * Gem installation will fail if RubyGems cannot load the specification from
@@ -2718,24 +2925,24 @@ Changes since RubyGems 2.0.0.rc.2:
2718
2925
 
2719
2926
  === 2.0.0.preview2.2 / 2012-12-14
2720
2927
 
2721
- * Minor enhancements:
2928
+ Minor enhancements:
2722
2929
  * Added a cmake builder. Pull request #265 by Allan Espinosa.
2723
2930
  * Removed rubyforge page from gem list output
2724
2931
 
2725
- * Bug fixes:
2932
+ Bug fixes:
2726
2933
  * Restored RubyGems 1.8 packaging behavior of omitting directories. Bug
2727
2934
  #413 by Jeremy Kemper.
2728
2935
 
2729
2936
  === 2.0.0.preview2.1 / 2012-12-08
2730
2937
 
2731
- * Minor enhancements:
2938
+ Minor enhancements:
2732
2939
  * Gem::DependencyInstaller now passes build_args down to the installer.
2733
2940
  Pull Request #412 by Sam Rawlins.
2734
2941
  * RubyGems no longer defaults to uninstalling gems if a dependency would be
2735
2942
  broken. Now you must manually say "yes". Pull Request #406 by Shannon
2736
2943
  Skipper.
2737
2944
 
2738
- * Bug fixes:
2945
+ Bug fixes:
2739
2946
  * RubyGems tests now run in FIPS mode. Issue #365 by Vít Ondruch
2740
2947
  * Fixed Gem::Specification#base_dir for default gems. Ruby Bug #7469
2741
2948
  * Only update the spec cache when we have permission. Ruby Bug #7509
@@ -2753,7 +2960,7 @@ This release contains two commits not present in Ruby 2.0.0.preview2. One
2753
2960
  commit is for ruby 1.8.7 support, the second allows RubyGems to work under
2754
2961
  $SAFE=1. There is no functional difference compared to Ruby 2.0.0.preview2
2755
2962
 
2756
- * Breaking changes:
2963
+ Breaking changes:
2757
2964
 
2758
2965
  * Deprecated Gem.unresolved_deps in favor of
2759
2966
  Gem::Specification.unresolved_deps
@@ -2775,7 +2982,7 @@ $SAFE=1. There is no functional difference compared to Ruby 2.0.0.preview2
2775
2982
  * Removed support for Ruby 1.9.1
2776
2983
  * Removed many deprecated methods
2777
2984
 
2778
- * Major enhancements:
2985
+ Major enhancements:
2779
2986
 
2780
2987
  * Improved support for default gems shipping with ruby 2.0.0+
2781
2988
  * A gem can have arbitrary metadata through Gem::Specification#metadata
@@ -2794,7 +3001,7 @@ $SAFE=1. There is no functional difference compared to Ruby 2.0.0.preview2
2794
3001
  Set RUBYGEMS_GEMDEPS=path to have it loaded. Use - as the path
2795
3002
  to autodetect (current and parent directories are searched).
2796
3003
 
2797
- * Minor enhancements:
3004
+ Minor enhancements:
2798
3005
 
2799
3006
  * Added --only-executables option to `gem pristine`. Fixes #326
2800
3007
  * Added -I flag for 'gem query' to exclude installed items
@@ -2829,7 +3036,7 @@ $SAFE=1. There is no functional difference compared to Ruby 2.0.0.preview2
2829
3036
  GEM_HOME
2830
3037
  * When building gems with non-world-readable files a warning is shown.
2831
3038
 
2832
- * Bug fixes:
3039
+ Bug fixes:
2833
3040
 
2834
3041
  * Added PID to setup bin_file while installing RubyGems to protect against
2835
3042
  errors. Fixes #328 by ConradIrwin
@@ -2914,7 +3121,7 @@ Bug fixes:
2914
3121
 
2915
3122
  === 1.8.25 / 2013-01-24
2916
3123
 
2917
- * Bug fixes:
3124
+ Bug fixes:
2918
3125
  * Added 11627 to setup bin_file location to protect against errors. Fixes
2919
3126
  #328 by ConradIrwin
2920
3127
  * Specification#ruby_code didn't handle Requirement with multiple
@@ -2925,7 +3132,7 @@ Bug fixes:
2925
3132
 
2926
3133
  === 1.8.24 / 2012-04-27
2927
3134
 
2928
- * 1 bug fix:
3135
+ Bug fixes:
2929
3136
 
2930
3137
  * Install the .pem files properly. Fixes #320
2931
3138
  * Remove OpenSSL dependency from the http code path
@@ -2964,20 +3171,20 @@ You may also set :ssl_verify_mode to 0 to completely disable SSL
2964
3171
  certificate checks, but this is not recommended.
2965
3172
 
2966
3173
 
2967
- * 2 security fixes:
3174
+ Security fixes:
2968
3175
  * Disallow redirects from https to http
2969
3176
  * Turn on verification of server SSL certs
2970
3177
 
2971
- * 1 minor feature:
3178
+ Minor enhancements:
2972
3179
  * Add --clear-sources to fetch
2973
3180
 
2974
- * 2 bug fixes:
3181
+ Bug fixes:
2975
3182
  * Use File.identical? to check if two files are the same.
2976
3183
  * Fixed init_with warning when using psych
2977
3184
 
2978
3185
  === 1.8.22 / 2012-04-13
2979
3186
 
2980
- * 4 bug fixes:
3187
+ Bug fixes:
2981
3188
 
2982
3189
  * Workaround for psych/syck YAML date parsing issue
2983
3190
  * Don't trust the encoding of ARGV. Fixes #307
@@ -2986,14 +3193,14 @@ certificate checks, but this is not recommended.
2986
3193
 
2987
3194
  === 1.8.21 / 2012-03-22
2988
3195
 
2989
- * 2 bug fixes:
3196
+ Bug fixes:
2990
3197
 
2991
3198
  * Add workaround for buggy yaml output from 1.9.2
2992
3199
  * Force 1.9.1 to remove it's prelude code. Fixes #305
2993
3200
 
2994
3201
  === 1.8.20 / 2012-03-21
2995
3202
 
2996
- * 4 bug fixes:
3203
+ Bug fixes:
2997
3204
 
2998
3205
  * Add --force to `gem build` to skip validation. Fixes #297
2999
3206
  * Gracefully deal with YAML::PrivateType objects in Marshal'd gemspecs
@@ -3002,7 +3209,7 @@ certificate checks, but this is not recommended.
3002
3209
 
3003
3210
  === 1.8.19 / 2012-03-14
3004
3211
 
3005
- * 3 bug fixes:
3212
+ Bug fixes:
3006
3213
 
3007
3214
  * Handle loading psych vs syck properly. Fixes #298
3008
3215
  * Make sure Date objects don't leak in via Marshal
@@ -3010,7 +3217,7 @@ certificate checks, but this is not recommended.
3010
3217
 
3011
3218
  === 1.8.18 / 2012-03-11
3012
3219
 
3013
- * 4 bug fixes:
3220
+ Bug fixes:
3014
3221
 
3015
3222
  * Use Psych API to emit more compatible YAML
3016
3223
  * Download and write inside `gem fetch` directly. Fixes #289
@@ -3020,12 +3227,12 @@ certificate checks, but this is not recommended.
3020
3227
 
3021
3228
  === 1.8.17 / 2012-02-17
3022
3229
 
3023
- * 2 minor enhancements:
3230
+ Minor enhancements:
3024
3231
 
3025
3232
  * Add MacRuby to the list of special cases for platforms (ferrous26)
3026
3233
  * Add a default for where to install rubygems itself
3027
3234
 
3028
- * 3 bug fixes:
3235
+ Bug fixes:
3029
3236
 
3030
3237
  * Fixed gem loading issue caused by dependencies not resolving.
3031
3238
  * Fixed umask error when stdlib is required and unresolved dependencies exist.
@@ -3035,7 +3242,7 @@ certificate checks, but this is not recommended.
3035
3242
 
3036
3243
  === 1.8.16 / 2012-02-12
3037
3244
 
3038
- * 3 bug fixes:
3245
+ Bug fixes:
3039
3246
 
3040
3247
  * Fix gem specification loading when encoding is not UTF-8. #146
3041
3248
  * Allow group writable if umask allows it already.
@@ -3043,37 +3250,39 @@ certificate checks, but this is not recommended.
3043
3250
 
3044
3251
  === 1.8.15 / 2012-01-06
3045
3252
 
3046
- * 1 bug fix:
3253
+ Bug fixes:
3047
3254
 
3048
3255
  * Don't eager load yaml, it creates a bad loop. Fixes #256
3049
3256
 
3050
3257
  === 1.8.14 / 2012-01-05
3051
3258
 
3052
- * 2 bug fixes:
3259
+ Bug fixes:
3053
3260
 
3054
3261
  * Ignore old/bad cache data in Version
3055
3262
  * Make sure our YAML workarounds are loaded properly. Fixes #250.
3056
3263
 
3057
3264
  === 1.8.13 / 2011-12-21
3058
3265
 
3059
- * 1 bug fix:
3266
+ Bug fixes:
3060
3267
 
3061
3268
  * Check loaded_specs properly when trying to satisfy a dep
3062
3269
 
3063
- * 2 minor enhancements:
3270
+ Minor enhancements:
3064
3271
 
3065
3272
  * Remove using #loaded_path? for performance
3066
3273
  * Remove Zlib workaround for Windows build.
3067
3274
 
3068
3275
  === 1.8.12 / 2011-12-02
3069
3276
 
3070
- * Bug fix:
3277
+ Bug fixes:
3278
+
3071
3279
  * Handle more cases where Syck's DefaultKey showed up in requirements
3072
3280
  and wasn't cleaned out.
3073
3281
 
3074
3282
  === 1.8.11 / 2011-10-03
3075
3283
 
3076
- * Bug fix:
3284
+ Bug fixes:
3285
+
3077
3286
  * Deprecate was moved to Gem::Deprecate to stop polluting the top-level
3078
3287
  namespace.
3079
3288
 
@@ -3083,7 +3292,7 @@ RubyGems 1.8.10 contains a security fix that prevents malicious gems from
3083
3292
  executing code when their specification is loaded. See
3084
3293
  https://github.com/rubygems/rubygems/pull/165 for details.
3085
3294
 
3086
- * 5 bug fixes:
3295
+ Bug fixes:
3087
3296
 
3088
3297
  * RubyGems escapes strings in ruby-format specs using #dump instead of #to_s
3089
3298
  and %q to prevent code injection. Issue #165 by Postmodern
@@ -3096,19 +3305,19 @@ https://github.com/rubygems/rubygems/pull/165 for details.
3096
3305
 
3097
3306
  === 1.8.9 / 2011-08-23
3098
3307
 
3099
- * Bug fixes:
3308
+ Bug fixes:
3100
3309
 
3101
3310
  * Fixed uninstalling multiple gems using `gem uninstall`
3102
3311
  * Gem.use_paths splatted to take multiple paths! Issue #148
3103
3312
 
3104
3313
  === 1.8.8 / 2011-08-11
3105
3314
 
3106
- * Bug fix:
3315
+ Bug fixes:
3107
3316
  * The encoding of a gem's YAML spec is now UTF-8. Issue #149
3108
3317
 
3109
3318
  === 1.8.7 / 2011-08-04
3110
3319
 
3111
- * Bug fixes:
3320
+ Bug fixes:
3112
3321
  * Added missing require for `gem uninstall --format-executable`
3113
3322
  * The correct name of the executable being uninstalled is now displayed with
3114
3323
  --format-executable
@@ -3122,12 +3331,12 @@ https://github.com/rubygems/rubygems/pull/165 for details.
3122
3331
 
3123
3332
  === 1.8.6 / 2011-07-25
3124
3333
 
3125
- * 1 minor enhancement:
3334
+ Minor enhancements:
3126
3335
 
3127
3336
  * Add autorequires and delay startup of RubyGems until require is called.
3128
3337
  See Ruby bug #4962
3129
3338
 
3130
- * 9 bug fixes:
3339
+ Bug fixes:
3131
3340
 
3132
3341
  * Restore behavior of Gem::Specification#loaded? Ruby Bug #5032
3133
3342
  * Clean up SourceIndex.add_specs to not be so damn noisy. (tadman)
@@ -3141,25 +3350,25 @@ https://github.com/rubygems/rubygems/pull/165 for details.
3141
3350
 
3142
3351
  === 1.8.5 / 2011-05-31
3143
3352
 
3144
- * 2 minor enhancement:
3353
+ Minor enhancements:
3145
3354
 
3146
3355
  * The -u option to 'update local source cache' is official deprecated.
3147
3356
  * Remove has_rdoc deprecations from Specification.
3148
3357
 
3149
- * 2 bug fixes:
3358
+ Bug fixes:
3150
3359
 
3151
3360
  * Handle bad specs more gracefully.
3152
3361
  * Reset any Gem paths changed in the installer.
3153
3362
 
3154
3363
  === 1.8.4 / 2011-05-25
3155
3364
 
3156
- * 1 minor enhancement:
3365
+ Minor enhancements:
3157
3366
 
3158
3367
  * Removed default_executable deprecations from Specification.
3159
3368
 
3160
3369
  === 1.8.3 / 2011-05-19
3161
3370
 
3162
- * 4 bug fixes:
3371
+ Bug fixes:
3163
3372
 
3164
3373
  * Fix independent testing of test_gem_package_tar_output. Ruby Bug #4686 by
3165
3374
  Shota Fukumori
@@ -3170,12 +3379,12 @@ https://github.com/rubygems/rubygems/pull/165 for details.
3170
3379
 
3171
3380
  === 1.8.2 / 2011-05-11
3172
3381
 
3173
- * 2 minor enhancements:
3382
+ Minor enhancements:
3174
3383
 
3175
3384
  * Moved #outdated from OutdatedCommand to Specification (for Isolate).
3176
3385
  * Print out a warning about missing executables.
3177
3386
 
3178
- * 3 bug fixes:
3387
+ Bug fixes:
3179
3388
 
3180
3389
  * Added missing requires to fix various upgrade issues.
3181
3390
  * `gem pristine` respects multiple gem repositories.
@@ -3183,11 +3392,11 @@ https://github.com/rubygems/rubygems/pull/165 for details.
3183
3392
 
3184
3393
  === 1.8.1 / 2011-05-05
3185
3394
 
3186
- * 1 minor enhancement:
3395
+ Minor enhancements:
3187
3396
 
3188
3397
  * Added Gem::Requirement#specific? and Gem::Dependency#specific?
3189
3398
 
3190
- * 4 bug fixes:
3399
+ Bug fixes:
3191
3400
 
3192
3401
  * Typo on Indexer rendered it useless on Windows
3193
3402
  * gem dep can fetch remote dependencies for non-latest gems again.
@@ -3209,7 +3418,7 @@ extensions. You will need to run `gem pristine gem_with_extension --
3209
3418
  --build-arg` to regenerate a gem with an extension where it requires special
3210
3419
  build arguments.
3211
3420
 
3212
- * 24(+) Deprecations (WOOT!):
3421
+ Deprecations:
3213
3422
 
3214
3423
  * DependencyList.from_source_index deprecated the source_index argument.
3215
3424
  * Deprecated Dependency.new(/regex/).
@@ -3230,13 +3439,13 @@ build arguments.
3230
3439
  * Deprecated all of Gem::GemPathSearcher.
3231
3440
  * Deprecated Gem::Specification#default_executable.
3232
3441
 
3233
- * 2 major enhancements:
3442
+ Major enhancements:
3234
3443
 
3235
3444
  * Gem::SourceIndex functionality has been moved to Gem::Specification.
3236
3445
  Gem::SourceIndex is completely disconnected from Gem::Specification
3237
3446
  * Refactored GemPathSearcher entirely out. RIPMF
3238
3447
 
3239
- * 41 minor enhancements:
3448
+ Minor enhancements:
3240
3449
 
3241
3450
  * Added CommandManager#unregister_command
3242
3451
  * Added Dependency#matching_specs + to_specs.
@@ -3285,7 +3494,7 @@ build arguments.
3285
3494
  extensions.
3286
3495
  * `gem pristine` can now restore multiple gems.
3287
3496
 
3288
- * 6 bug fixes:
3497
+ Bug fixes:
3289
3498
 
3290
3499
  * DependencyInstaller passed around a source_index instance but used
3291
3500
  Gem.source_index.
@@ -3299,13 +3508,13 @@ build arguments.
3299
3508
 
3300
3509
  === 1.7.1 / 2011-03-32
3301
3510
 
3302
- * 1 bug fix:
3511
+ Bug fixes:
3303
3512
  * Fixed missing file in Manifest.txt. (Also a bug in hoe was fixed where
3304
3513
  `rake check_manifest` showing a diff would not exit with an error.)
3305
3514
 
3306
3515
  === 1.7.0 / 2011-03-32
3307
3516
 
3308
- * 16 Deprecations (woot!)
3517
+ Deprecations:
3309
3518
  * Deprecated Gem.all_load_paths, latest_load_paths, promote_load_path, and
3310
3519
  cache.
3311
3520
  * Deprecated RemoteFetcher#open_uri_or_path.
@@ -3317,7 +3526,7 @@ build arguments.
3317
3526
  test_suite_file(=).
3318
3527
  * Deprecated Specification#has_rdoc= and default_executable=
3319
3528
 
3320
- * 26 minor enhancements:
3529
+ Minor enhancements:
3321
3530
  * Added stupid simple deprecation module.
3322
3531
  * Added --spec option to `gem unpack` to output a gem's original metadata
3323
3532
  * Added packaging option to Specification#validate
@@ -3349,7 +3558,7 @@ build arguments.
3349
3558
  * UpdateCommand#gems_to_update now returns (name, version) pairs.
3350
3559
  * UpdateCommand#which_to_update now takes an optional system argument.
3351
3560
 
3352
- * 11 bug fixes:
3561
+ Bug fixes:
3353
3562
  * Added missing remote fetcher require to pristine command (aarnell)
3354
3563
  * Building gems now checks to ensure all required fields are non-nil
3355
3564
  * Fix option parser when summary is nil.
@@ -3367,7 +3576,7 @@ build arguments.
3367
3576
 
3368
3577
  === 1.6.2 / 2011-03-08
3369
3578
 
3370
- Bug Fixes:
3579
+ Bug fixes:
3371
3580
 
3372
3581
  * require of an activated gem could cause activation conflicts. Fixes
3373
3582
  Bug #29056 by Dave Verwer.
@@ -3375,7 +3584,7 @@ Bug Fixes:
3375
3584
 
3376
3585
  === 1.6.1 / 2011-03-03
3377
3586
 
3378
- Bug Fixes:
3587
+ Bug fixes:
3379
3588
 
3380
3589
  * Installation no longer fails when a dependency from a version that won't be
3381
3590
  installed is unsatisfied.
@@ -3386,7 +3595,7 @@ Bug Fixes:
3386
3595
 
3387
3596
  === 1.6.0 / 2011-02-29
3388
3597
 
3389
- 4 Deprecations:
3598
+ Deprecations:
3390
3599
 
3391
3600
  * RubyGems no longer requires 'thread'. Rails < 3 will need to add require
3392
3601
  'thread' to their applications.
@@ -3395,13 +3604,13 @@ Bug Fixes:
3395
3604
  * Gem::LoadError#version_requirements has been removed. Use
3396
3605
  Gem::LoadError#requirement.
3397
3606
 
3398
- 2 Major Enhancements:
3607
+ Major enhancements:
3399
3608
 
3400
3609
  * Rewrote how Gem::activate (gem and require) resolves dependencies.
3401
3610
  * Gem::LoadError#version_requirement has been removed. Use
3402
3611
  Gem::LoadError#requirement.
3403
3612
 
3404
- 17 Minor Enhancments:
3613
+ Minor enhancements:
3405
3614
 
3406
3615
  * Added --key to `gem push` for setting alternate API keys.
3407
3616
  * Added --format-executable support to gem uninstall.
@@ -3426,7 +3635,7 @@ Bug Fixes:
3426
3635
  locally cached gem specifications.
3427
3636
  * SpecFetcher.fetch_spec can now take a string source_uri.
3428
3637
 
3429
- 10 Bug Fixes:
3638
+ Bug fixes:
3430
3639
 
3431
3640
  * Added missing require of Gem::RemoteFetcher to the unpack command.
3432
3641
  * RubyGems now completely removes a previous install when reinstalling.
@@ -3441,14 +3650,14 @@ Bug Fixes:
3441
3650
 
3442
3651
  === 1.5.3 / 2011-02-26
3443
3652
 
3444
- Bug Fixes:
3653
+ Bug fixes:
3445
3654
 
3446
3655
  * Fix for a bug in Syck which causes install failures for gems packaged with
3447
3656
  Psych. Bug #28965 by Aaron Patterson.
3448
3657
 
3449
3658
  === 1.5.2 / 2011-02-10
3450
3659
 
3451
- Bug Fixes:
3660
+ Bug fixes:
3452
3661
 
3453
3662
  * Fixed <tt>gem update --system</tt>. RubyGems can now update itself again.
3454
3663
 
@@ -3456,11 +3665,11 @@ Bug Fixes:
3456
3665
 
3457
3666
  ==== NOTE: `gem update --system` is broken. See UPGRADING.rdoc.
3458
3667
 
3459
- Minor Enhancement:
3668
+ Minor enhancements:
3460
3669
 
3461
3670
  * Added ability to do gem update --system X.Y.Z.
3462
3671
 
3463
- Bug Fixes:
3672
+ Bug fixes:
3464
3673
 
3465
3674
  * Scrub !!null YAML from 1.9.2 (install and build).
3466
3675
  * Added missing requires for user_interaction.
@@ -3473,12 +3682,12 @@ Bug Fixes:
3473
3682
 
3474
3683
  ==== NOTE: `gem update --system` is broken. See UPGRADING.rdoc.
3475
3684
 
3476
- Major Enhancements:
3685
+ Major enhancements:
3477
3686
 
3478
3687
  * Finally fixed all known 1.9.x issues. Upgrading is now possible!
3479
3688
  * Merged huge 1.3.7/ruby-core changes to master.
3480
3689
 
3481
- Minor Enhancements:
3690
+ Minor enhancements:
3482
3691
 
3483
3692
  * Added UPGRADING.rdoc to help deal with 1.9 issues.
3484
3693
  * Gem::Format now gives better errors for corrupt gem files and includes paths
@@ -3491,7 +3700,7 @@ Minor Enhancements:
3491
3700
  * Gem::SilentUI now behaves like Gem::StreamUI for asking questions. Patch by
3492
3701
  Erik Hollensbe.
3493
3702
 
3494
- Bug Fixes:
3703
+ Bug fixes:
3495
3704
 
3496
3705
  * `gem update` was implicitly doing --system.
3497
3706
  * 1.9.3: Fixed encoding errors causing gem installs to die during rdoc phase.
@@ -3517,7 +3726,7 @@ Since apparently nobody reads my emails, blog posts or the README:
3517
3726
 
3518
3727
  DO NOT UPDATE RUBYGEMS ON RUBY 1.9! See UPGRADING.rdoc for details.
3519
3728
 
3520
- Bug fix:
3729
+ Bug fixes:
3521
3730
 
3522
3731
  * Specification#load was untainting a frozen string (via `gem build *.spec`)
3523
3732
 
@@ -3531,7 +3740,7 @@ You have been warned!
3531
3740
 
3532
3741
  NOTE: We've switched to git/github. See README.rdoc for details.
3533
3742
 
3534
- New features:
3743
+ Features:
3535
3744
 
3536
3745
  * Added --launch option to `gem server`. (gthiesfeld)
3537
3746
  * Added fuzzy name matching on install failures. (gstark/presidentbeef)
@@ -3556,14 +3765,14 @@ Bug fixes:
3556
3765
 
3557
3766
  NOTE:
3558
3767
 
3559
- http://rubygems.org is now the default source for downloading gems.
3768
+ https://rubygems.org/ is now the default source for downloading gems.
3560
3769
 
3561
3770
  You may have sources set via ~/.gemrc, so you should replace
3562
- http://gems.rubyforge.org with http://rubygems.org
3771
+ http://gems.rubyforge.org with https://rubygems.org/
3563
3772
 
3564
3773
  http://gems.rubyforge.org will continue to work for the foreseeable future.
3565
3774
 
3566
- New features:
3775
+ Features:
3567
3776
 
3568
3777
  * `gem` commands
3569
3778
  * `gem install` and `gem fetch` now report alternate platforms when a
@@ -3596,7 +3805,7 @@ Bug fixes:
3596
3805
 
3597
3806
  === 1.3.6 / 2010-02-17
3598
3807
 
3599
- New features:
3808
+ Features:
3600
3809
 
3601
3810
  * `gem` commands
3602
3811
  * Added `gem push` and `gem owner` for interacting with modern/Gemcutter
@@ -3627,7 +3836,7 @@ Bug fixes:
3627
3836
  * Gem::RemoteFetcher no longer copies the file if it is where we want it.
3628
3837
  Patch #27409 by Jakub Šťastný.
3629
3838
 
3630
- Deprecation Notices:
3839
+ Deprecations:
3631
3840
 
3632
3841
  * lib/rubygems/timer.rb has been removed.
3633
3842
  * Gem::Dependency#version_requirements is deprecated and will be removed on or
@@ -3643,7 +3852,7 @@ Bug fixes:
3643
3852
  * Fix use of prerelease gems.
3644
3853
  * Gem.bin_path no longer escapes path with spaces. Bug #25935 and #26458.
3645
3854
 
3646
- Deprecation Notices:
3855
+ Deprecations:
3647
3856
 
3648
3857
  * Bulk index update is no longer supported (the code currently remains, but not
3649
3858
  the tests)
@@ -3652,7 +3861,7 @@ Deprecation Notices:
3652
3861
 
3653
3862
  === 1.3.4 / 2009-05-03
3654
3863
 
3655
- Bug Fixes:
3864
+ Bug fixes:
3656
3865
 
3657
3866
  * Fixed various warnings
3658
3867
  * Gem::ruby_version works correctly for 1.8 branch and trunk
@@ -3663,7 +3872,7 @@ Bug Fixes:
3663
3872
  drives. Bug #25882 by Lars Christensen
3664
3873
  * Fix typo in Gem::Requirement#parse. Bug #26000 by Mike Gunderloy.
3665
3874
 
3666
- Deprecation Notices:
3875
+ Deprecations:
3667
3876
 
3668
3877
  * Bulk index update is no longer supported (the code currently remains, but not
3669
3878
  the tests)
@@ -3672,7 +3881,7 @@ Deprecation Notices:
3672
3881
 
3673
3882
  === 1.3.3 / 2009-05-04
3674
3883
 
3675
- New Features:
3884
+ Features:
3676
3885
 
3677
3886
  * `gem server` allows port names (from /etc/services) with --port.
3678
3887
  * `gem server` now has search that jumps to RDoc. Patch #22959 by Vladimir
@@ -3682,7 +3891,7 @@ New Features:
3682
3891
  * Gem::Specification#has_rdoc= is deprecated and ignored (defaults to true)
3683
3892
  * RDoc is now generated regardless of Gem::Specification#has_rdoc?
3684
3893
 
3685
- Bug Fixes:
3894
+ Bug fixes:
3686
3895
 
3687
3896
  * `gem clean` now cleans up --user-install gems. Bug #25516 by Brett
3688
3897
  Eisenberg.
@@ -3704,7 +3913,7 @@ Bug Fixes:
3704
3913
  * Raise Gem::LoadError if Kernel#gem fails due to previously-loaded gem. Bug
3705
3914
  reported by Alf Mikula.
3706
3915
 
3707
- Deprecation Notices:
3916
+ Deprecations:
3708
3917
 
3709
3918
  * Gem::manage_gems has been removed.
3710
3919
  * Time::today has been removed early. There was no way to make it warn and be
@@ -3712,7 +3921,7 @@ Deprecation Notices:
3712
3921
 
3713
3922
  === 1.3.2 / 2009-04-15
3714
3923
 
3715
- Select New Features:
3924
+ Features:
3716
3925
 
3717
3926
  * RubyGems now loads plugins from rubygems_plugin.rb in installed gems.
3718
3927
  This can be used to add commands (See Gem::CommandManager) or add
@@ -3740,7 +3949,7 @@ Select New Features:
3740
3949
  * Modern indicies can now be updated incrementally.
3741
3950
  * Legacy indicies can be updated separately from modern.
3742
3951
 
3743
- Select Bugs Fixed:
3952
+ Bug fixes:
3744
3953
 
3745
3954
  * Better gem activation error message. Patch #23082.
3746
3955
  * Kernel methods are now private. Patch #20801 by James M. Lawrence.
@@ -3766,7 +3975,7 @@ Select Bugs Fixed:
3766
3975
  * Deal with extraneous quotation mark when autogenerating .bat file on MS
3767
3976
  Windows. Bug #22712.
3768
3977
 
3769
- Deprecation Notices:
3978
+ Deprecations:
3770
3979
 
3771
3980
  * Gem::manage_gems has been removed.
3772
3981
  * Time::today will be removed in RubyGems 1.4.
@@ -3776,7 +3985,7 @@ Lavena and Daniel Berger for continuing windows support.
3776
3985
 
3777
3986
  === 1.3.1 / 2008-10-28
3778
3987
 
3779
- Bugs fixed:
3988
+ Bug fixes:
3780
3989
 
3781
3990
  * Disregard ownership of ~ under Windows while creating ~/.gem. Fixes
3782
3991
  issues related to no uid support under Windows.
@@ -3787,13 +3996,13 @@ Bugs fixed:
3787
3996
  * Gem::location_of_caller now behaves on Windows. Patch by Daniel Berger.
3788
3997
  * Silence PATH warning.
3789
3998
 
3790
- Deprecation Notices:
3999
+ Deprecations:
3791
4000
 
3792
4001
  * Gem::manage_gems will be removed on or after March 2009.
3793
4002
 
3794
4003
  === 1.3.0 / 2008-09-25
3795
4004
 
3796
- New features:
4005
+ Features:
3797
4006
 
3798
4007
  * RubyGems doesn't print LOCAL/REMOTE titles for `gem query` and friends if
3799
4008
  stdout is not a TTY, except with --both.
@@ -3807,12 +4016,12 @@ New features:
3807
4016
  * RubyGems now updates the ri cache when the rdoc gem is installed and
3808
4017
  documentation is generated.
3809
4018
 
3810
- Deprecation Notices:
4019
+ Deprecations:
3811
4020
 
3812
4021
  * Gem::manage_gems now warns when called. It will be removed on or after March
3813
4022
  2009.
3814
4023
 
3815
- Bugs Fixed:
4024
+ Bug fixes:
3816
4025
 
3817
4026
  * RubyGems 1.3.0+ now updates when no previous rubygems-update is installed.
3818
4027
  Bug #20775 by Hemant Kumar.
@@ -3836,7 +4045,7 @@ Bugs Fixed:
3836
4045
  * `gem lock --strict` works again. Patch #21814 by Sven Engelhardt.
3837
4046
  * Platform detection for Solaris was improved. Patch #21911 by Bob Remeika.
3838
4047
 
3839
- Other Changes Include:
4048
+ Minor enhancements:
3840
4049
 
3841
4050
  * `gem help install` now describes _version_ argument to executable stubs
3842
4051
  * `gem help environment` describes environment variables and ~/.gemrc and
@@ -3864,7 +4073,7 @@ Other Changes Include:
3864
4073
 
3865
4074
  === 1.2.0 / 2008-06-21
3866
4075
 
3867
- New features:
4076
+ Features:
3868
4077
 
3869
4078
  * RubyGems no longer performs bulk updates and instead only fetches the gemspec
3870
4079
  files it needs. Alternate sources will need to upgrade to RubyGems 1.2 to
@@ -3883,7 +4092,7 @@ New features:
3883
4092
  * setup.rb now handles --vendor and --destdir for packagers
3884
4093
  * `gem stale` command that lists gems by last access time
3885
4094
 
3886
- Bugs Fixed:
4095
+ Bug fixes:
3887
4096
 
3888
4097
  * File modes from gems are now honored, patch #19737
3889
4098
  * Marshal Gem::Specification objects from the future can now be loaded.
@@ -3898,7 +4107,7 @@ Bugs Fixed:
3898
4107
  * Gem::DependencyInstaller resets installed gems every install, bug #19444
3899
4108
  * Gem.default_path is now honored if GEM_PATH is not set, patch #19502
3900
4109
 
3901
- Other Changes Include:
4110
+ Minor enhancements:
3902
4111
 
3903
4112
  * setup.rb
3904
4113
  * stub files created by RubyGems 0.7.x and older are no longer removed. When
@@ -3919,7 +4128,7 @@ Other Changes Include:
3919
4128
 
3920
4129
  === 1.1.1 / 2008-04-11
3921
4130
 
3922
- Bugs Fixed:
4131
+ Bug fixes:
3923
4132
 
3924
4133
  * Gem.prefix now returns non-nil only when RubyGems was installed outside
3925
4134
  sitelibdir or libdir.
@@ -3936,7 +4145,7 @@ Bugs Fixed:
3936
4145
 
3937
4146
  === 1.1.0 / 2008-03-29
3938
4147
 
3939
- New features:
4148
+ Features:
3940
4149
 
3941
4150
  * RubyGems now uses persistent connections on index updates. Index updates are
3942
4151
  much faster now.
@@ -3948,7 +4157,7 @@ New features:
3948
4157
  * `gem spec` now extracts specifications from .gem files.
3949
4158
  * `gem query --installed` to aid automation of checking for gems.
3950
4159
 
3951
- Bugs Fixed:
4160
+ Bug fixes:
3952
4161
 
3953
4162
  * RubyGems works with both Config and RbConfig now.
3954
4163
  * Executables are now cleaned upon uninstall.
@@ -3964,7 +4173,7 @@ Bugs Fixed:
3964
4173
  * Gem stub scripts on windows now work outside Gem.bindir.
3965
4174
  * `gem sources -r` now works without network access.
3966
4175
 
3967
- Other Changes Include:
4176
+ Minor enhancements:
3968
4177
 
3969
4178
  * RubyGems now requires Ruby > 1.8.3.
3970
4179
  * Release notes are now printed upon installation.
@@ -3977,24 +4186,24 @@ For a full list of changes to RubyGems, see the ChangeLog file.
3977
4186
 
3978
4187
  === 1.0.1 / 2007-12-20
3979
4188
 
3980
- Bugs Fixed:
4189
+ Bug fixes:
3981
4190
 
3982
4191
  * Installation on Ruby 1.8.3 through 1.8.5 fixed
3983
4192
  * `gem build` on 1.8.3 fixed
3984
4193
 
3985
- Other Changes Include:
4194
+ Minor enhancements:
3986
4195
 
3987
4196
  * Since RubyGems 0.9.5, RubyGems is no longer supported on Ruby 1.8.2 or older,
3988
4197
  this is official in RubyGems 1.0.1.
3989
4198
 
3990
4199
  === 1.0.0 / 2007-12-20
3991
4200
 
3992
- Major New Features Include:
4201
+ Features:
3993
4202
 
3994
4203
  * RubyGems warns about various problems with gemspecs during gem building
3995
4204
  * More-consistent versioning for the RubyGems software
3996
4205
 
3997
- Other Changes Include:
4206
+ Minor enhancements:
3998
4207
 
3999
4208
  * Fixed various bugs and problems with installing gems on Windows
4000
4209
  * Fixed using `gem server` for installing gems
@@ -4008,7 +4217,7 @@ Other Changes Include:
4008
4217
  * `gem unpack` can now unpack into a specific directory with --target
4009
4218
  * OpenSSL is no longer required by default
4010
4219
 
4011
- Deprecations and Deletions:
4220
+ Breaking changes:
4012
4221
 
4013
4222
  * Kernel#require_gem has been removed
4014
4223
  * Executables without a shebang will not be wrapped in a future version, this
@@ -4022,7 +4231,7 @@ Deprecations and Deletions:
4022
4231
 
4023
4232
  === 0.9.5 / 2007-11-19
4024
4233
 
4025
- Major New Features Include:
4234
+ Features:
4026
4235
 
4027
4236
  * Platform support
4028
4237
  * Automatic installation of platform gems
@@ -4034,7 +4243,7 @@ Major New Features Include:
4034
4243
  * Improved stubs and `gem.bat` on mswin, including better compatibility
4035
4244
  with the One-Click Installer.
4036
4245
 
4037
- Other Changes Include:
4246
+ Minor enhancements:
4038
4247
 
4039
4248
  * Time::today is deprecated and will be removed at a future date
4040
4249
  * Gem::manage_gems is deprecated and will be removed at a future date
@@ -4085,7 +4294,7 @@ If you are experiencing problems with the source index (e.g. strange
4085
4294
  "No Method" errors), or problems with zlib (e.g. "Buffer Error"
4086
4295
  messsage), we recommend upgrading to RubyGems 0.9.4.
4087
4296
 
4088
- Bug Fixes Include:
4297
+ Bug fixes:
4089
4298
 
4090
4299
  * Several people have been experiencing problems with no method errors
4091
4300
  on the source index cache. The source index cache is now a bit more
@@ -4099,7 +4308,7 @@ Bug Fixes Include:
4099
4308
 
4100
4309
  === 0.9.3 / 2007-05-10
4101
4310
 
4102
- Bug Fixes Include:
4311
+ Bug fixes:
4103
4312
 
4104
4313
  The ZLib library on Windows will occasionally complains about a buffer error
4105
4314
  when unpacking gems. The Gems software has a workaround for that problem, but
@@ -4109,7 +4318,7 @@ have permanently enabled the work around on all versions.
4109
4318
 
4110
4319
  === 0.9.2 / 2007-02-05
4111
4320
 
4112
- Bug Fixes Include:
4321
+ Bug fixes:
4113
4322
 
4114
4323
  * The "unpack" command now works properly.
4115
4324
  * User name and password are now passed properly to the authenticating
@@ -4127,7 +4336,7 @@ number one change is that we can now download the gem index
4127
4336
  incrementally. This will greatly speed up the gem command when only a
4128
4337
  few gems are out of date.
4129
4338
 
4130
- Major Enhancments include:
4339
+ Major enhancements:
4131
4340
 
4132
4341
  * The gem index is now downloaded incrementally, only updating entries
4133
4342
  that are out of date. If more than 50 entries are out of date, we
@@ -4143,7 +4352,7 @@ Major Enhancments include:
4143
4352
  * A gemri command is included to read gem RI docs (only needed for
4144
4353
  Ruby 1.8.4 or earlier).
4145
4354
 
4146
- Minor enhancements include:
4355
+ Minor enhancements:
4147
4356
 
4148
4357
  * Version 0.0.0 is now a valid gem version.
4149
4358
  * Better detection of missing SSL functionality.
@@ -4157,7 +4366,7 @@ Minor enhancements include:
4157
4366
  * .rbw is now a supported suffix for RubyGem's custom require.
4158
4367
  * Several Ruby 1.9 compatibility fixes (Eric Hodel).
4159
4368
 
4160
- Bug Fixes:
4369
+ Bug fixes:
4161
4370
 
4162
4371
  * Added dashes to gemspecs generated in Ruby 1.8.3. This solves some
4163
4372
  cross-Ruby version compatibility issues.