cybrid_api_id_ruby 0.119.35 → 0.119.36
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- 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-expectations-3.13.2.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/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.8.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.1.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/Changelog.md +12 -1
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/expectations/block_snippet_extractor.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/expectations/configuration.rb +5 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/expectations/failure_aggregator.rb +7 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/expectations/handler.rb +4 -5
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/expectations/version.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/base_matcher.rb +4 -18
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/change.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/compound.rb +4 -1
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/contain_exactly.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/count_expectation.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/has.rb +29 -2
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/include.rb +3 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/match.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/satisfy.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/english_phrasing.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers.rb +2 -0
- data/vendor/bundle/ruby/3.2.0/specifications/{rspec-expectations-3.13.1.gemspec → rspec-expectations-3.13.2.gemspec} +6 -6
- metadata +57 -57
- data/vendor/bundle/ruby/3.2.0/cache/rspec-expectations-3.13.1.gem +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/.document +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/.yardopts +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/README.md +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/expectations/expectation_target.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/expectations/fail_with.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/expectations/minitest_integration.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/expectations/syntax.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/expectations.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/aliased_matcher.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/all.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/be.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/be_between.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/be_instance_of.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/be_kind_of.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/be_within.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/cover.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/eq.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/eql.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/equal.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/exist.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/have_attributes.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/operators.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/output.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/raise_error.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/respond_to.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/throw_symbol.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in/yield.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/built_in.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/composable.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/dsl.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/fail_matchers.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/generated_descriptions.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/matcher_delegator.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/matcher_protocol.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{rspec-expectations-3.13.1 → rspec-expectations-3.13.2}/lib/rspec/matchers/multi_matcher_diff.rb +0 -0
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|