cybrid_api_organization_ruby 0.112.18 → 0.112.22

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 (53) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/README.md +5 -5
  4. data/cybrid_api_organization_ruby.gemspec +1 -1
  5. data/lib/cybrid_api_organization_ruby/api/organizations_organization_api.rb +1 -1
  6. data/lib/cybrid_api_organization_ruby/api_client.rb +1 -1
  7. data/lib/cybrid_api_organization_ruby/api_error.rb +1 -1
  8. data/lib/cybrid_api_organization_ruby/configuration.rb +1 -1
  9. data/lib/cybrid_api_organization_ruby/models/error_response_organization_model.rb +1 -1
  10. data/lib/cybrid_api_organization_ruby/models/organization_organization_model.rb +1 -1
  11. data/lib/cybrid_api_organization_ruby/models/patch_organization_organization_model.rb +1 -1
  12. data/lib/cybrid_api_organization_ruby/version.rb +2 -2
  13. data/lib/cybrid_api_organization_ruby.rb +1 -1
  14. data/spec/api/organizations_organization_api_spec.rb +1 -1
  15. data/spec/api_client_spec.rb +1 -1
  16. data/spec/configuration_spec.rb +1 -1
  17. data/spec/models/error_response_organization_model_spec.rb +1 -1
  18. data/spec/models/organization_organization_model_spec.rb +1 -1
  19. data/spec/models/patch_organization_organization_model_spec.rb +1 -1
  20. data/spec/spec_helper.rb +1 -1
  21. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +5 -5
  22. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/gem_make.out +5 -5
  23. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  24. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.1.1/gem_make.out +5 -5
  25. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.7.3/gem_make.out +5 -5
  26. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.1.0/gem_make.out +5 -5
  27. data/vendor/bundle/ruby/3.2.0/specifications/ast-2.4.2.gemspec +10 -10
  28. data/vendor/bundle/ruby/3.2.0/specifications/byebug-11.1.3.gemspec +4 -4
  29. data/vendor/bundle/ruby/3.2.0/specifications/coderay-1.1.3.gemspec +3 -3
  30. data/vendor/bundle/ruby/3.2.0/specifications/diff-lcs-1.5.0.gemspec +11 -11
  31. data/vendor/bundle/ruby/3.2.0/specifications/ethon-0.16.0.gemspec +4 -4
  32. data/vendor/bundle/ruby/3.2.0/specifications/ffi-1.16.3.gemspec +7 -7
  33. data/vendor/bundle/ruby/3.2.0/specifications/jaro_winkler-1.5.6.gemspec +6 -6
  34. data/vendor/bundle/ruby/3.2.0/specifications/method_source-1.0.0.gemspec +5 -5
  35. data/vendor/bundle/ruby/3.2.0/specifications/parallel-1.23.0.gemspec +3 -3
  36. data/vendor/bundle/ruby/3.2.0/specifications/parser-3.2.2.4.gemspec +13 -13
  37. data/vendor/bundle/ruby/3.2.0/specifications/pry-0.14.2.gemspec +5 -5
  38. data/vendor/bundle/ruby/3.2.0/specifications/pry-byebug-3.10.1.gemspec +5 -5
  39. data/vendor/bundle/ruby/3.2.0/specifications/psych-5.1.1.1.gemspec +4 -4
  40. data/vendor/bundle/ruby/3.2.0/specifications/racc-1.7.3.gemspec +3 -3
  41. data/vendor/bundle/ruby/3.2.0/specifications/rainbow-3.1.1.gemspec +4 -4
  42. data/vendor/bundle/ruby/3.2.0/specifications/rake-13.0.6.gemspec +3 -3
  43. data/vendor/bundle/ruby/3.2.0/specifications/rspec-3.12.0.gemspec +6 -6
  44. data/vendor/bundle/ruby/3.2.0/specifications/rspec-core-3.12.2.gemspec +12 -12
  45. data/vendor/bundle/ruby/3.2.0/specifications/rspec-expectations-3.12.3.gemspec +9 -9
  46. data/vendor/bundle/ruby/3.2.0/specifications/rspec-mocks-3.12.6.gemspec +9 -9
  47. data/vendor/bundle/ruby/3.2.0/specifications/rspec-support-3.12.1.gemspec +5 -5
  48. data/vendor/bundle/ruby/3.2.0/specifications/rubocop-0.66.0.gemspec +12 -12
  49. data/vendor/bundle/ruby/3.2.0/specifications/ruby-progressbar-1.13.0.gemspec +7 -7
  50. data/vendor/bundle/ruby/3.2.0/specifications/stringio-3.1.0.gemspec +3 -3
  51. data/vendor/bundle/ruby/3.2.0/specifications/typhoeus-1.4.1.gemspec +4 -4
  52. data/vendor/bundle/ruby/3.2.0/specifications/unicode-display_width-1.5.0.gemspec +5 -5
  53. 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_organization_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.112.18
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
@@ -2629,7 +2629,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2629
2629
  - !ruby/object:Gem::Version
2630
2630
  version: '0'
2631
2631
  requirements: []
2632
- rubygems_version: 3.4.12
2632
+ rubygems_version: 3.4.21
2633
2633
  signing_key:
2634
2634
  specification_version: 4
2635
2635
  summary: Cybrid Organization API Ruby Gem