rubygems-update 3.1.5 → 3.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (554) hide show
  1. checksums.yaml +4 -4
  2. data/CODE_OF_CONDUCT.md +55 -19
  3. data/CONTRIBUTING.md +24 -10
  4. data/History.txt +410 -236
  5. data/Manifest.txt +42 -74
  6. data/POLICIES.md +6 -12
  7. data/README.md +1 -1
  8. data/Rakefile +56 -80
  9. data/bin/update_rubygems +1 -1
  10. data/bundler/CHANGELOG.md +1577 -1425
  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 +35 -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 +13 -11
  32. data/bundler/lib/bundler/cli/issue.rb +2 -2
  33. data/bundler/lib/bundler/cli/list.rb +12 -10
  34. data/bundler/lib/bundler/cli/outdated.rb +87 -66
  35. data/bundler/lib/bundler/cli/plugin.rb +10 -0
  36. data/bundler/lib/bundler/cli/pristine.rb +5 -0
  37. data/bundler/lib/bundler/cli/show.rb +1 -1
  38. data/bundler/lib/bundler/cli/update.rb +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 +49 -72
  43. data/bundler/lib/bundler/dep_proxy.rb +1 -1
  44. data/bundler/lib/bundler/dependency.rb +3 -10
  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 +34 -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 +37 -18
  108. data/bundler/lib/bundler/resolver/spec_group.rb +28 -11
  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 -55
  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 -7
  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 +82 -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 +83 -159
  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 +16 -16
  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 +3 -3
  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 -4
  215. data/lib/rubygems/commands/pristine_command.rb +11 -5
  216. data/lib/rubygems/commands/push_command.rb +10 -47
  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 +6 -4
  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 -7
  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 +4 -6
  250. data/lib/rubygems/gem_runner.rb +3 -10
  251. data/lib/rubygems/gemcutter_utilities.rb +102 -21
  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 +20 -7
  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 +15 -12
  341. data/lib/rubygems/source.rb +14 -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 +101 -118
  351. data/lib/rubygems/specification_policy.rb +79 -29
  352. data/lib/rubygems/stub_specification.rb +1 -5
  353. data/lib/rubygems/syck_hack.rb +0 -2
  354. data/lib/rubygems/test_case.rb +79 -122
  355. data/lib/rubygems/test_utilities.rb +12 -19
  356. data/lib/rubygems/uninstaller.rb +35 -16
  357. data/lib/rubygems/uri_formatter.rb +2 -3
  358. data/lib/rubygems/uri_parser.rb +0 -2
  359. data/lib/rubygems/user_interaction.rb +1 -26
  360. data/lib/rubygems/util.rb +8 -2
  361. data/lib/rubygems/util/licenses.rb +4 -6
  362. data/lib/rubygems/util/list.rb +0 -2
  363. data/lib/rubygems/validator.rb +1 -3
  364. data/lib/rubygems/version.rb +4 -6
  365. data/lib/rubygems/version_option.rb +6 -0
  366. data/rubygems-update.gemspec +2 -2
  367. data/setup.rb +2 -7
  368. data/test/rubygems/plugin/load/rubygems_plugin.rb +0 -2
  369. data/test/rubygems/rubygems/commands/crash_command.rb +0 -2
  370. data/test/rubygems/rubygems_plugin.rb +0 -2
  371. data/test/rubygems/specifications/bar-0.0.2.gemspec +0 -2
  372. data/test/rubygems/specifications/rubyforge-0.0.1.gemspec +0 -2
  373. data/test/rubygems/test_bundled_ca.rb +42 -48
  374. data/test/rubygems/test_config.rb +0 -2
  375. data/test/rubygems/test_deprecate.rb +40 -7
  376. data/test/rubygems/test_gem.rb +82 -79
  377. data/test/rubygems/test_gem_available_set.rb +3 -5
  378. data/test/rubygems/test_gem_bundler_version_finder.rb +19 -3
  379. data/test/rubygems/test_gem_command.rb +24 -7
  380. data/test/rubygems/test_gem_command_manager.rb +36 -5
  381. data/test/rubygems/test_gem_commands_build_command.rb +233 -15
  382. data/test/rubygems/test_gem_commands_cert_command.rb +4 -6
  383. data/test/rubygems/test_gem_commands_check_command.rb +0 -2
  384. data/test/rubygems/test_gem_commands_cleanup_command.rb +14 -5
  385. data/test/rubygems/test_gem_commands_contents_command.rb +50 -19
  386. data/test/rubygems/test_gem_commands_dependency_command.rb +0 -2
  387. data/test/rubygems/test_gem_commands_environment_command.rb +21 -23
  388. data/test/rubygems/test_gem_commands_fetch_command.rb +0 -2
  389. data/test/rubygems/test_gem_commands_generate_index_command.rb +1 -7
  390. data/test/rubygems/test_gem_commands_help_command.rb +15 -4
  391. data/test/rubygems/test_gem_commands_info_command.rb +6 -8
  392. data/test/rubygems/test_gem_commands_install_command.rb +32 -34
  393. data/test/rubygems/test_gem_commands_list_command.rb +0 -2
  394. data/test/rubygems/test_gem_commands_lock_command.rb +0 -2
  395. data/test/rubygems/test_gem_commands_mirror.rb +1 -3
  396. data/test/rubygems/test_gem_commands_open_command.rb +4 -6
  397. data/test/rubygems/test_gem_commands_outdated_command.rb +0 -2
  398. data/test/rubygems/test_gem_commands_owner_command.rb +59 -5
  399. data/test/rubygems/test_gem_commands_pristine_command.rb +43 -12
  400. data/test/rubygems/test_gem_commands_push_command.rb +77 -9
  401. data/test/rubygems/test_gem_commands_query_command.rb +12 -12
  402. data/test/rubygems/test_gem_commands_search_command.rb +0 -2
  403. data/test/rubygems/test_gem_commands_server_command.rb +0 -2
  404. data/test/rubygems/test_gem_commands_setup_command.rb +165 -124
  405. data/test/rubygems/test_gem_commands_signin_command.rb +33 -9
  406. data/test/rubygems/test_gem_commands_signout_command.rb +0 -7
  407. data/test/rubygems/test_gem_commands_sources_command.rb +60 -2
  408. data/test/rubygems/test_gem_commands_specification_command.rb +46 -20
  409. data/test/rubygems/test_gem_commands_stale_command.rb +0 -2
  410. data/test/rubygems/test_gem_commands_uninstall_command.rb +1 -3
  411. data/test/rubygems/test_gem_commands_unpack_command.rb +0 -2
  412. data/test/rubygems/test_gem_commands_update_command.rb +116 -7
  413. data/test/rubygems/test_gem_commands_which_command.rb +3 -5
  414. data/test/rubygems/test_gem_commands_yank_command.rb +44 -8
  415. data/test/rubygems/test_gem_config_file.rb +7 -12
  416. data/test/rubygems/test_gem_dependency.rb +0 -2
  417. data/test/rubygems/test_gem_dependency_installer.rb +90 -193
  418. data/test/rubygems/test_gem_dependency_list.rb +10 -12
  419. data/test/rubygems/test_gem_dependency_resolution_error.rb +1 -3
  420. data/test/rubygems/test_gem_doctor.rb +28 -2
  421. data/test/rubygems/test_gem_ext_builder.rb +26 -47
  422. data/test/rubygems/test_gem_ext_cmake_builder.rb +16 -23
  423. data/test/rubygems/test_gem_ext_configure_builder.rb +4 -20
  424. data/test/rubygems/test_gem_ext_ext_conf_builder.rb +9 -29
  425. data/test/rubygems/test_gem_ext_rake_builder.rb +39 -24
  426. data/test/rubygems/test_gem_gem_runner.rb +44 -1
  427. data/test/rubygems/test_gem_gemcutter_utilities.rb +8 -5
  428. data/test/rubygems/test_gem_impossible_dependencies_error.rb +0 -2
  429. data/test/rubygems/test_gem_indexer.rb +9 -15
  430. data/test/rubygems/test_gem_install_update_options.rb +14 -4
  431. data/test/rubygems/test_gem_installer.rb +256 -59
  432. data/test/rubygems/test_gem_local_remote_options.rb +0 -2
  433. data/test/rubygems/test_gem_name_tuple.rb +0 -2
  434. data/test/rubygems/test_gem_package.rb +38 -31
  435. data/test/rubygems/test_gem_package_old.rb +4 -6
  436. data/test/rubygems/test_gem_package_tar_header.rb +18 -1
  437. data/test/rubygems/test_gem_package_tar_reader.rb +0 -2
  438. data/test/rubygems/test_gem_package_tar_reader_entry.rb +0 -2
  439. data/test/rubygems/test_gem_package_tar_writer.rb +4 -6
  440. data/test/rubygems/test_gem_package_task.rb +46 -13
  441. data/test/rubygems/test_gem_path_support.rb +0 -2
  442. data/test/rubygems/test_gem_platform.rb +63 -6
  443. data/test/rubygems/test_gem_rdoc.rb +0 -2
  444. data/test/rubygems/test_gem_remote_fetcher.rb +168 -211
  445. data/test/rubygems/test_gem_request.rb +13 -17
  446. data/test/rubygems/test_gem_request_connection_pools.rb +0 -4
  447. data/test/rubygems/test_gem_request_set.rb +20 -22
  448. data/test/rubygems/test_gem_request_set_gem_dependency_api.rb +3 -5
  449. data/test/rubygems/test_gem_request_set_lockfile.rb +4 -6
  450. data/test/rubygems/test_gem_request_set_lockfile_parser.rb +9 -11
  451. data/test/rubygems/test_gem_request_set_lockfile_tokenizer.rb +118 -120
  452. data/test/rubygems/test_gem_requirement.rb +10 -4
  453. data/test/rubygems/test_gem_resolver.rb +6 -8
  454. data/test/rubygems/test_gem_resolver_activation_request.rb +0 -2
  455. data/test/rubygems/test_gem_resolver_api_set.rb +40 -13
  456. data/test/rubygems/test_gem_resolver_api_specification.rb +0 -2
  457. data/test/rubygems/test_gem_resolver_best_set.rb +2 -4
  458. data/test/rubygems/test_gem_resolver_composed_set.rb +0 -2
  459. data/test/rubygems/test_gem_resolver_conflict.rb +1 -3
  460. data/test/rubygems/test_gem_resolver_dependency_request.rb +0 -2
  461. data/test/rubygems/test_gem_resolver_git_set.rb +0 -2
  462. data/test/rubygems/test_gem_resolver_git_specification.rb +0 -2
  463. data/test/rubygems/test_gem_resolver_index_set.rb +2 -4
  464. data/test/rubygems/test_gem_resolver_index_specification.rb +0 -2
  465. data/test/rubygems/test_gem_resolver_installed_specification.rb +0 -2
  466. data/test/rubygems/test_gem_resolver_installer_set.rb +7 -9
  467. data/test/rubygems/test_gem_resolver_local_specification.rb +0 -2
  468. data/test/rubygems/test_gem_resolver_lock_set.rb +3 -5
  469. data/test/rubygems/test_gem_resolver_lock_specification.rb +0 -2
  470. data/test/rubygems/test_gem_resolver_requirement_list.rb +0 -2
  471. data/test/rubygems/test_gem_resolver_specification.rb +0 -4
  472. data/test/rubygems/test_gem_resolver_vendor_set.rb +1 -3
  473. data/test/rubygems/test_gem_resolver_vendor_specification.rb +0 -2
  474. data/test/rubygems/test_gem_security.rb +22 -24
  475. data/test/rubygems/test_gem_security_policy.rb +7 -12
  476. data/test/rubygems/test_gem_security_signer.rb +10 -12
  477. data/test/rubygems/test_gem_security_trust_dir.rb +4 -6
  478. data/test/rubygems/test_gem_server.rb +10 -14
  479. data/test/rubygems/test_gem_silent_ui.rb +0 -2
  480. data/test/rubygems/test_gem_source.rb +17 -16
  481. data/test/rubygems/test_gem_source_fetch_problem.rb +0 -2
  482. data/test/rubygems/test_gem_source_git.rb +12 -13
  483. data/test/rubygems/test_gem_source_installed.rb +7 -9
  484. data/test/rubygems/test_gem_source_list.rb +1 -2
  485. data/test/rubygems/test_gem_source_local.rb +8 -10
  486. data/test/rubygems/test_gem_source_lock.rb +10 -12
  487. data/test/rubygems/test_gem_source_specific_file.rb +7 -9
  488. data/test/rubygems/test_gem_source_subpath_problem.rb +49 -0
  489. data/test/rubygems/test_gem_source_vendor.rb +7 -9
  490. data/test/rubygems/test_gem_spec_fetcher.rb +11 -4
  491. data/test/rubygems/test_gem_specification.rb +156 -125
  492. data/test/rubygems/test_gem_stream_ui.rb +3 -3
  493. data/test/rubygems/test_gem_stub_specification.rb +4 -6
  494. data/test/rubygems/test_gem_text.rb +1 -3
  495. data/test/rubygems/test_gem_uninstaller.rb +134 -12
  496. data/test/rubygems/test_gem_unsatisfiable_dependency_error.rb +0 -2
  497. data/test/rubygems/test_gem_uri_formatter.rb +0 -2
  498. data/test/rubygems/test_gem_util.rb +7 -7
  499. data/test/rubygems/test_gem_validator.rb +1 -3
  500. data/test/rubygems/test_gem_version.rb +1 -3
  501. data/test/rubygems/test_gem_version_option.rb +1 -3
  502. data/test/rubygems/test_kernel.rb +25 -10
  503. data/test/rubygems/test_project_sanity.rb +7 -2
  504. data/test/rubygems/test_remote_fetch_error.rb +0 -2
  505. data/test/rubygems/test_require.rb +291 -56
  506. data/test/test_changelog_generator.rb +17 -0
  507. metadata +63 -97
  508. data/.bundle/config +0 -2
  509. data/.rubocop.yml +0 -91
  510. data/Gemfile +0 -8
  511. data/Gemfile.lock +0 -43
  512. data/bundler/CODE_OF_CONDUCT.md +0 -136
  513. data/bundler/lib/bundler/vendor/molinillo/lib/molinillo/compatibility.rb +0 -26
  514. data/bundler/man/bundle-add.1.txt +0 -58
  515. data/bundler/man/bundle-binstubs.1.txt +0 -48
  516. data/bundler/man/bundle-cache.1.txt +0 -78
  517. data/bundler/man/bundle-check.1.txt +0 -33
  518. data/bundler/man/bundle-clean.1.txt +0 -26
  519. data/bundler/man/bundle-config.1.txt +0 -528
  520. data/bundler/man/bundle-doctor.1.txt +0 -44
  521. data/bundler/man/bundle-exec.1.txt +0 -178
  522. data/bundler/man/bundle-gem.1.txt +0 -91
  523. data/bundler/man/bundle-info.1.txt +0 -21
  524. data/bundler/man/bundle-init.1.txt +0 -34
  525. data/bundler/man/bundle-inject.1.txt +0 -32
  526. data/bundler/man/bundle-install.1.txt +0 -401
  527. data/bundler/man/bundle-list.1.txt +0 -43
  528. data/bundler/man/bundle-lock.1.txt +0 -93
  529. data/bundler/man/bundle-open.1.txt +0 -29
  530. data/bundler/man/bundle-outdated.1.txt +0 -131
  531. data/bundler/man/bundle-platform.1.txt +0 -57
  532. data/bundler/man/bundle-pristine.1.txt +0 -44
  533. data/bundler/man/bundle-remove.1.txt +0 -34
  534. data/bundler/man/bundle-show.1.txt +0 -27
  535. data/bundler/man/bundle-update.1.txt +0 -390
  536. data/bundler/man/bundle-viz.1.txt +0 -39
  537. data/bundler/man/bundle.1.txt +0 -116
  538. data/bundler/man/gemfile.5.txt +0 -649
  539. data/lib/rubygems/source_local.rb +0 -7
  540. data/lib/rubygems/source_specific_file.rb +0 -6
  541. data/lib/ubygems.rb +0 -14
  542. data/tmp/.keep +0 -0
  543. data/util/CL2notes +0 -55
  544. data/util/bisect +0 -10
  545. data/util/ci.sh +0 -62
  546. data/util/cops/deprecations.rb +0 -52
  547. data/util/create_certs.rb +0 -171
  548. data/util/create_certs.sh +0 -27
  549. data/util/create_encrypted_key.rb +0 -16
  550. data/util/generate_spdx_license_list.rb +0 -63
  551. data/util/patch_with_prs.rb +0 -77
  552. data/util/rubocop +0 -8
  553. data/util/update_bundled_ca_certificates.rb +0 -137
  554. data/util/update_changelog.rb +0 -64
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 78a4d800b2d75e1b49ee618dee0f663d8b9cecb90fe46043b65a88865aa4fc78
4
- data.tar.gz: a4535a4ee7fd3e14a60c11d1ec8c82c01063c7023f4b5a63070e8dfbc322b3c9
3
+ metadata.gz: 89d8b149374def285695109ddc454c37bce9e4237c234c5effd43d9cf4ccc26a
4
+ data.tar.gz: d47581abe6eeacc1037e20a882df82001f5742fb33418d38829c788bb341f073
5
5
  SHA512:
6
- metadata.gz: 1c0b699ea3e0a12b393e4f54fb2bb095ff26bcb52911d77ae38dbe82d6591e061d6a9e6b99bb475aed7c2ed48a83e81ad36e4eebda065a86aaf3385d553bbeb8
7
- data.tar.gz: 3710d47156752e7ef3d4cdf8e1aab2a6e0aaf8e80cc9f79a9314f5774a1ea64d7a40283989e5f8fc6d67e2fb4616531d391d892536155a1f78bb6fab1657c924
6
+ metadata.gz: 34fe6a294d1aaed49dc46a1a3aecdc211a2fb308a88ab352cbc732a0b9dc8ffdedc0e87302efc29275972051f77a275b8caf3c436538dcbb43e569b75ce1e429
7
+ data.tar.gz: 10af836317bb8539971af80345a129963d56149affab1a89498abde570c31802a374246c0cee85bf3bdfd6c37d6dcfd1db33677b4db9c5514d6cd5102741be89
@@ -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.
@@ -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,15 +1,232 @@
1
- # coding: UTF-8
1
+ === 3.2.2 / 2020-12-17
2
2
 
3
- === 3.1.5 / 2020-12-09
3
+ Bug fixes:
4
4
 
5
- Minor enhancements:
5
+ * Fix issue where CLI commands making more than one request to
6
+ rubygems.org needing an OTP code would crash or ask for the code twice.
7
+ Pull request #4162 by sonalkr132
8
+ * Fix building rake extensions that require openssl. Pull request #4165 by
9
+ deivid-rodriguez
10
+ * Fix `gem update --system` displaying too many changelog entries. Pull
11
+ request #4145 by deivid-rodriguez
6
12
 
7
- * Add GlobalSign Root CA - R3 cert and remove outdated certs. Pull request #4100
8
- by Aditya Prakash.
13
+ === 3.2.1 / 2020-12-14
14
+
15
+ Enhancements:
16
+
17
+ * Added help message for gem i webrick in gem server command. Pull request
18
+ #4117 by hsbt
19
+
20
+ Bug fixes:
21
+
22
+ * Added the missing loading of fileutils same as load_specs. Pull request
23
+ #4124 by hsbt
24
+ * Fix Resolver::APISet to always include prereleases when necessary. Pull
25
+ request #4113 by deivid-rodriguez
26
+
27
+ === 3.2.0 / 2020-12-07
28
+
29
+ Enhancements:
30
+
31
+ * Do not override Kernel#warn when there is no need. Pull request #4075 by
32
+ eregon
33
+ * Update endpoint of gem signin command. Pull request #3840 by sonalkr132
34
+ * Omit deprecated commands from command help output. Pull request #4023 by
35
+ landongrindheim
36
+ * Suggest alternatives in `gem query` deprecation. Pull request #4021 by
37
+ landongrindheim
38
+ * Lazily load `time`, `cgi`, and `zlib`. Pull request #4010 by
39
+ deivid-rodriguez
40
+ * Don't hit the network when installing dependencyless local gemspec. Pull
41
+ request #3968 by deivid-rodriguez
42
+ * Add `--force` option to `gem sources` command. Pull request #3956 by
43
+ andy-smith-msm
44
+ * Lazily load `openssl`. Pull request #3850 by deivid-rodriguez
45
+ * Pass more information when comparing platforms. Pull request #3817 by
46
+ eregon
47
+
48
+ Bug fixes:
49
+
50
+ * Use better owner & group for files in rubygems package. Pull request
51
+ #4065 by deivid-rodriguez
52
+ * Improve gem build -C flag. Pull request #3983 by bronzdoc
53
+ * Handle unexpected behavior with URI#merge and subpaths missing trailing
54
+ slashes. Pull request #3123 by drcapulet
55
+ * Add missing `fileutils` require in rubygems installer. Pull request
56
+ #4036 by deivid-rodriguez
57
+ * Fix `--platform` option to `gem specification` being ignored. Pull
58
+ request #4043 by deivid-rodriguez
59
+ * Expose `--no-minimal-deps` flag to install the latest version of
60
+ dependencies. Pull request #4030 by deivid-rodriguez
61
+ * Fix "stack level too deep" error when overriding `Warning.warn`. Pull
62
+ request #3987 by eregon
63
+ * Append '.gemspec' extension only when it is not present. Pull request
64
+ #3988 by voxik
65
+ * Install to correct plugins dir when using `--build-root`. Pull request
66
+ #3972 by deivid-rodriguez
67
+ * Fix `--build-root` flag under Windows. Pull request #3975 by
68
+ deivid-rodriguez
69
+ * Fix `typo_squatting?` false positive for `rubygems.org` itself. Pull
70
+ request #3951 by andy-smith-msm
71
+ * Make `--default` and `--install-dir` options to `gem install` play nice
72
+ together. Pull request #3906 by deivid-rodriguez
73
+
74
+ Deprecations:
75
+
76
+ * Deprecate server command. Pull request #3868 by bronzdoc
77
+
78
+ Performance:
79
+
80
+ * Don't change ruby process CWD when building extensions. Pull request
81
+ #3498 by deivid-rodriguez
82
+
83
+ === 3.2.0.rc.2 / 2020-10-08
84
+
85
+ Enhancements:
86
+
87
+ * Make --dry-run flag consistent across rubygems commands. Pull request
88
+ #3867 by bronzdoc
89
+ * Disallow downgrades to too old versions. Pull request #3566 by
90
+ deivid-rodriguez
91
+ * Added `--platform` option to `build` command. Pull request #3079 by nobu
92
+ * Have "gem update --system" pass through the `--silent` flag. Pull
93
+ request #3789 by duckinator
94
+ * Add writable check for cache dir. Pull request #3876 by xndcn
95
+ * Warn on duplicate dependency in a specification. Pull request #3864 by
96
+ bronzdoc
97
+ * Fix indentation in `gem env`. Pull request #3861 by colby-swandale
98
+ * Let more exceptions flow. Pull request #3819 by deivid-rodriguez
99
+ * Ignore internal frames in RubyGems' Kernel#warn. Pull request #3810 by
100
+ eregon
101
+
102
+ Bug fixes:
103
+
104
+ * Add missing fileutils require. Pull request #3911 by deivid-rodriguez
105
+ * Fix false positive warning on Windows when PATH has
106
+ `File::ALT_SEPARATOR`. Pull request #3829 by deivid-rodriguez
107
+ * Fix Kernel#warn override to handle backtrace location with nil path.
108
+ Pull request #3852 by jeremyevans
109
+ * Don't format executables on `gem update --system`. Pull request #3811 by
110
+ deivid-rodriguez
111
+ * `gem install --user` fails with `Gem::FilePermissionError` on the system
112
+ plugins directory. Pull request #3804 by nobu
113
+
114
+ Performance:
115
+
116
+ * Avoid duplicated generation of APISpecification objects. Pull request
117
+ #3940 by mame
118
+ * Eval defaults with frozen_string_literal: true. Pull request #3847 by
119
+ casperisfine
120
+ * Deduplicate the requirement operators in memory. Pull request #3846 by
121
+ casperisfine
122
+ * Optimize Gem.already_loaded?. Pull request #3793 by casperisfine
123
+
124
+ === 3.2.0.rc.1 / 2020-07-04
125
+
126
+ Enhancements:
127
+
128
+ * Test TruffleRuby in CI. Pull request #2797 by Benoit Daloze.
129
+ * Rework plugins system and speed up rubygems. Pull request #3108 by David
130
+ Rodríguez.
131
+ * Specify explicit separator not to be affected by $;. Pull request #3424
132
+ by Nobuyoshi Nakada.
133
+ * Enable `Layout/ExtraSpacing` cop. Pull request #3449 by David Rodríguez.
134
+ * Rollback gem deprecate. Pull request #3530 by Luis Sagastume.
135
+ * Normalize heredoc delimiters. Pull request #3533 by David Rodríguez.
136
+ * Log messages to stdout in `rake package`. Pull request #3632 by David
137
+ Rodríguez.
138
+ * Remove explicit `psych` activation. Pull request #3636 by David
139
+ Rodríguez.
140
+ * Delay `fileutils` loading to fix some warnings. Pull request #3637 by
141
+ David Rodríguez.
142
+ * Make sure rubygems/package can be directly required reliably. Pull
143
+ request #3670 by Luis Sagastume.
144
+ * Make sure `tmp` folder exists before calling `Dir.tmpdir`. Pull request
145
+ #3711 by David Rodríguez.
146
+ * Add Gem.disable_system_update_message to disable gem update --system if
147
+ needed. Pull request #3720 by Josef Šimánek.
148
+ * Tweaks to play nice with ruby-core setup. Pull request #3733 by David
149
+ Rodríguez.
150
+ * Remove explicit require for auto-loaded constant. Pull request #3751 by
151
+ Karol Bucek.
152
+ * Test files should not be included in spec.files. Pull request #3758 by
153
+ Marc-André Lafortune.
154
+ * Remove TODO comment about warning on setting instead of pushing. Pull
155
+ request #2823 by Luis Sagastume.
156
+ * Add deprecate command method. Pull request #2935 by Luis Sagastume.
157
+ * Simplify deprecate command method. Pull request #2974 by Luis Sagastume.
158
+ * Fix Gem::LOADED_SPECS_MUTEX handling for recursive locking. Pull request
159
+ #2985 by MSP-Greg.
160
+ * Add `funding_uri ` metadata field to gemspec. Pull request #3060 by
161
+ Colby Swandale.
162
+ * Updates to some old gem-signing docs. Pull request #3063 by Tieg
163
+ Zaharia.
164
+ * Update the gem method for Gem::Installer. Pull request #3137 by Daniel
165
+ Berger.
166
+ * Simplify initial gem help output. Pull request #3148 by Olivier Lacan.
167
+ * Resolve latest version via `gem contents`. Pull request #3149 by Dan
168
+ Rice.
169
+ * Install suggestions. Pull request #3151 by Sophia Castellarin.
170
+ * Only rescue the errors we actually want to rescue. Pull request #3156 by
171
+ David Rodríguez.
172
+
173
+ Bug fixes:
174
+
175
+ * Accept not only /usr/bin/env but also /bin/env in some tests. Pull
176
+ request #3422 by Yusuke Endoh.
177
+ * Skip a test that attempts to remove the current directory on Solaris.
178
+ Pull request #3423 by Yusuke Endoh.
179
+ * Fix race condition on bundler's parallel installer. Pull request #3440
180
+ by David Rodríguez.
181
+ * Fix platform comparison check in #contains_requirable_file?. Pull
182
+ request #3495 by Benoit Daloze.
183
+ * Improve missing spec error. Pull request #3559 by Luis Sagastume.
184
+ * Fix hidden bundler template installation from rubygems updater. Pull
185
+ request #3674 by David Rodríguez.
186
+ * Fix gem update --user-install. Pull request #2901 by Luis Sagastume.
187
+ * Correct conflict list when uninstallation is prevented. Pull request
188
+ #2973 by David Rodríguez.
189
+ * Fix error when trying to find bundler with a deleted "working directo….
190
+ Pull request #3090 by Luis Sagastume.
191
+ * Fix -I require priority. Pull request #3124 by David Rodríguez.
192
+ * Fix `ruby setup.rb` for new plugins layout. Pull request #3144 by David
193
+ Rodríguez.
194
+
195
+ Deprecations:
196
+
197
+ * Set deprecation warning on query command. Pull request #2967 by Luis
198
+ Sagastume.
199
+
200
+ Breaking changes:
201
+
202
+ * Remove ruby 1.8 leftovers. Pull request #3442 by David Rodríguez.
203
+ * Minitest cleanup. Pull request #3445 by David Rodríguez.
204
+ * Remove `builder` gem requirement for `gem regenerate_index`. Pull
205
+ request #3552 by David Rodríguez.
206
+ * Remove modelines for consistency. Pull request #3714 by David Rodríguez.
207
+ * Stop using deprecated OpenSSL::Digest constants. Pull request #3763 by
208
+ Bart de Water.
209
+ * Remove Gem module deprecated methods. Pull request #3101 by Luis
210
+ Sagastume.
211
+ * Remove ubygems.rb. Pull request #3102 by Luis Sagastume.
212
+ * Remove Gem::Commands::QueryCommand. Pull request #3104 by Luis
213
+ Sagastume.
214
+ * Remove dependency installer deprecated methods. Pull request #3106 by
215
+ Luis Sagastume.
216
+ * Remove Gem::UserInteraction#debug method. Pull request #3107 by Luis
217
+ Sagastume.
218
+ * Remove options from Gem::GemRunner.new. Pull request #3110 by Luis
219
+ Sagastume.
220
+ * Remove deprecated Gem::RemoteFetcher#fetch_size. Pull request #3111 by
221
+ Luis Sagastume.
222
+ * Remove source_exception from Gem::Exception. Pull request #3112 by Luis
223
+ Sagastume.
224
+ * Requiring rubygems/source_specific_file is deprecated, remove it. Pull
225
+ request #3114 by Luis Sagastume.
9
226
 
10
227
  === 3.1.4 / 2020-06-03
11
228
 
12
- Minor enhancements:
229
+ Enhancements:
13
230
 
14
231
  * Deprecate rubyforge_project attribute only during build
15
232
  time. Pull request #3609 by Josef Šimánek.
@@ -20,7 +237,7 @@ Minor enhancements:
20
237
 
21
238
  === 3.1.3 / 2020-05-05
22
239
 
23
- Minor enhancements:
240
+ Enhancements:
24
241
 
25
242
  * Resolver: require NameTuple before use. Pull request #3171 by Olle
26
243
  Jonsson.
@@ -45,7 +262,7 @@ Bug fixes:
45
262
 
46
263
  === 3.1.2 / 2019-12-20
47
264
 
48
- Minor enhancements:
265
+ Enhancements:
49
266
 
50
267
  * Restore non prompting `gem update --system` behavior. Pull request #3040
51
268
  by David Rodríguez.
@@ -72,12 +289,9 @@ Bug fixes:
72
289
 
73
290
  === 3.1.0 / 2019-12-16
74
291
 
75
- Major enhancements:
292
+ Enhancements:
76
293
 
77
294
  * Vendor bundler 2.1. Pull request #3028 by David Rodríguez.
78
-
79
- Minor enhancements:
80
-
81
295
  * Check for rubygems.org typo squatting sources. Pull request #2999 by
82
296
  Luis Sagastume.
83
297
  * Refactor remote fetcher. Pull request #3017 by David Rodríguez.
@@ -96,15 +310,18 @@ Bug fixes:
96
310
  * Remove configuration that contained a typo. Pull request #2989 by David
97
311
  Rodríguez.
98
312
 
99
- Compatibility changes:
313
+ Deprecations:
100
314
 
101
- * Remove 1.8.7 leftovers. Pull request #2972 by David Rodríguez.
102
315
  * Deprecate `gem generate_index --modern` and `gem generate_index
103
316
  --no-modern`. Pull request #2992 by David Rodríguez.
104
317
 
318
+ Breaking changes:
319
+
320
+ * Remove 1.8.7 leftovers. Pull request #2972 by David Rodríguez.
321
+
105
322
  === 3.1.0.pre3 / 2019-11-11
106
323
 
107
- Minor enhancements:
324
+ Enhancements:
108
325
 
109
326
  * Fix gem pristine not accounting for user installed gems. Pull request
110
327
  #2914 by Luis Sagastume.
@@ -125,7 +342,7 @@ Minor enhancements:
125
342
 
126
343
  === 3.1.0.pre2 / 2019-10-15
127
344
 
128
- Minor enhancements:
345
+ Enhancements:
129
346
 
130
347
  * Optimize Gem::Package::TarReader#each. Pull request #2941 by Jean byroot
131
348
  Boussier.
@@ -134,7 +351,7 @@ Minor enhancements:
134
351
 
135
352
  === 3.1.0.pre1 / 2019-10-08
136
353
 
137
- Major enhancements:
354
+ Enhancements:
138
355
 
139
356
  * Try to use bundler-2.1.0.pre.2. Pull request #2923 by SHIBATA Hiroshi.
140
357
  * [Require] Ensure -I beats a default gem. Pull request #1868 by Samuel
@@ -145,9 +362,6 @@ Major enhancements:
145
362
  Chaofan.
146
363
  * Autoswitch to exact bundler version if present. Pull request #2583 by
147
364
  David Rodríguez.
148
-
149
- Minor enhancements:
150
-
151
365
  * Fix Gem::Requirement equality comparison when ~> operator is used. Pull
152
366
  request #2554 by Grey Baker.
153
367
  * Don't use a proxy if https_proxy env var is empty. Pull request #2567 by
@@ -300,29 +514,33 @@ Bug fixes:
300
514
  * Fix cryptic error on local and ignore-dependencies combination. Pull
301
515
  request #2650 by David Rodríguez.
302
516
 
303
- Compatibility changes:
517
+ Deprecations:
304
518
 
305
- * Remove commented code from command.rb. Pull request #2620 by Luis
519
+ * Make deprecate Gem::RubyGemsVersion and Gem::ConfigMap. Pull request
520
+ #2857 by SHIBATA Hiroshi.
521
+ * Deprecate Gem::RemoteFetcher#fetch_size. Pull request #2833 by Luis
306
522
  Sagastume.
523
+ * Explicitly deprecate `rubyforge_project`. Pull request #2798 by David
524
+ Rodríguez.
525
+ * Deprecate unused Gem::Installer#unpack method. Pull request #2715 by Vít
526
+ Ondruch.
527
+ * Deprecate a few unused methods. Pull request #2674 by David Rodríguez.
528
+ * Add deprecation warnings for cli options. Pull request #2607 by Luis
529
+ Sagastume.
530
+
531
+ Breaking changes:
532
+
307
533
  * Suppress keywords warning. Pull request #2934 by Nobuyoshi Nakada.
308
534
  * Suppress Ruby 2.7's real kwargs warning. Pull request #2912 by Koichi
309
535
  ITO.
310
536
  * Fix Kernel#warn override. Pull request #2911 by Jeremy Evans.
311
- * Make deprecate Gem::RubyGemsVersion and Gem::ConfigMap. Pull request
312
- #2857 by SHIBATA Hiroshi.
313
- * Deprecate Gem::RemoteFetcher#fetch_size. Pull request #2833 by Luis
314
- Sagastume.
315
537
  * Remove conflict.rb code that was supposed to be removed in Rubygems 3.
316
538
  Pull request #2802 by Luis Sagastume.
317
- * Explicitly deprecate `rubyforge_project`. Pull request #2798 by David
318
- Rodríguez.
319
539
  * Compatibility cleanups. Pull request #2754 by David Rodríguez.
320
540
  * Remove `others_possible` activation request param. Pull request #2747 by
321
541
  David Rodríguez.
322
542
  * Remove dependency installer deprecated code. Pull request #2740 by Luis
323
543
  Sagastume.
324
- * Deprecate unused Gem::Installer#unpack method. Pull request #2715 by Vít
325
- Ondruch.
326
544
  * Removed guard condition with USE_BUNDLER_FOR_GEMDEPS. Pull request #2716
327
545
  by SHIBATA Hiroshi.
328
546
  * Skip deprecation warning during specs. Pull request #2718 by David
@@ -331,24 +549,26 @@ Compatibility changes:
331
549
  * Removed circular require. Pull request #2679 by Nobuyoshi Nakada.
332
550
  * Removed needless environmental variable for Travis CI. Pull request
333
551
  #2685 by SHIBATA Hiroshi.
334
- * Deprecate a few unused methods. Pull request #2674 by David Rodríguez.
335
552
  * Removing yaml require. Pull request #2538 by Luciano Sousa.
336
- * Add deprecation warnings for cli options. Pull request #2607 by Luis
337
- Sagastume.
338
553
 
339
- Style changes:
554
+ === 3.0.8 / 2020-02-19
340
555
 
341
- * Enable `Layout/SpaceInsideParens` rubocop cop. Pull request #2630 by
342
- David Rodríguez.
343
- * Remove some extra empty lines from the repo. Pull request #2669 by David
344
- Rodríguez.
345
- * Enable Style/EmptyLinesAroundClassBody rubocop cop. Pull request #2636
346
- by David Rodríguez.
347
- * Enable Style/BlockDelimiters rubocop cop. Pull request #2640 by David
348
- Rodríguez.
349
- * Enable Layout/SpaceAroundOperators rubocop cop. Pull request #2642 by
350
- David Rodríguez.
351
- * Rubocop 0.71. Pull request #2785 by David Rodríguez.
556
+ Bug fixes:
557
+
558
+ * Gem::Specification#to_ruby needs OpenSSL. Pull request #2937 by
559
+ Nobuyoshi Nakada.
560
+
561
+ === 3.0.7 / 2020-02-18
562
+
563
+ Bug fixes:
564
+
565
+ * Fix underscore version selection for bundler #2908 by David Rodríguez.
566
+ * Add missing wrapper. Pull request #2690 by David Rodríguez.
567
+ * Make Gem::Specification#ruby_code handle OpenSSL::PKey::RSA objects.
568
+ Pull request #2782 by Luis Sagastume.
569
+ * Installer.rb - fix #windows_stub_script. Pull request #2876 by MSP-Greg.
570
+ * Use IAM role to extract security-credentials for EC2 instance. Pull
571
+ request #2894 by Alexander Pakulov.
352
572
 
353
573
  === 3.0.6 / 2019-08-17
354
574
 
@@ -358,7 +578,7 @@ Bug fixes:
358
578
 
359
579
  === 3.0.5 / 2019-08-16
360
580
 
361
- Minor enhancements:
581
+ Enhancements:
362
582
 
363
583
  * Use env var to configure api key on push. Pull request #2559 by Luis
364
584
  Sagastume.
@@ -411,7 +631,7 @@ Bug fixes:
411
631
 
412
632
  === 3.0.4 / 2019-06-14
413
633
 
414
- Minor enhancements:
634
+ Enhancements:
415
635
 
416
636
  * Add support for TruffleRuby #2612 by Benoit Daloze
417
637
  * Serve a more descriptive error when --no-ri or --no-rdoc are used #2572
@@ -468,7 +688,6 @@ Bug fixes:
468
688
 
469
689
  Security fixes:
470
690
 
471
- * Fixed following vulnerabilities:
472
691
  * CVE-2019-8320: Delete directory using symlink when decompressing tar
473
692
  * CVE-2019-8321: Escape sequence injection vulnerability in `verbose`
474
693
  * CVE-2019-8322: Escape sequence injection vulnerability in `gem owner`
@@ -478,7 +697,7 @@ Security fixes:
478
697
 
479
698
  === 3.0.2 / 2019-01-01
480
699
 
481
- Minor enhancements:
700
+ Enhancements:
482
701
 
483
702
  * Use Bundler-1.17.3. Pull request #2556 by SHIBATA Hiroshi.
484
703
  * Fix document flag description. Pull request #2555 by Luis Sagastume.
@@ -506,7 +725,7 @@ Bug fixes:
506
725
 
507
726
  === 3.0.0 / 2018-12-19
508
727
 
509
- Major enhancements:
728
+ Enhancements:
510
729
 
511
730
  * S3 source. Pull request #1690 by Aditya Prakash.
512
731
  * Download gems with threads. Pull request #1898 by André Arko.
@@ -514,9 +733,6 @@ Major enhancements:
514
733
  * [GSoC] Multi-factor feature for RubyGems. Pull request #2369 by Qiu
515
734
  Chaofan.
516
735
  * Use bundler 1.17.2. Pull request #2521 by SHIBATA Hiroshi.
517
-
518
- Minor enhancements:
519
-
520
736
  * Don't treat inaccessible working directories as build failures. Pull
521
737
  request #1135 by Pete.
522
738
  * Remove useless directory parameter from builders .build methods.
@@ -543,7 +759,7 @@ Minor enhancements:
543
759
  Swandale.
544
760
  * Add Gem.operating_system_defaults to allow packagers to override
545
761
  defaults. Pull request #2116 by Vít Ondruch.
546
- * Update for compatibilty with new minitest. Pull request #2118 by
762
+ * Update for compatibility with new minitest. Pull request #2118 by
547
763
  MSP-Greg.
548
764
  * Make Windows bin stubs portable. Pull request #2119 by MSP-Greg.
549
765
  * Avoid to warnings about gemspec loadings in rubygems tests. Pull request
@@ -575,11 +791,11 @@ Minor enhancements:
575
791
  SHIBATA Hiroshi.
576
792
  * Add Rake task to install dev dependencies. Pull request #2173 by Ellen
577
793
  Marie Dash.
578
- * Add new sections to the README and explaination of what RubyGems is.
794
+ * Add new sections to the README and explanation of what RubyGems is.
579
795
  Pull request #2174 by Colby Swandale.
580
796
  * Prefer to use `Numeric#zero?` instead of `== 0`. Pull request #2176 by
581
797
  SHIBATA Hiroshi.
582
- * Ignore perfomance test of version regexp pattern. Pull request #2179 by
798
+ * Ignore performance test of version regexp pattern. Pull request #2179 by
583
799
  SHIBATA Hiroshi.
584
800
  * Ignore .DS_Store files in the update_manifest task. Pull request #2199
585
801
  by Colby Swandale.
@@ -727,7 +943,7 @@ Bug fixes:
727
943
  * Fix tests when --program-suffix and similar ruby configure options are
728
944
  used. Pull request #2529 by Jeremy Evans.
729
945
 
730
- Compatibility changes:
946
+ Breaking changes:
731
947
 
732
948
  * IO.binread is not provided at Ruby 1.8. Pull request #2093 by SHIBATA
733
949
  Hiroshi.
@@ -780,44 +996,20 @@ Compatibility changes:
780
996
  * [BudlerVersionFinder] set .filter! and .compatible? to match only on
781
997
  major versions. Pull request #2515 by Colby Swandale.
782
998
 
783
- Style changes:
784
-
785
- * Add Rubocop. Pull request #2250 by Colby Swandale.
786
- * Removed explicitly declaration of thread library. Pull request #2324 by
787
- SHIBATA Hiroshi.
788
- * Remove Trailing whitespace with rubocop. Pull request #2394 by SHIBATA
789
- Hiroshi.
790
- * Update rubocop and also use correct pessimistic version. Pull request
791
- #2404 by Colby Swandale.
792
- * Enable more rubocop rules. Pull request #2435 by Ellen Marie Dash.
793
- * Fix and lock rubocop. Pull request #2465 by David Rodríguez.
794
- * Add a rubocop binstub. Pull request #2468 by David Rodríguez.
795
- * Restore the `rubocop` task. Pull request #2470 by David Rodríguez.
796
- * Remove trailing blank lines. Pull request #2471 by David Rodríguez.
797
- * Remove empty lines around method bodies. Pull request #2473 by David
798
- Rodríguez.
799
- * Enable Style/MethodDefParentheses in Rubocop. Pull request #2478 by
800
- Colby Swandale.
801
- * Enable Style/MultilineIfThen in Rubocop. Pull request #2479 by Luis
802
- Sagastume.
803
- * Remove trailing 'then' from generated code. Pull request #2480 by Luis
804
- Sagastume.
805
-
806
999
  === 2.7.10 / 2019-06-14
807
1000
 
808
- Minor enhancements:
1001
+ Enhancements:
809
1002
 
810
1003
  * Fix bundler rubygems binstub not properly looking for bundler. Pull request #2426
811
1004
  by David Rodríguez.
812
1005
  * [BudlerVersionFinder] set .filter! and .compatible? to match only on major versions.
813
1006
  Pull request #2515 by Colby Swandale.
814
- + Update for compatibilty with new minitest. Pull request #2118 by MSP-Greg.
1007
+ + Update for compatibility with new minitest. Pull request #2118 by MSP-Greg.
815
1008
 
816
1009
  === 2.7.9 / 2019-03-05
817
1010
 
818
1011
  Security fixes:
819
1012
 
820
- * Fixed following vulnerabilities:
821
1013
  * CVE-2019-8320: Delete directory using symlink when decompressing tar
822
1014
  * CVE-2019-8321: Escape sequence injection vulnerability in `verbose`
823
1015
  * CVE-2019-8322: Escape sequence injection vulnerability in `gem owner`
@@ -827,7 +1019,7 @@ Security fixes:
827
1019
 
828
1020
  === 2.7.8 / 2018-11-02
829
1021
 
830
- Minor enhancements:
1022
+ Enhancements:
831
1023
 
832
1024
  * [Requirement] Treat requirements with == versions as equal. Pull
833
1025
  request #2230 by Samuel Giddins.
@@ -861,7 +1053,7 @@ Bug fixes:
861
1053
 
862
1054
  === 2.7.7 / 2018-05-08
863
1055
 
864
- Minor enhancements:
1056
+ Enhancements:
865
1057
 
866
1058
  * [RequestSet] Only suggest a gem version with an installable platform.
867
1059
  Pull request #2175 by Samuel Giddins.
@@ -889,13 +1081,16 @@ Bug fixes:
889
1081
  * Fix path checks for case insensitive filesystem. Pull request #2211 by
890
1082
  Lars Kanis.
891
1083
 
892
- Compatibility changes:
1084
+ Deprecations:
893
1085
 
894
1086
  * Deprecate unused code before removing them at #1524. Pull request #2197
895
1087
  by SHIBATA Hiroshi.
896
1088
  * Deprecate for rubygems 3. Pull request #2214 by SHIBATA Hiroshi.
897
1089
  * Mark deprecation to `ubygems.rb` for RubyGems 4. Pull request #2269 by
898
1090
  SHIBATA Hiroshi.
1091
+
1092
+ Breaking changes:
1093
+
899
1094
  * Update bundler-1.16.2. Pull request #2291 by SHIBATA Hiroshi.
900
1095
 
901
1096
  === 2.7.6 / 2018-02-16
@@ -907,7 +1102,7 @@ Security fixes:
907
1102
  * Fix possible Unsafe Object Deserialization Vulnerability in gem owner.
908
1103
  Fixed by Jonathan Claudius.
909
1104
  * Strictly interpret octal fields in tar headers.
910
- Discoved by plover, fixed by Samuel Giddins.
1105
+ Discovered by plover, fixed by Samuel Giddins.
911
1106
  * Raise a security error when there are duplicate files in a package.
912
1107
  Discovered by plover, fixed by Samuel Giddins.
913
1108
  * Enforce URL validation on spec homepage attribute.
@@ -944,7 +1139,7 @@ Bug fixes:
944
1139
 
945
1140
  === 2.7.3
946
1141
 
947
- Minor enhancements:
1142
+ Enhancements:
948
1143
 
949
1144
  * Removed needless version lock. Pull request #2074 by SHIBATA Hiroshi.
950
1145
  * Add --[no-]check-development option to cleanup command. Pull request
@@ -994,15 +1189,12 @@ Bug fixes:
994
1189
 
995
1190
  === 2.7.0 (2017-11-02)
996
1191
 
997
- Major enhancements:
1192
+ Enhancements:
998
1193
 
999
1194
  * Update vendored bundler-1.16.0. Pull request #2051 by Samuel Giddins.
1000
1195
  * Use Bundler for Gem.use_gemdeps. Pull request #1674 by Samuel Giddins.
1001
1196
  * Add command `signin` to `gem` CLI. Pull request #1944 by Shiva Bhusal.
1002
1197
  * Add Logout feature to CLI. Pull request #1938 by Shiva Bhusal.
1003
-
1004
- Minor enhancements:
1005
-
1006
1198
  * Added message to uninstall command for gem that is not installed. Pull
1007
1199
  request #1979 by anant anil kolvankar.
1008
1200
  * Add --trust-policy option to unpack command. Pull request #1718 by
@@ -1088,11 +1280,8 @@ Minor enhancements:
1088
1280
  * Warn when requiring deprecated files. Pull request #1939 by Ellen Marie
1089
1281
  Dash.
1090
1282
 
1091
- Compatibility changes:
1283
+ Deprecations:
1092
1284
 
1093
- * Use `-rrubygems` instead of `-rubygems.rb`. Because ubygems.rb is
1094
- unavailable on Ruby 2.5. Pull request #2028 #2027 #2029
1095
- by SHIBATA Hiroshi.
1096
1285
  * Deprecate Gem::InstallerTestCase#util_gem_bindir and
1097
1286
  Gem::InstallerTestCase#util_gem_dir. Pull request #1729 by Jon Moss.
1098
1287
  * Deprecate passing options to Gem::GemRunner. Pull request #1730 by Jon
@@ -1100,6 +1289,12 @@ Compatibility changes:
1100
1289
  * Add deprecation for Gem#datadir. Pull request #1732 by Jon Moss.
1101
1290
  * Add deprecation warning for Gem::DependencyInstaller#gems_to_install.
1102
1291
  Pull request #1731 by Jon Moss.
1292
+
1293
+ Breaking changes:
1294
+
1295
+ * Use `-rrubygems` instead of `-rubygems.rb`. Because ubygems.rb is
1296
+ unavailable on Ruby 2.5. Pull request #2028 #2027 #2029
1297
+ by SHIBATA Hiroshi.
1103
1298
  * Update Code of Conduct to Contributor Covenant v1.4.0. Pull request
1104
1299
  #1796 by Matej.
1105
1300
 
@@ -1272,7 +1467,7 @@ Bug fixes:
1272
1467
 
1273
1468
  === 2.6.5 / 2016-06-21
1274
1469
 
1275
- Minor enhancements:
1470
+ Enhancements:
1276
1471
 
1277
1472
  * Support for unified Integer in Ruby 2.4. Pull request #1618
1278
1473
  by SHIBATA Hiroshi.
@@ -1301,7 +1496,7 @@ Bug fixes:
1301
1496
 
1302
1497
  === 2.6.4 / 2016-04-26
1303
1498
 
1304
- Minor enhancements:
1499
+ Enhancements:
1305
1500
 
1306
1501
  * Use Gem::Util::NULL_DEVICE instead of hard coded strings. Pull request #1588
1307
1502
  by Chris Charabaruk.
@@ -1318,7 +1513,7 @@ Bug fixes:
1318
1513
 
1319
1514
  === 2.6.3 / 2016-04-05
1320
1515
 
1321
- Minor enhancements:
1516
+ Enhancements:
1322
1517
 
1323
1518
  * Lazily calculate Gem::LoadError exception messages. Pull request #1550
1324
1519
  by Aaron Patterson.
@@ -1371,7 +1566,7 @@ Bug fixes:
1371
1566
 
1372
1567
  === 2.6.0 / 2016-02-26
1373
1568
 
1374
- Minor enhancements:
1569
+ Enhancements:
1375
1570
 
1376
1571
  * RubyGems now defaults the `gem push` to the gem's "allowed_push_host"
1377
1572
  metadata setting. Pull request #1486 by Josh Lane.
@@ -1426,7 +1621,7 @@ Bug fixes:
1426
1621
  * Handle symlinks containing ".." correctly. Pull request #1457 by Samuel E.
1427
1622
  Giddins.
1428
1623
 
1429
- Minor enhancements:
1624
+ Enhancements:
1430
1625
 
1431
1626
  * Add `--no-rc` flag, which skips loading `.gemrc`. Pull request #1329 by Luis
1432
1627
  Sagastume.
@@ -1484,7 +1679,7 @@ Bug fixes:
1484
1679
 
1485
1680
  === 2.5.0 / 2015-11-03
1486
1681
 
1487
- Major enhancements:
1682
+ Enhancements:
1488
1683
 
1489
1684
  * Added the Gem::Licenses class which provides a set of standard license
1490
1685
  identifiers as set by spdx.org. This is now used by the
@@ -1493,8 +1688,6 @@ Major enhancements:
1493
1688
 
1494
1689
  Pull request #1249 by Kyle Mitchell.
1495
1690
 
1496
- Minor enhancements:
1497
-
1498
1691
  * Use Molinillo as the resolver library. This is the same resolver as used by
1499
1692
  Bundler. Pull request #1189 by Samuel E. Giddins.
1500
1693
  * Add `--skip=gem_name` to Pristine command. Pull request #1018 by windwiny.
@@ -1758,7 +1951,7 @@ Bug fixes:
1758
1951
 
1759
1952
  === 2.4.0 / 2014-07-16
1760
1953
 
1761
- Minor enhancements:
1954
+ Enhancements:
1762
1955
 
1763
1956
  * The contents command now supports a --show-install-dir option that shows
1764
1957
  only the directory the gem is installed in. Feature request #966 by Akinori
@@ -1821,7 +2014,7 @@ Bug fixes:
1821
2014
 
1822
2015
  === 2.3.0 / 2014-06-10
1823
2016
 
1824
- Minor enhancements:
2017
+ Enhancements:
1825
2018
 
1826
2019
  * Added the `open` command which allows you to inspect the source of a gem
1827
2020
  using your editor.
@@ -2022,7 +2215,7 @@ Bug fixes:
2022
2215
  Special thanks to Vít Ondruch and Michal Papis for testing and finding bugs in
2023
2216
  RubyGems as it was prepared for the 2.2.0 release.
2024
2217
 
2025
- Major enhancements:
2218
+ Enhancements:
2026
2219
 
2027
2220
  * RubyGems can check for gem dependencies files (gem.deps.rb or Gemfile) when
2028
2221
  rubygems executables are started and uses the found dependencies. This
@@ -2045,8 +2238,6 @@ Major enhancements:
2045
2238
  The default sharing location may be configured by RubyGems packagers through
2046
2239
  Gem.default_ext_dir_for. Pull Request #744 by Vít Ondruch.
2047
2240
 
2048
- Minor enhancements:
2049
-
2050
2241
  * RubyGems checks the 'allowed_push_host' metadata value when pushing a gem to
2051
2242
  prevent an accidental push to a public repository (such as rubygems.org).
2052
2243
  If you have private gems you should set this value in your gem specification
@@ -2245,15 +2436,13 @@ Security fixes:
2245
2436
  including vulnerable APIs. Fixed versions include 2.0.8, 1.8.26 and
2246
2437
  1.8.23.1 (for Ruby 1.9.3). Issue #626 by Damir Sharipov.
2247
2438
 
2248
- Major enhancements:
2439
+ Enhancements:
2249
2440
 
2250
2441
  * RubyGems uses a new dependency resolver for gem installation which works
2251
2442
  similar to the bundler resolver. The new resolver can resolve conflicts the
2252
2443
  previous resolver could not and offers improved diagnostics when conflicts
2253
2444
  are discovered.
2254
2445
 
2255
- Minor enhancements:
2256
-
2257
2446
  * RubyGems now has improved platform matching for the ARM architecture. Gems
2258
2447
  built with a CPU of "arm" will match any specific ARM CPU. See `gem help
2259
2448
  platform` for further details. Fixes #532 by Kim Burgestrand.
@@ -2504,7 +2693,7 @@ Bug fixes:
2504
2693
 
2505
2694
  === 2.0.3 / 2013-03-11
2506
2695
 
2507
- * Bug fixes:
2696
+ Bug fixes:
2508
2697
  * Reverted automatic upgrade to HTTPS as it breaks RubyGems APIs. Fixes
2509
2698
  #506 by André Arko
2510
2699
  * Use File.realpath to remove extra / while checking if files are
@@ -2521,7 +2710,7 @@ Bug fixes:
2521
2710
 
2522
2711
  === 2.0.2 / 2013-03-06
2523
2712
 
2524
- * Bug fixes:
2713
+ Bug fixes:
2525
2714
  * HTTPS URLs are preferred over HTTP URLs. RubyGems will now attempt to
2526
2715
  upgrade any HTTP source to HTTPS. Credit to Alex Gaynor.
2527
2716
  * SSL Certificates are now installed properly. Fixes #491 by hemanth.hm
@@ -2529,7 +2718,7 @@ Bug fixes:
2529
2718
 
2530
2719
  === 2.0.1 / 2013-03-05
2531
2720
 
2532
- * Bug fixes:
2721
+ Bug fixes:
2533
2722
  * Lazily load RubyGems.org API credentials to avoid failure during
2534
2723
  RubyGems installation. Bug #465 by Isaac Sanders.
2535
2724
  * RubyGems now picks the latest prerelease to install. Fixes bug #468 by
@@ -2563,7 +2752,7 @@ newer. Older versions of bundler will not work with RubyGems 2.0.
2563
2752
 
2564
2753
  Changes since RubyGems 1.8.25 (including past pre-releases):
2565
2754
 
2566
- * Breaking changes:
2755
+ Breaking changes:
2567
2756
 
2568
2757
  * Deprecated Gem.unresolved_deps in favor of
2569
2758
  Gem::Specification.unresolved_deps
@@ -2585,7 +2774,7 @@ Changes since RubyGems 1.8.25 (including past pre-releases):
2585
2774
  * Removed support for Ruby 1.9.1
2586
2775
  * Removed many deprecated methods
2587
2776
 
2588
- * Major enhancements:
2777
+ Enhancements:
2589
2778
 
2590
2779
  * Improved support for default gems shipping with ruby 2.0.0+
2591
2780
  * A gem can have arbitrary metadata through Gem::Specification#metadata
@@ -2603,8 +2792,6 @@ Changes since RubyGems 1.8.25 (including past pre-releases):
2603
2792
  file (Gemfile, Isolate, gem.deps.rb).
2604
2793
  Set RUBYGEMS_GEMDEPS=path to have it loaded. Use - as the path
2605
2794
  to autodetect (current and parent directories are searched).
2606
-
2607
- * Minor enhancements:
2608
2795
  * Added `gem check --doctor` to clean up after failed uninstallation. Bug
2609
2796
  #419 by Erik Hollensbe
2610
2797
  * RubyGems no longer defaults to uninstalling gems if a dependency would be
@@ -2647,7 +2834,7 @@ Changes since RubyGems 1.8.25 (including past pre-releases):
2647
2834
  GEM_HOME
2648
2835
  * When building gems with non-world-readable files a warning is shown.
2649
2836
 
2650
- * Bug fixes:
2837
+ Bug fixes:
2651
2838
  * Gem.refresh now maintains the active gem list. Clearing the list would
2652
2839
  cause double-loads which would cause other bugs. Pull Request #427 by
2653
2840
  Jeremy Evans
@@ -2704,7 +2891,7 @@ Changes since RubyGems 1.8.25 (including past pre-releases):
2704
2891
 
2705
2892
  Changes since RubyGems 2.0.0.rc.2:
2706
2893
 
2707
- * Bug fixes:
2894
+ Bug fixes:
2708
2895
  * Gem.gzip and Gem.gunzip now return strings with BINARY encoding. Issue
2709
2896
  #450 by Jeremy Kemper
2710
2897
  * Fixed placement of executables with --user-install. Ruby bug #7779 by Jon
@@ -2719,7 +2906,7 @@ Changes since RubyGems 2.0.0.rc.2:
2719
2906
 
2720
2907
  === 2.0.0.rc.2 / 2013-02-08
2721
2908
 
2722
- * Bug fixes:
2909
+ Bug fixes:
2723
2910
  * Fixed signature verification of gems which was broken only on master.
2724
2911
  Thanks to Brian Buchanan.
2725
2912
  * Proper exceptions are raised when verifying an unsigned gem. Thanks to
@@ -2727,13 +2914,13 @@ Changes since RubyGems 2.0.0.rc.2:
2727
2914
 
2728
2915
  === 2.0.0.rc.1 / 2013-01-08
2729
2916
 
2730
- * Minor enhancements:
2917
+ Enhancements:
2731
2918
  * This release of RubyGems can push gems to rubygems.org. Ordinarily
2732
2919
  prerelease versions of RubyGems cannot push gems.
2733
2920
  * Added `gem check --doctor` to clean up after failed uninstallation. Bug
2734
2921
  #419 by Erik Hollensbe
2735
2922
 
2736
- * Bug fixes:
2923
+ Bug fixes:
2737
2924
  * Fixed exception raised when attempting to push gems to rubygems.org. Bug
2738
2925
  #418 by André Arko
2739
2926
  * Gem installation will fail if RubyGems cannot load the specification from
@@ -2741,24 +2928,24 @@ Changes since RubyGems 2.0.0.rc.2:
2741
2928
 
2742
2929
  === 2.0.0.preview2.2 / 2012-12-14
2743
2930
 
2744
- * Minor enhancements:
2931
+ Enhancements:
2745
2932
  * Added a cmake builder. Pull request #265 by Allan Espinosa.
2746
2933
  * Removed rubyforge page from gem list output
2747
2934
 
2748
- * Bug fixes:
2935
+ Bug fixes:
2749
2936
  * Restored RubyGems 1.8 packaging behavior of omitting directories. Bug
2750
2937
  #413 by Jeremy Kemper.
2751
2938
 
2752
2939
  === 2.0.0.preview2.1 / 2012-12-08
2753
2940
 
2754
- * Minor enhancements:
2941
+ Enhancements:
2755
2942
  * Gem::DependencyInstaller now passes build_args down to the installer.
2756
2943
  Pull Request #412 by Sam Rawlins.
2757
2944
  * RubyGems no longer defaults to uninstalling gems if a dependency would be
2758
2945
  broken. Now you must manually say "yes". Pull Request #406 by Shannon
2759
2946
  Skipper.
2760
2947
 
2761
- * Bug fixes:
2948
+ Bug fixes:
2762
2949
  * RubyGems tests now run in FIPS mode. Issue #365 by Vít Ondruch
2763
2950
  * Fixed Gem::Specification#base_dir for default gems. Ruby Bug #7469
2764
2951
  * Only update the spec cache when we have permission. Ruby Bug #7509
@@ -2776,7 +2963,7 @@ This release contains two commits not present in Ruby 2.0.0.preview2. One
2776
2963
  commit is for ruby 1.8.7 support, the second allows RubyGems to work under
2777
2964
  $SAFE=1. There is no functional difference compared to Ruby 2.0.0.preview2
2778
2965
 
2779
- * Breaking changes:
2966
+ Breaking changes:
2780
2967
 
2781
2968
  * Deprecated Gem.unresolved_deps in favor of
2782
2969
  Gem::Specification.unresolved_deps
@@ -2798,7 +2985,7 @@ $SAFE=1. There is no functional difference compared to Ruby 2.0.0.preview2
2798
2985
  * Removed support for Ruby 1.9.1
2799
2986
  * Removed many deprecated methods
2800
2987
 
2801
- * Major enhancements:
2988
+ Enhancements:
2802
2989
 
2803
2990
  * Improved support for default gems shipping with ruby 2.0.0+
2804
2991
  * A gem can have arbitrary metadata through Gem::Specification#metadata
@@ -2816,9 +3003,6 @@ $SAFE=1. There is no functional difference compared to Ruby 2.0.0.preview2
2816
3003
  file (Gemfile, Isolate, gem.deps.rb).
2817
3004
  Set RUBYGEMS_GEMDEPS=path to have it loaded. Use - as the path
2818
3005
  to autodetect (current and parent directories are searched).
2819
-
2820
- * Minor enhancements:
2821
-
2822
3006
  * Added --only-executables option to `gem pristine`. Fixes #326
2823
3007
  * Added -I flag for 'gem query' to exclude installed items
2824
3008
  * Added Gem.install(name, version=default) for interactive sessions
@@ -2852,7 +3036,7 @@ $SAFE=1. There is no functional difference compared to Ruby 2.0.0.preview2
2852
3036
  GEM_HOME
2853
3037
  * When building gems with non-world-readable files a warning is shown.
2854
3038
 
2855
- * Bug fixes:
3039
+ Bug fixes:
2856
3040
 
2857
3041
  * Added PID to setup bin_file while installing RubyGems to protect against
2858
3042
  errors. Fixes #328 by ConradIrwin
@@ -2937,7 +3121,7 @@ Bug fixes:
2937
3121
 
2938
3122
  === 1.8.25 / 2013-01-24
2939
3123
 
2940
- * Bug fixes:
3124
+ Bug fixes:
2941
3125
  * Added 11627 to setup bin_file location to protect against errors. Fixes
2942
3126
  #328 by ConradIrwin
2943
3127
  * Specification#ruby_code didn't handle Requirement with multiple
@@ -2948,7 +3132,7 @@ Bug fixes:
2948
3132
 
2949
3133
  === 1.8.24 / 2012-04-27
2950
3134
 
2951
- * 1 bug fix:
3135
+ Bug fixes:
2952
3136
 
2953
3137
  * Install the .pem files properly. Fixes #320
2954
3138
  * Remove OpenSSL dependency from the http code path
@@ -2987,20 +3171,20 @@ You may also set :ssl_verify_mode to 0 to completely disable SSL
2987
3171
  certificate checks, but this is not recommended.
2988
3172
 
2989
3173
 
2990
- * 2 security fixes:
3174
+ Security fixes:
2991
3175
  * Disallow redirects from https to http
2992
3176
  * Turn on verification of server SSL certs
2993
3177
 
2994
- * 1 minor feature:
3178
+ Enhancements:
2995
3179
  * Add --clear-sources to fetch
2996
3180
 
2997
- * 2 bug fixes:
3181
+ Bug fixes:
2998
3182
  * Use File.identical? to check if two files are the same.
2999
3183
  * Fixed init_with warning when using psych
3000
3184
 
3001
3185
  === 1.8.22 / 2012-04-13
3002
3186
 
3003
- * 4 bug fixes:
3187
+ Bug fixes:
3004
3188
 
3005
3189
  * Workaround for psych/syck YAML date parsing issue
3006
3190
  * Don't trust the encoding of ARGV. Fixes #307
@@ -3009,14 +3193,14 @@ certificate checks, but this is not recommended.
3009
3193
 
3010
3194
  === 1.8.21 / 2012-03-22
3011
3195
 
3012
- * 2 bug fixes:
3196
+ Bug fixes:
3013
3197
 
3014
3198
  * Add workaround for buggy yaml output from 1.9.2
3015
3199
  * Force 1.9.1 to remove it's prelude code. Fixes #305
3016
3200
 
3017
3201
  === 1.8.20 / 2012-03-21
3018
3202
 
3019
- * 4 bug fixes:
3203
+ Bug fixes:
3020
3204
 
3021
3205
  * Add --force to `gem build` to skip validation. Fixes #297
3022
3206
  * Gracefully deal with YAML::PrivateType objects in Marshal'd gemspecs
@@ -3025,7 +3209,7 @@ certificate checks, but this is not recommended.
3025
3209
 
3026
3210
  === 1.8.19 / 2012-03-14
3027
3211
 
3028
- * 3 bug fixes:
3212
+ Bug fixes:
3029
3213
 
3030
3214
  * Handle loading psych vs syck properly. Fixes #298
3031
3215
  * Make sure Date objects don't leak in via Marshal
@@ -3033,7 +3217,7 @@ certificate checks, but this is not recommended.
3033
3217
 
3034
3218
  === 1.8.18 / 2012-03-11
3035
3219
 
3036
- * 4 bug fixes:
3220
+ Bug fixes:
3037
3221
 
3038
3222
  * Use Psych API to emit more compatible YAML
3039
3223
  * Download and write inside `gem fetch` directly. Fixes #289
@@ -3043,12 +3227,12 @@ certificate checks, but this is not recommended.
3043
3227
 
3044
3228
  === 1.8.17 / 2012-02-17
3045
3229
 
3046
- * 2 minor enhancements:
3230
+ Enhancements:
3047
3231
 
3048
3232
  * Add MacRuby to the list of special cases for platforms (ferrous26)
3049
3233
  * Add a default for where to install rubygems itself
3050
3234
 
3051
- * 3 bug fixes:
3235
+ Bug fixes:
3052
3236
 
3053
3237
  * Fixed gem loading issue caused by dependencies not resolving.
3054
3238
  * Fixed umask error when stdlib is required and unresolved dependencies exist.
@@ -3058,7 +3242,7 @@ certificate checks, but this is not recommended.
3058
3242
 
3059
3243
  === 1.8.16 / 2012-02-12
3060
3244
 
3061
- * 3 bug fixes:
3245
+ Bug fixes:
3062
3246
 
3063
3247
  * Fix gem specification loading when encoding is not UTF-8. #146
3064
3248
  * Allow group writable if umask allows it already.
@@ -3066,37 +3250,39 @@ certificate checks, but this is not recommended.
3066
3250
 
3067
3251
  === 1.8.15 / 2012-01-06
3068
3252
 
3069
- * 1 bug fix:
3253
+ Bug fixes:
3070
3254
 
3071
3255
  * Don't eager load yaml, it creates a bad loop. Fixes #256
3072
3256
 
3073
3257
  === 1.8.14 / 2012-01-05
3074
3258
 
3075
- * 2 bug fixes:
3259
+ Bug fixes:
3076
3260
 
3077
3261
  * Ignore old/bad cache data in Version
3078
3262
  * Make sure our YAML workarounds are loaded properly. Fixes #250.
3079
3263
 
3080
3264
  === 1.8.13 / 2011-12-21
3081
3265
 
3082
- * 1 bug fix:
3266
+ Bug fixes:
3083
3267
 
3084
3268
  * Check loaded_specs properly when trying to satisfy a dep
3085
3269
 
3086
- * 2 minor enhancements:
3270
+ Enhancements:
3087
3271
 
3088
3272
  * Remove using #loaded_path? for performance
3089
3273
  * Remove Zlib workaround for Windows build.
3090
3274
 
3091
3275
  === 1.8.12 / 2011-12-02
3092
3276
 
3093
- * Bug fix:
3277
+ Bug fixes:
3278
+
3094
3279
  * Handle more cases where Syck's DefaultKey showed up in requirements
3095
3280
  and wasn't cleaned out.
3096
3281
 
3097
3282
  === 1.8.11 / 2011-10-03
3098
3283
 
3099
- * Bug fix:
3284
+ Bug fixes:
3285
+
3100
3286
  * Deprecate was moved to Gem::Deprecate to stop polluting the top-level
3101
3287
  namespace.
3102
3288
 
@@ -3106,7 +3292,7 @@ RubyGems 1.8.10 contains a security fix that prevents malicious gems from
3106
3292
  executing code when their specification is loaded. See
3107
3293
  https://github.com/rubygems/rubygems/pull/165 for details.
3108
3294
 
3109
- * 5 bug fixes:
3295
+ Bug fixes:
3110
3296
 
3111
3297
  * RubyGems escapes strings in ruby-format specs using #dump instead of #to_s
3112
3298
  and %q to prevent code injection. Issue #165 by Postmodern
@@ -3119,19 +3305,19 @@ https://github.com/rubygems/rubygems/pull/165 for details.
3119
3305
 
3120
3306
  === 1.8.9 / 2011-08-23
3121
3307
 
3122
- * Bug fixes:
3308
+ Bug fixes:
3123
3309
 
3124
3310
  * Fixed uninstalling multiple gems using `gem uninstall`
3125
3311
  * Gem.use_paths splatted to take multiple paths! Issue #148
3126
3312
 
3127
3313
  === 1.8.8 / 2011-08-11
3128
3314
 
3129
- * Bug fix:
3315
+ Bug fixes:
3130
3316
  * The encoding of a gem's YAML spec is now UTF-8. Issue #149
3131
3317
 
3132
3318
  === 1.8.7 / 2011-08-04
3133
3319
 
3134
- * Bug fixes:
3320
+ Bug fixes:
3135
3321
  * Added missing require for `gem uninstall --format-executable`
3136
3322
  * The correct name of the executable being uninstalled is now displayed with
3137
3323
  --format-executable
@@ -3145,12 +3331,12 @@ https://github.com/rubygems/rubygems/pull/165 for details.
3145
3331
 
3146
3332
  === 1.8.6 / 2011-07-25
3147
3333
 
3148
- * 1 minor enhancement:
3334
+ Enhancements:
3149
3335
 
3150
3336
  * Add autorequires and delay startup of RubyGems until require is called.
3151
3337
  See Ruby bug #4962
3152
3338
 
3153
- * 9 bug fixes:
3339
+ Bug fixes:
3154
3340
 
3155
3341
  * Restore behavior of Gem::Specification#loaded? Ruby Bug #5032
3156
3342
  * Clean up SourceIndex.add_specs to not be so damn noisy. (tadman)
@@ -3164,25 +3350,25 @@ https://github.com/rubygems/rubygems/pull/165 for details.
3164
3350
 
3165
3351
  === 1.8.5 / 2011-05-31
3166
3352
 
3167
- * 2 minor enhancement:
3353
+ Enhancements:
3168
3354
 
3169
3355
  * The -u option to 'update local source cache' is official deprecated.
3170
3356
  * Remove has_rdoc deprecations from Specification.
3171
3357
 
3172
- * 2 bug fixes:
3358
+ Bug fixes:
3173
3359
 
3174
3360
  * Handle bad specs more gracefully.
3175
3361
  * Reset any Gem paths changed in the installer.
3176
3362
 
3177
3363
  === 1.8.4 / 2011-05-25
3178
3364
 
3179
- * 1 minor enhancement:
3365
+ Enhancements:
3180
3366
 
3181
3367
  * Removed default_executable deprecations from Specification.
3182
3368
 
3183
3369
  === 1.8.3 / 2011-05-19
3184
3370
 
3185
- * 4 bug fixes:
3371
+ Bug fixes:
3186
3372
 
3187
3373
  * Fix independent testing of test_gem_package_tar_output. Ruby Bug #4686 by
3188
3374
  Shota Fukumori
@@ -3193,12 +3379,12 @@ https://github.com/rubygems/rubygems/pull/165 for details.
3193
3379
 
3194
3380
  === 1.8.2 / 2011-05-11
3195
3381
 
3196
- * 2 minor enhancements:
3382
+ Enhancements:
3197
3383
 
3198
3384
  * Moved #outdated from OutdatedCommand to Specification (for Isolate).
3199
3385
  * Print out a warning about missing executables.
3200
3386
 
3201
- * 3 bug fixes:
3387
+ Bug fixes:
3202
3388
 
3203
3389
  * Added missing requires to fix various upgrade issues.
3204
3390
  * `gem pristine` respects multiple gem repositories.
@@ -3206,11 +3392,11 @@ https://github.com/rubygems/rubygems/pull/165 for details.
3206
3392
 
3207
3393
  === 1.8.1 / 2011-05-05
3208
3394
 
3209
- * 1 minor enhancement:
3395
+ Enhancements:
3210
3396
 
3211
3397
  * Added Gem::Requirement#specific? and Gem::Dependency#specific?
3212
3398
 
3213
- * 4 bug fixes:
3399
+ Bug fixes:
3214
3400
 
3215
3401
  * Typo on Indexer rendered it useless on Windows
3216
3402
  * gem dep can fetch remote dependencies for non-latest gems again.
@@ -3232,7 +3418,7 @@ extensions. You will need to run `gem pristine gem_with_extension --
3232
3418
  --build-arg` to regenerate a gem with an extension where it requires special
3233
3419
  build arguments.
3234
3420
 
3235
- * 24(+) Deprecations (WOOT!):
3421
+ Deprecations:
3236
3422
 
3237
3423
  * DependencyList.from_source_index deprecated the source_index argument.
3238
3424
  * Deprecated Dependency.new(/regex/).
@@ -3253,14 +3439,11 @@ build arguments.
3253
3439
  * Deprecated all of Gem::GemPathSearcher.
3254
3440
  * Deprecated Gem::Specification#default_executable.
3255
3441
 
3256
- * 2 major enhancements:
3442
+ Enhancements:
3257
3443
 
3258
3444
  * Gem::SourceIndex functionality has been moved to Gem::Specification.
3259
3445
  Gem::SourceIndex is completely disconnected from Gem::Specification
3260
3446
  * Refactored GemPathSearcher entirely out. RIPMF
3261
-
3262
- * 41 minor enhancements:
3263
-
3264
3447
  * Added CommandManager#unregister_command
3265
3448
  * Added Dependency#matching_specs + to_specs.
3266
3449
  * Added Dependency#to_spec
@@ -3308,7 +3491,7 @@ build arguments.
3308
3491
  extensions.
3309
3492
  * `gem pristine` can now restore multiple gems.
3310
3493
 
3311
- * 6 bug fixes:
3494
+ Bug fixes:
3312
3495
 
3313
3496
  * DependencyInstaller passed around a source_index instance but used
3314
3497
  Gem.source_index.
@@ -3322,13 +3505,13 @@ build arguments.
3322
3505
 
3323
3506
  === 1.7.1 / 2011-03-32
3324
3507
 
3325
- * 1 bug fix:
3508
+ Bug fixes:
3326
3509
  * Fixed missing file in Manifest.txt. (Also a bug in hoe was fixed where
3327
3510
  `rake check_manifest` showing a diff would not exit with an error.)
3328
3511
 
3329
3512
  === 1.7.0 / 2011-03-32
3330
3513
 
3331
- * 16 Deprecations (woot!)
3514
+ Deprecations:
3332
3515
  * Deprecated Gem.all_load_paths, latest_load_paths, promote_load_path, and
3333
3516
  cache.
3334
3517
  * Deprecated RemoteFetcher#open_uri_or_path.
@@ -3340,7 +3523,7 @@ build arguments.
3340
3523
  test_suite_file(=).
3341
3524
  * Deprecated Specification#has_rdoc= and default_executable=
3342
3525
 
3343
- * 26 minor enhancements:
3526
+ Enhancements:
3344
3527
  * Added stupid simple deprecation module.
3345
3528
  * Added --spec option to `gem unpack` to output a gem's original metadata
3346
3529
  * Added packaging option to Specification#validate
@@ -3372,7 +3555,7 @@ build arguments.
3372
3555
  * UpdateCommand#gems_to_update now returns (name, version) pairs.
3373
3556
  * UpdateCommand#which_to_update now takes an optional system argument.
3374
3557
 
3375
- * 11 bug fixes:
3558
+ Bug fixes:
3376
3559
  * Added missing remote fetcher require to pristine command (aarnell)
3377
3560
  * Building gems now checks to ensure all required fields are non-nil
3378
3561
  * Fix option parser when summary is nil.
@@ -3390,7 +3573,7 @@ build arguments.
3390
3573
 
3391
3574
  === 1.6.2 / 2011-03-08
3392
3575
 
3393
- Bug Fixes:
3576
+ Bug fixes:
3394
3577
 
3395
3578
  * require of an activated gem could cause activation conflicts. Fixes
3396
3579
  Bug #29056 by Dave Verwer.
@@ -3398,7 +3581,7 @@ Bug Fixes:
3398
3581
 
3399
3582
  === 1.6.1 / 2011-03-03
3400
3583
 
3401
- Bug Fixes:
3584
+ Bug fixes:
3402
3585
 
3403
3586
  * Installation no longer fails when a dependency from a version that won't be
3404
3587
  installed is unsatisfied.
@@ -3409,7 +3592,7 @@ Bug Fixes:
3409
3592
 
3410
3593
  === 1.6.0 / 2011-02-29
3411
3594
 
3412
- 4 Deprecations:
3595
+ Deprecations:
3413
3596
 
3414
3597
  * RubyGems no longer requires 'thread'. Rails < 3 will need to add require
3415
3598
  'thread' to their applications.
@@ -3418,14 +3601,11 @@ Bug Fixes:
3418
3601
  * Gem::LoadError#version_requirements has been removed. Use
3419
3602
  Gem::LoadError#requirement.
3420
3603
 
3421
- 2 Major Enhancements:
3604
+ Enhancements:
3422
3605
 
3423
3606
  * Rewrote how Gem::activate (gem and require) resolves dependencies.
3424
3607
  * Gem::LoadError#version_requirement has been removed. Use
3425
3608
  Gem::LoadError#requirement.
3426
-
3427
- 17 Minor Enhancments:
3428
-
3429
3609
  * Added --key to `gem push` for setting alternate API keys.
3430
3610
  * Added --format-executable support to gem uninstall.
3431
3611
  * Added Gem::DependencyList#clear.
@@ -3449,7 +3629,7 @@ Bug Fixes:
3449
3629
  locally cached gem specifications.
3450
3630
  * SpecFetcher.fetch_spec can now take a string source_uri.
3451
3631
 
3452
- 10 Bug Fixes:
3632
+ Bug fixes:
3453
3633
 
3454
3634
  * Added missing require of Gem::RemoteFetcher to the unpack command.
3455
3635
  * RubyGems now completely removes a previous install when reinstalling.
@@ -3464,14 +3644,14 @@ Bug Fixes:
3464
3644
 
3465
3645
  === 1.5.3 / 2011-02-26
3466
3646
 
3467
- Bug Fixes:
3647
+ Bug fixes:
3468
3648
 
3469
3649
  * Fix for a bug in Syck which causes install failures for gems packaged with
3470
3650
  Psych. Bug #28965 by Aaron Patterson.
3471
3651
 
3472
3652
  === 1.5.2 / 2011-02-10
3473
3653
 
3474
- Bug Fixes:
3654
+ Bug fixes:
3475
3655
 
3476
3656
  * Fixed <tt>gem update --system</tt>. RubyGems can now update itself again.
3477
3657
 
@@ -3479,11 +3659,11 @@ Bug Fixes:
3479
3659
 
3480
3660
  ==== NOTE: `gem update --system` is broken. See UPGRADING.rdoc.
3481
3661
 
3482
- Minor Enhancement:
3662
+ Enhancements:
3483
3663
 
3484
3664
  * Added ability to do gem update --system X.Y.Z.
3485
3665
 
3486
- Bug Fixes:
3666
+ Bug fixes:
3487
3667
 
3488
3668
  * Scrub !!null YAML from 1.9.2 (install and build).
3489
3669
  * Added missing requires for user_interaction.
@@ -3496,13 +3676,10 @@ Bug Fixes:
3496
3676
 
3497
3677
  ==== NOTE: `gem update --system` is broken. See UPGRADING.rdoc.
3498
3678
 
3499
- Major Enhancements:
3679
+ Enhancements:
3500
3680
 
3501
3681
  * Finally fixed all known 1.9.x issues. Upgrading is now possible!
3502
3682
  * Merged huge 1.3.7/ruby-core changes to master.
3503
-
3504
- Minor Enhancements:
3505
-
3506
3683
  * Added UPGRADING.rdoc to help deal with 1.9 issues.
3507
3684
  * Gem::Format now gives better errors for corrupt gem files and includes paths
3508
3685
  * Pre-install hooks can now abort gem installation by returning false
@@ -3514,7 +3691,7 @@ Minor Enhancements:
3514
3691
  * Gem::SilentUI now behaves like Gem::StreamUI for asking questions. Patch by
3515
3692
  Erik Hollensbe.
3516
3693
 
3517
- Bug Fixes:
3694
+ Bug fixes:
3518
3695
 
3519
3696
  * `gem update` was implicitly doing --system.
3520
3697
  * 1.9.3: Fixed encoding errors causing gem installs to die during rdoc phase.
@@ -3540,7 +3717,7 @@ Since apparently nobody reads my emails, blog posts or the README:
3540
3717
 
3541
3718
  DO NOT UPDATE RUBYGEMS ON RUBY 1.9! See UPGRADING.rdoc for details.
3542
3719
 
3543
- Bug fix:
3720
+ Bug fixes:
3544
3721
 
3545
3722
  * Specification#load was untainting a frozen string (via `gem build *.spec`)
3546
3723
 
@@ -3554,7 +3731,7 @@ You have been warned!
3554
3731
 
3555
3732
  NOTE: We've switched to git/github. See README.rdoc for details.
3556
3733
 
3557
- New features:
3734
+ Features:
3558
3735
 
3559
3736
  * Added --launch option to `gem server`. (gthiesfeld)
3560
3737
  * Added fuzzy name matching on install failures. (gstark/presidentbeef)
@@ -3586,7 +3763,7 @@ http://gems.rubyforge.org with https://rubygems.org/
3586
3763
 
3587
3764
  http://gems.rubyforge.org will continue to work for the foreseeable future.
3588
3765
 
3589
- New features:
3766
+ Features:
3590
3767
 
3591
3768
  * `gem` commands
3592
3769
  * `gem install` and `gem fetch` now report alternate platforms when a
@@ -3619,7 +3796,7 @@ Bug fixes:
3619
3796
 
3620
3797
  === 1.3.6 / 2010-02-17
3621
3798
 
3622
- New features:
3799
+ Features:
3623
3800
 
3624
3801
  * `gem` commands
3625
3802
  * Added `gem push` and `gem owner` for interacting with modern/Gemcutter
@@ -3650,7 +3827,7 @@ Bug fixes:
3650
3827
  * Gem::RemoteFetcher no longer copies the file if it is where we want it.
3651
3828
  Patch #27409 by Jakub Šťastný.
3652
3829
 
3653
- Deprecation Notices:
3830
+ Deprecations:
3654
3831
 
3655
3832
  * lib/rubygems/timer.rb has been removed.
3656
3833
  * Gem::Dependency#version_requirements is deprecated and will be removed on or
@@ -3666,7 +3843,7 @@ Bug fixes:
3666
3843
  * Fix use of prerelease gems.
3667
3844
  * Gem.bin_path no longer escapes path with spaces. Bug #25935 and #26458.
3668
3845
 
3669
- Deprecation Notices:
3846
+ Deprecations:
3670
3847
 
3671
3848
  * Bulk index update is no longer supported (the code currently remains, but not
3672
3849
  the tests)
@@ -3675,7 +3852,7 @@ Deprecation Notices:
3675
3852
 
3676
3853
  === 1.3.4 / 2009-05-03
3677
3854
 
3678
- Bug Fixes:
3855
+ Bug fixes:
3679
3856
 
3680
3857
  * Fixed various warnings
3681
3858
  * Gem::ruby_version works correctly for 1.8 branch and trunk
@@ -3686,7 +3863,7 @@ Bug Fixes:
3686
3863
  drives. Bug #25882 by Lars Christensen
3687
3864
  * Fix typo in Gem::Requirement#parse. Bug #26000 by Mike Gunderloy.
3688
3865
 
3689
- Deprecation Notices:
3866
+ Deprecations:
3690
3867
 
3691
3868
  * Bulk index update is no longer supported (the code currently remains, but not
3692
3869
  the tests)
@@ -3695,7 +3872,7 @@ Deprecation Notices:
3695
3872
 
3696
3873
  === 1.3.3 / 2009-05-04
3697
3874
 
3698
- New Features:
3875
+ Features:
3699
3876
 
3700
3877
  * `gem server` allows port names (from /etc/services) with --port.
3701
3878
  * `gem server` now has search that jumps to RDoc. Patch #22959 by Vladimir
@@ -3705,7 +3882,7 @@ New Features:
3705
3882
  * Gem::Specification#has_rdoc= is deprecated and ignored (defaults to true)
3706
3883
  * RDoc is now generated regardless of Gem::Specification#has_rdoc?
3707
3884
 
3708
- Bug Fixes:
3885
+ Bug fixes:
3709
3886
 
3710
3887
  * `gem clean` now cleans up --user-install gems. Bug #25516 by Brett
3711
3888
  Eisenberg.
@@ -3727,7 +3904,7 @@ Bug Fixes:
3727
3904
  * Raise Gem::LoadError if Kernel#gem fails due to previously-loaded gem. Bug
3728
3905
  reported by Alf Mikula.
3729
3906
 
3730
- Deprecation Notices:
3907
+ Deprecations:
3731
3908
 
3732
3909
  * Gem::manage_gems has been removed.
3733
3910
  * Time::today has been removed early. There was no way to make it warn and be
@@ -3735,7 +3912,7 @@ Deprecation Notices:
3735
3912
 
3736
3913
  === 1.3.2 / 2009-04-15
3737
3914
 
3738
- Select New Features:
3915
+ Features:
3739
3916
 
3740
3917
  * RubyGems now loads plugins from rubygems_plugin.rb in installed gems.
3741
3918
  This can be used to add commands (See Gem::CommandManager) or add
@@ -3763,7 +3940,7 @@ Select New Features:
3763
3940
  * Modern indicies can now be updated incrementally.
3764
3941
  * Legacy indicies can be updated separately from modern.
3765
3942
 
3766
- Select Bugs Fixed:
3943
+ Bug fixes:
3767
3944
 
3768
3945
  * Better gem activation error message. Patch #23082.
3769
3946
  * Kernel methods are now private. Patch #20801 by James M. Lawrence.
@@ -3789,7 +3966,7 @@ Select Bugs Fixed:
3789
3966
  * Deal with extraneous quotation mark when autogenerating .bat file on MS
3790
3967
  Windows. Bug #22712.
3791
3968
 
3792
- Deprecation Notices:
3969
+ Deprecations:
3793
3970
 
3794
3971
  * Gem::manage_gems has been removed.
3795
3972
  * Time::today will be removed in RubyGems 1.4.
@@ -3799,7 +3976,7 @@ Lavena and Daniel Berger for continuing windows support.
3799
3976
 
3800
3977
  === 1.3.1 / 2008-10-28
3801
3978
 
3802
- Bugs fixed:
3979
+ Bug fixes:
3803
3980
 
3804
3981
  * Disregard ownership of ~ under Windows while creating ~/.gem. Fixes
3805
3982
  issues related to no uid support under Windows.
@@ -3810,13 +3987,13 @@ Bugs fixed:
3810
3987
  * Gem::location_of_caller now behaves on Windows. Patch by Daniel Berger.
3811
3988
  * Silence PATH warning.
3812
3989
 
3813
- Deprecation Notices:
3990
+ Deprecations:
3814
3991
 
3815
3992
  * Gem::manage_gems will be removed on or after March 2009.
3816
3993
 
3817
3994
  === 1.3.0 / 2008-09-25
3818
3995
 
3819
- New features:
3996
+ Features:
3820
3997
 
3821
3998
  * RubyGems doesn't print LOCAL/REMOTE titles for `gem query` and friends if
3822
3999
  stdout is not a TTY, except with --both.
@@ -3830,12 +4007,12 @@ New features:
3830
4007
  * RubyGems now updates the ri cache when the rdoc gem is installed and
3831
4008
  documentation is generated.
3832
4009
 
3833
- Deprecation Notices:
4010
+ Deprecations:
3834
4011
 
3835
4012
  * Gem::manage_gems now warns when called. It will be removed on or after March
3836
4013
  2009.
3837
4014
 
3838
- Bugs Fixed:
4015
+ Bug fixes:
3839
4016
 
3840
4017
  * RubyGems 1.3.0+ now updates when no previous rubygems-update is installed.
3841
4018
  Bug #20775 by Hemant Kumar.
@@ -3859,7 +4036,7 @@ Bugs Fixed:
3859
4036
  * `gem lock --strict` works again. Patch #21814 by Sven Engelhardt.
3860
4037
  * Platform detection for Solaris was improved. Patch #21911 by Bob Remeika.
3861
4038
 
3862
- Other Changes Include:
4039
+ Enhancements:
3863
4040
 
3864
4041
  * `gem help install` now describes _version_ argument to executable stubs
3865
4042
  * `gem help environment` describes environment variables and ~/.gemrc and
@@ -3887,7 +4064,7 @@ Other Changes Include:
3887
4064
 
3888
4065
  === 1.2.0 / 2008-06-21
3889
4066
 
3890
- New features:
4067
+ Features:
3891
4068
 
3892
4069
  * RubyGems no longer performs bulk updates and instead only fetches the gemspec
3893
4070
  files it needs. Alternate sources will need to upgrade to RubyGems 1.2 to
@@ -3906,7 +4083,7 @@ New features:
3906
4083
  * setup.rb now handles --vendor and --destdir for packagers
3907
4084
  * `gem stale` command that lists gems by last access time
3908
4085
 
3909
- Bugs Fixed:
4086
+ Bug fixes:
3910
4087
 
3911
4088
  * File modes from gems are now honored, patch #19737
3912
4089
  * Marshal Gem::Specification objects from the future can now be loaded.
@@ -3921,7 +4098,7 @@ Bugs Fixed:
3921
4098
  * Gem::DependencyInstaller resets installed gems every install, bug #19444
3922
4099
  * Gem.default_path is now honored if GEM_PATH is not set, patch #19502
3923
4100
 
3924
- Other Changes Include:
4101
+ Enhancements:
3925
4102
 
3926
4103
  * setup.rb
3927
4104
  * stub files created by RubyGems 0.7.x and older are no longer removed. When
@@ -3942,7 +4119,7 @@ Other Changes Include:
3942
4119
 
3943
4120
  === 1.1.1 / 2008-04-11
3944
4121
 
3945
- Bugs Fixed:
4122
+ Bug fixes:
3946
4123
 
3947
4124
  * Gem.prefix now returns non-nil only when RubyGems was installed outside
3948
4125
  sitelibdir or libdir.
@@ -3959,7 +4136,7 @@ Bugs Fixed:
3959
4136
 
3960
4137
  === 1.1.0 / 2008-03-29
3961
4138
 
3962
- New features:
4139
+ Features:
3963
4140
 
3964
4141
  * RubyGems now uses persistent connections on index updates. Index updates are
3965
4142
  much faster now.
@@ -3971,7 +4148,7 @@ New features:
3971
4148
  * `gem spec` now extracts specifications from .gem files.
3972
4149
  * `gem query --installed` to aid automation of checking for gems.
3973
4150
 
3974
- Bugs Fixed:
4151
+ Bug fixes:
3975
4152
 
3976
4153
  * RubyGems works with both Config and RbConfig now.
3977
4154
  * Executables are now cleaned upon uninstall.
@@ -3987,7 +4164,7 @@ Bugs Fixed:
3987
4164
  * Gem stub scripts on windows now work outside Gem.bindir.
3988
4165
  * `gem sources -r` now works without network access.
3989
4166
 
3990
- Other Changes Include:
4167
+ Enhancements:
3991
4168
 
3992
4169
  * RubyGems now requires Ruby > 1.8.3.
3993
4170
  * Release notes are now printed upon installation.
@@ -4000,24 +4177,24 @@ For a full list of changes to RubyGems, see the ChangeLog file.
4000
4177
 
4001
4178
  === 1.0.1 / 2007-12-20
4002
4179
 
4003
- Bugs Fixed:
4180
+ Bug fixes:
4004
4181
 
4005
4182
  * Installation on Ruby 1.8.3 through 1.8.5 fixed
4006
4183
  * `gem build` on 1.8.3 fixed
4007
4184
 
4008
- Other Changes Include:
4185
+ Enhancements:
4009
4186
 
4010
4187
  * Since RubyGems 0.9.5, RubyGems is no longer supported on Ruby 1.8.2 or older,
4011
4188
  this is official in RubyGems 1.0.1.
4012
4189
 
4013
4190
  === 1.0.0 / 2007-12-20
4014
4191
 
4015
- Major New Features Include:
4192
+ Features:
4016
4193
 
4017
4194
  * RubyGems warns about various problems with gemspecs during gem building
4018
4195
  * More-consistent versioning for the RubyGems software
4019
4196
 
4020
- Other Changes Include:
4197
+ Enhancements:
4021
4198
 
4022
4199
  * Fixed various bugs and problems with installing gems on Windows
4023
4200
  * Fixed using `gem server` for installing gems
@@ -4031,7 +4208,7 @@ Other Changes Include:
4031
4208
  * `gem unpack` can now unpack into a specific directory with --target
4032
4209
  * OpenSSL is no longer required by default
4033
4210
 
4034
- Deprecations and Deletions:
4211
+ Breaking changes:
4035
4212
 
4036
4213
  * Kernel#require_gem has been removed
4037
4214
  * Executables without a shebang will not be wrapped in a future version, this
@@ -4045,7 +4222,7 @@ Deprecations and Deletions:
4045
4222
 
4046
4223
  === 0.9.5 / 2007-11-19
4047
4224
 
4048
- Major New Features Include:
4225
+ Features:
4049
4226
 
4050
4227
  * Platform support
4051
4228
  * Automatic installation of platform gems
@@ -4057,7 +4234,7 @@ Major New Features Include:
4057
4234
  * Improved stubs and `gem.bat` on mswin, including better compatibility
4058
4235
  with the One-Click Installer.
4059
4236
 
4060
- Other Changes Include:
4237
+ Enhancements:
4061
4238
 
4062
4239
  * Time::today is deprecated and will be removed at a future date
4063
4240
  * Gem::manage_gems is deprecated and will be removed at a future date
@@ -4108,7 +4285,7 @@ If you are experiencing problems with the source index (e.g. strange
4108
4285
  "No Method" errors), or problems with zlib (e.g. "Buffer Error"
4109
4286
  messsage), we recommend upgrading to RubyGems 0.9.4.
4110
4287
 
4111
- Bug Fixes Include:
4288
+ Bug fixes:
4112
4289
 
4113
4290
  * Several people have been experiencing problems with no method errors
4114
4291
  on the source index cache. The source index cache is now a bit more
@@ -4122,7 +4299,7 @@ Bug Fixes Include:
4122
4299
 
4123
4300
  === 0.9.3 / 2007-05-10
4124
4301
 
4125
- Bug Fixes Include:
4302
+ Bug fixes:
4126
4303
 
4127
4304
  The ZLib library on Windows will occasionally complains about a buffer error
4128
4305
  when unpacking gems. The Gems software has a workaround for that problem, but
@@ -4132,7 +4309,7 @@ have permanently enabled the work around on all versions.
4132
4309
 
4133
4310
  === 0.9.2 / 2007-02-05
4134
4311
 
4135
- Bug Fixes Include:
4312
+ Bug fixes:
4136
4313
 
4137
4314
  * The "unpack" command now works properly.
4138
4315
  * User name and password are now passed properly to the authenticating
@@ -4150,7 +4327,7 @@ number one change is that we can now download the gem index
4150
4327
  incrementally. This will greatly speed up the gem command when only a
4151
4328
  few gems are out of date.
4152
4329
 
4153
- Major Enhancments include:
4330
+ Enhancements:
4154
4331
 
4155
4332
  * The gem index is now downloaded incrementally, only updating entries
4156
4333
  that are out of date. If more than 50 entries are out of date, we
@@ -4165,9 +4342,6 @@ Major Enhancments include:
4165
4342
  * Both RI and RDOC documents are now generated by default.
4166
4343
  * A gemri command is included to read gem RI docs (only needed for
4167
4344
  Ruby 1.8.4 or earlier).
4168
-
4169
- Minor enhancements include:
4170
-
4171
4345
  * Version 0.0.0 is now a valid gem version.
4172
4346
  * Better detection of missing SSL functionality.
4173
4347
  * SSL is not required if the security policy does not require
@@ -4180,7 +4354,7 @@ Minor enhancements include:
4180
4354
  * .rbw is now a supported suffix for RubyGem's custom require.
4181
4355
  * Several Ruby 1.9 compatibility fixes (Eric Hodel).
4182
4356
 
4183
- Bug Fixes:
4357
+ Bug fixes:
4184
4358
 
4185
4359
  * Added dashes to gemspecs generated in Ruby 1.8.3. This solves some
4186
4360
  cross-Ruby version compatibility issues.