cybrid_api_id_ruby 0.112.17 → 0.112.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  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.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +5 -5
  46. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/gem_make.out +5 -5
  47. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  48. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.1.1/gem_make.out +5 -5
  49. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.7.3/gem_make.out +5 -5
  50. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.1.0/gem_make.out +5 -5
  51. data/vendor/bundle/ruby/3.2.0/specifications/ast-2.4.2.gemspec +10 -10
  52. data/vendor/bundle/ruby/3.2.0/specifications/byebug-11.1.3.gemspec +4 -4
  53. data/vendor/bundle/ruby/3.2.0/specifications/coderay-1.1.3.gemspec +3 -3
  54. data/vendor/bundle/ruby/3.2.0/specifications/diff-lcs-1.5.0.gemspec +11 -11
  55. data/vendor/bundle/ruby/3.2.0/specifications/ethon-0.16.0.gemspec +4 -4
  56. data/vendor/bundle/ruby/3.2.0/specifications/ffi-1.16.3.gemspec +7 -7
  57. data/vendor/bundle/ruby/3.2.0/specifications/jaro_winkler-1.5.6.gemspec +6 -6
  58. data/vendor/bundle/ruby/3.2.0/specifications/method_source-1.0.0.gemspec +5 -5
  59. data/vendor/bundle/ruby/3.2.0/specifications/parallel-1.23.0.gemspec +3 -3
  60. data/vendor/bundle/ruby/3.2.0/specifications/parser-3.2.2.4.gemspec +13 -13
  61. data/vendor/bundle/ruby/3.2.0/specifications/pry-0.14.2.gemspec +5 -5
  62. data/vendor/bundle/ruby/3.2.0/specifications/pry-byebug-3.10.1.gemspec +5 -5
  63. data/vendor/bundle/ruby/3.2.0/specifications/psych-5.1.1.1.gemspec +4 -4
  64. data/vendor/bundle/ruby/3.2.0/specifications/racc-1.7.3.gemspec +3 -3
  65. data/vendor/bundle/ruby/3.2.0/specifications/rainbow-3.1.1.gemspec +4 -4
  66. data/vendor/bundle/ruby/3.2.0/specifications/rake-13.0.6.gemspec +3 -3
  67. data/vendor/bundle/ruby/3.2.0/specifications/rspec-3.12.0.gemspec +6 -6
  68. data/vendor/bundle/ruby/3.2.0/specifications/rspec-core-3.12.2.gemspec +12 -12
  69. data/vendor/bundle/ruby/3.2.0/specifications/rspec-expectations-3.12.3.gemspec +9 -9
  70. data/vendor/bundle/ruby/3.2.0/specifications/rspec-mocks-3.12.6.gemspec +9 -9
  71. data/vendor/bundle/ruby/3.2.0/specifications/rspec-support-3.12.1.gemspec +5 -5
  72. data/vendor/bundle/ruby/3.2.0/specifications/rubocop-0.66.0.gemspec +12 -12
  73. data/vendor/bundle/ruby/3.2.0/specifications/ruby-progressbar-1.13.0.gemspec +7 -7
  74. data/vendor/bundle/ruby/3.2.0/specifications/stringio-3.1.0.gemspec +3 -3
  75. data/vendor/bundle/ruby/3.2.0/specifications/typhoeus-1.4.1.gemspec +4 -4
  76. data/vendor/bundle/ruby/3.2.0/specifications/unicode-display_width-1.5.0.gemspec +5 -5
  77. metadata +3 -3
@@ -4,7 +4,7 @@
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "stringio".freeze
7
- s.version = "3.1.0"
7
+ s.version = "3.1.0".freeze
8
8
 
9
9
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
10
10
  s.require_paths = ["lib".freeze]
@@ -17,8 +17,8 @@ Gem::Specification.new do |s|
17
17
  s.homepage = "https://github.com/ruby/stringio".freeze
18
18
  s.licenses = ["Ruby".freeze, "BSD-2-Clause".freeze]
19
19
  s.required_ruby_version = Gem::Requirement.new(">= 2.7".freeze)
20
- s.rubygems_version = "3.4.12".freeze
20
+ s.rubygems_version = "3.4.21".freeze
21
21
  s.summary = "Pseudo IO on String".freeze
22
22
 
23
- s.installed_by_version = "3.4.12" if s.respond_to? :installed_by_version
23
+ s.installed_by_version = "3.4.21".freeze if s.respond_to? :installed_by_version
24
24
  end
@@ -3,7 +3,7 @@
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "typhoeus".freeze
6
- s.version = "1.4.1"
6
+ s.version = "1.4.1".freeze
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version=
9
9
  s.require_paths = ["lib".freeze]
@@ -13,12 +13,12 @@ Gem::Specification.new do |s|
13
13
  s.email = ["hans.hasselberg@gmail.com".freeze]
14
14
  s.homepage = "https://github.com/typhoeus/typhoeus".freeze
15
15
  s.licenses = ["MIT".freeze]
16
- s.rubygems_version = "3.4.12".freeze
16
+ s.rubygems_version = "3.4.21".freeze
17
17
  s.summary = "Parallel HTTP library on top of libcurl multi.".freeze
18
18
 
19
- s.installed_by_version = "3.4.12" if s.respond_to? :installed_by_version
19
+ s.installed_by_version = "3.4.21".freeze if s.respond_to? :installed_by_version
20
20
 
21
21
  s.specification_version = 4
22
22
 
23
- s.add_runtime_dependency(%q<ethon>.freeze, [">= 0.9.0"])
23
+ s.add_runtime_dependency(%q<ethon>.freeze, [">= 0.9.0".freeze])
24
24
  end
@@ -3,7 +3,7 @@
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "unicode-display_width".freeze
6
- s.version = "1.5.0"
6
+ s.version = "1.5.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/janlelis/unicode-display_width/issues", "changelog_uri" => "https://github.com/janlelis/unicode-display_width/blob/master/CHANGELOG.md", "source_code_uri" => "https://github.com/janlelis/unicode-display_width" } if s.respond_to? :metadata=
@@ -17,13 +17,13 @@ Gem::Specification.new do |s|
17
17
  s.homepage = "https://github.com/janlelis/unicode-display_width".freeze
18
18
  s.licenses = ["MIT".freeze]
19
19
  s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze)
20
- s.rubygems_version = "3.4.12".freeze
20
+ s.rubygems_version = "3.4.21".freeze
21
21
  s.summary = "Determines the monospace display width of a string in Ruby.".freeze
22
22
 
23
- s.installed_by_version = "3.4.12" if s.respond_to? :installed_by_version
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_development_dependency(%q<rspec>.freeze, ["~> 3.4"])
28
- s.add_development_dependency(%q<rake>.freeze, ["~> 10.4"])
27
+ s.add_development_dependency(%q<rspec>.freeze, ["~> 3.4".freeze])
28
+ s.add_development_dependency(%q<rake>.freeze, ["~> 10.4".freeze])
29
29
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cybrid_api_id_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.112.17
4
+ version: 0.112.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cybrid
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-08 00:00:00.000000000 Z
11
+ date: 2023-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -2665,7 +2665,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2665
2665
  - !ruby/object:Gem::Version
2666
2666
  version: '0'
2667
2667
  requirements: []
2668
- rubygems_version: 3.4.12
2668
+ rubygems_version: 3.4.21
2669
2669
  signing_key:
2670
2670
  specification_version: 4
2671
2671
  summary: Cybrid Identity API Ruby Gem