cybrid_api_id_ruby 0.123.441 → 0.123.443

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 (256) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +5 -5
  3. data/README.md +5 -5
  4. data/cybrid_api_id_ruby.gemspec +1 -1
  5. data/lib/cybrid_api_id_ruby/api/bank_applications_idp_api.rb +1 -1
  6. data/lib/cybrid_api_id_ruby/api/customer_tokens_idp_api.rb +1 -1
  7. data/lib/cybrid_api_id_ruby/api/organization_applications_idp_api.rb +1 -1
  8. data/lib/cybrid_api_id_ruby/api/users_idp_api.rb +1 -1
  9. data/lib/cybrid_api_id_ruby/api_client.rb +1 -1
  10. data/lib/cybrid_api_id_ruby/api_error.rb +1 -1
  11. data/lib/cybrid_api_id_ruby/configuration.rb +1 -1
  12. data/lib/cybrid_api_id_ruby/models/application_idp_model.rb +1 -1
  13. data/lib/cybrid_api_id_ruby/models/application_list_idp_model.rb +1 -1
  14. data/lib/cybrid_api_id_ruby/models/application_with_secret_all_of_idp_model.rb +1 -1
  15. data/lib/cybrid_api_id_ruby/models/application_with_secret_idp_model.rb +1 -1
  16. data/lib/cybrid_api_id_ruby/models/customer_token_idp_model.rb +1 -1
  17. data/lib/cybrid_api_id_ruby/models/error_response_idp_model.rb +1 -1
  18. data/lib/cybrid_api_id_ruby/models/post_bank_application_idp_model.rb +1 -1
  19. data/lib/cybrid_api_id_ruby/models/post_customer_token_idp_model.rb +1 -1
  20. data/lib/cybrid_api_id_ruby/models/post_organization_application_idp_model.rb +1 -1
  21. data/lib/cybrid_api_id_ruby/models/post_user_idp_model.rb +1 -1
  22. data/lib/cybrid_api_id_ruby/models/user_idp_model.rb +1 -1
  23. data/lib/cybrid_api_id_ruby/models/user_list_idp_model.rb +1 -1
  24. data/lib/cybrid_api_id_ruby/version.rb +2 -2
  25. data/lib/cybrid_api_id_ruby.rb +1 -1
  26. data/spec/api/bank_applications_idp_api_spec.rb +1 -1
  27. data/spec/api/customer_tokens_idp_api_spec.rb +1 -1
  28. data/spec/api/organization_applications_idp_api_spec.rb +1 -1
  29. data/spec/api/users_idp_api_spec.rb +1 -1
  30. data/spec/api_client_spec.rb +1 -1
  31. data/spec/configuration_spec.rb +1 -1
  32. data/spec/models/application_idp_model_spec.rb +1 -1
  33. data/spec/models/application_list_idp_model_spec.rb +1 -1
  34. data/spec/models/application_with_secret_all_of_idp_model_spec.rb +1 -1
  35. data/spec/models/application_with_secret_idp_model_spec.rb +1 -1
  36. data/spec/models/customer_token_idp_model_spec.rb +1 -1
  37. data/spec/models/error_response_idp_model_spec.rb +1 -1
  38. data/spec/models/post_bank_application_idp_model_spec.rb +1 -1
  39. data/spec/models/post_customer_token_idp_model_spec.rb +1 -1
  40. data/spec/models/post_organization_application_idp_model_spec.rb +1 -1
  41. data/spec/models/post_user_idp_model_spec.rb +1 -1
  42. data/spec/models/user_idp_model_spec.rb +1 -1
  43. data/spec/models/user_list_idp_model_spec.rb +1 -1
  44. data/spec/spec_helper.rb +1 -1
  45. data/vendor/bundle/ruby/3.3.0/cache/psych-5.2.4.gem +0 -0
  46. data/vendor/bundle/ruby/3.3.0/cache/rspec-expectations-3.13.4.gem +0 -0
  47. data/vendor/bundle/ruby/3.3.0/cache/rspec-mocks-3.13.3.gem +0 -0
  48. data/vendor/bundle/ruby/3.3.0/cache/rspec-support-3.13.3.gem +0 -0
  49. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-12.0.0/gem_make.out +5 -5
  50. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.4.1/gem_make.out +5 -5
  51. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  52. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{psych-5.2.3 → psych-5.2.4}/gem_make.out +18 -18
  53. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{psych-5.2.3 → psych-5.2.4}/psych.so +0 -0
  54. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +5 -5
  55. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.7/gem_make.out +5 -5
  56. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/core_ext.rb +14 -0
  57. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/nodes/node.rb +2 -1
  58. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/versions.rb +1 -1
  59. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/visitors/yaml_tree.rb +6 -1
  60. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych.so +0 -0
  61. data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/Changelog.md +146 -140
  62. data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/expectations/configuration.rb +23 -14
  63. data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/expectations/version.rb +1 -1
  64. data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/match.rb +12 -0
  65. data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/dsl.rb +6 -5
  66. data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/Changelog.md +139 -129
  67. data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/any_instance/recorder.rb +2 -0
  68. data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/message_expectation.rb +26 -1
  69. data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/test_double.rb +3 -1
  70. data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/verifying_double.rb +2 -0
  71. data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/version.rb +1 -1
  72. data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/Changelog.md +70 -65
  73. data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/object_formatter.rb +2 -0
  74. data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/spec/diff_helpers.rb +14 -2
  75. data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/spec/shell_out.rb +2 -0
  76. data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/version.rb +1 -1
  77. data/vendor/bundle/ruby/3.3.0/specifications/{psych-5.2.3.gemspec → psych-5.2.4.gemspec} +3 -3
  78. data/vendor/bundle/ruby/3.3.0/specifications/{rspec-expectations-3.13.3.gemspec → rspec-expectations-3.13.4.gemspec} +7 -11
  79. data/vendor/bundle/ruby/3.3.0/specifications/{rspec-mocks-3.13.2.gemspec → rspec-mocks-3.13.3.gemspec} +7 -11
  80. data/vendor/bundle/ruby/3.3.0/specifications/{rspec-support-3.13.2.gemspec → rspec-support-3.13.3.gemspec} +7 -7
  81. metadata +204 -204
  82. data/vendor/bundle/ruby/3.3.0/cache/psych-5.2.3.gem +0 -0
  83. data/vendor/bundle/ruby/3.3.0/cache/rspec-expectations-3.13.3.gem +0 -0
  84. data/vendor/bundle/ruby/3.3.0/cache/rspec-mocks-3.13.2.gem +0 -0
  85. data/vendor/bundle/ruby/3.3.0/cache/rspec-support-3.13.2.gem +0 -0
  86. /data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{psych-5.2.3 → psych-5.2.4}/gem.build_complete +0 -0
  87. /data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{psych-5.2.3 → psych-5.2.4}/mkmf.log +0 -0
  88. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/CONTRIBUTING.md +0 -0
  89. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/LICENSE +0 -0
  90. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/README.md +0 -0
  91. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/ext/psych/Makefile +0 -0
  92. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/ext/psych/depend +0 -0
  93. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/ext/psych/extconf.rb +0 -0
  94. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/ext/psych/psych.c +0 -0
  95. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/ext/psych/psych.h +0 -0
  96. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/ext/psych/psych_emitter.c +0 -0
  97. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/ext/psych/psych_emitter.h +0 -0
  98. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/ext/psych/psych_parser.c +0 -0
  99. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/ext/psych/psych_parser.h +0 -0
  100. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/ext/psych/psych_to_ruby.c +0 -0
  101. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/ext/psych/psych_to_ruby.h +0 -0
  102. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/ext/psych/psych_yaml_tree.c +0 -0
  103. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/ext/psych/psych_yaml_tree.h +0 -0
  104. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/class_loader.rb +0 -0
  105. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/coder.rb +0 -0
  106. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/exception.rb +0 -0
  107. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/handler.rb +0 -0
  108. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/handlers/document_stream.rb +0 -0
  109. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/handlers/recorder.rb +0 -0
  110. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/json/ruby_events.rb +0 -0
  111. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/json/stream.rb +0 -0
  112. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/json/tree_builder.rb +0 -0
  113. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/json/yaml_events.rb +0 -0
  114. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/nodes/alias.rb +0 -0
  115. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/nodes/document.rb +0 -0
  116. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/nodes/mapping.rb +0 -0
  117. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/nodes/scalar.rb +0 -0
  118. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/nodes/sequence.rb +0 -0
  119. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/nodes/stream.rb +0 -0
  120. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/nodes.rb +0 -0
  121. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/omap.rb +0 -0
  122. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/parser.rb +0 -0
  123. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/scalar_scanner.rb +0 -0
  124. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/set.rb +0 -0
  125. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/stream.rb +0 -0
  126. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/streaming.rb +0 -0
  127. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/syntax_error.rb +0 -0
  128. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/tree_builder.rb +0 -0
  129. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/visitors/depth_first.rb +0 -0
  130. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/visitors/emitter.rb +0 -0
  131. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/visitors/json_tree.rb +0 -0
  132. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/visitors/to_ruby.rb +0 -0
  133. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/visitors/visitor.rb +0 -0
  134. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/visitors.rb +0 -0
  135. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych/y.rb +0 -0
  136. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.3 → psych-5.2.4}/lib/psych.rb +0 -0
  137. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/.document +0 -0
  138. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/.yardopts +0 -0
  139. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/LICENSE.md +0 -0
  140. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/README.md +0 -0
  141. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/expectations/block_snippet_extractor.rb +0 -0
  142. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/expectations/expectation_target.rb +0 -0
  143. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/expectations/fail_with.rb +0 -0
  144. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/expectations/failure_aggregator.rb +0 -0
  145. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/expectations/handler.rb +0 -0
  146. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/expectations/minitest_integration.rb +0 -0
  147. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/expectations/syntax.rb +0 -0
  148. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/expectations.rb +0 -0
  149. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/aliased_matcher.rb +0 -0
  150. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/all.rb +0 -0
  151. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/base_matcher.rb +0 -0
  152. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/be.rb +0 -0
  153. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/be_between.rb +0 -0
  154. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/be_instance_of.rb +0 -0
  155. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/be_kind_of.rb +0 -0
  156. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/be_within.rb +0 -0
  157. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/change.rb +0 -0
  158. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/compound.rb +0 -0
  159. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/contain_exactly.rb +0 -0
  160. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/count_expectation.rb +0 -0
  161. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/cover.rb +0 -0
  162. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/eq.rb +0 -0
  163. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/eql.rb +0 -0
  164. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/equal.rb +0 -0
  165. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/exist.rb +0 -0
  166. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/has.rb +0 -0
  167. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/have_attributes.rb +0 -0
  168. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/include.rb +0 -0
  169. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/operators.rb +0 -0
  170. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/output.rb +0 -0
  171. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/raise_error.rb +0 -0
  172. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/respond_to.rb +0 -0
  173. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/satisfy.rb +0 -0
  174. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -0
  175. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/throw_symbol.rb +0 -0
  176. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in/yield.rb +0 -0
  177. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/built_in.rb +0 -0
  178. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/composable.rb +0 -0
  179. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/english_phrasing.rb +0 -0
  180. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/fail_matchers.rb +0 -0
  181. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/generated_descriptions.rb +0 -0
  182. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/matcher_delegator.rb +0 -0
  183. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/matcher_protocol.rb +0 -0
  184. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers/multi_matcher_diff.rb +0 -0
  185. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.4}/lib/rspec/matchers.rb +0 -0
  186. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/.document +0 -0
  187. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/.yardopts +0 -0
  188. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/LICENSE.md +0 -0
  189. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/README.md +0 -0
  190. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/any_instance/chain.rb +0 -0
  191. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
  192. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
  193. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
  194. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
  195. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
  196. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
  197. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
  198. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/any_instance.rb +0 -0
  199. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/argument_list_matcher.rb +0 -0
  200. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/argument_matchers.rb +0 -0
  201. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/configuration.rb +0 -0
  202. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/error_generator.rb +0 -0
  203. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/example_methods.rb +0 -0
  204. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
  205. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/marshal_extension.rb +0 -0
  206. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
  207. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/matchers/have_received.rb +0 -0
  208. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/matchers/receive.rb +0 -0
  209. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
  210. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
  211. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/message_chain.rb +0 -0
  212. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/method_double.rb +0 -0
  213. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/method_reference.rb +0 -0
  214. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/minitest_integration.rb +0 -0
  215. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/mutate_const.rb +0 -0
  216. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/object_reference.rb +0 -0
  217. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/order_group.rb +0 -0
  218. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/proxy.rb +0 -0
  219. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/space.rb +0 -0
  220. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/standalone.rb +0 -0
  221. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/syntax.rb +0 -0
  222. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/targets.rb +0 -0
  223. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
  224. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks/verifying_proxy.rb +0 -0
  225. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.3}/lib/rspec/mocks.rb +0 -0
  226. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/LICENSE.md +0 -0
  227. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/README.md +0 -0
  228. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/caller_filter.rb +0 -0
  229. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/comparable_version.rb +0 -0
  230. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/differ.rb +0 -0
  231. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/directory_maker.rb +0 -0
  232. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/encoded_string.rb +0 -0
  233. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/fuzzy_matcher.rb +0 -0
  234. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/hunk_generator.rb +0 -0
  235. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/matcher_definition.rb +0 -0
  236. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/method_signature_verifier.rb +0 -0
  237. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/mutex.rb +0 -0
  238. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/recursive_const_methods.rb +0 -0
  239. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/reentrant_mutex.rb +0 -0
  240. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/ruby_features.rb +0 -0
  241. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/source/location.rb +0 -0
  242. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/source/node.rb +0 -0
  243. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/source/token.rb +0 -0
  244. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/source.rb +0 -0
  245. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
  246. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/spec/formatting_support.rb +0 -0
  247. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/spec/in_sub_process.rb +0 -0
  248. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
  249. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/spec/stderr_splitter.rb +0 -0
  250. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/spec/string_matcher.rb +0 -0
  251. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
  252. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
  253. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/spec.rb +0 -0
  254. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/warnings.rb +0 -0
  255. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support/with_keywords_when_needed.rb +0 -0
  256. /data/vendor/bundle/ruby/3.3.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.3}/lib/rspec/support.rb +0 -0
@@ -259,10 +259,12 @@ module RSpec
259
259
  @observed_methods << method_name
260
260
  backup_method!(method_name)
261
261
  recorder = self
262
+ method_was_private = @klass.private_method_defined?(method_name)
262
263
  @klass.__send__(:define_method, method_name) do |*args, &blk|
263
264
  recorder.playback!(self, method_name)
264
265
  __send__(method_name, *args, &blk)
265
266
  end
267
+ @klass.__send__(:private, method_name) if method_was_private
266
268
  @klass.__send__(:ruby2_keywords, method_name) if @klass.respond_to?(:ruby2_keywords, true)
267
269
  end
268
270
 
@@ -400,6 +400,9 @@ module RSpec
400
400
  end
401
401
  alias inspect to_s
402
402
 
403
+ # Implementation details is a long module
404
+ # rubocop:disable Metrics/ModuleLength
405
+
403
406
  # @private
404
407
  # Contains the parts of `MessageExpectation` that aren't part of
405
408
  # rspec-mocks' public API. The class is very big and could really use
@@ -436,6 +439,8 @@ module RSpec
436
439
  @ordered = false
437
440
  @at_least = @at_most = @exactly = nil
438
441
 
442
+ self.invoking = false
443
+
439
444
  # Initialized to nil so that we don't allocate an array for every
440
445
  # mock or stub. See also comment in `and_yield`.
441
446
  @args_to_yield = nil
@@ -471,10 +476,18 @@ module RSpec
471
476
  ruby2_keywords :safe_invoke if respond_to?(:ruby2_keywords, true)
472
477
 
473
478
  def invoke(parent_stub, *args, &block)
474
- invoke_incrementing_actual_calls_by(1, true, parent_stub, *args, &block)
479
+ if invoking
480
+ safe_invoke_without_incrementing_received_count(parent_stub, *args, &block)
481
+ else
482
+ invoke_incrementing_actual_calls_by(1, true, parent_stub, *args, &block)
483
+ end
475
484
  end
476
485
  ruby2_keywords :invoke if respond_to?(:ruby2_keywords, true)
477
486
 
487
+ def safe_invoke_without_incrementing_received_count(parent_stub, *args, &block)
488
+ invoke_incrementing_actual_calls_by(0, false, parent_stub, *args, &block)
489
+ end
490
+
478
491
  def invoke_without_incrementing_received_count(parent_stub, *args, &block)
479
492
  invoke_incrementing_actual_calls_by(0, true, parent_stub, *args, &block)
480
493
  end
@@ -601,9 +614,19 @@ module RSpec
601
614
  @exception_source_id ||= "#{self.class.name} #{__id__}"
602
615
  end
603
616
 
617
+ def invoking
618
+ RSpec::Support.thread_local_data[:"__rspec_#{object_id}_invoking"]
619
+ end
620
+
621
+ def invoking=(value)
622
+ RSpec::Support.thread_local_data[:"__rspec_#{object_id}_invoking"] = value
623
+ end
624
+
604
625
  def invoke_incrementing_actual_calls_by(increment, allowed_to_fail, parent_stub, *args, &block)
605
626
  args.unshift(orig_object) if yield_receiver_to_implementation_block?
606
627
 
628
+ self.invoking = true
629
+
607
630
  if negative? || (allowed_to_fail && (@exactly || @at_most) && (@actual_received_count == @expected_received_count))
608
631
  # args are the args we actually received, @argument_list_matcher is the
609
632
  # list of args we were expecting
@@ -623,6 +646,7 @@ module RSpec
623
646
  parent_stub.invoke(nil, *args, &block)
624
647
  end
625
648
  ensure
649
+ self.invoking = false
626
650
  @actual_received_count_write_mutex.synchronize do
627
651
  @actual_received_count += increment
628
652
  end
@@ -688,6 +712,7 @@ module RSpec
688
712
 
689
713
  include ImplementationDetails
690
714
  end
715
+ # rubocop:enable Metrics/ModuleLength
691
716
 
692
717
  # Handles the implementation of an `and_yield` declaration.
693
718
  # @private
@@ -49,7 +49,9 @@ module RSpec
49
49
 
50
50
  # @private
51
51
  def respond_to?(message, incl_private=false)
52
- __mock_proxy.null_object? ? true : super
52
+ return true if __mock_proxy.null_object?
53
+
54
+ super
53
55
  end
54
56
 
55
57
  # @private
@@ -36,12 +36,14 @@ module RSpec
36
36
 
37
37
  # Redefining `__send__` causes ruby to issue a warning.
38
38
  old, $VERBOSE = $VERBOSE, nil
39
+ # rubocop:disable Naming/MethodName
39
40
  def __send__(name, *args, &block)
40
41
  @__sending_message = name
41
42
  super
42
43
  ensure
43
44
  @__sending_message = nil
44
45
  end
46
+ # rubocop:enable Naming/MethodName
45
47
  ruby2_keywords :__send__ if respond_to?(:ruby2_keywords, true)
46
48
  $VERBOSE = old
47
49
 
@@ -3,7 +3,7 @@ module RSpec
3
3
  # Version information for RSpec mocks.
4
4
  module Version
5
5
  # Version of RSpec mocks currently in use in SemVer format.
6
- STRING = '3.13.2'
6
+ STRING = '3.13.3'
7
7
  end
8
8
  end
9
9
  end
@@ -1,13 +1,18 @@
1
1
  ### Development
2
- [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.13.2...3-13-maintenance)
2
+ [Full Changelog](https://github.com/rspec/rspec/compare/rspec-support-v3.13.2...3-13-maintenance)
3
3
 
4
- ### 3.13.2 / 2024-12-02
5
- [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.13.1...v3.13.2)
4
+ ### 3.13.3 / 2025-04-30
5
+ [Full Changelog](http://github.com/rspec/rspec/compare/rspec-support-v3.13.2...rspec-support-v3.13.3)
6
6
 
7
7
  Bug Fixes:
8
8
 
9
- * Prevent recursive calls to stubbed methods during stub invocation.
10
- (James Dabbs, rspec/rspec#116)
9
+ * Support for changes in diff-lcs and Ruby 3.4 in spec helpers. (Jon Rowe, #164 etc)
10
+
11
+ ### 3.13.2 / 2024-12-02
12
+ [Full Changelog](http://github.com/rspec/rspec/compare/rspec-support-v3.13.1...rspec-support-v3.13.2)
13
+
14
+ No changes. Released during the monorepo migration to test release processes, but accidentally
15
+ contained no changes.
11
16
 
12
17
  ### 3.13.1 / 2024-02-23
13
18
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.13.0...v3.13.1)
@@ -15,27 +20,27 @@ Bug Fixes:
15
20
  Bug Fixes:
16
21
 
17
22
  * Exclude ruby internal require warnings from `RSpec::Support::CallerFilter#first_non_rspec_line`.
18
- (Jon Rowe, #593)
23
+ (Jon Rowe, rspec/rspec-support#593)
19
24
 
20
25
  ### 3.13.0 / 2024-02-04
21
26
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.12.2...v3.13.0)
22
27
 
23
28
  Enchancements
24
29
 
25
- * Add `RubyFeatures#supports_syntax_suggest?`. (Jon Rowe, #571)
30
+ * Add `RubyFeatures#supports_syntax_suggest?`. (Jon Rowe, rspec/rspec-support#571)
26
31
 
27
32
  Bug Fixes:
28
33
 
29
34
  * Allow string keys for keyword arguments during verification of method
30
- signatures, (but only on Ruby 3+). (@malcolmohare, #591)
35
+ signatures, (but only on Ruby 3+). (@malcolmohare, rspec/rspec-support#591)
31
36
 
32
37
  ### 3.12.2 / 2024-02-04
33
38
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.12.1...v3.12.2)
34
39
 
35
40
  Bug Fixes:
36
41
 
37
- * Properly surface errors from `in_sub_process`. (Jon Rowe, #575)
38
- * Add magic comment for freezing string literals. (Josh Nichols, #586)
42
+ * Properly surface errors from `in_sub_process`. (Jon Rowe, rspec/rspec-support#575)
43
+ * Add magic comment for freezing string literals. (Josh Nichols, rspec/rspec-support#586)
39
44
 
40
45
  ### 3.12.1 / 2023-06-26
41
46
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.12.0...v3.12.1)
@@ -43,21 +48,21 @@ Bug Fixes:
43
48
  Bug Fixes:
44
49
 
45
50
  * Fix `RSpec::Support.thread_local_data` to be Thread local but not Fiber local.
46
- (Jon Rowe, #581)
51
+ (Jon Rowe, rspec/rspec-support#581)
47
52
 
48
53
  ### 3.12.0 / 2022-10-26
49
54
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.11.1...v3.12.0)
50
55
  Enhancements:
51
56
 
52
57
  * Add `RSpec::Support::RubyFeatures.distincts_kw_args_from_positional_hash?`
53
- (Jean byroot Boussier, #535)
58
+ (Jean byroot Boussier, rspec/rspec-support#535)
54
59
 
55
60
  ### 3.11.1 / 2022-09-12
56
61
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.11.0...v3.11.1)
57
62
 
58
63
  Bug Fixes:
59
64
 
60
- * Fix ripper detection on TruffleRuby. (Brandon Fish, #541)
65
+ * Fix ripper detection on TruffleRuby. (Brandon Fish, rspec/rspec-support#541)
61
66
 
62
67
  ### 3.11.0 / 2022-02-09
63
68
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.10.3...v3.11.0)
@@ -70,9 +75,9 @@ No changes. Released to support other RSpec releases.
70
75
  Bug Fixes:
71
76
 
72
77
  * Use `Mutex#owned?` to allow `RSpec::Support::ReentrantMutex` to work in
73
- nested Fibers on Ruby 3.0 and later. (Benoit Daloze, #503, #504)
78
+ nested Fibers on Ruby 3.0 and later. (Benoit Daloze, rspec/rspec-support#503, rspec/rspec-support#504)
74
79
  * Support `end`-less methods in `RSpec::Support::Source::Token`
75
- so that RSpec won't hang when an `end`-less method raises an error. (Yuji Nakayama, #505)
80
+ so that RSpec won't hang when an `end`-less method raises an error. (Yuji Nakayama, rspec/rspec-support#505)
76
81
 
77
82
  ### 3.10.2 / 2021-01-28
78
83
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.10.1...v3.10.2)
@@ -80,7 +85,7 @@ Bug Fixes:
80
85
  Bug Fixes:
81
86
 
82
87
  * Fix issue with `RSpec::Support.define_optimized_require_for_rspec` on JRuby
83
- 9.1.17.0 (Jon Rowe, #492)
88
+ 9.1.17.0 (Jon Rowe, rspec/rspec-support#492)
84
89
 
85
90
  ### 3.10.1 / 2020-12-27
86
91
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.10.0...v3.10.1)
@@ -88,7 +93,7 @@ Bug Fixes:
88
93
  Bug Fixes:
89
94
 
90
95
  * Fix deprecation expectations to fail correctly when
91
- asserting on messages. (Phil Pirozhkov, #453)
96
+ asserting on messages. (Phil Pirozhkov, rspec/rspec-support#453)
92
97
 
93
98
  ### 3.10.0 / 2020-10-30
94
99
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.9.4...v3.10.0)
@@ -100,26 +105,26 @@ No changes. Released to support other RSpec releases.
100
105
 
101
106
  Bug Fixes:
102
107
 
103
- * Flag ripper as supported on Truffle Ruby. (Brandon Fish, #427)
108
+ * Flag ripper as supported on Truffle Ruby. (Brandon Fish, rspec/rspec-support#427)
104
109
  * Prevent stubbing `File.read` from breaking source extraction.
105
- (Jon Rowe, #431)
110
+ (Jon Rowe, rspec/rspec-support#431)
106
111
 
107
112
  ### 3.9.3 / 2020-05-02
108
113
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.9.2...v3.9.3)
109
114
 
110
115
  Bug Fixes:
111
116
 
112
- * Mark ripper as unsupported on Truffle Ruby. (Brandon Fish, #395)
113
- * Mark ripper as unsupported on JRuby 9.2.0.0. (Brian Hawley, #400)
117
+ * Mark ripper as unsupported on Truffle Ruby. (Brandon Fish, rspec/rspec-support#395)
118
+ * Mark ripper as unsupported on JRuby 9.2.0.0. (Brian Hawley, rspec/rspec-support#400)
114
119
  * Capture `Mutex.new` for our `RSpec::Support:Mutex` in order to
115
- allow stubbing `Mutex.new`. (Jon Rowe, #411)
120
+ allow stubbing `Mutex.new`. (Jon Rowe, rspec/rspec-support#411)
116
121
 
117
122
  ### 3.9.2 / 2019-12-30
118
123
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.9.1...v3.9.2)
119
124
 
120
125
  Bug Fixes:
121
126
 
122
- * Remove unneeded eval. (Matijs van Zuijlen, #394)
127
+ * Remove unneeded eval. (Matijs van Zuijlen, rspec/rspec-support#394)
123
128
 
124
129
  ### 3.9.1 / 2019-12-28
125
130
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.9.0...v3.9.1)
@@ -127,7 +132,7 @@ Bug Fixes:
127
132
  Bug Fixes:
128
133
 
129
134
  * Remove warning caused by keyword arguments on Ruby 2.7.0.
130
- (Jon Rowe, #392)
135
+ (Jon Rowe, rspec/rspec-support#392)
131
136
 
132
137
  ### 3.9.0 / 2019-10-07
133
138
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.8.3...v3.9.0)
@@ -142,9 +147,9 @@ Version 3.9.0 was released to allow other RSpec gems to release 3.9.0.
142
147
  Bug Fixes:
143
148
 
144
149
  * Escape \r when outputting strings inside arrays.
145
- (Tomita Masahiro, Jon Rowe, #378)
150
+ (Tomita Masahiro, Jon Rowe, rspec/rspec-support#378)
146
151
  * Ensure that optional hash arguments are recognised correctly vs keyword
147
- arguments. (Evgeni Dzhelyov, #366)
152
+ arguments. (Evgeni Dzhelyov, rspec/rspec-support#366)
148
153
 
149
154
  ### 3.8.2 / 2019-06-10
150
155
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.8.1...v3.8.2)
@@ -152,9 +157,9 @@ Bug Fixes:
152
157
  Bug Fixes:
153
158
 
154
159
  * Ensure that an empty hash is recognised as empty keyword arguments when
155
- applicable. (Thomas Walpole, #375)
160
+ applicable. (Thomas Walpole, rspec/rspec-support#375)
156
161
  * Ensure that diffing truthy values produce diffs consistently.
157
- (Lucas Nestor, #377)
162
+ (Lucas Nestor, rspec/rspec-support#377)
158
163
 
159
164
  ### 3.8.1 / 2019-03-03
160
165
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.8.0...v3.8.1)
@@ -162,7 +167,7 @@ Bug Fixes:
162
167
  Bug Fixes:
163
168
 
164
169
  * Ensure that inspecting a `SimpleDelegator` based object works regardless of
165
- visibility of the `__getobj__` method. (Jon Rowe, #369)
170
+ visibility of the `__getobj__` method. (Jon Rowe, rspec/rspec-support#369)
166
171
 
167
172
  ### 3.8.0 / 2018-08-04
168
173
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.7.1...v3.8.0)
@@ -170,7 +175,7 @@ Bug Fixes:
170
175
  Bug Fixes:
171
176
 
172
177
  * Order hash keys before diffing to improve diff accuracy when using mocked calls.
173
- (James Crisp, #334)
178
+ (James Crisp, rspec/rspec-support#334)
174
179
 
175
180
  ### 3.7.1 / 2018-01-29
176
181
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.7.0...v3.7.1)
@@ -178,7 +183,7 @@ Bug Fixes:
178
183
  Bug Fixes:
179
184
 
180
185
  * Fix source extraction logic so that it does not trigger a `SystemStackError`
181
- when processing deeply nested example groups. (Craig Bass, #343)
186
+ when processing deeply nested example groups. (Craig Bass, rspec/rspec-support#343)
182
187
 
183
188
  ### 3.7.0 / 2017-10-17
184
189
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.6.0...v3.7.0)
@@ -186,21 +191,21 @@ Bug Fixes:
186
191
  Enhancements:
187
192
 
188
193
  * Improve compatibility with `--enable-frozen-string-literal` option
189
- on Ruby 2.3+. (Pat Allan, #320)
194
+ on Ruby 2.3+. (Pat Allan, rspec/rspec-support#320)
190
195
  * Add `Support.class_of` for extracting class of any object.
191
- (Yuji Nakayama, #325)
196
+ (Yuji Nakayama, rspec/rspec-support#325)
192
197
 
193
198
  Bug Fixes:
194
199
 
195
200
  * Fix recursive const support to not blow up when given buggy classes
196
- that raise odd errors from `#to_str`. (Myron Marston, #317)
201
+ that raise odd errors from `#to_str`. (Myron Marston, rspec/rspec-support#317)
197
202
 
198
203
  ### 3.6.0 / 2017-05-04
199
204
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.6.0.beta2...3.6.0)
200
205
 
201
206
  Enhancements:
202
207
 
203
- * Import `Source` classes from rspec-core. (Yuji Nakayama, #315)
208
+ * Import `Source` classes from rspec-core. (Yuji Nakayama, rspec/rspec-support#315)
204
209
 
205
210
  ### 3.6.0.beta2 / 2016-12-12
206
211
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.6.0.beta1...v3.6.0.beta2)
@@ -212,7 +217,7 @@ No user-facing changes.
212
217
 
213
218
  Bug Fixes:
214
219
 
215
- * Prevent truncated formatted object output from mangling console codes. (#294, Anson Kelly)
220
+ * Prevent truncated formatted object output from mangling console codes. (rspec/rspec-support#294, Anson Kelly)
216
221
 
217
222
  ### 3.5.0 / 2016-07-01
218
223
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta4...v3.5.0)
@@ -223,7 +228,7 @@ Bug Fixes:
223
228
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta3...v3.5.0.beta4)
224
229
 
225
230
  Enhancements:
226
- * Improve `MethodSignature` to better support keyword arguments. (#250, Rob Smith).
231
+ * Improve `MethodSignature` to better support keyword arguments. (rspec/rspec-support#250, Rob Smith).
227
232
 
228
233
  ### 3.5.0.beta3 / 2016-04-02
229
234
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta2...v3.5.0.beta3)
@@ -231,12 +236,12 @@ Enhancements:
231
236
  Bug Fixes:
232
237
 
233
238
  * Fix `EncodedString` to properly handle the behavior of `String#split`
234
- on JRuby when the string contains invalid bytes. (Jon Rowe, #268)
239
+ on JRuby when the string contains invalid bytes. (Jon Rowe, rspec/rspec-support#268)
235
240
  * Fix `ObjectFormatter` so that formatting objects that don't respond to
236
241
  `#inspect` (such as `BasicObject`) does not cause `NoMethodError`.
237
- (Yuji Nakayama, #269)
242
+ (Yuji Nakayama, rspec/rspec-support#269)
238
243
  * Fix `ObjectFormatter` so that formatting recursive array or hash does not
239
- cause `SystemStackError`. (Yuji Nakayama, #270, #272)
244
+ cause `SystemStackError`. (Yuji Nakayama, rspec/rspec-support#270, rspec/rspec-support#272)
240
245
 
241
246
  ### 3.5.0.beta2 / 2016-03-10
242
247
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta1...v3.5.0.beta2)
@@ -249,7 +254,7 @@ No user-facing changes.
249
254
  Enhancements:
250
255
 
251
256
  * Improve formatting of objects by allowing truncation to a pre-configured length.
252
- (Liam M, #256)
257
+ (Liam M, rspec/rspec-support#256)
253
258
 
254
259
  ### 3.4.1 / 2015-11-20
255
260
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.4.0...v3.4.1)
@@ -259,11 +264,11 @@ Bug Fixes:
259
264
  * Fix `RSpec::Support::RubyFeature.ripper_supported?` so it returns
260
265
  `false` on Rubinius since the Rubinius team has no plans to support
261
266
  it. This prevents rspec-core from trying to load and use ripper to
262
- extract failure snippets. (Aaron Stone, #251)
267
+ extract failure snippets. (Aaron Stone, rspec/rspec-support#251)
263
268
 
264
269
  Changes:
265
270
 
266
- * Remove `VersionChecker` in favor of `ComparableVersion`. (Yuji Nakayama, #266)
271
+ * Remove `VersionChecker` in favor of `ComparableVersion`. (Yuji Nakayama, rspec/rspec-support#266)
267
272
 
268
273
  ### 3.4.0 / 2015-11-11
269
274
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.3.0...v3.4.0)
@@ -271,15 +276,15 @@ Changes:
271
276
  Enhancements:
272
277
 
273
278
  * Improve formatting of `Delegator` based objects (e.g. `SimpleDelegator`) in
274
- failure messages and diffs. (Andrew Horner, #215)
275
- * Add `ComparableVersion`. (Yuji Nakayama, #245)
276
- * Add `Ripper` support detection. (Yuji Nakayama, #245)
279
+ failure messages and diffs. (Andrew Horner, rspec/rspec-support#215)
280
+ * Add `ComparableVersion`. (Yuji Nakayama, rspec/rspec-support#245)
281
+ * Add `Ripper` support detection. (Yuji Nakayama, rspec/rspec-support#245)
277
282
 
278
283
  Bug Fixes:
279
284
 
280
285
  * Work around bug in JRuby that reports that `attr_writer` methods
281
286
  have no parameters, causing RSpec's verifying doubles to wrongly
282
- fail when mocking or stubbing a writer method on JRuby. (Myron Marston, #225)
287
+ fail when mocking or stubbing a writer method on JRuby. (Myron Marston, rspec/rspec-support#225)
283
288
 
284
289
  ### 3.3.0 / 2015-06-12
285
290
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.2.2...v3.3.0)
@@ -288,8 +293,8 @@ Enhancements:
288
293
 
289
294
  * Improve formatting of arrays and hashes in failure messages so they
290
295
  use our custom formatting of matchers, time objects, etc.
291
- (Myron Marston, Nicholas Chmielewski, #205)
292
- * Use improved formatting for diffs as well. (Nicholas Chmielewski, #205)
296
+ (Myron Marston, Nicholas Chmielewski, rspec/rspec-support#205)
297
+ * Use improved formatting for diffs as well. (Nicholas Chmielewski, rspec/rspec-support#205)
293
298
 
294
299
  Bug Fixes:
295
300
 
@@ -298,7 +303,7 @@ Bug Fixes:
298
303
  `actual` object's `==` is improperly implemented to assume that only
299
304
  objects of the same type will be given. This allows rspec-mocks'
300
305
  `anything` to match against objects with buggy `==` definitions.
301
- (Myron Marston, #193)
306
+ (Myron Marston, rspec/rspec-support#193)
302
307
 
303
308
  ### 3.2.2 / 2015-02-23
304
309
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.2.1...v3.2.2)
@@ -306,7 +311,7 @@ Bug Fixes:
306
311
  Bug Fixes:
307
312
 
308
313
  * Fix an encoding issue with `EncodedString#split` when encountering an
309
- invalid byte string. (Benjamin Fleischer, #1760)
314
+ invalid byte string. (Benjamin Fleischer, rspec/rspec-support#1760)
310
315
 
311
316
  ### 3.2.1 / 2015-02-04
312
317
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.2.0...v3.2.1)
@@ -314,20 +319,20 @@ Bug Fixes:
314
319
  Bug Fixes:
315
320
 
316
321
  * Fix `RSpec::CallerFilter` to work on Rubinius 2.2.
317
- (Myron Marston, #169)
322
+ (Myron Marston, rspec/rspec-support#169)
318
323
 
319
324
  ### 3.2.0 / 2015-02-03
320
325
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.1.2...v3.2.0)
321
326
 
322
327
  Enhancements:
323
328
 
324
- * Add extra Ruby type detection. (Jon Rowe, #133)
325
- * Make differ instance re-usable. (Alexey Fedorov, #160)
329
+ * Add extra Ruby type detection. (Jon Rowe, rspec/rspec-support#133)
330
+ * Make differ instance re-usable. (Alexey Fedorov, rspec/rspec-support#160)
326
331
 
327
332
  Bug Fixes:
328
333
 
329
334
  * Do not consider `[]` and `{}` to match when performing fuzzy matching.
330
- (Myron Marston, #157)
335
+ (Myron Marston, rspec/rspec-support#157)
331
336
 
332
337
  ### 3.1.2 / 2014-10-08
333
338
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.1.1...v3.1.2)
@@ -335,7 +340,7 @@ Bug Fixes:
335
340
  Bug Fixes:
336
341
 
337
342
  * Fix method signature to not blow up with a `NoMethodError` on 1.8.7 when
338
- verifying against an RSpec matcher. (Myron Marston, #116)
343
+ verifying against an RSpec matcher. (Myron Marston, rspec/rspec-support#116)
339
344
 
340
345
  ### 3.1.1 / 2014-09-26
341
346
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.1.0...v3.1.1)
@@ -344,7 +349,7 @@ Bug Fixes:
344
349
 
345
350
  * Fix `RSpec::Support::DirectoryMaker` (used by `rspec --init` and
346
351
  `rails generate rspec:install`) so that it detects absolute paths
347
- on Windows properly. (Scott Archer, #107, #108, #109) (Jon Rowe, #110)
352
+ on Windows properly. (Scott Archer, rspec/rspec-support#107, rspec/rspec-support#108, rspec/rspec-support#109) (Jon Rowe, rspec/rspec-support#110)
348
353
 
349
354
  ### 3.1.0 / 2014-09-04
350
355
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.0.4...v3.1.0)
@@ -352,9 +357,9 @@ Bug Fixes:
352
357
  Bug Fixes:
353
358
 
354
359
  * Fix `FuzzyMatcher` so that it does not wrongly match a struct against
355
- an array. (Myron Marston, #97)
360
+ an array. (Myron Marston, rspec/rspec-support#97)
356
361
  * Prevent infinitely recursing `#flatten` methods from causing the differ
357
- to hang. (Jon Rowe, #101)
362
+ to hang. (Jon Rowe, rspec/rspec-support#101)
358
363
 
359
364
  ### 3.0.4 / 2014-08-14
360
365
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.0.3...v3.0.4)
@@ -362,7 +367,7 @@ Bug Fixes:
362
367
  Bug Fixes:
363
368
 
364
369
  * Fix `FuzzyMatcher` so that it does not silence `ArgumentError` raised
365
- from broken implementations of `==`. (Myron Marston, #94)
370
+ from broken implementations of `==`. (Myron Marston, rspec/rspec-support#94)
366
371
 
367
372
  ### 3.0.3 / 2014-07-21
368
373
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.0.2...v3.0.3)
@@ -371,23 +376,23 @@ Bug Fixes:
371
376
 
372
377
  * Fix regression in `Support#method_handle_for` where proxy objects
373
378
  with method delegated would wrongly not return a method handle.
374
- (Jon Rowe, #90)
375
- * Properly detect Module#prepend support in Ruby 2.1+ (Ben Langfeld, #91)
379
+ (Jon Rowe, rspec/rspec-support#90)
380
+ * Properly detect Module#prepend support in Ruby 2.1+ (Ben Langfeld, rspec/rspec-support#91)
376
381
  * Fix `rspec/support/warnings.rb` so it can be loaded and used in
377
- isolation. (Myron Marston, #93)
382
+ isolation. (Myron Marston, rspec/rspec-support#93)
378
383
 
379
384
  ### 3.0.2 / 2014-06-20
380
385
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.0.1...v3.0.2)
381
386
 
382
387
  * Revert `BlockSignature` change from 3.0.1 because of a ruby bug that
383
388
  caused it to change the block's behavior (https://bugs.ruby-lang.org/issues/9967).
384
- (Myron Marston, rspec-mocks#721)
389
+ (Myron Marston, rspec-mocksrspec/rspec-support#721)
385
390
 
386
391
  ### 3.0.1 / 2014-06-19
387
392
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.0.0...v3.0.1)
388
393
 
389
394
  * Fix `BlockSignature` so that it correctly differentiates between
390
- required and optional block args. (Myron Marston, rspec-mocks#714)
395
+ required and optional block args. (Myron Marston, rspec-mocksrspec/rspec-support#714)
391
396
 
392
397
  ### 3.0.0 / 2014-06-01
393
398
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.0.0.rc1...v3.0.0)
@@ -61,6 +61,8 @@ module RSpec
61
61
  prepare_array(object)
62
62
  when Hash
63
63
  prepare_hash(object)
64
+ when Symbol
65
+ object
64
66
  else
65
67
  inspector_class = INSPECTOR_CLASSES.find { |inspector| inspector.can_inspect?(object) }
66
68
  inspector_class.new(object, self)
@@ -12,13 +12,25 @@ module RSpec
12
12
  def one_line_header(line_number=2)
13
13
  "-1,#{line_number} +1,#{line_number}"
14
14
  end
15
- else
15
+ elsif ::Diff::LCS::VERSION.to_f < 1.6
16
16
  def one_line_header(_=2)
17
17
  "-1 +1"
18
18
  end
19
+ else
20
+ def one_line_header(line_number=2)
21
+ if line_number - 1 == 1
22
+ "-1 +1"
23
+ else
24
+ "-1,#{line_number - 1} +1,#{line_number - 1}"
25
+ end
26
+ end
19
27
  end
20
28
 
21
- if Diff::LCS::VERSION.to_f < 1.4 || Diff::LCS::VERSION >= "1.4.4"
29
+ if ::Diff::LCS::VERSION.to_f > 1.5
30
+ def removing_two_line_header
31
+ "-1,2 +0,0"
32
+ end
33
+ elsif Diff::LCS::VERSION.to_f < 1.4 || Diff::LCS::VERSION >= "1.4.4"
22
34
  def removing_two_line_header
23
35
  "-1,3 +1"
24
36
  end
@@ -85,6 +85,8 @@ module RSpec
85
85
  %r{jruby/\d\.\d(\.\d)?/gems/aruba},
86
86
  %r{jruby/\d\.\d(\.\d)?/gems/ffi},
87
87
  %r{warning: encoding options not supported in 1\.8},
88
+ # Ignore errors from asdf
89
+ %r{\.asdf/installs},
88
90
  ]
89
91
 
90
92
  def strip_known_warnings(input)
@@ -3,7 +3,7 @@
3
3
  module RSpec
4
4
  module Support
5
5
  module Version
6
- STRING = '3.13.2'
6
+ STRING = '3.13.3'
7
7
  end
8
8
  end
9
9
  end
@@ -1,16 +1,16 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: psych 5.2.3 ruby lib
2
+ # stub: psych 5.2.4 ruby lib
3
3
  # stub: ext/psych/extconf.rb
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "psych".freeze
7
- s.version = "5.2.3".freeze
7
+ s.version = "5.2.4".freeze
8
8
 
9
9
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
10
10
  s.metadata = { "changelog_uri" => "https://github.com/ruby/psych/releases", "msys2_mingw_dependencies" => "libyaml" } if s.respond_to? :metadata=
11
11
  s.require_paths = ["lib".freeze]
12
12
  s.authors = ["Aaron Patterson".freeze, "SHIBATA Hiroshi".freeze, "Charles Oliver Nutter".freeze]
13
- s.date = "2025-01-17"
13
+ s.date = "2025-05-01"
14
14
  s.description = "Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/LibYAML]\nfor its YAML parsing and emitting capabilities. In addition to wrapping libyaml,\nPsych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format.\n".freeze
15
15
  s.email = ["aaron@tenderlovemaking.com".freeze, "hsbt@ruby-lang.org".freeze, "headius@headius.com".freeze]
16
16
  s.extensions = ["ext/psych/extconf.rb".freeze]