acfs 2.0.0 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (334) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +30 -0
  3. data/README.md +1 -1
  4. data/acfs.gemspec +3 -1
  5. data/lib/acfs/global.rb +10 -6
  6. data/lib/acfs/location.rb +2 -2
  7. data/lib/acfs/middleware/json.rb +3 -3
  8. data/lib/acfs/request.rb +5 -3
  9. data/lib/acfs/resource/attributes.rb +1 -1
  10. data/lib/acfs/runner.rb +46 -8
  11. data/lib/acfs/stub.rb +1 -1
  12. data/lib/acfs/telemetry.rb +19 -0
  13. data/lib/acfs/version.rb +2 -2
  14. data/lib/acfs.rb +7 -4
  15. data/spec/acfs/collection_spec.rb +16 -10
  16. data/spec/acfs/global_spec.rb +2 -2
  17. data/spec/acfs/middleware/json_spec.rb +16 -0
  18. data/spec/acfs/operation_spec.rb +2 -2
  19. data/spec/acfs/request/callbacks_spec.rb +2 -2
  20. data/spec/acfs/resource/locatable_spec.rb +5 -11
  21. data/spec/acfs/resource/query_methods_spec.rb +1 -1
  22. data/spec/acfs/resource/validation_spec.rb +3 -4
  23. data/spec/acfs/runner_spec.rb +6 -6
  24. data/spec/acfs/stub_spec.rb +6 -4
  25. data/spec/acfs_spec.rb +4 -4
  26. data/vendor/bundle/ruby/4.0.0/bundler/gems/rubocop-config-2b861962124a/README.md +23 -0
  27. data/vendor/bundle/ruby/{3.4.0/bundler/gems/rubocop-config-67802c9d1826 → 4.0.0/bundler/gems/rubocop-config-2b861962124a}/rubocop-config.gemspec +11 -11
  28. data/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.3/CHANGELOG.md +514 -0
  29. data/vendor/bundle/ruby/{3.4.0/gems/actionpack-8.0.1 → 4.0.0/gems/actionpack-8.1.3}/README.rdoc +1 -1
  30. data/vendor/bundle/ruby/4.0.0/gems/actionview-8.1.3/CHANGELOG.md +191 -0
  31. data/vendor/bundle/ruby/{3.4.0/gems/actionview-8.0.1 → 4.0.0/gems/actionview-8.1.3}/README.rdoc +1 -1
  32. data/vendor/bundle/ruby/4.0.0/gems/activemodel-8.1.3/CHANGELOG.md +68 -0
  33. data/vendor/bundle/ruby/{3.4.0/gems/activemodel-8.0.1 → 4.0.0/gems/activemodel-8.1.3}/README.rdoc +1 -1
  34. data/vendor/bundle/ruby/4.0.0/gems/activesupport-8.1.3/CHANGELOG.md +561 -0
  35. data/vendor/bundle/ruby/{3.4.0/gems/activesupport-8.0.1 → 4.0.0/gems/activesupport-8.1.3}/README.rdoc +1 -1
  36. data/vendor/bundle/ruby/{3.4.0/gems/addressable-2.8.7 → 4.0.0/gems/addressable-2.9.0}/CHANGELOG.md +71 -46
  37. data/vendor/bundle/ruby/{3.4.0/gems/addressable-2.8.7 → 4.0.0/gems/addressable-2.9.0}/README.md +6 -6
  38. data/vendor/bundle/ruby/4.0.0/gems/ast-2.4.3/LICENSE.MIT +20 -0
  39. data/vendor/bundle/ruby/4.0.0/gems/ast-2.4.3/README.YARD.md +12 -0
  40. data/vendor/bundle/ruby/{3.4.0/gems/bigdecimal-3.1.9 → 4.0.0/gems/bigdecimal-4.1.2}/bigdecimal.gemspec +6 -1
  41. data/vendor/bundle/ruby/{3.4.0/gems/concurrent-ruby-1.3.5 → 4.0.0/gems/concurrent-ruby-1.3.7}/CHANGELOG.md +12 -0
  42. data/vendor/bundle/ruby/{3.4.0/gems/concurrent-ruby-1.3.5 → 4.0.0/gems/concurrent-ruby-1.3.7}/README.md +4 -2
  43. data/vendor/bundle/ruby/{3.4.0/gems/connection_pool-2.5.0 → 4.0.0/gems/connection_pool-3.0.2}/README.md +49 -34
  44. data/vendor/bundle/ruby/4.0.0/gems/connection_pool-3.0.2/connection_pool.gemspec +35 -0
  45. data/vendor/bundle/ruby/4.0.0/gems/diff-lcs-1.6.2/CHANGELOG.md +518 -0
  46. data/vendor/bundle/ruby/4.0.0/gems/diff-lcs-1.6.2/README.md +92 -0
  47. data/vendor/bundle/ruby/4.0.0/gems/docile-1.4.1/LICENSE +21 -0
  48. data/vendor/bundle/ruby/4.0.0/gems/docile-1.4.1/README.md +409 -0
  49. data/vendor/bundle/ruby/4.0.0/gems/docile-1.4.1/docile.gemspec +36 -0
  50. data/vendor/bundle/ruby/{3.4.0/gems/drb-2.2.1 → 4.0.0/gems/drb-2.2.3}/drb.gemspec +2 -1
  51. data/vendor/bundle/ruby/{3.4.0/gems/ethon-0.16.0 → 4.0.0/gems/ethon-0.18.0}/CHANGELOG.md +43 -1
  52. data/vendor/bundle/ruby/{3.4.0/gems/ethon-0.16.0 → 4.0.0/gems/ethon-0.18.0}/README.md +1 -1
  53. data/vendor/bundle/ruby/4.0.0/gems/ethon-0.18.0/ethon.gemspec +37 -0
  54. data/vendor/bundle/ruby/{3.4.0/gems/ffi-1.17.1-x86_64-linux-gnu → 4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu}/CHANGELOG.md +42 -0
  55. data/vendor/bundle/ruby/{3.4.0/gems/ffi-1.17.1-x86_64-linux-gnu → 4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu}/README.md +1 -0
  56. data/vendor/bundle/ruby/{3.4.0/gems/ffi-1.17.1-x86_64-linux-gnu → 4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu}/ffi.gemspec +7 -6
  57. data/vendor/bundle/ruby/{3.4.0/gems/hashdiff-1.1.2 → 4.0.0/gems/hashdiff-1.2.1}/README.md +26 -1
  58. data/vendor/bundle/ruby/4.0.0/gems/hashdiff-1.2.1/changelog.md +127 -0
  59. data/vendor/bundle/ruby/{3.4.0/gems/i18n-1.14.6 → 4.0.0/gems/i18n-1.15.2}/README.md +13 -1
  60. data/vendor/bundle/ruby/{3.4.0/gems/json-2.9.1 → 4.0.0/gems/json-2.19.9}/README.md +117 -2
  61. data/vendor/bundle/ruby/{3.4.0/gems/json-2.9.1 → 4.0.0/gems/json-2.19.9}/json.gemspec +4 -6
  62. data/vendor/bundle/ruby/4.0.0/gems/language_server-protocol-3.17.0.5/LICENSE.txt +21 -0
  63. data/vendor/bundle/ruby/4.0.0/gems/language_server-protocol-3.17.0.5/README.md +88 -0
  64. data/vendor/bundle/ruby/4.0.0/gems/lint_roller-1.1.0/CHANGELOG.md +15 -0
  65. data/vendor/bundle/ruby/4.0.0/gems/lint_roller-1.1.0/LICENSE.txt +21 -0
  66. data/vendor/bundle/ruby/4.0.0/gems/lint_roller-1.1.0/README.md +173 -0
  67. data/vendor/bundle/ruby/{3.4.0/gems/loofah-2.24.0 → 4.0.0/gems/loofah-2.25.1}/CHANGELOG.md +17 -0
  68. data/vendor/bundle/ruby/{3.4.0/gems/minitest-5.25.4 → 4.0.0/gems/minitest-6.0.6}/README.rdoc +33 -105
  69. data/vendor/bundle/ruby/4.0.0/gems/msgpack-1.8.3/ChangeLog +383 -0
  70. data/vendor/bundle/ruby/4.0.0/gems/msgpack-1.8.3/LICENSE +177 -0
  71. data/vendor/bundle/ruby/4.0.0/gems/msgpack-1.8.3/README.md +302 -0
  72. data/vendor/bundle/ruby/4.0.0/gems/msgpack-1.8.3/msgpack.gemspec +41 -0
  73. data/vendor/bundle/ruby/4.0.0/gems/multi_json-1.21.1/LICENSE.md +20 -0
  74. data/vendor/bundle/ruby/4.0.0/gems/multi_json-1.21.1/README.md +281 -0
  75. data/vendor/bundle/ruby/{3.4.0/gems/nokogiri-1.18.1-x86_64-linux-gnu → 4.0.0/gems/nokogiri-1.19.4-x86_64-linux-gnu}/LICENSE-DEPENDENCIES.md +187 -0
  76. data/vendor/bundle/ruby/{3.4.0/gems/nokogiri-1.18.1-x86_64-linux-gnu → 4.0.0/gems/nokogiri-1.19.4-x86_64-linux-gnu}/README.md +18 -3
  77. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-api-1.10.0/CHANGELOG.md +219 -0
  78. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-api-1.10.0/LICENSE +201 -0
  79. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-api-1.10.0/README.md +68 -0
  80. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-common-0.25.0/CHANGELOG.md +110 -0
  81. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-common-0.25.0/LICENSE +201 -0
  82. data/vendor/bundle/ruby/4.0.0/gems/opentelemetry-common-0.25.0/README.md +62 -0
  83. data/vendor/bundle/ruby/4.0.0/gems/parallel-2.1.0/MIT-LICENSE.txt +20 -0
  84. data/vendor/bundle/ruby/{3.4.0/gems/rspec-collection_matchers-1.2.1 → 4.0.0/gems/parser-3.3.11.1}/LICENSE.txt +4 -5
  85. data/vendor/bundle/ruby/4.0.0/gems/parser-3.3.11.1/parser.gemspec +43 -0
  86. data/vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/CHANGELOG.md +786 -0
  87. data/vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/LICENSE.md +7 -0
  88. data/vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/README.md +143 -0
  89. data/vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/prism.gemspec +172 -0
  90. data/vendor/bundle/ruby/4.0.0/gems/public_suffix-7.0.5/CHANGELOG.md +649 -0
  91. data/vendor/bundle/ruby/{3.4.0/gems/public_suffix-6.0.1 → 4.0.0/gems/public_suffix-7.0.5}/LICENSE.txt +1 -1
  92. data/vendor/bundle/ruby/{3.4.0/gems/public_suffix-6.0.1 → 4.0.0/gems/public_suffix-7.0.5}/README.md +38 -29
  93. data/vendor/bundle/ruby/{3.4.0/gems/rack-3.1.8 → 4.0.0/gems/rack-3.2.6}/CHANGELOG.md +351 -3
  94. data/vendor/bundle/ruby/{3.4.0/gems/rack-3.1.8 → 4.0.0/gems/rack-3.2.6}/README.md +76 -20
  95. data/vendor/bundle/ruby/{3.4.0/gems/rails-dom-testing-2.2.0 → 4.0.0/gems/rails-dom-testing-2.3.0}/README.md +3 -0
  96. data/vendor/bundle/ruby/{3.4.0/gems/rails-html-sanitizer-1.6.2 → 4.0.0/gems/rails-html-sanitizer-1.7.0}/CHANGELOG.md +10 -0
  97. data/vendor/bundle/ruby/4.0.0/gems/rainbow-3.1.1/Changelog.md +101 -0
  98. data/vendor/bundle/ruby/4.0.0/gems/rainbow-3.1.1/LICENSE +20 -0
  99. data/vendor/bundle/ruby/4.0.0/gems/rainbow-3.1.1/README.markdown +227 -0
  100. data/vendor/bundle/ruby/{3.4.0/gems/rake-13.2.1 → 4.0.0/gems/rake-13.4.2}/README.rdoc +5 -5
  101. data/vendor/bundle/ruby/{3.4.0/gems/rake-13.2.1 → 4.0.0/gems/rake-13.4.2}/rake.gemspec +3 -2
  102. data/vendor/bundle/ruby/{3.4.0/gems/rake-release-1.3.0 → 4.0.0/gems/rake-release-1.4.0}/rake-release.gemspec +4 -4
  103. data/vendor/bundle/ruby/4.0.0/gems/regexp_parser-2.12.0/LICENSE +22 -0
  104. data/vendor/bundle/ruby/4.0.0/gems/regexp_parser-2.12.0/regexp_parser.gemspec +36 -0
  105. data/vendor/bundle/ruby/{3.4.0/gems/rspec-core-3.13.2 → 4.0.0/gems/rspec-core-3.13.6}/Changelog.md +293 -261
  106. data/vendor/bundle/ruby/{3.4.0/gems/rspec-expectations-3.13.3 → 4.0.0/gems/rspec-expectations-3.13.5}/Changelog.md +154 -140
  107. data/vendor/bundle/ruby/{3.4.0/gems/rspec-mocks-3.13.2 → 4.0.0/gems/rspec-mocks-3.13.8}/Changelog.md +181 -129
  108. data/vendor/bundle/ruby/{3.4.0/gems/rspec-support-3.13.2 → 4.0.0/gems/rspec-support-3.13.7}/Changelog.md +101 -65
  109. data/vendor/bundle/ruby/4.0.0/gems/rubocop-1.88.0/LICENSE.txt +20 -0
  110. data/vendor/bundle/ruby/4.0.0/gems/rubocop-1.88.0/README.md +255 -0
  111. data/vendor/bundle/ruby/4.0.0/gems/rubocop-ast-1.49.1/LICENSE.txt +20 -0
  112. data/vendor/bundle/ruby/4.0.0/gems/rubocop-ast-1.49.1/README.md +54 -0
  113. data/vendor/bundle/ruby/4.0.0/gems/rubocop-capybara-2.23.0/CHANGELOG.md +116 -0
  114. data/vendor/bundle/ruby/{3.4.0/gems/diff-lcs-1.5.1/License.md → 4.0.0/gems/rubocop-capybara-2.23.0/MIT-LICENSE.md} +2 -22
  115. data/vendor/bundle/ruby/4.0.0/gems/rubocop-capybara-2.23.0/README.md +91 -0
  116. data/vendor/bundle/ruby/4.0.0/gems/rubocop-factory_bot-2.28.0/CHANGELOG.md +135 -0
  117. data/vendor/bundle/ruby/4.0.0/gems/rubocop-factory_bot-2.28.0/MIT-LICENSE.md +21 -0
  118. data/vendor/bundle/ruby/4.0.0/gems/rubocop-factory_bot-2.28.0/README.md +91 -0
  119. data/vendor/bundle/ruby/4.0.0/gems/rubocop-performance-1.26.1/LICENSE.txt +20 -0
  120. data/vendor/bundle/ruby/4.0.0/gems/rubocop-performance-1.26.1/README.md +100 -0
  121. data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec-3.10.2/CHANGELOG.md +1136 -0
  122. data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec-3.10.2/MIT-LICENSE.md +21 -0
  123. data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec-3.10.2/README.md +112 -0
  124. data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec_rails-2.32.0/CHANGELOG.md +98 -0
  125. data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec_rails-2.32.0/MIT-LICENSE.md +21 -0
  126. data/vendor/bundle/ruby/4.0.0/gems/rubocop-rspec_rails-2.32.0/README.md +93 -0
  127. data/vendor/bundle/ruby/4.0.0/gems/ruby-progressbar-1.13.0/LICENSE.txt +19 -0
  128. data/vendor/bundle/ruby/4.0.0/gems/ruby-progressbar-1.13.0/README.md +131 -0
  129. data/vendor/bundle/ruby/4.0.0/gems/simplecov-0.22.0/CHANGELOG.md +191 -0
  130. data/vendor/bundle/ruby/4.0.0/gems/simplecov-0.22.0/LICENSE +20 -0
  131. data/vendor/bundle/ruby/4.0.0/gems/simplecov-0.22.0/README.md +974 -0
  132. data/vendor/bundle/ruby/4.0.0/gems/simplecov-cobertura-3.2.0/LICENSE +202 -0
  133. data/vendor/bundle/ruby/4.0.0/gems/simplecov-cobertura-3.2.0/README.md +65 -0
  134. data/vendor/bundle/ruby/4.0.0/gems/simplecov-cobertura-3.2.0/simplecov-cobertura.gemspec +29 -0
  135. data/vendor/bundle/ruby/4.0.0/gems/simplecov-html-0.13.2/CHANGELOG.md +114 -0
  136. data/vendor/bundle/ruby/4.0.0/gems/simplecov-html-0.13.2/LICENSE +20 -0
  137. data/vendor/bundle/ruby/4.0.0/gems/simplecov-html-0.13.2/README.md +30 -0
  138. data/vendor/bundle/ruby/4.0.0/gems/simplecov_json_formatter-0.1.4/CHANGELOG.md +13 -0
  139. data/vendor/bundle/ruby/4.0.0/gems/simplecov_json_formatter-0.1.4/README.md +29 -0
  140. data/vendor/bundle/ruby/{3.4.0/gems/thor-1.3.2 → 4.0.0/gems/thor-1.5.0}/README.md +1 -2
  141. data/vendor/bundle/ruby/{3.4.0/gems/thor-1.3.2 → 4.0.0/gems/thor-1.5.0}/thor.gemspec +3 -3
  142. data/vendor/bundle/ruby/{3.4.0/gems/typhoeus-1.4.1 → 4.0.0/gems/typhoeus-1.6.0}/CHANGELOG.md +56 -1
  143. data/vendor/bundle/ruby/{3.4.0/gems/typhoeus-1.4.1 → 4.0.0/gems/typhoeus-1.6.0}/README.md +2 -2
  144. data/vendor/bundle/ruby/{3.4.0/gems/typhoeus-1.4.1 → 4.0.0/gems/typhoeus-1.6.0}/typhoeus.gemspec +14 -4
  145. data/vendor/bundle/ruby/4.0.0/gems/unicode-display_width-3.2.0/CHANGELOG.md +299 -0
  146. data/vendor/bundle/ruby/4.0.0/gems/unicode-display_width-3.2.0/MIT-LICENSE.txt +22 -0
  147. data/vendor/bundle/ruby/4.0.0/gems/unicode-display_width-3.2.0/README.md +194 -0
  148. data/vendor/bundle/ruby/4.0.0/gems/unicode-emoji-4.2.0/CHANGELOG.md +202 -0
  149. data/vendor/bundle/ruby/4.0.0/gems/unicode-emoji-4.2.0/MIT-LICENSE.txt +20 -0
  150. data/vendor/bundle/ruby/4.0.0/gems/unicode-emoji-4.2.0/README.md +205 -0
  151. data/vendor/bundle/ruby/4.0.0/gems/unicode-emoji-4.2.0/unicode-emoji.gemspec +22 -0
  152. data/vendor/bundle/ruby/{3.4.0/gems/uri-1.0.2 → 4.0.0/gems/uri-1.1.1}/README.md +1 -1
  153. data/vendor/bundle/ruby/{3.4.0/gems/webmock-3.24.0 → 4.0.0/gems/webmock-3.26.2}/CHANGELOG.md +44 -0
  154. data/vendor/bundle/ruby/{3.4.0/gems/webmock-3.24.0 → 4.0.0/gems/webmock-3.26.2}/README.md +7 -0
  155. data/vendor/bundle/ruby/{3.4.0/specifications/actionpack-8.0.1.gemspec → 4.0.0/specifications/actionpack-8.1.3.gemspec} +9 -9
  156. data/vendor/bundle/ruby/{3.4.0/specifications/actionview-8.0.1.gemspec → 4.0.0/specifications/actionview-8.1.3.gemspec} +9 -9
  157. data/vendor/bundle/ruby/{3.4.0/specifications/activemodel-8.0.1.gemspec → 4.0.0/specifications/activemodel-8.1.3.gemspec} +7 -7
  158. data/vendor/bundle/ruby/{3.4.0/specifications/activesupport-8.0.1.gemspec → 4.0.0/specifications/activesupport-8.1.3.gemspec} +7 -7
  159. data/vendor/bundle/ruby/{3.4.0/specifications/addressable-2.8.7.gemspec → 4.0.0/specifications/addressable-2.9.0.gemspec} +7 -8
  160. data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/specifications/appraisal-2.5.0.gemspec +1 -1
  161. data/vendor/bundle/ruby/4.0.0/specifications/ast-2.4.3.gemspec +29 -0
  162. data/vendor/bundle/ruby/{3.4.0/specifications/base64-0.2.0.gemspec → 4.0.0/specifications/base64-0.3.0.gemspec} +6 -6
  163. data/vendor/bundle/ruby/{3.4.0/specifications/bigdecimal-3.1.9.gemspec → 4.0.0/specifications/bigdecimal-4.1.2.gemspec} +6 -6
  164. data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/specifications/builder-3.3.0.gemspec +1 -1
  165. data/vendor/bundle/ruby/{3.4.0/specifications/concurrent-ruby-1.3.5.gemspec → 4.0.0/specifications/concurrent-ruby-1.3.7.gemspec} +6 -6
  166. data/vendor/bundle/ruby/{3.4.0/specifications/connection_pool-2.5.0.gemspec → 4.0.0/specifications/connection_pool-3.0.2.gemspec} +8 -8
  167. data/vendor/bundle/ruby/{3.4.0/specifications/crack-1.0.0.gemspec → 4.0.0/specifications/crack-1.0.1.gemspec} +4 -4
  168. data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/specifications/crass-1.0.6.gemspec +1 -1
  169. data/vendor/bundle/ruby/4.0.0/specifications/diff-lcs-1.6.2.gemspec +35 -0
  170. data/vendor/bundle/ruby/4.0.0/specifications/docile-1.4.1.gemspec +22 -0
  171. data/vendor/bundle/ruby/{3.4.0/specifications/drb-2.2.1.gemspec → 4.0.0/specifications/drb-2.2.3.gemspec} +6 -6
  172. data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/specifications/erubi-1.13.1.gemspec +1 -1
  173. data/vendor/bundle/ruby/4.0.0/specifications/ethon-0.18.0.gemspec +27 -0
  174. data/vendor/bundle/ruby/{3.4.0/specifications/ffi-1.17.1-x86_64-linux-gnu.gemspec → 4.0.0/specifications/ffi-1.17.4-x86_64-linux-gnu.gemspec} +7 -14
  175. data/vendor/bundle/ruby/{3.4.0/specifications/hashdiff-1.1.2.gemspec → 4.0.0/specifications/hashdiff-1.2.1.gemspec} +4 -4
  176. data/vendor/bundle/ruby/{3.4.0/specifications/i18n-1.14.6.gemspec → 4.0.0/specifications/i18n-1.15.2.gemspec} +6 -7
  177. data/vendor/bundle/ruby/{3.4.0/specifications/json-2.9.1.gemspec → 4.0.0/specifications/json-2.19.9.gemspec} +0 -0
  178. data/vendor/bundle/ruby/4.0.0/specifications/language_server-protocol-3.17.0.5.gemspec +31 -0
  179. data/vendor/bundle/ruby/4.0.0/specifications/lint_roller-1.1.0.gemspec +22 -0
  180. data/vendor/bundle/ruby/{3.4.0/specifications/logger-1.6.5.gemspec → 4.0.0/specifications/logger-1.7.0.gemspec} +4 -4
  181. data/vendor/bundle/ruby/{3.4.0/specifications/loofah-2.24.0.gemspec → 4.0.0/specifications/loofah-2.25.1.gemspec} +5 -5
  182. data/vendor/bundle/ruby/4.0.0/specifications/minitest-6.0.6.gemspec +35 -0
  183. data/vendor/bundle/ruby/4.0.0/specifications/msgpack-1.8.3.gemspec +36 -0
  184. data/vendor/bundle/ruby/4.0.0/specifications/multi_json-1.21.1.gemspec +22 -0
  185. data/vendor/bundle/ruby/{3.4.0/specifications/nokogiri-1.18.1-x86_64-linux-gnu.gemspec → 4.0.0/specifications/nokogiri-1.19.4-x86_64-linux-gnu.gemspec} +7 -7
  186. data/vendor/bundle/ruby/4.0.0/specifications/opentelemetry-api-1.10.0.gemspec +35 -0
  187. data/vendor/bundle/ruby/4.0.0/specifications/opentelemetry-common-0.25.0.gemspec +33 -0
  188. data/vendor/bundle/ruby/4.0.0/specifications/parallel-2.1.0.gemspec +21 -0
  189. data/vendor/bundle/ruby/4.0.0/specifications/parser-3.3.11.1.gemspec +37 -0
  190. data/vendor/bundle/ruby/4.0.0/specifications/prism-1.9.0.gemspec +24 -0
  191. data/vendor/bundle/ruby/{3.4.0/specifications/public_suffix-6.0.1.gemspec → 4.0.0/specifications/public_suffix-7.0.5.gemspec} +7 -7
  192. data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/specifications/racc-1.8.1.gemspec +1 -1
  193. data/vendor/bundle/ruby/{3.4.0/specifications/rack-3.1.8.gemspec → 4.0.0/specifications/rack-3.2.6.gemspec} +7 -7
  194. data/vendor/bundle/ruby/{3.4.0/specifications/rack-session-2.1.0.gemspec → 4.0.0/specifications/rack-session-2.1.2.gemspec} +5 -5
  195. data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/specifications/rack-test-2.2.0.gemspec +1 -1
  196. data/vendor/bundle/ruby/{3.4.0/specifications/rails-dom-testing-2.2.0.gemspec → 4.0.0/specifications/rails-dom-testing-2.3.0.gemspec} +5 -5
  197. data/vendor/bundle/ruby/{3.4.0/specifications/rails-html-sanitizer-1.6.2.gemspec → 4.0.0/specifications/rails-html-sanitizer-1.7.0.gemspec} +7 -7
  198. data/vendor/bundle/ruby/4.0.0/specifications/rainbow-3.1.1.gemspec +25 -0
  199. data/vendor/bundle/ruby/{3.4.0/specifications/rake-13.2.1.gemspec → 4.0.0/specifications/rake-13.4.2.gemspec} +6 -6
  200. data/vendor/bundle/ruby/{3.4.0/specifications/rake-release-1.3.0.gemspec → 4.0.0/specifications/rake-release-1.4.0.gemspec} +7 -7
  201. data/vendor/bundle/ruby/4.0.0/specifications/regexp_parser-2.12.0.gemspec +22 -0
  202. data/vendor/bundle/ruby/{3.4.0/specifications/rexml-3.4.0.gemspec → 4.0.0/specifications/rexml-3.4.4.gemspec} +6 -6
  203. data/vendor/bundle/ruby/{3.4.0/specifications/rspec-3.13.0.gemspec → 4.0.0/specifications/rspec-3.13.2.gemspec} +9 -9
  204. data/vendor/bundle/ruby/4.0.0/specifications/rspec-core-3.13.6.gemspec +31 -0
  205. data/vendor/bundle/ruby/4.0.0/specifications/rspec-expectations-3.13.5.gemspec +29 -0
  206. data/vendor/bundle/ruby/4.0.0/specifications/rspec-mocks-3.13.8.gemspec +29 -0
  207. data/vendor/bundle/ruby/{3.4.0/specifications/rspec-support-3.13.2.gemspec → 4.0.0/specifications/rspec-support-3.13.7.gemspec} +9 -9
  208. data/vendor/bundle/ruby/4.0.0/specifications/rubocop-1.88.0.gemspec +39 -0
  209. data/vendor/bundle/ruby/4.0.0/specifications/rubocop-ast-1.49.1.gemspec +29 -0
  210. data/vendor/bundle/ruby/4.0.0/specifications/rubocop-capybara-2.23.0.gemspec +28 -0
  211. data/vendor/bundle/ruby/4.0.0/specifications/rubocop-factory_bot-2.28.0.gemspec +28 -0
  212. data/vendor/bundle/ruby/4.0.0/specifications/rubocop-performance-1.26.1.gemspec +30 -0
  213. data/vendor/bundle/ruby/4.0.0/specifications/rubocop-rspec-3.10.2.gemspec +30 -0
  214. data/vendor/bundle/ruby/4.0.0/specifications/rubocop-rspec_rails-2.32.0.gemspec +29 -0
  215. data/vendor/bundle/ruby/4.0.0/specifications/ruby-progressbar-1.13.0.gemspec +29 -0
  216. data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/specifications/securerandom-0.4.1.gemspec +1 -1
  217. data/vendor/bundle/ruby/4.0.0/specifications/simplecov-0.22.0.gemspec +28 -0
  218. data/vendor/bundle/ruby/4.0.0/specifications/simplecov-cobertura-3.2.0.gemspec +29 -0
  219. data/vendor/bundle/ruby/4.0.0/specifications/simplecov-html-0.13.2.gemspec +22 -0
  220. data/vendor/bundle/ruby/4.0.0/specifications/simplecov_json_formatter-0.1.4.gemspec +21 -0
  221. data/vendor/bundle/ruby/{3.4.0/specifications/thor-1.3.2.gemspec → 4.0.0/specifications/thor-1.5.0.gemspec} +8 -8
  222. data/vendor/bundle/ruby/4.0.0/specifications/typhoeus-1.6.0.gemspec +26 -0
  223. data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/specifications/tzinfo-2.0.6.gemspec +1 -1
  224. data/vendor/bundle/ruby/4.0.0/specifications/unicode-display_width-3.2.0.gemspec +30 -0
  225. data/vendor/bundle/ruby/4.0.0/specifications/unicode-emoji-4.2.0.gemspec +22 -0
  226. data/vendor/bundle/ruby/{3.4.0/specifications/uri-1.0.2.gemspec → 4.0.0/specifications/uri-1.1.1.gemspec} +5 -5
  227. data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/specifications/useragent-0.16.11.gemspec +1 -1
  228. data/vendor/bundle/ruby/{3.4.0/specifications/webmock-3.24.0.gemspec → 4.0.0/specifications/webmock-3.26.2.gemspec} +7 -8
  229. metadata +304 -196
  230. data/vendor/bundle/ruby/3.4.0/bundler/gems/rubocop-config-67802c9d1826/README.md +0 -23
  231. data/vendor/bundle/ruby/3.4.0/gems/actionpack-8.0.1/CHANGELOG.md +0 -205
  232. data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.1/CHANGELOG.md +0 -67
  233. data/vendor/bundle/ruby/3.4.0/gems/activemodel-8.0.1/CHANGELOG.md +0 -110
  234. data/vendor/bundle/ruby/3.4.0/gems/activesupport-8.0.1/CHANGELOG.md +0 -157
  235. data/vendor/bundle/ruby/3.4.0/gems/addressable-2.8.7/addressable.gemspec +0 -28
  236. data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.0/README.md +0 -138
  237. data/vendor/bundle/ruby/3.4.0/gems/benchmark-0.4.0/benchmark.gemspec +0 -32
  238. data/vendor/bundle/ruby/3.4.0/gems/connection_pool-2.5.0/connection_pool.gemspec +0 -24
  239. data/vendor/bundle/ruby/3.4.0/gems/diff-lcs-1.5.1/README.rdoc +0 -84
  240. data/vendor/bundle/ruby/3.4.0/gems/ethon-0.16.0/ethon.gemspec +0 -26
  241. data/vendor/bundle/ruby/3.4.0/gems/hashdiff-1.1.2/changelog.md +0 -119
  242. data/vendor/bundle/ruby/3.4.0/gems/logger-1.6.5/logger.gemspec +0 -28
  243. data/vendor/bundle/ruby/3.4.0/gems/multi_json-1.15.0/CHANGELOG.md +0 -275
  244. data/vendor/bundle/ruby/3.4.0/gems/multi_json-1.15.0/LICENSE.md +0 -20
  245. data/vendor/bundle/ruby/3.4.0/gems/multi_json-1.15.0/README.md +0 -121
  246. data/vendor/bundle/ruby/3.4.0/gems/public_suffix-6.0.1/CHANGELOG.md +0 -491
  247. data/vendor/bundle/ruby/3.4.0/gems/rexml-3.4.0/LICENSE.txt +0 -22
  248. data/vendor/bundle/ruby/3.4.0/gems/rspec-collection_matchers-1.2.1/Changelog.md +0 -68
  249. data/vendor/bundle/ruby/3.4.0/gems/rspec-collection_matchers-1.2.1/README.md +0 -76
  250. data/vendor/bundle/ruby/3.4.0/gems/rspec-collection_matchers-1.2.1/rspec-collection_matchers.gemspec +0 -33
  251. data/vendor/bundle/ruby/3.4.0/gems/rspec-its-2.0.0/Changelog.md +0 -73
  252. data/vendor/bundle/ruby/3.4.0/gems/rspec-its-2.0.0/LICENSE.txt +0 -27
  253. data/vendor/bundle/ruby/3.4.0/gems/rspec-its-2.0.0/README.md +0 -104
  254. data/vendor/bundle/ruby/3.4.0/gems/rspec-its-2.0.0/rspec-its.gemspec +0 -31
  255. data/vendor/bundle/ruby/3.4.0/specifications/benchmark-0.4.0.gemspec +0 -23
  256. data/vendor/bundle/ruby/3.4.0/specifications/diff-lcs-1.5.1.gemspec +0 -37
  257. data/vendor/bundle/ruby/3.4.0/specifications/ethon-0.16.0.gemspec +0 -24
  258. data/vendor/bundle/ruby/3.4.0/specifications/minitest-5.25.4.gemspec +0 -31
  259. data/vendor/bundle/ruby/3.4.0/specifications/multi_json-1.15.0.gemspec +0 -26
  260. data/vendor/bundle/ruby/3.4.0/specifications/rspec-collection_matchers-1.2.1.gemspec +0 -27
  261. data/vendor/bundle/ruby/3.4.0/specifications/rspec-core-3.13.2.gemspec +0 -39
  262. data/vendor/bundle/ruby/3.4.0/specifications/rspec-expectations-3.13.3.gemspec +0 -33
  263. data/vendor/bundle/ruby/3.4.0/specifications/rspec-its-2.0.0.gemspec +0 -27
  264. data/vendor/bundle/ruby/3.4.0/specifications/rspec-mocks-3.13.2.gemspec +0 -33
  265. data/vendor/bundle/ruby/3.4.0/specifications/typhoeus-1.4.1.gemspec +0 -24
  266. /data/vendor/bundle/ruby/{3.4.0/bundler/gems/rubocop-config-67802c9d1826 → 4.0.0/bundler/gems/rubocop-config-2b861962124a}/LICENSE +0 -0
  267. /data/vendor/bundle/ruby/{3.4.0/gems/actionpack-8.0.1 → 4.0.0/gems/actionpack-8.1.3}/MIT-LICENSE +0 -0
  268. /data/vendor/bundle/ruby/{3.4.0/gems/actionview-8.0.1 → 4.0.0/gems/actionview-8.1.3}/MIT-LICENSE +0 -0
  269. /data/vendor/bundle/ruby/{3.4.0/gems/activemodel-8.0.1 → 4.0.0/gems/activemodel-8.1.3}/MIT-LICENSE +0 -0
  270. /data/vendor/bundle/ruby/{3.4.0/gems/activesupport-8.0.1 → 4.0.0/gems/activesupport-8.1.3}/MIT-LICENSE +0 -0
  271. /data/vendor/bundle/ruby/{3.4.0/gems/addressable-2.8.7 → 4.0.0/gems/addressable-2.9.0}/LICENSE.txt +0 -0
  272. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/appraisal-2.5.0/MIT-LICENSE +0 -0
  273. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/appraisal-2.5.0/README.md +0 -0
  274. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/appraisal-2.5.0/appraisal.gemspec +0 -0
  275. /data/vendor/bundle/ruby/{3.4.0/gems/base64-0.2.0 → 4.0.0/gems/base64-0.3.0}/README.md +0 -0
  276. /data/vendor/bundle/ruby/{3.4.0/gems/bigdecimal-3.1.9 → 4.0.0/gems/bigdecimal-4.1.2}/LICENSE +0 -0
  277. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/builder-3.3.0/MIT-LICENSE +0 -0
  278. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/builder-3.3.0/README.md +0 -0
  279. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/builder-3.3.0/builder.gemspec +0 -0
  280. /data/vendor/bundle/ruby/{3.4.0/gems/concurrent-ruby-1.3.5 → 4.0.0/gems/concurrent-ruby-1.3.7}/LICENSE.txt +0 -0
  281. /data/vendor/bundle/ruby/{3.4.0/gems/connection_pool-2.5.0 → 4.0.0/gems/connection_pool-3.0.2}/LICENSE +0 -0
  282. /data/vendor/bundle/ruby/{3.4.0/gems/crack-1.0.0 → 4.0.0/gems/crack-1.0.1}/LICENSE +0 -0
  283. /data/vendor/bundle/ruby/{3.4.0/gems/crack-1.0.0 → 4.0.0/gems/crack-1.0.1}/README.md +0 -0
  284. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/crass-1.0.6/LICENSE +0 -0
  285. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/crass-1.0.6/README.md +0 -0
  286. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/crass-1.0.6/crass.gemspec +0 -0
  287. /data/vendor/bundle/ruby/{3.4.0/gems/base64-0.2.0 → 4.0.0/gems/drb-2.2.3}/LICENSE.txt +0 -0
  288. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/erubi-1.13.1/CHANGELOG +0 -0
  289. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/erubi-1.13.1/MIT-LICENSE +0 -0
  290. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/erubi-1.13.1/README.rdoc +0 -0
  291. /data/vendor/bundle/ruby/{3.4.0/gems/ethon-0.16.0 → 4.0.0/gems/ethon-0.18.0}/LICENSE +0 -0
  292. /data/vendor/bundle/ruby/{3.4.0/gems/ffi-1.17.1-x86_64-linux-gnu → 4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu}/LICENSE +0 -0
  293. /data/vendor/bundle/ruby/{3.4.0/gems/ffi-1.17.1-x86_64-linux-gnu → 4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu}/LICENSE.SPECS +0 -0
  294. /data/vendor/bundle/ruby/{3.4.0/gems/hashdiff-1.1.2 → 4.0.0/gems/hashdiff-1.2.1}/LICENSE +0 -0
  295. /data/vendor/bundle/ruby/{3.4.0/gems/hashdiff-1.1.2 → 4.0.0/gems/hashdiff-1.2.1}/hashdiff.gemspec +0 -0
  296. /data/vendor/bundle/ruby/{3.4.0/gems/i18n-1.14.6 → 4.0.0/gems/i18n-1.15.2}/MIT-LICENSE +0 -0
  297. /data/vendor/bundle/ruby/{3.4.0/gems/logger-1.6.5 → 4.0.0/gems/logger-1.7.0}/README.md +0 -0
  298. /data/vendor/bundle/ruby/{3.4.0/gems/loofah-2.24.0 → 4.0.0/gems/loofah-2.25.1}/MIT-LICENSE.txt +0 -0
  299. /data/vendor/bundle/ruby/{3.4.0/gems/loofah-2.24.0 → 4.0.0/gems/loofah-2.25.1}/README.md +0 -0
  300. /data/vendor/bundle/ruby/{3.4.0/gems/nokogiri-1.18.1-x86_64-linux-gnu → 4.0.0/gems/nokogiri-1.19.4-x86_64-linux-gnu}/LICENSE.md +0 -0
  301. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/racc-1.8.1/ChangeLog +0 -0
  302. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/racc-1.8.1/README.ja.rdoc +0 -0
  303. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/racc-1.8.1/README.rdoc +0 -0
  304. /data/vendor/bundle/ruby/{3.4.0/gems/rack-3.1.8 → 4.0.0/gems/rack-3.2.6}/MIT-LICENSE +0 -0
  305. /data/vendor/bundle/ruby/{3.4.0/gems/rack-session-2.1.0 → 4.0.0/gems/rack-session-2.1.2}/license.md +0 -0
  306. /data/vendor/bundle/ruby/{3.4.0/gems/rack-session-2.1.0 → 4.0.0/gems/rack-session-2.1.2}/readme.md +0 -0
  307. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/rack-test-2.2.0/MIT-LICENSE.txt +0 -0
  308. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/rack-test-2.2.0/README.md +0 -0
  309. /data/vendor/bundle/ruby/{3.4.0/gems/rails-dom-testing-2.2.0 → 4.0.0/gems/rails-dom-testing-2.3.0}/MIT-LICENSE +0 -0
  310. /data/vendor/bundle/ruby/{3.4.0/gems/rails-html-sanitizer-1.6.2 → 4.0.0/gems/rails-html-sanitizer-1.7.0}/MIT-LICENSE +0 -0
  311. /data/vendor/bundle/ruby/{3.4.0/gems/rails-html-sanitizer-1.6.2 → 4.0.0/gems/rails-html-sanitizer-1.7.0}/README.md +0 -0
  312. /data/vendor/bundle/ruby/{3.4.0/gems/rake-13.2.1 → 4.0.0/gems/rake-13.4.2}/MIT-LICENSE +0 -0
  313. /data/vendor/bundle/ruby/{3.4.0/gems/rake-release-1.3.0 → 4.0.0/gems/rake-release-1.4.0}/LICENSE +0 -0
  314. /data/vendor/bundle/ruby/{3.4.0/gems/rake-release-1.3.0 → 4.0.0/gems/rake-release-1.4.0}/README.md +0 -0
  315. /data/vendor/bundle/ruby/{3.4.0/gems/drb-2.2.1 → 4.0.0/gems/rexml-3.4.4}/LICENSE.txt +0 -0
  316. /data/vendor/bundle/ruby/{3.4.0/gems/rexml-3.4.0 → 4.0.0/gems/rexml-3.4.4}/README.md +0 -0
  317. /data/vendor/bundle/ruby/{3.4.0/gems/rspec-3.13.0 → 4.0.0/gems/rspec-3.13.2}/LICENSE.md +0 -0
  318. /data/vendor/bundle/ruby/{3.4.0/gems/rspec-3.13.0 → 4.0.0/gems/rspec-3.13.2}/README.md +0 -0
  319. /data/vendor/bundle/ruby/{3.4.0/gems/rspec-core-3.13.2 → 4.0.0/gems/rspec-core-3.13.6}/LICENSE.md +0 -0
  320. /data/vendor/bundle/ruby/{3.4.0/gems/rspec-core-3.13.2 → 4.0.0/gems/rspec-core-3.13.6}/README.md +0 -0
  321. /data/vendor/bundle/ruby/{3.4.0/gems/rspec-expectations-3.13.3 → 4.0.0/gems/rspec-expectations-3.13.5}/LICENSE.md +0 -0
  322. /data/vendor/bundle/ruby/{3.4.0/gems/rspec-expectations-3.13.3 → 4.0.0/gems/rspec-expectations-3.13.5}/README.md +0 -0
  323. /data/vendor/bundle/ruby/{3.4.0/gems/rspec-mocks-3.13.2 → 4.0.0/gems/rspec-mocks-3.13.8}/LICENSE.md +0 -0
  324. /data/vendor/bundle/ruby/{3.4.0/gems/rspec-mocks-3.13.2 → 4.0.0/gems/rspec-mocks-3.13.8}/README.md +0 -0
  325. /data/vendor/bundle/ruby/{3.4.0/gems/rspec-support-3.13.2 → 4.0.0/gems/rspec-support-3.13.7}/LICENSE.md +0 -0
  326. /data/vendor/bundle/ruby/{3.4.0/gems/rspec-support-3.13.2 → 4.0.0/gems/rspec-support-3.13.7}/README.md +0 -0
  327. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/securerandom-0.4.1/README.md +0 -0
  328. /data/vendor/bundle/ruby/{3.4.0/gems/thor-1.3.2 → 4.0.0/gems/thor-1.5.0}/LICENSE.md +0 -0
  329. /data/vendor/bundle/ruby/{3.4.0/gems/typhoeus-1.4.1 → 4.0.0/gems/typhoeus-1.6.0}/LICENSE +0 -0
  330. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/tzinfo-2.0.6/LICENSE +0 -0
  331. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/tzinfo-2.0.6/README.md +0 -0
  332. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/useragent-0.16.11/LICENSE +0 -0
  333. /data/vendor/bundle/ruby/{3.4.0 → 4.0.0}/gems/useragent-0.16.11/README.md +0 -0
  334. /data/vendor/bundle/ruby/{3.4.0/gems/webmock-3.24.0 → 4.0.0/gems/webmock-3.26.2}/LICENSE +0 -0
@@ -1,5 +1,37 @@
1
1
  ### Development
2
- [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.13.2...3-13-maintenance)
2
+ [Full Changelog](https://github.com/rspec/rspec/compare/rspec-core-v3.13.6...3-13-maintenance)
3
+
4
+ ### 3.13.6 / 2025-10-19
5
+ [Full Changelog](http://github.com/rspec/rspec/compare/rspec-core-v3.13.4...rspec-core-v3.13.5)
6
+
7
+ Bug Fixes:
8
+
9
+ * Add explicit block parameter to `RSpec::World::Null.traverse_example_group_trees_until` to
10
+ prevent warning. (@viralpraxis, rspec/rspec#240)
11
+
12
+ ### 3.13.5 / 2025-06-25
13
+ [Full Changelog](http://github.com/rspec/rspec/compare/rspec-core-v3.13.4...rspec-core-v3.13.5)
14
+
15
+ Bug Fixes:
16
+
17
+ * Fix finding failed lines from frozen backtrace arrays. (Jon Rowe, #225)
18
+
19
+ ### 3.13.4 / 2025-05-27
20
+ [Full Changelog](http://github.com/rspec/rspec/compare/rspec-core-v3.13.3...rspec-core-v3.13.4)
21
+
22
+ Bug Fixes:
23
+
24
+ * Fix links in gemspec to point to the monorepo / homepage.
25
+
26
+ ### 3.13.3 / 2025-02-06
27
+ [Full Changelog](http://github.com/rspec/rspec/compare/rspec-core-v3.13.4...rspec-core-v3.13.3)
28
+
29
+ Bug fixes:
30
+
31
+ * Fix reporter memorisation of `ExamplesNotification` used in `RSpec::Core::Reporter#finish`
32
+ by reusing an instance across notifcations. (Maxime Lapointe, rspec/rspec#172)
33
+ * Fix memorisation of `RSpec::Core::Example#location_rerun_argument`.
34
+ (Maxime Lapointe, rspec/rspec#173)
3
35
 
4
36
  ### 3.13.2 / 2024-10-18
5
37
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.13.1...v3.13.2)
@@ -7,31 +39,31 @@
7
39
  Bug fixes:
8
40
 
9
41
  * `RSpec::Configuration#requires` will reflect files already required, whilst requiring
10
- them. (Jon Rowe, #3117)
42
+ them. (Jon Rowe, rspec/rspec-core#3117)
11
43
 
12
44
  ### 3.13.1 / 2024-09-02
13
45
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.13.0...v3.13.1)
14
46
 
15
47
  Bug fixes:
16
48
 
17
- * Sort ids to run as the original order to fix `--bisect`. (Maki Kawahara, #3093)
49
+ * Sort ids to run as the original order to fix `--bisect`. (Maki Kawahara, rspec/rspec-core#3093)
18
50
 
19
51
  ### 3.13.0 / 2024-02-04
20
52
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.12.3...v3.13.0)
21
53
 
22
54
  Enhancements:
23
55
 
24
- * Support the `--backtrace` flag when using the JSON formatter. (Matt Larraz, #2980)
25
- * Ignore commented out lines in CLI config files (e.g. `.rspec`). (Junichi Ito, #2984)
56
+ * Support the `--backtrace` flag when using the JSON formatter. (Matt Larraz, rspec/rspec-core#2980)
57
+ * Ignore commented out lines in CLI config files (e.g. `.rspec`). (Junichi Ito, rspec/rspec-core#2984)
26
58
  * Add `pending_failure_output` config option to allow skipping backtraces or
27
- muting pending specs output. (Phil Pirozhkov, #2957)
59
+ muting pending specs output. (Phil Pirozhkov, rspec/rspec-core#2957)
28
60
  * Process `--dry-run` before configuration flags that read files so that introspecting
29
- it returns the correct value. (Xenor Chang, #3008)
30
- * Allow specifying custom ordering strategies via `--order`. (Jon Rowe, #3025)
61
+ it returns the correct value. (Xenor Chang, rspec/rspec-core#3008)
62
+ * Allow specifying custom ordering strategies via `--order`. (Jon Rowe, rspec/rspec-core#3025)
31
63
  * Use the improved `syntax_suggest` output for `SyntaxError` when available.
32
- (Richard Schneeman, #3015, #3026)
64
+ (Richard Schneeman, rspec/rspec-core#3015, rspec/rspec-core#3026)
33
65
  * Add config option (`RSpec::Core::Configuration#full_cause_backtrace`) to print the
34
- entire backtrace of an exception cause. (David Taylor, #3046)
66
+ entire backtrace of an exception cause. (David Taylor, rspec/rspec-core#3046)
35
67
 
36
68
  ### 3.12.3 / 2024-02-04
37
69
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.12.2...v3.12.3)
@@ -39,14 +71,14 @@ Enhancements:
39
71
  Bug fixes:
40
72
 
41
73
  * Use `__send__` in output wrapper to avoid issues with IO objects that implement `send`
42
- like `Socket`. (Richard Platel, #3045)
74
+ like `Socket`. (Richard Platel, rspec/rspec-core#3045)
43
75
 
44
76
  ### 3.12.2 / 2023-04-18
45
77
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.12.1...v3.12.2)
46
78
 
47
79
  Bug fixes:
48
80
 
49
- * Remove link to outdated documentation in generated output. (Jon Rowe, #3035)
81
+ * Remove link to outdated documentation in generated output. (Jon Rowe, rspec/rspec-core#3035)
50
82
 
51
83
  ### 3.12.1 / 2023-02-03
52
84
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.12.0...v3.12.1)
@@ -54,7 +86,7 @@ Bug fixes:
54
86
  Bug fixes:
55
87
 
56
88
  * Prevent multiple calls to `extra_failure_lines` from adding additional whitespace
57
- around them when the lines already contain whitespace. (Jon Rowe, #3006)
89
+ around them when the lines already contain whitespace. (Jon Rowe, rspec/rspec-core#3006)
58
90
 
59
91
  ### 3.12.0 / 2022-10-26
60
92
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.11.0...v3.12.0)
@@ -66,26 +98,26 @@ Bug fixes:
66
98
 
67
99
  Enhancements:
68
100
 
69
- * Improve pluralisation of words ending with `s` (like process). (Joshua Pinter, #2779)
70
- * Add ordering by file modification time (most recent first). (Matheus Richard, #2778)
71
- * Add `to_s` to reserved names for #let and #subject. (Nick Flückiger, #2886)
101
+ * Improve pluralisation of words ending with `s` (like process). (Joshua Pinter, rspec/rspec-core#2779)
102
+ * Add ordering by file modification time (most recent first). (Matheus Richard, rspec/rspec-core#2778)
103
+ * Add `to_s` to reserved names for #let and #subject. (Nick Flückiger, rspec/rspec-core#2886)
72
104
  * Introduce `RSpec.current_scope` to expose the current scope in which
73
- RSpec is executing. e.g. `:before_example_hook`, `:example` etc. (@odinhb, #2895)
74
- * Add named bold colours as options for custom colours. (#2913, #2914)
75
- * Warn when (but not prevent) a `SystemExit` occurs. (Jared Beck, #2926)
105
+ RSpec is executing. e.g. `:before_example_hook`, `:example` etc. (@odinhb, rspec/rspec-core#2895)
106
+ * Add named bold colours as options for custom colours. (rspec/rspec-core#2913, rspec/rspec-core#2914)
107
+ * Warn when (but not prevent) a `SystemExit` occurs. (Jared Beck, rspec/rspec-core#2926)
76
108
 
77
109
  ### 3.10.2 / 2022-01-27
78
110
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.10.1...v3.10.2)
79
111
 
80
112
  Bug fixes:
81
113
 
82
- * Ensure bisect communication uses consistent encoding. (Mike Jarema, #2852)
114
+ * Ensure bisect communication uses consistent encoding. (Mike Jarema, rspec/rspec-core#2852)
83
115
  * Fix exception presenter when the root cause exception has nil backtrace.
84
- (Zinovyev Ivan, #2903)
116
+ (Zinovyev Ivan, rspec/rspec-core#2903)
85
117
  * Fix `inspect` output of `RSpec::Core::Example::Procsy` to namespace correctly.
86
- (Keiko Kaneko, #2915)
118
+ (Keiko Kaneko, rspec/rspec-core#2915)
87
119
  * Ensure formatters not exposing `#output` will not crash duplicate check.
88
- (@niceking, #2916)
120
+ (@niceking, rspec/rspec-core#2916)
89
121
 
90
122
  ### 3.10.1 / 2020-12-27
91
123
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.10.0...v3.10.1)
@@ -93,7 +125,7 @@ Bug fixes:
93
125
  Bug fixes:
94
126
 
95
127
  * RSpec warning output was missing deprecations from Ruby, these are now included.
96
- (Jon Rowe, #2811)
128
+ (Jon Rowe, rspec/rspec-core#2811)
97
129
 
98
130
  ### 3.10.0 / 2020-10-30
99
131
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.9.3...v3.10.0)
@@ -101,26 +133,26 @@ Bug fixes:
101
133
  Enhancements:
102
134
 
103
135
  * Memoize `RSpec::Core::Formatters::ExceptionPresenter#exception_lines` to improve performance
104
- with slow exception messages. (Maxime Lapointe, #2743)
136
+ with slow exception messages. (Maxime Lapointe, rspec/rspec-core#2743)
105
137
  * Add configuration for an error exit code (to disambiguate errored builds from failed builds
106
- by exit status). (Dana Sherson, #2749)
138
+ by exit status). (Dana Sherson, rspec/rspec-core#2749)
107
139
 
108
140
  ### 3.9.3 / 2020-09-30
109
141
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.9.2...v3.9.3)
110
142
 
111
143
  Bug Fixes:
112
144
 
113
- * Declare `ruby2_keywords` on `method_missing` for other gems. (Jon Rowe, #2731)
114
- * Ensure custom error codes are returned from bisect runs. (Jon Rowe, #2732)
145
+ * Declare `ruby2_keywords` on `method_missing` for other gems. (Jon Rowe, rspec/rspec-core#2731)
146
+ * Ensure custom error codes are returned from bisect runs. (Jon Rowe, rspec/rspec-core#2732)
115
147
  * Ensure `RSpec::Core::Configuration` predicate config methods return booleans.
116
- (Marc-André Lafortune, #2736)
148
+ (Marc-André Lafortune, rspec/rspec-core#2736)
117
149
  * Prevent `rspec --bisect` from generating zombie processes while executing
118
- bisect runs. (Benoit Tigeot, Jon Rowe, #2739)
150
+ bisect runs. (Benoit Tigeot, Jon Rowe, rspec/rspec-core#2739)
119
151
  * Predicates for pending examples, (in `RSpec::Core::Example`, `#pending?`, `#skipped?` and
120
152
  `#pending_fixed?`) now return boolean values rather than truthy values.
121
- (Marc-André Lafortune, #2756, #2758)
153
+ (Marc-André Lafortune, rspec/rspec-core#2756, rspec/rspec-core#2758)
122
154
  * Exceptions which have a message which cannot be cast to a string will no longer
123
- cause a crash. (Jon Rowe, #2761)
155
+ cause a crash. (Jon Rowe, rspec/rspec-core#2761)
124
156
 
125
157
  ### 3.9.2 / 2020-05-02
126
158
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.9.1...v3.9.2)
@@ -128,14 +160,14 @@ Bug Fixes:
128
160
  Bug Fixes:
129
161
 
130
162
  * Emit a warning when `around` hook is used with `:context` scope
131
- (Phil Pirozhkov, #2687)
163
+ (Phil Pirozhkov, rspec/rspec-core#2687)
132
164
  * Prevent invalid implementations of `Exception#cause` from being treated as a
133
165
  valid cause (and causing strange errors) in `RSpec::Core::Formatters::ExceptionPresenter`.
134
- (Jon Rowe, #2703)
166
+ (Jon Rowe, rspec/rspec-core#2703)
135
167
  * Correctly detect patterns when `rspec_opts` is an array in `RSpec::Core::RakeTask`.
136
- (Marc-André Lafortune, #2704)
168
+ (Marc-André Lafortune, rspec/rspec-core#2704)
137
169
  * Make `RSpec.clear_examples` reset example counts for example groups. This fixes
138
- an issue with re-running specs not matching ids. (Agis Anastasopoulos, #2723)
170
+ an issue with re-running specs not matching ids. (Agis Anastasopoulos, rspec/rspec-core#2723)
139
171
 
140
172
  ### 3.9.1 / 2019-12-28
141
173
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.9.0...v3.9.1)
@@ -143,8 +175,8 @@ Bug Fixes:
143
175
  Bug Fixes:
144
176
 
145
177
  * Prevent bisect command from blocking when number of specs exceeds file
146
- descriptor limit on OSX or Linux. (Benoit Tigeot, #2669)
147
- * Prevent warnings being issued on Ruby 2.7.0. (Jon Rowe, #2680)
178
+ descriptor limit on OSX or Linux. (Benoit Tigeot, rspec/rspec-core#2669)
179
+ * Prevent warnings being issued on Ruby 2.7.0. (Jon Rowe, rspec/rspec-core#2680)
148
180
 
149
181
  ### 3.9.0 / 2019-10-07
150
182
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.8.2...v3.9.0)
@@ -153,21 +185,21 @@ Enhancements:
153
185
 
154
186
  * Improve the handling of errors during loading support files, if a file
155
187
  errors before loading specs, RSpec will now skip loading the specs.
156
- (David Rodríguez, #2568)
188
+ (David Rodríguez, rspec/rspec-core#2568)
157
189
  * Add support for --example-matches to run examples by regular expression.
158
- (Sam Joseph, Matt Rider, @okothkongo1, #2586)
190
+ (Sam Joseph, Matt Rider, @okothkongo1, rspec/rspec-core#2586)
159
191
  * Add `did_you_mean` suggestions for file names encountering a `LoadError`
160
- outside of examples. (@obromios, #2601)
192
+ outside of examples. (@obromios, rspec/rspec-core#2601)
161
193
  * Add a minimalist quick fix style formatter, only outputs failures as
162
- `file:line:message`. (Romain Tartière, #2614)
194
+ `file:line:message`. (Romain Tartière, rspec/rspec-core#2614)
163
195
  * Convert string number values to integer when used for `RSpec::Configuration#fail_fast`
164
- (Viktor Fonic, #2634)
196
+ (Viktor Fonic, rspec/rspec-core#2634)
165
197
  * Issue warning when invalid values are used for `RSpec::Configuration#fail_fast`
166
- (Viktor Fonic, #2634)
198
+ (Viktor Fonic, rspec/rspec-core#2634)
167
199
  * Add support for running the Rake task in a clean environment.
168
- (Jon Rowe, #2632)
200
+ (Jon Rowe, rspec/rspec-core#2632)
169
201
  * Indent messages by there example group / example in the documentation formatter.
170
- (Samuel Williams, #2649)
202
+ (Samuel Williams, rspec/rspec-core#2649)
171
203
 
172
204
  ### 3.8.2 / 2019-06-29
173
205
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.8.1...v3.8.2)
@@ -176,7 +208,7 @@ Bug Fixes:
176
208
 
177
209
  * Fix `config.define_derived_metadata` so that cascades are not triggered
178
210
  until metadata has been assigned to the example or example group
179
- (Myron Marston, #2635).
211
+ (Myron Marston, rspec/rspec-core#2635).
180
212
 
181
213
  ### 3.8.1 / 2019-06-13
182
214
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.8.0...v3.8.1)
@@ -184,12 +216,12 @@ Bug Fixes:
184
216
  Bug Fixes:
185
217
 
186
218
  * Handle RSpec description(s) with japanese chars in CP932 encoded files.
187
- (Benoit Tigeot, #2575)
219
+ (Benoit Tigeot, rspec/rspec-core#2575)
188
220
  * When defining `let` methods that overwrite an existing method, prevent
189
- a warning being issued by removing the old definition. (Jon Rowe, #2593)
190
- * Prevent warning on Ruby 2.6.0-rc1 (Keiji Yoshimi, #2582)
221
+ a warning being issued by removing the old definition. (Jon Rowe, rspec/rspec-core#2593)
222
+ * Prevent warning on Ruby 2.6.0-rc1 (Keiji Yoshimi, rspec/rspec-core#2582)
191
223
  * Fix `config.define_derived_metadata` so that it supports cascades.
192
- (Myron Marston, #2630).
224
+ (Myron Marston, rspec/rspec-core#2630).
193
225
 
194
226
  ### 3.8.0 / 2018-08-04
195
227
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.7.1...v3.8.0)
@@ -197,28 +229,28 @@ Bug Fixes:
197
229
  Enhancements:
198
230
 
199
231
  * Improve shell escaping used by `RSpec::Core::RakeTask` and `--bisect` so
200
- that it works on `Pathname` objects. (Andrew Vit, #2479)
232
+ that it works on `Pathname` objects. (Andrew Vit, rspec/rspec-core#2479)
201
233
  * Nicely format errors encountered while loading files specified
202
- by `--require` option. (Myron Marston, #2504)
234
+ by `--require` option. (Myron Marston, rspec/rspec-core#2504)
203
235
  * Significantly improve the performance of `--bisect` on platforms that
204
236
  support forking by replacing the shell-based runner with one that uses
205
237
  forking so that RSpec and the application environment can be booted only
206
- once, instead of once per spec run. (Myron Marston, #2511)
238
+ once, instead of once per spec run. (Myron Marston, rspec/rspec-core#2511)
207
239
  * Provide a configuration API to pick which bisect runner is used for
208
240
  `--bisect`. Pick a runner via `config.bisect_runner = :shell` or
209
241
  `config.bisect_runner = :fork` in a file loaded by a `--require`
210
- option passed at the command line or set in `.rspec`. (Myron Marston, #2511)
242
+ option passed at the command line or set in `.rspec`. (Myron Marston, rspec/rspec-core#2511)
211
243
  * Support the [XDG Base Directory
212
244
  Specification](https://specifications.freedesktop.org/basedir-spec/latest/)
213
245
  for the global options file. `~/.rspec` is still supported when no
214
- options file is found in `$XDG_CONFIG_HOME/rspec/options` (Magnus Bergmark, #2538)
246
+ options file is found in `$XDG_CONFIG_HOME/rspec/options` (Magnus Bergmark, rspec/rspec-core#2538)
215
247
  * Extract `RSpec.world.prepare_example_filtering` that sets up the
216
- example filtering for custom RSpec runners. (Oleg Pudeyev, #2552)
248
+ example filtering for custom RSpec runners. (Oleg Pudeyev, rspec/rspec-core#2552)
217
249
 
218
250
  Bug Fixes:
219
251
 
220
252
  * Prevent an `ArgumentError` when truncating backtraces with two identical
221
- backtraces. (Systho, #2515, Benoit Tigeot, #2539)
253
+ backtraces. (Systho, rspec/rspec-core#2515, Benoit Tigeot, rspec/rspec-core#2539)
222
254
 
223
255
  ### 3.7.1 / 2018-01-02
224
256
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.7.0...v3.7.1)
@@ -226,52 +258,52 @@ Bug Fixes:
226
258
  Bug Fixes:
227
259
 
228
260
  * Work around duplicate config hook regression introduced
229
- by Ruby 2.5's lazy proc allocation. (Myron Marston, #2497)
261
+ by Ruby 2.5's lazy proc allocation. (Myron Marston, rspec/rspec-core#2497)
230
262
 
231
263
  ### 3.7.0 / 2017-10-17
232
264
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.6.0...v3.7.0)
233
265
 
234
266
  Enhancements:
235
267
 
236
- * Add `-n` alias for `--next-failure`. (Ian Ker-Seymer, #2434)
268
+ * Add `-n` alias for `--next-failure`. (Ian Ker-Seymer, rspec/rspec-core#2434)
237
269
  * Improve compatibility with `--enable-frozen-string-literal` option
238
- on Ruby 2.3+. (Pat Allan, #2425, #2427, #2437)
270
+ on Ruby 2.3+. (Pat Allan, rspec/rspec-core#2425, rspec/rspec-core#2427, rspec/rspec-core#2437)
239
271
  * Do not run `:context` hooks for example groups that have been skipped.
240
- (Devon Estes, #2442)
272
+ (Devon Estes, rspec/rspec-core#2442)
241
273
  * Add `errors_outside_of_examples_count` to the JSON formatter.
242
- (Takeshi Arabiki, #2448)
274
+ (Takeshi Arabiki, rspec/rspec-core#2448)
243
275
 
244
276
  Bug Fixes:
245
277
 
246
- * Improve compatibility with frozen string literal flag. (#2425, Pat Allan)
278
+ * Improve compatibility with frozen string literal flag. (rspec/rspec-core#2425, Pat Allan)
247
279
 
248
280
  ### 3.6.0 / 2017-05-04
249
281
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.6.0.beta2...v3.6.0)
250
282
 
251
283
  Enhancements:
252
284
 
253
- * Add seed information to JSON formatter output. (#2388, Mitsutaka Mimura)
254
- * Include example id in the JSON formatter output. (#2369, Xavier Shay)
285
+ * Add seed information to JSON formatter output. (rspec/rspec-core#2388, Mitsutaka Mimura)
286
+ * Include example id in the JSON formatter output. (rspec/rspec-core#2369, Xavier Shay)
255
287
  * Respect changes to `config.output_stream` after formatters have been
256
- setup. (#2401, #2419, Ilya Lavrov)
288
+ setup. (rspec/rspec-core#2401, rspec/rspec-core#2419, Ilya Lavrov)
257
289
 
258
290
  Bug Fixes:
259
291
 
260
292
  * Delay formatter loading until the last minute to allow accessing the reporter
261
- without triggering formatter setup. (Jon Rowe, #2243)
293
+ without triggering formatter setup. (Jon Rowe, rspec/rspec-core#2243)
262
294
  * Ensure context hook failures running before an example can access the
263
- reporter. (Jon Jensen, #2387)
295
+ reporter. (Jon Jensen, rspec/rspec-core#2387)
264
296
  * Multiple fixes to allow using the runner multiple times within the same
265
297
  process: `RSpec.clear_examples` resets the formatter and no longer clears
266
298
  shared examples, and streams can be used across multiple runs rather than
267
- being closed after the first. (#2368, Xavier Shay)
299
+ being closed after the first. (rspec/rspec-core#2368, Xavier Shay)
268
300
  * Prevent unexpected `example_group_finished` notifications causing an error.
269
- (#2396, VTJamie)
301
+ (rspec/rspec-core#2396, VTJamie)
270
302
  * Fix bugs where `config.when_first_matching_example_defined` hooks would fire
271
- multiple times in some cases. (Yuji Nakayama, #2400)
303
+ multiple times in some cases. (Yuji Nakayama, rspec/rspec-core#2400)
272
304
  * Default `last_run_status` to "unknown" when the `status` field in the
273
- persistence file contains an unrecognized value. (#2360, matrinox)
274
- * Prevent `let` from defining an `initialize` method. (#2414, Jon Rowe)
305
+ persistence file contains an unrecognized value. (rspec/rspec-core#2360, matrinox)
306
+ * Prevent `let` from defining an `initialize` method. (rspec/rspec-core#2414, Jon Rowe)
275
307
 
276
308
  ### 3.6.0.beta2 / 2016-12-12
277
309
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.6.0.beta1...v3.6.0.beta2)
@@ -279,10 +311,10 @@ Bug Fixes:
279
311
  Enhancements:
280
312
 
281
313
  * Include count of errors occurring outside examples in default summaries.
282
- (#2351, Jon Rowe)
283
- * Warn when including shared example groups recursively. (#2356, Jon Rowe)
314
+ (rspec/rspec-core#2351, Jon Rowe)
315
+ * Warn when including shared example groups recursively. (rspec/rspec-core#2356, Jon Rowe)
284
316
  * Improve failure snippet syntax highlighting with CodeRay to highlight
285
- RSpec "keywords" like `expect`. (#2358, Myron Marston)
317
+ RSpec "keywords" like `expect`. (rspec/rspec-core#2358, Myron Marston)
286
318
 
287
319
  ### 3.6.0.beta1 / 2016-10-09
288
320
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.4...v3.6.0.beta1)
@@ -290,18 +322,18 @@ Enhancements:
290
322
  Enhancements:
291
323
 
292
324
  * Warn when duplicate shared examples definitions are loaded due to being
293
- defined in files matching the spec pattern (e.g. `_spec.rb`) (#2278, Devon Estes)
325
+ defined in files matching the spec pattern (e.g. `_spec.rb`) (rspec/rspec-core#2278, Devon Estes)
294
326
  * Improve metadata filtering so that it can match against any object
295
327
  that implements `===` instead of treating regular expressions as
296
- special. (Myron Marston, #2294)
328
+ special. (Myron Marston, rspec/rspec-core#2294)
297
329
  * Improve `rspec -v` so that it prints out the versions of each part of
298
- RSpec to prevent confusion. (Myron Marston, #2304)
330
+ RSpec to prevent confusion. (Myron Marston, rspec/rspec-core#2304)
299
331
  * Add `config.fail_if_no_examples` option which causes RSpec to fail if
300
- no examples are found. (Ewa Czechowska, #2302)
332
+ no examples are found. (Ewa Czechowska, rspec/rspec-core#2302)
301
333
  * Nicely format errors encountered while loading spec files.
302
- (Myron Marston, #2323)
334
+ (Myron Marston, rspec/rspec-core#2323)
303
335
  * Improve the API for enabling and disabling color output (Josh
304
- Justice, #2321):
336
+ Justice, rspec/rspec-core#2321):
305
337
  * Automatically enable color if the output is a TTY, since color is
306
338
  nearly always desirable if the output can handle it.
307
339
  * Introduce new CLI flag to force color on (`--force-color`), even
@@ -316,7 +348,7 @@ Enhancements:
316
348
  Bug Fixes:
317
349
 
318
350
  * Remove accumulated `ExampleGroup` constants when reseting RSpec,
319
- preventing a memory leak. (TravisSpangle, #2328)
351
+ preventing a memory leak. (TravisSpangle, rspec/rspec-core#2328)
320
352
 
321
353
  ### 3.5.3 / 2016-09-02
322
354
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.2...v3.5.3)
@@ -326,11 +358,11 @@ Bug Fixes:
326
358
  * When applying shared group metadata to a host group, overwrite
327
359
  conflicting keys if the value in the host group was inherited from
328
360
  a parent group instead of being specified at that level.
329
- (Myron Marston, #2307)
361
+ (Myron Marston, rspec/rspec-core#2307)
330
362
  * Handle errors in `:suite` hooks and provide the same nicely formatted
331
- output as errors that happen in examples. (Myron Marston, #2316)
363
+ output as errors that happen in examples. (Myron Marston, rspec/rspec-core#2316)
332
364
  * Set the exit status to non-zero when an error occurs in an
333
- `after(:context)` hook. (Myron Marston, #2320)
365
+ `after(:context)` hook. (Myron Marston, rspec/rspec-core#2320)
334
366
 
335
367
  ### 3.5.2 / 2016-07-28
336
368
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.1...v3.5.2)
@@ -338,11 +370,11 @@ Bug Fixes:
338
370
  Bug Fixes:
339
371
 
340
372
  * Wait to report `example_finished` until the example's `execution_result`
341
- has been completely filled in. (Myron Marston, #2291)
373
+ has been completely filled in. (Myron Marston, rspec/rspec-core#2291)
342
374
  * Make sure example block is still available when using `duplicate_with`
343
- to clone examples. (bootstraponline, #2298)
375
+ to clone examples. (bootstraponline, rspec/rspec-core#2298)
344
376
  * Don't include the default `--pattern` in the Rake task when
345
- `rspec_opts` specifies its own. (Jon Rowe, #2305)
377
+ `rspec_opts` specifies its own. (Jon Rowe, rspec/rspec-core#2305)
346
378
 
347
379
  ### 3.5.1 / 2016-07-06
348
380
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.0...v3.5.1)
@@ -350,7 +382,7 @@ Bug Fixes:
350
382
  Bug Fixes:
351
383
 
352
384
  * Ensure that config hooks that are added to existing example groups are
353
- added only once. (Eugene Kenny, #2280)
385
+ added only once. (Eugene Kenny, rspec/rspec-core#2280)
354
386
 
355
387
  ### 3.5.0 / 2016-07-01
356
388
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.0.beta4...v3.5.0)
@@ -358,12 +390,12 @@ Bug Fixes:
358
390
  Enhancements:
359
391
 
360
392
  * Include any `SPEC_OPTS` in reproduction command printed at the end of
361
- a bisect run. (Simon Coffey, #2274)
393
+ a bisect run. (Simon Coffey, rspec/rspec-core#2274)
362
394
 
363
395
  Bug Fixes:
364
396
 
365
397
  * Handle `--bisect` in `SPEC_OPTS` environment variable correctly so as
366
- to avoid infinite recursion. (Simon Coffey, #2271)
398
+ to avoid infinite recursion. (Simon Coffey, rspec/rspec-core#2271)
367
399
 
368
400
  ### 3.5.0.beta4 / 2016-06-05
369
401
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.0.beta3...v3.5.0.beta4)
@@ -372,30 +404,30 @@ Enhancements:
372
404
 
373
405
  * Filter out bundler stackframes from backtraces by default, since
374
406
  Bundler 1.12 now includes its own frames in stack traces produced
375
- by using `bundle exec`. (Myron Marston, #2240)
407
+ by using `bundle exec`. (Myron Marston, rspec/rspec-core#2240)
376
408
  * HTML Formatter uses exception presenter to get failure message
377
- for consistency with other formatters. (@mrageh, #2222)
409
+ for consistency with other formatters. (@mrageh, rspec/rspec-core#2222)
378
410
  * Load spec files in the order of the directories or files passed
379
411
  at the command line, making it easy to make some specs run before
380
412
  others in a one-off manner. For example, `rspec spec/unit
381
413
  spec/acceptance --order defined` will run unit specs before acceptance
382
- specs. (Myron Marston, #2253)
414
+ specs. (Myron Marston, rspec/rspec-core#2253)
383
415
  * Add new `config.include_context` API for configuring global or
384
416
  filtered inclusion of shared contexts in example groups.
385
- (Myron Marston, #2256)
417
+ (Myron Marston, rspec/rspec-core#2256)
386
418
  * Add new `config.shared_context_metadata_behavior = :apply_to_host_groups`
387
419
  option, which causes shared context metadata to be inherited by the
388
420
  metadata hash of all host groups and examples instead of configuring
389
- implicit auto-inclusion based on the passed metadata. (Myron Marston, #2256)
421
+ implicit auto-inclusion based on the passed metadata. (Myron Marston, rspec/rspec-core#2256)
390
422
 
391
423
  Bug Fixes:
392
424
 
393
425
  * Fix `--bisect` so it works on large spec suites that were previously triggering
394
426
  "Argument list too long errors" due to all the spec locations being passed as
395
- CLI args. (Matt Jones, #2223).
427
+ CLI args. (Matt Jones, rspec/rspec-core#2223).
396
428
  * Fix deprecated `:example_group`-based filtering so that it properly
397
- applies to matching example groups. (Myron Marston, #2234)
398
- * Fix `NoMethodError` caused by Java backtraces on JRuby. (Michele Piccirillo, #2244)
429
+ applies to matching example groups. (Myron Marston, rspec/rspec-core#2234)
430
+ * Fix `NoMethodError` caused by Java backtraces on JRuby. (Michele Piccirillo, rspec/rspec-core#2244)
399
431
 
400
432
  ### 3.5.0.beta3 / 2016-04-02
401
433
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.0.beta2...v3.5.0.beta3)
@@ -404,15 +436,15 @@ Enhancements:
404
436
 
405
437
  * Add new `config.filter_run_when_matching` API, intended to replace
406
438
  the combination of `config.filter_run` and
407
- `config.run_all_when_everything_filtered` (Myron Marston, #2206)
439
+ `config.run_all_when_everything_filtered` (Myron Marston, rspec/rspec-core#2206)
408
440
 
409
441
  Bug Fixes:
410
442
 
411
- * Use the encoded string logic for source extraction. (Jon Rowe, #2183)
412
- * Fix rounding issue in duration formatting helper. (Fabersky, Jon Rowe, #2208)
443
+ * Use the encoded string logic for source extraction. (Jon Rowe, rspec/rspec-core#2183)
444
+ * Fix rounding issue in duration formatting helper. (Fabersky, Jon Rowe, rspec/rspec-core#2208)
413
445
  * Fix failure snippet extraction so that `def-end` snippets
414
446
  ending with `end`-only line can be extracted properly.
415
- (Yuji Nakayama, #2215)
447
+ (Yuji Nakayama, rspec/rspec-core#2215)
416
448
 
417
449
  ### 3.5.0.beta2 / 2016-03-10
418
450
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.0.beta1...v3.5.0.beta2)
@@ -420,13 +452,13 @@ Bug Fixes:
420
452
  Enhancements:
421
453
 
422
454
  * Remove unneeded `:execution_result` example group metadata, saving a
423
- bit of memory. (Myron Marston, #2172)
455
+ bit of memory. (Myron Marston, rspec/rspec-core#2172)
424
456
  * Apply hooks registered with `config` to previously defined groups.
425
- (Myron Marston, #2189)
457
+ (Myron Marston, rspec/rspec-core#2189)
426
458
  * `RSpec::Core::Configuration#reporter` is now public API under SemVer.
427
- (Jon Rowe, #2193)
459
+ (Jon Rowe, rspec/rspec-core#2193)
428
460
  * Add new `config.when_first_matching_example_defined` hook. (Myron
429
- Marston, #2175)
461
+ Marston, rspec/rspec-core#2175)
430
462
 
431
463
  ### 3.5.0.beta1 / 2016-02-06
432
464
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.4...v3.5.0.beta1)
@@ -434,12 +466,12 @@ Enhancements:
434
466
  Enhancements:
435
467
 
436
468
  * Add `RSpec::Core::ExampleGroup.currently_executing_a_context_hook?`,
437
- primarily for use by rspec-rails. (Sam Phippen, #2131)
469
+ primarily for use by rspec-rails. (Sam Phippen, rspec/rspec-core#2131)
438
470
 
439
471
  Bug Fixes:
440
472
 
441
473
  * Ensure `MultipleExceptionError` does not contain a recursive reference
442
- to itself. (Sam Phippen, #2133)
474
+ to itself. (Sam Phippen, rspec/rspec-core#2133)
443
475
 
444
476
  ### 3.4.4 / 2016-03-09
445
477
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.3...v3.4.4)
@@ -447,7 +479,7 @@ Bug Fixes:
447
479
  Bug Fixes:
448
480
 
449
481
  * Fix `RSpec::Core::RakeTask` so that it works with Rake 11.
450
- (Travis Grathwell, #2197)
482
+ (Travis Grathwell, rspec/rspec-core#2197)
451
483
 
452
484
  ### 3.4.3 / 2016-02-19
453
485
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.2...v3.4.3)
@@ -455,15 +487,15 @@ Bug Fixes:
455
487
  Bug Fixes:
456
488
 
457
489
  * Prevent a `TypeError` from occurring when running via the rake task when
458
- Ruby crashes. (Patrik Wenger, #2161)
490
+ Ruby crashes. (Patrik Wenger, rspec/rspec-core#2161)
459
491
  * Only consider example and group declaration lines from a specific file
460
492
  when applying line number filtering, instead of considering all
461
- declaration lines from all spec files. (Myron Marston, #2170)
493
+ declaration lines from all spec files. (Myron Marston, rspec/rspec-core#2170)
462
494
  * Fix failure snippet extraction so that snippets that contain `do-end` style
463
495
  block and end with `end`-only line can be extracted properly.
464
- (Yuji Nakayama, #2173)
496
+ (Yuji Nakayama, rspec/rspec-core#2173)
465
497
  * Prevent infinite recursion when an exception is caused by itself.
466
- (Jon Rowe, #2128)
498
+ (Jon Rowe, rspec/rspec-core#2128)
467
499
 
468
500
  ### 3.4.2 / 2016-01-26
469
501
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.1...v3.4.2)
@@ -471,13 +503,13 @@ Bug Fixes:
471
503
  Bug Fixes:
472
504
 
473
505
  * Fix `rspec --profile` when an example calls `abort` or `exit`.
474
- (Bradley Schaefer, #2144)
506
+ (Bradley Schaefer, rspec/rspec-core#2144)
475
507
  * Fix `--drb` so that when no DRb server is running, it prevents
476
508
  the DRb connection error from being listed as the cause of all
477
- expectation failures. (Myron Marston, #2156)
509
+ expectation failures. (Myron Marston, rspec/rspec-core#2156)
478
510
  * Fix syntax highlighter so that it works when the `coderay` gem is
479
511
  installed as a rubygem but not already available on your load path
480
- (as happens when you use bundler). (Myron Marston, #2159)
512
+ (as happens when you use bundler). (Myron Marston, rspec/rspec-core#2159)
481
513
 
482
514
  ### 3.4.1 / 2015-11-18
483
515
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.0...v3.4.1)
@@ -485,7 +517,7 @@ Bug Fixes:
485
517
  Bug Fixes:
486
518
 
487
519
  * Fix backtrace formatter to handle backtraces that are `nil`.
488
- (Myron Marston, #2118)
520
+ (Myron Marston, rspec/rspec-core#2118)
489
521
 
490
522
  ### 3.4.0 / 2015-11-11
491
523
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.3.2...v3.4.0)
@@ -493,68 +525,68 @@ Bug Fixes:
493
525
  Enhancements:
494
526
 
495
527
  * Combine multiple `--pattern` arguments making them equivalent to
496
- `--pattern=1,2,...,n`. (Jon Rowe, #2002)
528
+ `--pattern=1,2,...,n`. (Jon Rowe, rspec/rspec-core#2002)
497
529
  * Improve `inspect` and `to_s` output for `RSpec::Core::Example`
498
- objects, replacing Ruby's excessively verbose output. (Gavin Miller, #1922)
530
+ objects, replacing Ruby's excessively verbose output. (Gavin Miller, rspec/rspec-core#1922)
499
531
  * Add `silence_filter_announcements` configuration option.
500
- (David Raffensperger, #2007)
532
+ (David Raffensperger, rspec/rspec-core#2007)
501
533
  * Add optional `example_finished` notification to the reporter protocol for
502
- when you don't care about the example outcome. (Jon Rowe, #2013)
534
+ when you don't care about the example outcome. (Jon Rowe, rspec/rspec-core#2013)
503
535
  * Switch `--bisect` to a recursion-based bisection algorithm rather than
504
536
  a permutation-based one. This better handles cases where an example
505
537
  depends upon multiple other examples instead of just one and minimizes
506
538
  the number of runs necessary to determine that an example set cannot be
507
- minimized further. (Simon Coffey, #1997)
539
+ minimized further. (Simon Coffey, rspec/rspec-core#1997)
508
540
  * Allow simple filters (e.g. `:symbol` key only) to be triggered by truthey
509
- values. (Tim Mertens, #2035)
541
+ values. (Tim Mertens, rspec/rspec-core#2035)
510
542
  * Remove unneeded warning about need for `ansicon` on Windows when using
511
- RSpec's `--color` option. (Ashley Engelund, #2038)
543
+ RSpec's `--color` option. (Ashley Engelund, rspec/rspec-core#2038)
512
544
  * Add option to configure RSpec to raise errors when issuing warnings.
513
- (Jon Rowe, #2052)
545
+ (Jon Rowe, rspec/rspec-core#2052)
514
546
  * Append the root `cause` of a failure or error to the printed failure
515
547
  output when a `cause` is available. (Adam Magan)
516
548
  * Stop rescuing `NoMemoryError`, `SignalExcepetion`, `Interrupt` and
517
- `SystemExit`. It is dangerous to interfere with these. (Myron Marston, #2063)
549
+ `SystemExit`. It is dangerous to interfere with these. (Myron Marston, rspec/rspec-core#2063)
518
550
  * Add `config.project_source_dirs` setting which RSpec uses to determine
519
551
  if a backtrace line comes from your project source or from some
520
552
  external library. It defaults to `spec`, `lib` and `app` but can be
521
- configured differently. (Myron Marston, #2088)
553
+ configured differently. (Myron Marston, rspec/rspec-core#2088)
522
554
  * Improve failure line detection so that it looks for the failure line
523
555
  in any project source directory instead of just in the spec file.
524
556
  In addition, if no backtrace lines can be found from a project source
525
557
  file, we fall back to displaying the source of the first backtrace
526
558
  line. This should virtually eliminate the "Unable to find matching
527
- line from backtrace" messages. (Myron Marston, #2088)
559
+ line from backtrace" messages. (Myron Marston, rspec/rspec-core#2088)
528
560
  * Add support for `:extra_failure_lines` example metadata that will
529
- be appended to the failure output. (bootstraponline, #2092).
561
+ be appended to the failure output. (bootstraponline, rspec/rspec-core#2092).
530
562
  * Add `RSpec::Core::Example#duplicate_with` to produce new examples
531
- with cloned metadata. (bootstraponline, #2098)
563
+ with cloned metadata. (bootstraponline, rspec/rspec-core#2098)
532
564
  * Add `RSpec::Core::Configuration#on_example_group_definition` to register
533
- hooks to be invoked when example groups are created. (bootstraponline, #2094)
565
+ hooks to be invoked when example groups are created. (bootstraponline, rspec/rspec-core#2094)
534
566
  * Add `add_example` and `remove_example` to `RSpec::Core::ExampleGroup` to
535
- allow manipulating an example groups examples. (bootstraponline, #2095)
567
+ allow manipulating an example groups examples. (bootstraponline, rspec/rspec-core#2095)
536
568
  * Display multiline failure source lines in failure output when Ripper is
537
569
  available (MRI >= 1.9.2, and JRuby >= 1.7.5 && < 9.0.0.0.rc1).
538
- (Yuji Nakayama, #2083)
570
+ (Yuji Nakayama, rspec/rspec-core#2083)
539
571
  * Add `max_displayed_failure_line_count` configuration option
540
- (defaults to 10). (Yuji Nakayama, #2083)
572
+ (defaults to 10). (Yuji Nakayama, rspec/rspec-core#2083)
541
573
  * Enhance `fail_fast` option so it can take a number (e.g. `--fail-fast=3`)
542
574
  to force the run to abort after the specified number of failures.
543
- (Jack Scotti, #2065)
575
+ (Jack Scotti, rspec/rspec-core#2065)
544
576
  * Syntax highlight the failure snippets in text formatters when `color`
545
577
  is enabled and the `coderay` gem is installed on a POSIX system.
546
- (Myron Marston, #2109)
578
+ (Myron Marston, rspec/rspec-core#2109)
547
579
 
548
580
  Bug Fixes:
549
581
 
550
582
  * Lock `example_status_persistence_file` when reading from and writing
551
583
  to it to prevent race conditions when multiple processes try to use
552
- it. (Ben Woosley, #2029)
584
+ it. (Ben Woosley, rspec/rspec-core#2029)
553
585
  * Fix regression in 3.3 that caused spec file names with square brackets in
554
- them (such as `1[]_spec.rb`) to not be loaded properly. (Myron Marston, #2041)
555
- * Fix output encoding issue caused by ASCII literal on 1.9.3 (Jon Rowe, #2072)
586
+ them (such as `1[]_spec.rb`) to not be loaded properly. (Myron Marston, rspec/rspec-core#2041)
587
+ * Fix output encoding issue caused by ASCII literal on 1.9.3 (Jon Rowe, rspec/rspec-core#2072)
556
588
  * Fix requires in `rspec/core/rake_task.rb` to avoid double requires
557
- seen by some users. (Myron Marston, #2101)
589
+ seen by some users. (Myron Marston, rspec/rspec-core#2101)
558
590
 
559
591
  ### 3.3.2 / 2015-07-15
560
592
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.3.1...v3.3.2)
@@ -562,9 +594,9 @@ Bug Fixes:
562
594
  Bug Fixes:
563
595
 
564
596
  * Fix formatters to handle exceptions for which `backtrace` returns `nil`.
565
- (Myron Marston, #2023)
597
+ (Myron Marston, rspec/rspec-core#2023)
566
598
  * Fix duplicate formatter detection so that it allows subclasses of formatters
567
- to be added. (Sebastián Tello, #2019)
599
+ to be added. (Sebastián Tello, rspec/rspec-core#2019)
568
600
 
569
601
  ### 3.3.1 / 2015-06-18
570
602
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.3.0...v3.3.1)
@@ -573,7 +605,7 @@ Bug Fixes:
573
605
 
574
606
  * Correctly run `before(:suite)` (and friends) in the context of an example
575
607
  group instance, thus making the expected RSpec environment available.
576
- (Jon Rowe, #1986)
608
+ (Jon Rowe, rspec/rspec-core#1986)
577
609
 
578
610
  ### 3.3.0 / 2015-06-12
579
611
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.3...v3.3.0)
@@ -581,74 +613,74 @@ Bug Fixes:
581
613
  Enhancements:
582
614
 
583
615
  * Expose the reporter used to run examples via `RSpec::Core::Example#reporter`.
584
- (Jon Rowe, #1866)
585
- * Make `RSpec::Core::Reporter#message` a public supported API. (Jon Rowe, #1866)
616
+ (Jon Rowe, rspec/rspec-core#1866)
617
+ * Make `RSpec::Core::Reporter#message` a public supported API. (Jon Rowe, rspec/rspec-core#1866)
586
618
  * Allow custom formatter events to be published via
587
- `RSpec::Core::Reporter#publish(event_name, hash_of_attributes)`. (Jon Rowe, #1869)
619
+ `RSpec::Core::Reporter#publish(event_name, hash_of_attributes)`. (Jon Rowe, rspec/rspec-core#1869)
588
620
  * Remove dependency on the standard library `Set` and replace with `RSpec::Core::Set`.
589
- (Jon Rowe, #1870)
621
+ (Jon Rowe, rspec/rspec-core#1870)
590
622
  * Assign a unique id to each example and group so that they can be
591
623
  uniquely identified, even for shared examples (and similar situations)
592
- where the location isn't unique. (Myron Marston, #1884)
624
+ where the location isn't unique. (Myron Marston, rspec/rspec-core#1884)
593
625
  * Use the example id in the rerun command printed for failed examples
594
- when the location is not unique. (Myron Marston, #1884)
626
+ when the location is not unique. (Myron Marston, rspec/rspec-core#1884)
595
627
  * Add `config.example_status_persistence_file_path` option, which is
596
- used to persist the last run status of each example. (Myron Marston, #1888)
628
+ used to persist the last run status of each example. (Myron Marston, rspec/rspec-core#1888)
597
629
  * Add `:last_run_status` metadata to each example, which indicates what
598
- happened the last time an example ran. (Myron Marston, #1888)
630
+ happened the last time an example ran. (Myron Marston, rspec/rspec-core#1888)
599
631
  * Add `--only-failures` CLI option which filters to only the examples
600
- that failed the last time they ran. (Myron Marston, #1888)
632
+ that failed the last time they ran. (Myron Marston, rspec/rspec-core#1888)
601
633
  * Add `--next-failure` CLI option which allows you to repeatedly focus
602
634
  on just one of the currently failing examples, then move on to the
603
- next failure, etc. (Myron Marston, #1888)
635
+ next failure, etc. (Myron Marston, rspec/rspec-core#1888)
604
636
  * Make `--order random` ordering stable, so that when you rerun a
605
637
  subset with a given seed, the examples will be order consistently
606
- relative to each other. (Myron Marston, #1908)
638
+ relative to each other. (Myron Marston, rspec/rspec-core#1908)
607
639
  * Set example group constant earlier so errors when evaluating the context
608
- include the example group name (Myron Marson, #1911)
609
- * Make `let` and `subject` threadsafe. (Josh Cheek, #1858)
610
- * Add version information into the JSON formatter. (Mark Swinson, #1883)
640
+ include the example group name (Myron Marson, rspec/rspec-core#1911)
641
+ * Make `let` and `subject` threadsafe. (Josh Cheek, rspec/rspec-core#1858)
642
+ * Add version information into the JSON formatter. (Mark Swinson, rspec/rspec-core#1883)
611
643
  * Add `--bisect` CLI option, which will repeatedly run your suite in
612
644
  order to isolate the failures to the smallest reproducible case.
613
- (Myron Marston, #1917)
645
+ (Myron Marston, rspec/rspec-core#1917)
614
646
  * For `config.include`, `config.extend` and `config.prepend`, apply the
615
- module to previously defined matching example groups. (Eugene Kenny, #1935)
647
+ module to previously defined matching example groups. (Eugene Kenny, rspec/rspec-core#1935)
616
648
  * When invalid options are parsed, notify users where they came from
617
649
  (e.g. `.rspec` or `~/.rspec` or `ENV['SPEC_OPTS']`) so they can
618
- easily find the source of the problem. (Myron Marston, #1940)
619
- * Add pending message contents to the json formatter output. (Jon Rowe, #1949)
650
+ easily find the source of the problem. (Myron Marston, rspec/rspec-core#1940)
651
+ * Add pending message contents to the json formatter output. (Jon Rowe, rspec/rspec-core#1949)
620
652
  * Add shared group backtrace to the output displayed by the built-in
621
- formatters for pending examples that have been fixed. (Myron Marston, #1946)
653
+ formatters for pending examples that have been fixed. (Myron Marston, rspec/rspec-core#1946)
622
654
  * Add support for `:aggregate_failures` metadata. Tag an example or
623
655
  group with this metadata and it'll use rspec-expectations'
624
656
  `aggregate_failures` feature to allow multiple failures in an example
625
657
  and list them all, rather than aborting on the first failure. (Myron
626
- Marston, #1946)
658
+ Marston, rspec/rspec-core#1946)
627
659
  * When no formatter implements #message add a fallback to prevent those
628
- messages being lost. (Jon Rowe, #1980)
660
+ messages being lost. (Jon Rowe, rspec/rspec-core#1980)
629
661
  * Profiling examples now takes into account time spent in `before(:context)`
630
- hooks. (Denis Laliberté, Jon Rowe, #1971)
662
+ hooks. (Denis Laliberté, Jon Rowe, rspec/rspec-core#1971)
631
663
  * Improve failure output when an example has multiple exceptions, such
632
- as one from an `it` block and one from an `after` block. (Myron Marston, #1985)
664
+ as one from an `it` block and one from an `after` block. (Myron Marston, rspec/rspec-core#1985)
633
665
 
634
666
  Bug Fixes:
635
667
 
636
- * Handle invalid UTF-8 strings within exception methods. (Benjamin Fleischer, #1760)
668
+ * Handle invalid UTF-8 strings within exception methods. (Benjamin Fleischer, rspec/rspec-core#1760)
637
669
  * Fix Rake Task quoting of file names with quotes to work properly on
638
- Windows. (Myron Marston, #1887)
670
+ Windows. (Myron Marston, rspec/rspec-core#1887)
639
671
  * Fix `RSpec::Core::RakeTask#failure_message` so that it gets printed
640
- when the task failed. (Myron Marston, #1905)
672
+ when the task failed. (Myron Marston, rspec/rspec-core#1905)
641
673
  * Make `let` work properly when defined in a shared context that is applied
642
- to an individual example via metadata. (Myron Marston, #1912)
643
- * Ensure `rspec/autorun` respects configuration defaults. (Jon Rowe, #1933)
674
+ to an individual example via metadata. (Myron Marston, rspec/rspec-core#1912)
675
+ * Ensure `rspec/autorun` respects configuration defaults. (Jon Rowe, rspec/rspec-core#1933)
644
676
  * Prevent modules overriding example group defined methods when included,
645
- prepended or extended by config defined after an example group. (Eugene Kenny, #1935)
677
+ prepended or extended by config defined after an example group. (Eugene Kenny, rspec/rspec-core#1935)
646
678
  * Fix regression which caused shared examples to be mistakenly run when specs
647
- where filtered to a particular location. (Ben Axnick, #1963)
679
+ where filtered to a particular location. (Ben Axnick, rspec/rspec-core#1963)
648
680
  * Fix time formatting logic so that it displays 70 seconds as "1 minute,
649
- 10 seconds" rather than "1 minute, 1 second". (Paul Brennan, #1984)
681
+ 10 seconds" rather than "1 minute, 1 second". (Paul Brennan, rspec/rspec-core#1984)
650
682
  * Fix regression where the formatter loader would allow duplicate formatters.
651
- (Jon Rowe, #1990)
683
+ (Jon Rowe, rspec/rspec-core#1990)
652
684
 
653
685
  ### 3.2.3 / 2015-04-06
654
686
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.2...v3.2.3)
@@ -657,10 +689,10 @@ Bug Fixes:
657
689
 
658
690
  * Fix how the DSL methods are defined so that RSpec is compatible with
659
691
  gems that define methods of the same name on `Kernel` (such as
660
- the `its-it` gem). (Alex Kwiatkowski, Ryan Ong, #1907)
692
+ the `its-it` gem). (Alex Kwiatkowski, Ryan Ong, rspec/rspec-core#1907)
661
693
  * Fix `before(:context) { skip }` so that it does not wrongly cause the
662
694
  spec suite to exit with a non-zero status when no examples failed.
663
- (Myron Marston, #1926)
695
+ (Myron Marston, rspec/rspec-core#1926)
664
696
 
665
697
  ### 3.2.2 / 2015-03-11
666
698
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.1...v3.2.2)
@@ -670,7 +702,7 @@ Bug Fixes:
670
702
  * Fix regression in 3.2.0 that allowed tag-filtered examples to
671
703
  run even if there was a location filter applied to the spec
672
704
  file that was intended to limit the file to other examples.
673
- (#1894, Myron Marston)
705
+ (rspec/rspec-core#1894, Myron Marston)
674
706
 
675
707
  ### 3.2.1 / 2015-02-23
676
708
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.0...v3.2.1)
@@ -678,95 +710,95 @@ Bug Fixes:
678
710
  Bug Fixes:
679
711
 
680
712
  * Notify start-of-run seed _before_ `start` notification rather than
681
- _after_ so that formatters like Fuubar work properly. (Samuel Esposito, #1882)
713
+ _after_ so that formatters like Fuubar work properly. (Samuel Esposito, rspec/rspec-core#1882)
682
714
 
683
715
  ### 3.2.0 / 2015-02-03
684
716
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.7...v3.2.0)
685
717
 
686
718
  Enhancements:
687
719
 
688
- * Improve the `inspect` output of example groups. (Mike Dalton, #1687)
720
+ * Improve the `inspect` output of example groups. (Mike Dalton, rspec/rspec-core#1687)
689
721
  * When rake task fails, only output the command if `verbose` flag is
690
- set. (Ben Snape, #1704)
722
+ set. (Ben Snape, rspec/rspec-core#1704)
691
723
  * Add `RSpec.clear_examples` as a clear way to reset examples in between
692
- spec runs, whilst retaining user configuration. (Alexey Fedorov, #1706)
724
+ spec runs, whilst retaining user configuration. (Alexey Fedorov, rspec/rspec-core#1706)
693
725
  * Reduce string allocations when defining and running examples by 70%
694
- and 50% respectively. (Myron Marston, #1738)
695
- * Removed dependency on pathname from stdlib. (Sam Phippen, #1703)
726
+ and 50% respectively. (Myron Marston, rspec/rspec-core#1738)
727
+ * Removed dependency on pathname from stdlib. (Sam Phippen, rspec/rspec-core#1703)
696
728
  * Improve the message presented when a user hits Ctrl-C.
697
- (Alex Chaffee #1717, #1742)
729
+ (Alex Chaffee rspec/rspec-core#1717, rspec/rspec-core#1742)
698
730
  * Improve shared example group inclusion backtrace displayed
699
731
  in failed example output so that it works for all methods
700
732
  of including shared example groups and shows all inclusion
701
- locations. (Myron Marston, #1763)
733
+ locations. (Myron Marston, rspec/rspec-core#1763)
702
734
  * Issue seed notification at start (as well as the end) of the reporter
703
- run. (Arlandis Word, #1761)
704
- * Improve the documentation of around hooks. (Jim Kingdon, #1772)
735
+ run. (Arlandis Word, rspec/rspec-core#1761)
736
+ * Improve the documentation of around hooks. (Jim Kingdon, rspec/rspec-core#1772)
705
737
  * Support prepending of modules into example groups from config and allow
706
- filtering based on metadata. (Arlandis Word, #1806)
738
+ filtering based on metadata. (Arlandis Word, rspec/rspec-core#1806)
707
739
  * Emit warnings when `:suite` hooks are registered on an example group
708
740
  (where it has always been ignored) or are registered with metadata
709
- (which has always been ignored). (Myron Marston, #1805)
741
+ (which has always been ignored). (Myron Marston, rspec/rspec-core#1805)
710
742
  * Provide a friendly error message when users call RSpec example group
711
743
  APIs (e.g. `context`, `describe`, `it`, `let`, `before`, etc) from
712
- within an example where those APIs are unavailable. (Myron Marston, #1819)
744
+ within an example where those APIs are unavailable. (Myron Marston, rspec/rspec-core#1819)
713
745
  * Provide a friendly error message when users call RSpec example
714
746
  APIs (e.g. `expect`, `double`, `stub_const`, etc) from
715
747
  within an example group where those APIs are unavailable.
716
- (Myron Marston, #1819)
748
+ (Myron Marston, rspec/rspec-core#1819)
717
749
  * Add new `RSpec::Core::Sandbox.sandboxed { }` API that facilitates
718
750
  testing RSpec with RSpec, allowing you to define example groups
719
751
  and example from within an example without affecting the global
720
752
  `RSpec.world` state. (Tyler Ball, 1808)
721
753
  * Apply line-number filters only to the files they are scoped to,
722
- allowing you to mix filtered and unfiltered files. (Myron Marston, #1839)
754
+ allowing you to mix filtered and unfiltered files. (Myron Marston, rspec/rspec-core#1839)
723
755
  * When dumping pending examples, include the failure details so that you
724
- don't have to un-pend the example to see it. (Myron Marston, #1844)
756
+ don't have to un-pend the example to see it. (Myron Marston, rspec/rspec-core#1844)
725
757
  * Make `-I` option support multiple values when separated by
726
758
  `File::PATH_SEPARATOR`, such as `rspec -I foo:bar`. This matches
727
- the behavior of Ruby's `-I` option. (Fumiaki Matsushima, #1855).
759
+ the behavior of Ruby's `-I` option. (Fumiaki Matsushima, rspec/rspec-core#1855).
728
760
  * Treat each example as having a singleton example group for the
729
761
  purposes of applying metadata-based features that normally apply
730
762
  to example groups to individually tagged examples. For example,
731
763
  `RSpec.shared_context "Uses redis", :uses_redis` will now apply
732
764
  to individual examples tagged with `:uses_redis`, as will
733
765
  `config.include RedisHelpers, :uses_redis`, and
734
- `config.before(:context, :uses_redis) { }`, etc. (Myron Marston, #1749)
766
+ `config.before(:context, :uses_redis) { }`, etc. (Myron Marston, rspec/rspec-core#1749)
735
767
 
736
768
  Bug Fixes:
737
769
 
738
770
  * When assigning generated example descriptions, surface errors
739
771
  raised by `matcher.description` in the example description.
740
- (Myron Marston, #1771)
772
+ (Myron Marston, rspec/rspec-core#1771)
741
773
  * Don't consider expectations from `after` hooks when generating
742
- example descriptions. (Myron Marston, #1771)
774
+ example descriptions. (Myron Marston, rspec/rspec-core#1771)
743
775
  * Don't apply metadata-filtered config hooks to examples in groups
744
776
  with matching metadata when those examples override the parent
745
- metadata value to not match. (Myron Marston, #1796)
777
+ metadata value to not match. (Myron Marston, rspec/rspec-core#1796)
746
778
  * Fix `config.expect_with :minitest` so that `skip` uses RSpec's
747
- implementation rather than Minitest's. (Jonathan Rochkind, #1822)
779
+ implementation rather than Minitest's. (Jonathan Rochkind, rspec/rspec-core#1822)
748
780
  * Fix `NameError` caused when duplicate example group aliases are defined and
749
- the DSL is not globally exposed. (Aaron Kromer, #1825)
781
+ the DSL is not globally exposed. (Aaron Kromer, rspec/rspec-core#1825)
750
782
  * When a shared example defined in an external file fails, use the host
751
783
  example group (from a loaded spec file) for the re-run command to
752
- ensure the command will actually work. (Myron Marston, #1835)
784
+ ensure the command will actually work. (Myron Marston, rspec/rspec-core#1835)
753
785
  * Fix location filtering to work properly for examples defined in
754
786
  a nested example group within a shared example group defined in
755
- an external file. (Bradley Schaefer, Xavier Shay, Myron Marston, #1837)
787
+ an external file. (Bradley Schaefer, Xavier Shay, Myron Marston, rspec/rspec-core#1837)
756
788
  * When a pending example fails (as expected) due to a mock expectation,
757
789
  set `RSpec::Core::Example::ExecutionResult#pending_exception` --
758
- previously it was not being set but should have been. (Myron Marston, #1844)
790
+ previously it was not being set but should have been. (Myron Marston, rspec/rspec-core#1844)
759
791
  * Fix rake task to work when `rspec-core` is installed in a directory
760
- containing a space. (Guido Günther, #1845)
792
+ containing a space. (Guido Günther, rspec/rspec-core#1845)
761
793
  * Fix regression in 3.1 that caused `describe Regexp` to raise errors.
762
- (Durran Jordan, #1853)
794
+ (Durran Jordan, rspec/rspec-core#1853)
763
795
  * Fix regression in 3.x that caused the profile information to be printed
764
- after the summary. (Max Lincoln, #1857)
796
+ after the summary. (Max Lincoln, rspec/rspec-core#1857)
765
797
  * Apply `--seed` before loading `--require` files so that required files
766
- can access the provided seed. (Myron Marston, #1745)
798
+ can access the provided seed. (Myron Marston, rspec/rspec-core#1745)
767
799
  * Handle `RSpec::Core::Formatters::DeprecationFormatter::FileStream` being
768
800
  reopened with an IO stream, which sometimes happens with spring.
769
- (Kevin Mook, #1757)
801
+ (Kevin Mook, rspec/rspec-core#1757)
770
802
 
771
803
  ### 3.1.7 / 2014-10-11
772
804
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.6...v3.1.7)
@@ -775,14 +807,14 @@ Bug Fixes:
775
807
 
776
808
  * Fix `Metadata.relative_path` so that for a current directory of
777
809
  `/foo/bar`, `/foo/bar_1` is not wrongly converted to `._1`.
778
- (Akos Vandra, #1730)
810
+ (Akos Vandra, rspec/rspec-core#1730)
779
811
  * Prevent constant lookup mistakenly finding `RSpec::ExampleGroups` generated
780
812
  constants on 1.9.2 by appending a trailing `_` to the generated names.
781
- (Jon Rowe, #1737)
813
+ (Jon Rowe, rspec/rspec-core#1737)
782
814
  * Fix bug in `:pending` metadata. If it got set in any way besides passing
783
815
  it as part of the metadata literal passed to `it` (such as by using
784
816
  `define_derived_metadata`), it did not have the desired effect,
785
- instead marking the example as `:passed`. (Myron Marston, #1739)
817
+ instead marking the example as `:passed`. (Myron Marston, rspec/rspec-core#1739)
786
818
 
787
819
  ### 3.1.6 / 2014-10-08
788
820
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.5...v3.1.6)
@@ -791,9 +823,9 @@ Bug Fixes:
791
823
 
792
824
  * Fix regression in rake task pattern handling, that prevented patterns
793
825
  that were relative from the current directory rather than from `spec`
794
- from working properly. (Myron Marston, #1734)
826
+ from working properly. (Myron Marston, rspec/rspec-core#1734)
795
827
  * Prevent rake task from generating duplicate load path entries.
796
- (Myron Marston, #1735)
828
+ (Myron Marston, rspec/rspec-core#1735)
797
829
 
798
830
  ### 3.1.5 / 2014-09-29
799
831
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.4...v3.1.5)
@@ -801,12 +833,12 @@ Bug Fixes:
801
833
  Bug Fixes:
802
834
 
803
835
  * Fix issue with the rake task incorrectly escaping strings on Windows.
804
- (Jon Rowe #1718)
836
+ (Jon Rowe rspec/rspec-core#1718)
805
837
  * Support absolute path patterns. While this wasn't officially supported
806
838
  previously, setting `rake_task.pattern` to an absolute path pattern in
807
839
  RSpec 3.0 and before worked since it delegated to `FileList` internally
808
840
  (but now just forwards the pattern on to the `rspec` command).
809
- (Myron Marston, #1726)
841
+ (Myron Marston, rspec/rspec-core#1726)
810
842
 
811
843
  ### 3.1.4 / 2014-09-18
812
844
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.3...v3.1.4)
@@ -815,10 +847,10 @@ Bug Fixes:
815
847
 
816
848
  * Fix implicit `subject` when using `describe false` or `describe nil`
817
849
  so that it returns the provided primitive rather than the string
818
- representation. (Myron Marston, #1710)
850
+ representation. (Myron Marston, rspec/rspec-core#1710)
819
851
  * Fix backtrace filtering to allow code in subdirectories of your
820
852
  current working directory (such as vendor/bundle/...) to be filtered
821
- from backtraces. (Myron Marston, #1708)
853
+ from backtraces. (Myron Marston, rspec/rspec-core#1708)
822
854
 
823
855
  ### 3.1.3 / 2014-09-15
824
856
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.2...v3.1.3)
@@ -828,12 +860,12 @@ Bug Fixes:
828
860
  * Fix yet another regression in rake task pattern handling, to allow
829
861
  `task.pattern = FileList["..."]` to work. That was never intended
830
862
  to be supported but accidentally worked in 3.0 and earlier.
831
- (Myron Marston, #1701)
863
+ (Myron Marston, rspec/rspec-core#1701)
832
864
  * Fix pattern handling so that files are normalized to absolute paths
833
865
  before subtracting the `--exclude-pattern` matched files from the
834
866
  `--pattern` matched files so that it still works even if the patterns
835
867
  are in slightly different forms (e.g. one starting with `./`).
836
- (Christian Nelson, #1698)
868
+ (Christian Nelson, rspec/rspec-core#1698)
837
869
 
838
870
  ### 3.1.2 / 2014-09-08
839
871
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.1...v3.1.2)
@@ -841,7 +873,7 @@ Bug Fixes:
841
873
  Bug Fixes:
842
874
 
843
875
  * Fix another regression in rake task pattern handling, so that patterns
844
- that start with `./` still work. (Christian Nelson, #1696)
876
+ that start with `./` still work. (Christian Nelson, rspec/rspec-core#1696)
845
877
 
846
878
  ### 3.1.1 / 2014-09-05
847
879
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.0...v3.1.1)
@@ -851,7 +883,7 @@ Bug Fixes:
851
883
  * Fix a regression in rake task pattern handling, so that `rake_task.pattern = array`
852
884
  works again. While we never intended to support array values (or even knew that worked!),
853
885
  the implementation from 3.0 and earlier used `FileList` internally, which allows arrays.
854
- The fix restores the old behavior. (Myron Marston, #1694)
886
+ The fix restores the old behavior. (Myron Marston, rspec/rspec-core#1694)
855
887
 
856
888
  ### 3.1.0 / 2014-09-04
857
889
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.4...v3.1.0)
@@ -860,57 +892,57 @@ Enhancements:
860
892
 
861
893
  * Update files generated by `rspec --init` so that warnings are enabled
862
894
  in commented out section of `spec_helper` rather than `.rspec` so users
863
- have to consciously opt-in to the setting. (Andrew Hooker, #1572)
895
+ have to consciously opt-in to the setting. (Andrew Hooker, rspec/rspec-core#1572)
864
896
  * Update `spec_helper` generated by `rspec --init` so that it sets the new
865
897
  rspec-expectations `include_chain_clauses_in_custom_matcher_descriptions`
866
898
  config option (which will be on by default in RSpec 4) and also sets the
867
899
  rspec-mocks `verify_partial_doubles` option (which will also default
868
- to on in RSpec 4). (Myron Marston, #1647)
900
+ to on in RSpec 4). (Myron Marston, rspec/rspec-core#1647)
869
901
  * Provide an `inspect` output for example procsy objects (used in around
870
- hooks) that doesn't make them look like procs. (Jon Rowe, #1620)
902
+ hooks) that doesn't make them look like procs. (Jon Rowe, rspec/rspec-core#1620)
871
903
  * Remove a few unneeded `require` statements from
872
904
  `rspec/core/rake_task.rb`, making it even more lighterweight.
873
- (Myron Marston, #1640)
905
+ (Myron Marston, rspec/rspec-core#1640)
874
906
  * Allow rspec-core to be used when neither rspec-mocks or
875
907
  rspec-expectations are installed, without requiring any
876
- user configuration. (Sam Phippen, Myron Marston, #1615)
908
+ user configuration. (Sam Phippen, Myron Marston, rspec/rspec-core#1615)
877
909
  * Don't filter out gems from backtraces by default. (The RSpec
878
910
  gems will still be filtered). User feedback has indicated
879
911
  that including gems in default backtraces will be useful.
880
- (Myron Marston, #1641)
912
+ (Myron Marston, rspec/rspec-core#1641)
881
913
  * Add new `config.filter_gems_from_backtrace "rack", "rake"` API
882
- to easily filter the named gems from backtraces. (Myron Marston, #1682)
914
+ to easily filter the named gems from backtraces. (Myron Marston, rspec/rspec-core#1682)
883
915
  * Fix default backtrace filters so that the RSpec binary is
884
916
  excluded when installing RSpec as a bundler `:git` dependency.
885
- (Myron Marston, #1648)
917
+ (Myron Marston, rspec/rspec-core#1648)
886
918
  * Simplify command generated by the rake task so that it no longer
887
- includes unnecessary `-S`. (Myron Marston, #1559)
919
+ includes unnecessary `-S`. (Myron Marston, rspec/rspec-core#1559)
888
920
  * Add `--exclude-pattern` CLI option, `config.exclude_pattern =` config
889
921
  option and `task.exclude_pattern =` rake task config option. Matching
890
- files will be excluded. (John Gesimondo, Myron Marston, #1651, #1671)
922
+ files will be excluded. (John Gesimondo, Myron Marston, rspec/rspec-core#1651, rspec/rspec-core#1671)
891
923
  * When an around hook fails to execute the example, mark it as
892
924
  pending (rather than passing) so the user is made aware of the
893
- fact that the example did not actually run. (Myron Marston, #1660)
925
+ fact that the example did not actually run. (Myron Marston, rspec/rspec-core#1660)
894
926
  * Remove dependency on `FileUtils` from the standard library so that users do
895
927
  not get false positives where their code relies on it but they are not
896
- requiring it. (Sam Phippen, #1565)
928
+ requiring it. (Sam Phippen, rspec/rspec-core#1565)
897
929
 
898
930
  Bug Fixes:
899
931
 
900
932
  * Fix rake task `t.pattern =` option so that it does not run all specs
901
933
  when it matches no files, by passing along a `--pattern` option to
902
934
  the `rspec` command, rather than resolving the file list and passing
903
- along the files individually. (Evgeny Zislis, #1653)
935
+ along the files individually. (Evgeny Zislis, rspec/rspec-core#1653)
904
936
  * Fix rake task default pattern so that it follows symlinks properly.
905
- (Myron Marston, #1672)
937
+ (Myron Marston, rspec/rspec-core#1672)
906
938
  * Fix default pattern used with `rspec` command so that it follows
907
- symlinks properly. (Myron Marston, #1672)
939
+ symlinks properly. (Myron Marston, rspec/rspec-core#1672)
908
940
  * Change how we assign constant names to example group classes so that
909
- it avoids a problem with `describe "Core"`. (Daniela Wellisz, #1679)
941
+ it avoids a problem with `describe "Core"`. (Daniela Wellisz, rspec/rspec-core#1679)
910
942
  * Handle rendering exceptions that have a different encoding than that
911
- of their original source file. (Jon Rowe, #1681)
943
+ of their original source file. (Jon Rowe, rspec/rspec-core#1681)
912
944
  * Allow access to message_lines without colour for failed examples even
913
- when they're part of a shared example group. (tomykaira, #1689)
945
+ when they're part of a shared example group. (tomykaira, rspec/rspec-core#1689)
914
946
 
915
947
  ### 3.0.4 / 2014-08-14
916
948
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.3...v3.0.4)
@@ -919,9 +951,9 @@ Bug Fixes:
919
951
 
920
952
  * Fix processing order of CLI options so that if `config.files_to_run`
921
953
  is accessed from a file loaded by `--require`, `--pattern` is still
922
- applied. (Myron Marston, #1652)
954
+ applied. (Myron Marston, rspec/rspec-core#1652)
923
955
  * Fix `config.pattern=` so that it still takes affect even if
924
- `config.files_to_run` has already been accessed. (Myron Marston, #1652)
956
+ `config.files_to_run` has already been accessed. (Myron Marston, rspec/rspec-core#1652)
925
957
 
926
958
  ### 3.0.3 / 2014-07-21
927
959
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.2...v3.0.3)
@@ -929,11 +961,11 @@ Bug Fixes:
929
961
  Bug Fixes:
930
962
 
931
963
  * Properly convert both parts of a description into strings before
932
- concatenation. (@nicklink483, #1636)
964
+ concatenation. (@nicklink483, rspec/rspec-core#1636)
933
965
  * Exclude the working directory when figuring out folders to ignore.
934
- (Jon Rowe, Myron Marston, #1616)
966
+ (Jon Rowe, Myron Marston, rspec/rspec-core#1616)
935
967
  * Allow `::RSpec::Core::Notifications::FailedExampleNotification#message_lines`
936
- to be accessed without a colouriser. (@tomykaira, #1637)
968
+ to be accessed without a colouriser. (@tomykaira, rspec/rspec-core#1637)
937
969
 
938
970
  ### 3.0.2 / 2014-06-19
939
971
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.1...v3.0.2)
@@ -942,14 +974,14 @@ Bug Fixes:
942
974
 
943
975
  * Fix regression in CLI option handling that prevented `--tag slow`
944
976
  passed at the command line from overriding `--tag ~slow` in `.rspec`.
945
- (Colin Jones, #1602)
977
+ (Colin Jones, rspec/rspec-core#1602)
946
978
  * Fix metadata `:example_group` deprecation warning so that it gets
947
979
  issued at the call site of the configuration that specified it as
948
980
  a filter rather than later when an example group is defined.
949
- (Myron Marston, #1562)
981
+ (Myron Marston, rspec/rspec-core#1562)
950
982
  * Make the line that is printed when a shared example group fails indicating
951
983
  where the concrete example group is white, separating it from the stack trace
952
- that is produced for the failure. (Sam Phippen, Jon Rowe, #1606)
984
+ that is produced for the failure. (Sam Phippen, Jon Rowe, rspec/rspec-core#1606)
953
985
 
954
986
  ### 3.0.1 / 2014-06-12
955
987
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.0...v3.0.1)
@@ -957,9 +989,9 @@ Bug Fixes:
957
989
  Bug Fixes:
958
990
 
959
991
  * Fix a couple ruby warnings caused by rspec-core when loaded.
960
- (Prem Sichanugrist, #1584)
992
+ (Prem Sichanugrist, rspec/rspec-core#1584)
961
993
  * Example groups named `Config` will no longer cause a Ruby warning to be
962
- issued. (Jimmy Cuadra, #1580)
994
+ issued. (Jimmy Cuadra, rspec/rspec-core#1580)
963
995
 
964
996
  ### 3.0.0 / 2014-06-01
965
997
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.0.rc1...v3.0.0)
@@ -975,7 +1007,7 @@ Bug Fixes:
975
1007
  Enhancements:
976
1008
 
977
1009
  * Alter the default `spec_helper.rb` to no longer recommend
978
- `config.full_backtrace = true` see #1536 for discussion. (Jon Rowe)
1010
+ `config.full_backtrace = true` see rspec/rspec-core#1536 for discussion. (Jon Rowe)
979
1011
 
980
1012
  ### 3.0.0.rc1 / 2014-05-18
981
1013
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.0.beta2...v3.0.0.rc1)
@@ -1228,7 +1260,7 @@ Bug Fixes:
1228
1260
  or `default_path`. (Matijs van Zuijlen)
1229
1261
  * Fix failure line detection so that it handles relative file paths
1230
1262
  (which can happen when running specs through `ruby` using `rspec/autorun`).
1231
- (Myron Marston, #1829)
1263
+ (Myron Marston, rspec/rspec-core#1829)
1232
1264
 
1233
1265
  ### 3.0.0.beta1 / 2013-11-07
1234
1266
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.99.1...v3.0.0.beta1)
@@ -1308,7 +1340,7 @@ Deprecations:
1308
1340
  Enhancements:
1309
1341
 
1310
1342
  * Improve deprecation warning for RSpec 3 change in `describe <a symbol>`
1311
- behavior. (Jon Rowe, #1667)
1343
+ behavior. (Jon Rowe, rspec/rspec-core#1667)
1312
1344
 
1313
1345
  ### 2.99.1 / 2014-06-19
1314
1346
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.99.0...v2.99.1)
@@ -1318,11 +1350,11 @@ Bug Fixes:
1318
1350
  * Add missing deprecation warning for when `RSpec::Core::Runner` is used
1319
1351
  multiple times in the same process. In 2.x RSpec's global state was
1320
1352
  automatically cleared between runs but in 3.0 you need to call `RSpec.reset`
1321
- manually in these situations. (Sam Phippen, #1587)
1353
+ manually in these situations. (Sam Phippen, rspec/rspec-core#1587)
1322
1354
  * Prevent deprecation being accidentally issues when doubles used with `be_`
1323
- matchers due to automatically generated descriptions. (Jon Rowe, #1573)
1355
+ matchers due to automatically generated descriptions. (Jon Rowe, rspec/rspec-core#1573)
1324
1356
  * Load `rspec/core` when loading `rspec/core/rake_task` to ensure we can
1325
- issue deprecations correctly. (Jon Rowe, #1612)
1357
+ issue deprecations correctly. (Jon Rowe, rspec/rspec-core#1612)
1326
1358
 
1327
1359
  ### 2.99.0 / 2014-06-01
1328
1360
  [Full Changelog](http://github.com/rspec/rspec-core/compare/v2.99.0.rc1...v2.99.0)
@@ -1343,7 +1375,7 @@ Enhancements:
1343
1375
  * Add `--deprecation-out` CLI option which directs deprecation warnings
1344
1376
  to the named file. (Myron Marston)
1345
1377
  * Backport support for `skip` in metadata to skip execution of an example.
1346
- (Xavier Shay, #1472)
1378
+ (Xavier Shay, rspec/rspec-core#1472)
1347
1379
  * Add `Pathname` support for setting all output streams. (Aaron Kromer)
1348
1380
  * Add `test_unit` and `minitest` expectation frameworks. (Aaron Kromer)
1349
1381
 
@@ -1679,7 +1711,7 @@ Bug fixes
1679
1711
  matcher description (as `Example#description` already did) when no
1680
1712
  doc string has been provided (David Chelimsky).
1681
1713
  * Fix the memoized methods (`let` and `subject`) leaking `define_method`
1682
- as a `public` method. (Thomas Holmes and Jon Rowe) (#873)
1714
+ as a `public` method. (Thomas Holmes and Jon Rowe) (rspec/rspec-core#873)
1683
1715
  * Fix warnings coming from the test suite. (Pete Higgins)
1684
1716
 
1685
1717
  Deprecations