cybrid_api_id_ruby 0.113.118 → 0.113.119
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +12 -12
- data/README.md +5 -5
- data/cybrid_api_id_ruby.gemspec +1 -1
- data/lib/cybrid_api_id_ruby/api/bank_applications_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api/customer_tokens_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api/organization_applications_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api/users_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api_client.rb +1 -1
- data/lib/cybrid_api_id_ruby/api_error.rb +1 -1
- data/lib/cybrid_api_id_ruby/configuration.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_list_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_with_secret_all_of_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_with_secret_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/customer_token_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/error_response_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_bank_application_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_customer_token_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_organization_application_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_user_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/user_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/user_list_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/version.rb +2 -2
- data/lib/cybrid_api_id_ruby.rb +1 -1
- data/spec/api/bank_applications_idp_api_spec.rb +1 -1
- data/spec/api/customer_tokens_idp_api_spec.rb +1 -1
- data/spec/api/organization_applications_idp_api_spec.rb +1 -1
- data/spec/api/users_idp_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/application_idp_model_spec.rb +1 -1
- data/spec/models/application_list_idp_model_spec.rb +1 -1
- data/spec/models/application_with_secret_all_of_idp_model_spec.rb +1 -1
- data/spec/models/application_with_secret_idp_model_spec.rb +1 -1
- data/spec/models/customer_token_idp_model_spec.rb +1 -1
- data/spec/models/error_response_idp_model_spec.rb +1 -1
- data/spec/models/post_bank_application_idp_model_spec.rb +1 -1
- data/spec/models/post_customer_token_idp_model_spec.rb +1 -1
- data/spec/models/post_organization_application_idp_model_spec.rb +1 -1
- data/spec/models/post_user_idp_model_spec.rb +1 -1
- data/spec/models/user_idp_model_spec.rb +1 -1
- data/spec/models/user_list_idp_model_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/cache/rspec-3.13.0.gem +0 -0
- data/vendor/bundle/ruby/3.2.0/cache/rspec-core-3.13.0.gem +0 -0
- data/vendor/bundle/ruby/3.2.0/cache/rspec-expectations-3.13.0.gem +0 -0
- data/vendor/bundle/ruby/3.2.0/cache/rspec-mocks-3.13.0.gem +0 -0
- data/vendor/bundle/ruby/3.2.0/cache/rspec-support-3.13.0.gem +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.2/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.7.3/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.1.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-3.12.0 → rspec-3.13.0}/lib/rspec/version.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/Changelog.md +26 -1
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/README.md +5 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/configuration.rb +30 -2
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/configuration_options.rb +6 -1
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/exception_presenter.rb +27 -6
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/json_formatter.rb +7 -6
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/notifications.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/ordering.rb +40 -1
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/output_wrapper.rb +2 -2
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/runner.rb +5 -1
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/version.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/Changelog.md +17 -1
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/fail_with.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/version.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/base_matcher.rb +41 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/compound.rb +2 -2
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/eq.rb +5 -1
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/eql.rb +5 -1
- data/vendor/bundle/ruby/3.2.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/matcher_delegator.rb +61 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3/lib/rspec/matchers/expecteds_for_multiple_diffs.rb → rspec-expectations-3.13.0/lib/rspec/matchers/multi_matcher_diff.rb} +16 -16
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/Changelog.md +15 -1
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/README.md +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/recorder.rb +11 -9
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/argument_matchers.rb +51 -7
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/version.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/Changelog.md +20 -3
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/caller_filter.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/comparable_version.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/differ.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/directory_maker.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/encoded_string.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/fuzzy_matcher.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/hunk_generator.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/matcher_definition.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/method_signature_verifier.rb +7 -3
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/mutex.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/object_formatter.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/recursive_const_methods.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/reentrant_mutex.rb +3 -1
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/ruby_features.rb +23 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/source/location.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/source/node.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/source/token.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/source.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/spec/deprecation_helpers.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/spec/diff_helpers.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/spec/formatting_support.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/spec/in_sub_process.rb +6 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/spec/library_wide_checks.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/spec/shell_out.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/spec/stderr_splitter.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/spec/string_matcher.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/spec/with_isolated_directory.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/spec/with_isolated_stderr.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/spec.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/version.rb +3 -1
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/warnings.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support/with_keywords_when_needed.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/lib/rspec/support.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/specifications/{rspec-3.12.0.gemspec → rspec-3.13.0.gemspec} +7 -7
- data/vendor/bundle/ruby/3.2.0/specifications/{rspec-core-3.12.2.gemspec → rspec-core-3.13.0.gemspec} +6 -6
- data/vendor/bundle/ruby/3.2.0/specifications/{rspec-expectations-3.12.3.gemspec → rspec-expectations-3.13.0.gemspec} +6 -6
- data/vendor/bundle/ruby/3.2.0/specifications/{rspec-mocks-3.12.6.gemspec → rspec-mocks-3.13.0.gemspec} +7 -7
- data/vendor/bundle/ruby/3.2.0/specifications/{rspec-support-3.12.1.gemspec → rspec-support-3.13.0.gemspec} +5 -5
- metadata +233 -233
- data/vendor/bundle/ruby/3.2.0/cache/rspec-3.12.0.gem +0 -0
- data/vendor/bundle/ruby/3.2.0/cache/rspec-core-3.12.2.gem +0 -0
- data/vendor/bundle/ruby/3.2.0/cache/rspec-expectations-3.12.3.gem +0 -0
- data/vendor/bundle/ruby/3.2.0/cache/rspec-mocks-3.12.6.gem +0 -0
- data/vendor/bundle/ruby/3.2.0/cache/rspec-support-3.12.1.gem +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/rspec-expectations-3.12.3/lib/rspec/matchers/matcher_delegator.rb +0 -35
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-3.12.0 → rspec-3.13.0}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-3.12.0 → rspec-3.13.0}/README.md +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-3.12.0 → rspec-3.13.0}/lib/rspec.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/.document +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/.yardopts +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/exe/rspec +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/autorun.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/backtrace_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/bisect/coordinator.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/bisect/example_minimizer.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/bisect/fork_runner.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/bisect/server.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/bisect/shell_command.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/bisect/shell_runner.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/bisect/utilities.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/did_you_mean.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/drb.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/dsl.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/example.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/example_group.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/example_status_persister.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/filter_manager.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/flat_map.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/base_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/console_codes.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/failure_list_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/html_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/html_printer.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/profile_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/progress_formatter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/protocol.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/syntax_highlighter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/hooks.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/invocations.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/memoized_helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/metadata.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/metadata_filter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/minitest_assertions_adapter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/mocking_adapters/flexmock.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/mocking_adapters/mocha.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/mocking_adapters/null.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/mocking_adapters/rr.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/mocking_adapters/rspec.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/option_parser.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/pending.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/profiler.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/project_initializer/.rspec +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/project_initializer/spec/spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/project_initializer.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/rake_task.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/reporter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/ruby_project.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/sandbox.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/set.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/shared_context.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/shared_example_group.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/shell_escape.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/test_unit_assertions_adapter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/warnings.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/world.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/.document +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/.yardopts +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/README.md +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/block_snippet_extractor.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/configuration.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/expectation_target.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/failure_aggregator.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/handler.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/minitest_integration.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/syntax.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/aliased_matcher.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/all.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/be.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/be_between.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/be_instance_of.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/be_kind_of.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/be_within.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/change.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/contain_exactly.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/count_expectation.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/cover.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/equal.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/exist.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/has.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/have_attributes.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/include.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/match.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/operators.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/output.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/raise_error.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/respond_to.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/satisfy.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/throw_symbol.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/yield.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/composable.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/dsl.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/english_phrasing.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/fail_matchers.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/generated_descriptions.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/matcher_protocol.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/.document +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/.yardopts +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/chain.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/argument_list_matcher.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/configuration.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/error_generator.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/example_methods.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/marshal_extension.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/matchers/have_received.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/matchers/receive.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/message_chain.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/message_expectation.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/method_double.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/method_reference.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/minitest_integration.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/mutate_const.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/object_reference.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/order_group.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/proxy.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/space.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/standalone.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/syntax.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/targets.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/test_double.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/verifying_double.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks/verifying_proxy.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-mocks-3.12.6 → rspec-mocks-3.13.0}/lib/rspec/mocks.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/README.md +0 -0
@@ -71,6 +71,16 @@ module RSpec
|
|
71
71
|
HashIncludingMatcher.new(ArgumentMatchers.anythingize_lonely_keys(*args))
|
72
72
|
end
|
73
73
|
|
74
|
+
# Matches a hash that doesn't include the specified key(s) or key/value.
|
75
|
+
#
|
76
|
+
# @example
|
77
|
+
# expect(object).to receive(:message).with(hash_excluding(:key => val))
|
78
|
+
# expect(object).to receive(:message).with(hash_excluding(:key))
|
79
|
+
# expect(object).to receive(:message).with(hash_excluding(:key, :key2 => :val2))
|
80
|
+
def hash_excluding(*args)
|
81
|
+
HashExcludingMatcher.new(ArgumentMatchers.anythingize_lonely_keys(*args))
|
82
|
+
end
|
83
|
+
|
74
84
|
# Matches an array that includes the specified items at least once.
|
75
85
|
# Ignores duplicates and additional values
|
76
86
|
#
|
@@ -82,14 +92,14 @@ module RSpec
|
|
82
92
|
ArrayIncludingMatcher.new(actually_an_array)
|
83
93
|
end
|
84
94
|
|
85
|
-
# Matches
|
95
|
+
# Matches an array that excludes the specified items.
|
86
96
|
#
|
87
97
|
# @example
|
88
|
-
# expect(object).to receive(:message).with(
|
89
|
-
# expect(object).to receive(:message).with(
|
90
|
-
|
91
|
-
|
92
|
-
|
98
|
+
# expect(object).to receive(:message).with(array_excluding(1,2,3))
|
99
|
+
# expect(object).to receive(:message).with(array_excluding([1,2,3]))
|
100
|
+
def array_excluding(*args)
|
101
|
+
actually_an_array = Array === args.first && args.count == 1 ? args.first : args
|
102
|
+
ArrayExcludingMatcher.new(actually_an_array)
|
93
103
|
end
|
94
104
|
|
95
105
|
alias_method :hash_not_including, :hash_excluding
|
@@ -236,6 +246,8 @@ module RSpec
|
|
236
246
|
|
237
247
|
def ===(actual)
|
238
248
|
actual = actual.uniq
|
249
|
+
return true if (actual & @expected).count >= @expected.count
|
250
|
+
|
239
251
|
@expected.uniq.all? do |expected_element|
|
240
252
|
actual.any? do |actual_element|
|
241
253
|
RSpec::Support::FuzzyMatcher.values_match?(expected_element, actual_element)
|
@@ -258,6 +270,38 @@ module RSpec
|
|
258
270
|
end
|
259
271
|
end
|
260
272
|
|
273
|
+
# @private
|
274
|
+
class ArrayExcludingMatcher
|
275
|
+
def initialize(unexpected)
|
276
|
+
@unexpected = unexpected.uniq
|
277
|
+
end
|
278
|
+
|
279
|
+
def ===(actual)
|
280
|
+
actual = actual.uniq
|
281
|
+
return false unless (actual & @unexpected).empty?
|
282
|
+
|
283
|
+
actual.none? do |actual_element|
|
284
|
+
@unexpected.any? do |unexpected_element|
|
285
|
+
RSpec::Support::FuzzyMatcher.values_match?(unexpected_element, actual_element)
|
286
|
+
end
|
287
|
+
end
|
288
|
+
rescue NoMethodError
|
289
|
+
false
|
290
|
+
end
|
291
|
+
|
292
|
+
def description
|
293
|
+
"array_excluding(#{formatted_unexpected_values})"
|
294
|
+
end
|
295
|
+
|
296
|
+
private
|
297
|
+
|
298
|
+
def formatted_unexpected_values
|
299
|
+
@unexpected.map do |x|
|
300
|
+
RSpec::Support.rspec_description_for_object(x)
|
301
|
+
end.join(", ")
|
302
|
+
end
|
303
|
+
end
|
304
|
+
|
261
305
|
# @private
|
262
306
|
class DuckTypeMatcher
|
263
307
|
def initialize(*methods_to_respond_to)
|
@@ -312,7 +356,7 @@ module RSpec
|
|
312
356
|
begin
|
313
357
|
object.class.name.include?(matcher_namespace)
|
314
358
|
rescue NoMethodError
|
315
|
-
# Some objects, like BasicObject, don't
|
359
|
+
# Some objects, like BasicObject, don't implement standard
|
316
360
|
# reflection methods.
|
317
361
|
false
|
318
362
|
end
|
data/vendor/bundle/ruby/3.2.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/Changelog.md
RENAMED
@@ -1,5 +1,22 @@
|
|
1
1
|
### Development
|
2
|
-
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.
|
2
|
+
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.13.0...main)
|
3
|
+
|
4
|
+
### 3.13.0 / 2024-02-04
|
5
|
+
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.12.2...v3.13.0)
|
6
|
+
|
7
|
+
Enchancements
|
8
|
+
|
9
|
+
* Add `RubyFeatures#supports_syntax_suggest?`. (Jon Rowe, #571)
|
10
|
+
|
11
|
+
### 3.12.2 / 2024-02-04
|
12
|
+
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.12.1...v3.12.2)
|
13
|
+
|
14
|
+
Bug Fixes:
|
15
|
+
|
16
|
+
* Properly surface errors from `in_sub_process`. (Jon Rowe, #575)
|
17
|
+
* Add magic comment for freezing string literals. (Josh Nichols, #586)
|
18
|
+
* Allow string keys for keyword arguments during verification of method
|
19
|
+
signatures, (but only on Ruby 3+). (@malcolmohare, #591)
|
3
20
|
|
4
21
|
### 3.12.1 / 2023-06-26
|
5
22
|
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.12.0...v3.12.1)
|
@@ -126,7 +143,7 @@ Bug Fixes:
|
|
126
143
|
Bug Fixes:
|
127
144
|
|
128
145
|
* Ensure that inspecting a `SimpleDelegator` based object works regardless of
|
129
|
-
|
146
|
+
visibility of the `__getobj__` method. (Jon Rowe, #369)
|
130
147
|
|
131
148
|
### 3.8.0 / 2018-08-04
|
132
149
|
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.7.1...v3.8.0)
|
@@ -234,7 +251,7 @@ Changes:
|
|
234
251
|
|
235
252
|
Enhancements:
|
236
253
|
|
237
|
-
* Improve formatting of `Delegator` based objects (e.g. `
|
254
|
+
* Improve formatting of `Delegator` based objects (e.g. `SimpleDelegator`) in
|
238
255
|
failure messages and diffs. (Andrew Horner, #215)
|
239
256
|
* Add `ComparableVersion`. (Yuji Nakayama, #245)
|
240
257
|
* Add `Ripper` support detection. (Yuji Nakayama, #245)
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
require 'rspec/support'
|
2
4
|
RSpec::Support.require_rspec_support "ruby_features"
|
3
5
|
RSpec::Support.require_rspec_support "matcher_definition"
|
@@ -82,7 +84,7 @@ module RSpec
|
|
82
84
|
def has_kw_args_in?(args)
|
83
85
|
Hash === args.last &&
|
84
86
|
could_contain_kw_args?(args) &&
|
85
|
-
(args.last.empty? || args.last.keys.any? { |x| x.is_a?(Symbol) })
|
87
|
+
(RubyFeatures.kw_arg_separation? || args.last.empty? || args.last.keys.any? { |x| x.is_a?(Symbol) })
|
86
88
|
end
|
87
89
|
|
88
90
|
# Without considering what the last arg is, could it
|
@@ -361,7 +363,7 @@ module RSpec
|
|
361
363
|
end
|
362
364
|
|
363
365
|
def split_args(*args)
|
364
|
-
kw_args = if @signature.has_kw_args_in?(args)
|
366
|
+
kw_args = if @signature.has_kw_args_in?(args) && !RubyFeatures.kw_arg_separation?
|
365
367
|
last = args.pop
|
366
368
|
non_kw_args = last.reject { |k, _| k.is_a?(Symbol) }
|
367
369
|
if non_kw_args.empty?
|
@@ -370,6 +372,8 @@ module RSpec
|
|
370
372
|
args << non_kw_args
|
371
373
|
last.select { |k, _| k.is_a?(Symbol) }.keys
|
372
374
|
end
|
375
|
+
elsif @signature.has_kw_args_in?(args) && RubyFeatures.kw_arg_separation?
|
376
|
+
args.pop.keys
|
373
377
|
else
|
374
378
|
[]
|
375
379
|
end
|
@@ -378,7 +382,7 @@ module RSpec
|
|
378
382
|
end
|
379
383
|
end
|
380
384
|
|
381
|
-
# Figures out
|
385
|
+
# Figures out whether a given method can accept various arguments.
|
382
386
|
# Surprisingly non-trivial.
|
383
387
|
#
|
384
388
|
# @private
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
module RSpec
|
2
4
|
module Support
|
3
5
|
# Allows a thread to lock out other threads from a critical section of code,
|
@@ -62,7 +64,7 @@ module RSpec
|
|
62
64
|
# On 1.9 and up, this is in core, so we just use the real one
|
63
65
|
class Mutex < ::Mutex
|
64
66
|
# If you mock Mutex.new you break our usage of Mutex, so
|
65
|
-
# instead we capture the original method to return
|
67
|
+
# instead we capture the original method to return Mutexes.
|
66
68
|
NEW_MUTEX_METHOD = Mutex.method(:new)
|
67
69
|
|
68
70
|
def self.new
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
require 'rbconfig'
|
2
4
|
RSpec::Support.require_rspec_support "comparable_version"
|
3
5
|
|
@@ -94,6 +96,27 @@ module RSpec
|
|
94
96
|
end
|
95
97
|
end
|
96
98
|
|
99
|
+
if RUBY_VERSION.to_f >= 3.2
|
100
|
+
def supports_syntax_suggest?
|
101
|
+
true
|
102
|
+
end
|
103
|
+
else
|
104
|
+
def supports_syntax_suggest?
|
105
|
+
false
|
106
|
+
end
|
107
|
+
end
|
108
|
+
|
109
|
+
if RUBY_VERSION.to_f >= 3.0
|
110
|
+
# https://rubyreferences.github.io/rubychanges/3.0.html#keyword-arguments-are-now-fully-separated-from-positional-arguments
|
111
|
+
def kw_arg_separation?
|
112
|
+
true
|
113
|
+
end
|
114
|
+
else
|
115
|
+
def kw_arg_separation?
|
116
|
+
false
|
117
|
+
end
|
118
|
+
end
|
119
|
+
|
97
120
|
if RUBY_VERSION.to_f >= 2.7
|
98
121
|
def supports_taint?
|
99
122
|
false
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
module RSpec
|
2
4
|
module Support
|
3
5
|
module InSubProcess
|
@@ -11,6 +13,10 @@ module RSpec
|
|
11
13
|
exception_reader, exception_writer = IO.pipe
|
12
14
|
result_reader, result_writer = IO.pipe
|
13
15
|
|
16
|
+
# Set binary mode to avoid errors surrounding ascii-8bit to utf-8 conversion
|
17
|
+
# this happens with warnings on rspec-rails for example
|
18
|
+
[exception_reader, exception_writer, result_reader, result_writer].each { |io| io.binmode }
|
19
|
+
|
14
20
|
pid = Process.fork do
|
15
21
|
warning_preventer = $stderr = RSpec::Support::StdErrSplitter.new($stderr)
|
16
22
|
|
@@ -1,16 +1,16 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
|
-
# stub: rspec 3.
|
2
|
+
# stub: rspec 3.13.0 ruby lib
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "rspec".freeze
|
6
|
-
s.version = "3.
|
6
|
+
s.version = "3.13.0".freeze
|
7
7
|
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
9
9
|
s.metadata = { "bug_tracker_uri" => "https://github.com/rspec/rspec-metagem/issues", "documentation_uri" => "https://rspec.info/documentation/", "mailing_list_uri" => "https://groups.google.com/forum/#!forum/rspec", "source_code_uri" => "https://github.com/rspec/rspec-metagem" } if s.respond_to? :metadata=
|
10
10
|
s.require_paths = ["lib".freeze]
|
11
11
|
s.authors = ["Steven Baker".freeze, "David Chelimsky".freeze, "Myron Marston".freeze]
|
12
12
|
s.cert_chain = ["-----BEGIN CERTIFICATE-----\nMIIF1TCCA72gAwIBAgIJAPXjfUbCjdXUMA0GCSqGSIb3DQEBBQUAMIGAMQswCQYD\nVQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEO\nMAwGA1UECgwFUlNwZWMxEzARBgNVBAMMCnJzcGVjLmluZm8xJTAjBgkqhkiG9w0B\nCQEWFnJzcGVjQGdvb2dsZWdyb3Vwcy5jb20wHhcNMTQxMjIzMDkzNTIyWhcNMjQx\nMjIyMDkzNTIyWjCBgDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCldhc2hpbmd0b24x\nEDAOBgNVBAcMB1NlYXR0bGUxDjAMBgNVBAoMBVJTcGVjMRMwEQYDVQQDDApyc3Bl\nYy5pbmZvMSUwIwYJKoZIhvcNAQkBFhZyc3BlY0Bnb29nbGVncm91cHMuY29tMIIC\nIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsSmjgcHaKlD0jizRJowi2bGI\nKMOHnJoExxRNHHxH+3w9kkl95YldvDRVX495b13ZCzwRe0AyqX24wq04tp0G5Z5C\ne/w2pnNK4ol1eECPwQu+YGpepeODlZICL5gwQspe0cDifbBnHx5QySMiPpvx6bC0\ntQTox0ppDIaMhch8IPCwyoE4DQK5bpsdwnLSHTsQjUIb7IM8tUMpd/iKrJgNffwc\n6gC1TmhIlzQoB26nCNh9uK7xZjUM+sGECzvcYuImchUaIgJA/ybrlZS+m/hxzvBo\nmLnn/xNEC6Vz5HG+3TR0Gb0cSUf6XUu2s51Jk/SJi3MhCZp2gs9OUg4EVZNzQVkZ\nefLBjAZG2Mxk14JyB4/Omc+Jk0ajprINCBbUNnxzCJrYDM3J9TVWIwyUGNX/U3MO\ns3tMAT+EVgx/mZMPnBO8EULlyF51MRUp3Wy9Mnw8AYLk30UnMG5AjqgO5JNyFlA7\nXeh3EVdWY3vMB1pkhPwlsenpcmj5gOzrd54lELOVbCGHCf48iSqeflY2Lhe0pvzK\nblXCJBDmtrebvus291rM/dHcbEfK1SVd5Wut/n131iouf6dnNCFskFygDcgBbthC\ngpEMqf80lEmhX59VUsm0Pv6OEo+ZPHBvXPiJA6DShQh9t3YtpwyA8uVDMbT/i32u\n2FUsqZbbJcCmkBrGposCAwEAAaNQME4wHQYDVR0OBBYEFPPvQ5XT0Nvuhi6k+hrW\nVv35J+TeMB8GA1UdIwQYMBaAFPPvQ5XT0Nvuhi6k+hrWVv35J+TeMAwGA1UdEwQF\nMAMBAf8wDQYJKoZIhvcNAQEFBQADggIBAIqbQSWH2aAF537DKwAMB8nMFsoe24MD\ngtuQAyjTtbH+QBE4N2RdQF/sU7Y3PYR7nqdrCsYc3RxyqM5XXi7I3IYdpfe1RuxY\n+pyPzVQsPPDhMlJlCrwJsADnxlpxZlAgxYSLKOan55ihscaAWA90wqRUrf/ZJM36\n8LWCPVn5teIt5aaxZWX68RMxa+AXvpbtJOBwXLkIFk3apD8CX4DhelIdw67DbkUe\nghUd/u62qrnqBTVgditt7OoWIZjzh24/Fda5d0MxZyvLILGOrf5bN4cTbe/q9Cid\nXrik7Upm+mu3y3yQIfrw85xybHq6iNXyYHvCdSrFfCIKrGpd/0CAdmYnJlx59Fk/\nUbD3Eyx4psBSkU+WKO0Uf+3zNI7N/nVeNIwU/Ft+l8l7/K+427656c+ZGWDO0Gt/\nBeEOSTDKP7qQ1T+JvMrBcBQo+i0cnRT10J1aoV90BhxsvWTRizIbugbaqR6Tq3bj\nAkt00cIlNSplL6DenIAKSh5kF7s0tRD0tC3bNkZmNjNGkdoGEcUODEpTB3RHKKiu\ne6k2Jg6m00z5vGFQhOnROG/QaUzMA3A3mFBe1RHFo07xd0pFeoeWL3vF69Gx9Jwp\nZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ\nF3MdtaDehhjC\n-----END CERTIFICATE-----\n".freeze]
|
13
|
-
s.date = "
|
13
|
+
s.date = "2024-02-04"
|
14
14
|
s.description = "BDD for Ruby".freeze
|
15
15
|
s.email = "rspec@googlegroups.com".freeze
|
16
16
|
s.extra_rdoc_files = ["README.md".freeze]
|
@@ -19,13 +19,13 @@ Gem::Specification.new do |s|
|
|
19
19
|
s.licenses = ["MIT".freeze]
|
20
20
|
s.rdoc_options = ["--charset=UTF-8".freeze]
|
21
21
|
s.rubygems_version = "3.4.21".freeze
|
22
|
-
s.summary = "rspec-3.
|
22
|
+
s.summary = "rspec-3.13.0".freeze
|
23
23
|
|
24
24
|
s.installed_by_version = "3.4.21".freeze if s.respond_to? :installed_by_version
|
25
25
|
|
26
26
|
s.specification_version = 4
|
27
27
|
|
28
|
-
s.add_runtime_dependency(%q<rspec-core>.freeze, ["~> 3.
|
29
|
-
s.add_runtime_dependency(%q<rspec-expectations>.freeze, ["~> 3.
|
30
|
-
s.add_runtime_dependency(%q<rspec-mocks>.freeze, ["~> 3.
|
28
|
+
s.add_runtime_dependency(%q<rspec-core>.freeze, ["~> 3.13.0".freeze])
|
29
|
+
s.add_runtime_dependency(%q<rspec-expectations>.freeze, ["~> 3.13.0".freeze])
|
30
|
+
s.add_runtime_dependency(%q<rspec-mocks>.freeze, ["~> 3.13.0".freeze])
|
31
31
|
end
|
data/vendor/bundle/ruby/3.2.0/specifications/{rspec-core-3.12.2.gemspec → rspec-core-3.13.0.gemspec}
RENAMED
@@ -1,17 +1,17 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
|
-
# stub: rspec-core 3.
|
2
|
+
# stub: rspec-core 3.13.0 ruby lib
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "rspec-core".freeze
|
6
|
-
s.version = "3.
|
6
|
+
s.version = "3.13.0".freeze
|
7
7
|
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
9
|
-
s.metadata = { "bug_tracker_uri" => "https://github.com/rspec/rspec-core/issues", "changelog_uri" => "https://github.com/rspec/rspec-core/blob/v3.
|
9
|
+
s.metadata = { "bug_tracker_uri" => "https://github.com/rspec/rspec-core/issues", "changelog_uri" => "https://github.com/rspec/rspec-core/blob/v3.13.0/Changelog.md", "documentation_uri" => "https://rspec.info/documentation/", "mailing_list_uri" => "https://groups.google.com/forum/#!forum/rspec", "source_code_uri" => "https://github.com/rspec/rspec-core" } if s.respond_to? :metadata=
|
10
10
|
s.require_paths = ["lib".freeze]
|
11
11
|
s.authors = ["Steven Baker".freeze, "David Chelimsky".freeze, "Chad Humphries".freeze, "Myron Marston".freeze]
|
12
12
|
s.bindir = "exe".freeze
|
13
13
|
s.cert_chain = ["-----BEGIN CERTIFICATE-----\nMIIF1TCCA72gAwIBAgIJAPXjfUbCjdXUMA0GCSqGSIb3DQEBBQUAMIGAMQswCQYD\nVQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEO\nMAwGA1UECgwFUlNwZWMxEzARBgNVBAMMCnJzcGVjLmluZm8xJTAjBgkqhkiG9w0B\nCQEWFnJzcGVjQGdvb2dsZWdyb3Vwcy5jb20wHhcNMTQxMjIzMDkzNTIyWhcNMjQx\nMjIyMDkzNTIyWjCBgDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCldhc2hpbmd0b24x\nEDAOBgNVBAcMB1NlYXR0bGUxDjAMBgNVBAoMBVJTcGVjMRMwEQYDVQQDDApyc3Bl\nYy5pbmZvMSUwIwYJKoZIhvcNAQkBFhZyc3BlY0Bnb29nbGVncm91cHMuY29tMIIC\nIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsSmjgcHaKlD0jizRJowi2bGI\nKMOHnJoExxRNHHxH+3w9kkl95YldvDRVX495b13ZCzwRe0AyqX24wq04tp0G5Z5C\ne/w2pnNK4ol1eECPwQu+YGpepeODlZICL5gwQspe0cDifbBnHx5QySMiPpvx6bC0\ntQTox0ppDIaMhch8IPCwyoE4DQK5bpsdwnLSHTsQjUIb7IM8tUMpd/iKrJgNffwc\n6gC1TmhIlzQoB26nCNh9uK7xZjUM+sGECzvcYuImchUaIgJA/ybrlZS+m/hxzvBo\nmLnn/xNEC6Vz5HG+3TR0Gb0cSUf6XUu2s51Jk/SJi3MhCZp2gs9OUg4EVZNzQVkZ\nefLBjAZG2Mxk14JyB4/Omc+Jk0ajprINCBbUNnxzCJrYDM3J9TVWIwyUGNX/U3MO\ns3tMAT+EVgx/mZMPnBO8EULlyF51MRUp3Wy9Mnw8AYLk30UnMG5AjqgO5JNyFlA7\nXeh3EVdWY3vMB1pkhPwlsenpcmj5gOzrd54lELOVbCGHCf48iSqeflY2Lhe0pvzK\nblXCJBDmtrebvus291rM/dHcbEfK1SVd5Wut/n131iouf6dnNCFskFygDcgBbthC\ngpEMqf80lEmhX59VUsm0Pv6OEo+ZPHBvXPiJA6DShQh9t3YtpwyA8uVDMbT/i32u\n2FUsqZbbJcCmkBrGposCAwEAAaNQME4wHQYDVR0OBBYEFPPvQ5XT0Nvuhi6k+hrW\nVv35J+TeMB8GA1UdIwQYMBaAFPPvQ5XT0Nvuhi6k+hrWVv35J+TeMAwGA1UdEwQF\nMAMBAf8wDQYJKoZIhvcNAQEFBQADggIBAIqbQSWH2aAF537DKwAMB8nMFsoe24MD\ngtuQAyjTtbH+QBE4N2RdQF/sU7Y3PYR7nqdrCsYc3RxyqM5XXi7I3IYdpfe1RuxY\n+pyPzVQsPPDhMlJlCrwJsADnxlpxZlAgxYSLKOan55ihscaAWA90wqRUrf/ZJM36\n8LWCPVn5teIt5aaxZWX68RMxa+AXvpbtJOBwXLkIFk3apD8CX4DhelIdw67DbkUe\nghUd/u62qrnqBTVgditt7OoWIZjzh24/Fda5d0MxZyvLILGOrf5bN4cTbe/q9Cid\nXrik7Upm+mu3y3yQIfrw85xybHq6iNXyYHvCdSrFfCIKrGpd/0CAdmYnJlx59Fk/\nUbD3Eyx4psBSkU+WKO0Uf+3zNI7N/nVeNIwU/Ft+l8l7/K+427656c+ZGWDO0Gt/\nBeEOSTDKP7qQ1T+JvMrBcBQo+i0cnRT10J1aoV90BhxsvWTRizIbugbaqR6Tq3bj\nAkt00cIlNSplL6DenIAKSh5kF7s0tRD0tC3bNkZmNjNGkdoGEcUODEpTB3RHKKiu\ne6k2Jg6m00z5vGFQhOnROG/QaUzMA3A3mFBe1RHFo07xd0pFeoeWL3vF69Gx9Jwp\nZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ\nF3MdtaDehhjC\n-----END CERTIFICATE-----\n".freeze]
|
14
|
-
s.date = "
|
14
|
+
s.date = "2024-02-04"
|
15
15
|
s.description = "BDD for Ruby. RSpec runner and example groups.".freeze
|
16
16
|
s.email = "rspec@googlegroups.com".freeze
|
17
17
|
s.executables = ["rspec".freeze]
|
@@ -21,13 +21,13 @@ Gem::Specification.new do |s|
|
|
21
21
|
s.rdoc_options = ["--charset=UTF-8".freeze]
|
22
22
|
s.required_ruby_version = Gem::Requirement.new(">= 1.8.7".freeze)
|
23
23
|
s.rubygems_version = "3.4.21".freeze
|
24
|
-
s.summary = "rspec-core-3.
|
24
|
+
s.summary = "rspec-core-3.13.0".freeze
|
25
25
|
|
26
26
|
s.installed_by_version = "3.4.21".freeze if s.respond_to? :installed_by_version
|
27
27
|
|
28
28
|
s.specification_version = 4
|
29
29
|
|
30
|
-
s.add_runtime_dependency(%q<rspec-support>.freeze, ["~> 3.
|
30
|
+
s.add_runtime_dependency(%q<rspec-support>.freeze, ["~> 3.13.0".freeze])
|
31
31
|
s.add_development_dependency(%q<cucumber>.freeze, [">= 1.3".freeze])
|
32
32
|
s.add_development_dependency(%q<minitest>.freeze, ["~> 5.3".freeze])
|
33
33
|
s.add_development_dependency(%q<aruba>.freeze, ["~> 0.14.9".freeze])
|
@@ -1,16 +1,16 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
|
-
# stub: rspec-expectations 3.
|
2
|
+
# stub: rspec-expectations 3.13.0 ruby lib
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "rspec-expectations".freeze
|
6
|
-
s.version = "3.
|
6
|
+
s.version = "3.13.0".freeze
|
7
7
|
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
9
|
-
s.metadata = { "bug_tracker_uri" => "https://github.com/rspec/rspec-expectations/issues", "changelog_uri" => "https://github.com/rspec/rspec-expectations/blob/v3.
|
9
|
+
s.metadata = { "bug_tracker_uri" => "https://github.com/rspec/rspec-expectations/issues", "changelog_uri" => "https://github.com/rspec/rspec-expectations/blob/v3.13.0/Changelog.md", "documentation_uri" => "https://rspec.info/documentation/", "mailing_list_uri" => "https://groups.google.com/forum/#!forum/rspec", "source_code_uri" => "https://github.com/rspec/rspec-expectations" } if s.respond_to? :metadata=
|
10
10
|
s.require_paths = ["lib".freeze]
|
11
11
|
s.authors = ["Steven Baker".freeze, "David Chelimsky".freeze, "Myron Marston".freeze]
|
12
12
|
s.cert_chain = ["-----BEGIN CERTIFICATE-----\nMIIF1TCCA72gAwIBAgIJAPXjfUbCjdXUMA0GCSqGSIb3DQEBBQUAMIGAMQswCQYD\nVQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEO\nMAwGA1UECgwFUlNwZWMxEzARBgNVBAMMCnJzcGVjLmluZm8xJTAjBgkqhkiG9w0B\nCQEWFnJzcGVjQGdvb2dsZWdyb3Vwcy5jb20wHhcNMTQxMjIzMDkzNTIyWhcNMjQx\nMjIyMDkzNTIyWjCBgDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCldhc2hpbmd0b24x\nEDAOBgNVBAcMB1NlYXR0bGUxDjAMBgNVBAoMBVJTcGVjMRMwEQYDVQQDDApyc3Bl\nYy5pbmZvMSUwIwYJKoZIhvcNAQkBFhZyc3BlY0Bnb29nbGVncm91cHMuY29tMIIC\nIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsSmjgcHaKlD0jizRJowi2bGI\nKMOHnJoExxRNHHxH+3w9kkl95YldvDRVX495b13ZCzwRe0AyqX24wq04tp0G5Z5C\ne/w2pnNK4ol1eECPwQu+YGpepeODlZICL5gwQspe0cDifbBnHx5QySMiPpvx6bC0\ntQTox0ppDIaMhch8IPCwyoE4DQK5bpsdwnLSHTsQjUIb7IM8tUMpd/iKrJgNffwc\n6gC1TmhIlzQoB26nCNh9uK7xZjUM+sGECzvcYuImchUaIgJA/ybrlZS+m/hxzvBo\nmLnn/xNEC6Vz5HG+3TR0Gb0cSUf6XUu2s51Jk/SJi3MhCZp2gs9OUg4EVZNzQVkZ\nefLBjAZG2Mxk14JyB4/Omc+Jk0ajprINCBbUNnxzCJrYDM3J9TVWIwyUGNX/U3MO\ns3tMAT+EVgx/mZMPnBO8EULlyF51MRUp3Wy9Mnw8AYLk30UnMG5AjqgO5JNyFlA7\nXeh3EVdWY3vMB1pkhPwlsenpcmj5gOzrd54lELOVbCGHCf48iSqeflY2Lhe0pvzK\nblXCJBDmtrebvus291rM/dHcbEfK1SVd5Wut/n131iouf6dnNCFskFygDcgBbthC\ngpEMqf80lEmhX59VUsm0Pv6OEo+ZPHBvXPiJA6DShQh9t3YtpwyA8uVDMbT/i32u\n2FUsqZbbJcCmkBrGposCAwEAAaNQME4wHQYDVR0OBBYEFPPvQ5XT0Nvuhi6k+hrW\nVv35J+TeMB8GA1UdIwQYMBaAFPPvQ5XT0Nvuhi6k+hrWVv35J+TeMAwGA1UdEwQF\nMAMBAf8wDQYJKoZIhvcNAQEFBQADggIBAIqbQSWH2aAF537DKwAMB8nMFsoe24MD\ngtuQAyjTtbH+QBE4N2RdQF/sU7Y3PYR7nqdrCsYc3RxyqM5XXi7I3IYdpfe1RuxY\n+pyPzVQsPPDhMlJlCrwJsADnxlpxZlAgxYSLKOan55ihscaAWA90wqRUrf/ZJM36\n8LWCPVn5teIt5aaxZWX68RMxa+AXvpbtJOBwXLkIFk3apD8CX4DhelIdw67DbkUe\nghUd/u62qrnqBTVgditt7OoWIZjzh24/Fda5d0MxZyvLILGOrf5bN4cTbe/q9Cid\nXrik7Upm+mu3y3yQIfrw85xybHq6iNXyYHvCdSrFfCIKrGpd/0CAdmYnJlx59Fk/\nUbD3Eyx4psBSkU+WKO0Uf+3zNI7N/nVeNIwU/Ft+l8l7/K+427656c+ZGWDO0Gt/\nBeEOSTDKP7qQ1T+JvMrBcBQo+i0cnRT10J1aoV90BhxsvWTRizIbugbaqR6Tq3bj\nAkt00cIlNSplL6DenIAKSh5kF7s0tRD0tC3bNkZmNjNGkdoGEcUODEpTB3RHKKiu\ne6k2Jg6m00z5vGFQhOnROG/QaUzMA3A3mFBe1RHFo07xd0pFeoeWL3vF69Gx9Jwp\nZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ\nF3MdtaDehhjC\n-----END CERTIFICATE-----\n".freeze]
|
13
|
-
s.date = "
|
13
|
+
s.date = "2024-02-04"
|
14
14
|
s.description = "rspec-expectations provides a simple, readable API to express expected outcomes of a code example.".freeze
|
15
15
|
s.email = "rspec@googlegroups.com".freeze
|
16
16
|
s.homepage = "https://github.com/rspec/rspec-expectations".freeze
|
@@ -18,13 +18,13 @@ Gem::Specification.new do |s|
|
|
18
18
|
s.rdoc_options = ["--charset=UTF-8".freeze]
|
19
19
|
s.required_ruby_version = Gem::Requirement.new(">= 1.8.7".freeze)
|
20
20
|
s.rubygems_version = "3.4.21".freeze
|
21
|
-
s.summary = "rspec-expectations-3.
|
21
|
+
s.summary = "rspec-expectations-3.13.0".freeze
|
22
22
|
|
23
23
|
s.installed_by_version = "3.4.21".freeze if s.respond_to? :installed_by_version
|
24
24
|
|
25
25
|
s.specification_version = 4
|
26
26
|
|
27
|
-
s.add_runtime_dependency(%q<rspec-support>.freeze, ["~> 3.
|
27
|
+
s.add_runtime_dependency(%q<rspec-support>.freeze, ["~> 3.13.0".freeze])
|
28
28
|
s.add_runtime_dependency(%q<diff-lcs>.freeze, [">= 1.2.0".freeze, "< 2.0".freeze])
|
29
29
|
s.add_development_dependency(%q<aruba>.freeze, ["~> 0.14.10".freeze])
|
30
30
|
s.add_development_dependency(%q<cucumber>.freeze, [">= 1.3".freeze])
|