cybrid_api_organization_ruby 0.113.11 → 0.113.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) 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/cache/parallel-1.24.0.gem +0 -0
  22. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +5 -5
  23. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/gem_make.out +5 -5
  24. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  25. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.1.1/gem_make.out +5 -5
  26. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.7.3/gem_make.out +5 -5
  27. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.1.0/gem_make.out +5 -5
  28. data/vendor/bundle/ruby/3.2.0/gems/parallel-1.24.0/lib/parallel/version.rb +4 -0
  29. data/vendor/bundle/ruby/3.2.0/gems/{parallel-1.23.0 → parallel-1.24.0}/lib/parallel.rb +25 -1
  30. data/vendor/bundle/ruby/3.2.0/specifications/{parallel-1.23.0.gemspec → parallel-1.24.0.gemspec} +4 -4
  31. metadata +7 -7
  32. data/vendor/bundle/ruby/3.2.0/cache/parallel-1.23.0.gem +0 -0
  33. data/vendor/bundle/ruby/3.2.0/gems/parallel-1.23.0/lib/parallel/version.rb +0 -4
  34. /data/vendor/bundle/ruby/3.2.0/gems/{parallel-1.23.0 → parallel-1.24.0}/MIT-LICENSE.txt +0 -0
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.113.11
4
+ version: 0.113.12
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-15 00:00:00.000000000 Z
11
+ date: 2023-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -102,7 +102,7 @@ files:
102
102
  - vendor/bundle/ruby/3.2.0/cache/ffi-1.16.3.gem
103
103
  - vendor/bundle/ruby/3.2.0/cache/jaro_winkler-1.5.6.gem
104
104
  - vendor/bundle/ruby/3.2.0/cache/method_source-1.0.0.gem
105
- - vendor/bundle/ruby/3.2.0/cache/parallel-1.23.0.gem
105
+ - vendor/bundle/ruby/3.2.0/cache/parallel-1.24.0.gem
106
106
  - vendor/bundle/ruby/3.2.0/cache/parser-3.2.2.4.gem
107
107
  - vendor/bundle/ruby/3.2.0/cache/pry-0.14.2.gem
108
108
  - vendor/bundle/ruby/3.2.0/cache/pry-byebug-3.10.1.gem
@@ -1168,9 +1168,9 @@ files:
1168
1168
  - vendor/bundle/ruby/3.2.0/gems/method_source-1.0.0/spec/method_source/code_helpers_spec.rb
1169
1169
  - vendor/bundle/ruby/3.2.0/gems/method_source-1.0.0/spec/method_source_spec.rb
1170
1170
  - vendor/bundle/ruby/3.2.0/gems/method_source-1.0.0/spec/spec_helper.rb
1171
- - vendor/bundle/ruby/3.2.0/gems/parallel-1.23.0/MIT-LICENSE.txt
1172
- - vendor/bundle/ruby/3.2.0/gems/parallel-1.23.0/lib/parallel.rb
1173
- - vendor/bundle/ruby/3.2.0/gems/parallel-1.23.0/lib/parallel/version.rb
1171
+ - vendor/bundle/ruby/3.2.0/gems/parallel-1.24.0/MIT-LICENSE.txt
1172
+ - vendor/bundle/ruby/3.2.0/gems/parallel-1.24.0/lib/parallel.rb
1173
+ - vendor/bundle/ruby/3.2.0/gems/parallel-1.24.0/lib/parallel/version.rb
1174
1174
  - vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/LICENSE.txt
1175
1175
  - vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/bin/ruby-parse
1176
1176
  - vendor/bundle/ruby/3.2.0/gems/parser-3.2.2.4/bin/ruby-rewrite
@@ -2592,7 +2592,7 @@ files:
2592
2592
  - vendor/bundle/ruby/3.2.0/specifications/ffi-1.16.3.gemspec
2593
2593
  - vendor/bundle/ruby/3.2.0/specifications/jaro_winkler-1.5.6.gemspec
2594
2594
  - vendor/bundle/ruby/3.2.0/specifications/method_source-1.0.0.gemspec
2595
- - vendor/bundle/ruby/3.2.0/specifications/parallel-1.23.0.gemspec
2595
+ - vendor/bundle/ruby/3.2.0/specifications/parallel-1.24.0.gemspec
2596
2596
  - vendor/bundle/ruby/3.2.0/specifications/parser-3.2.2.4.gemspec
2597
2597
  - vendor/bundle/ruby/3.2.0/specifications/pry-0.14.2.gemspec
2598
2598
  - vendor/bundle/ruby/3.2.0/specifications/pry-byebug-3.10.1.gemspec
@@ -1,4 +0,0 @@
1
- # frozen_string_literal: true
2
- module Parallel
3
- VERSION = Version = '1.23.0' # rubocop:disable Naming/ConstantName
4
- end