korona-cloud-client 1.0.11 → 1.0.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46713bdae5def7e5b48241d2737178d3e230981afed5cb58ca186a2ee782f065
4
- data.tar.gz: 5054d0b79879f60f5e8aa59ca38854401fd71b3039128ffd8567f6a2b8044b59
3
+ metadata.gz: e284606bb3e354abe2e5e703a5707d733569ff63f0ed4145840b7a4e312ce659
4
+ data.tar.gz: 8a166f0a317e3a3a1cc8dc240b3d35e0aaa800a19ef86dd6e62f39a7c975f0f9
5
5
  SHA512:
6
- metadata.gz: 74d9b8737e233ec5dfc8201b40093ddccc21cd1e6ed5b297690e4fa1261b34ea4eb867d4d7076aca7540a97cbd952e97d7fb4eb9a44896e60464b2a06c92b60b
7
- data.tar.gz: 8c56384c192f2527baec193ec2494fbba0901652ba121d970c0b11c73cf79c66a8d8dda10374416a0da76e12088b153eece2e2ed6920981efda2e8a6cac30c71
6
+ metadata.gz: 56fad1115ba2a5462659e4ee49e72405e3ae015cf84d559a711006bfd99b8930cbe647820c4aca178f41f0c869e43b5040ca7952051fc85a4eb74e99995cbb9e
7
+ data.tar.gz: 7770ce79b9b82a1cce20fed761ba3b55d5f4b8d0ba22be6c49858b29cae5058931d08f86b935d1308da83b6e0283f23f45463e60a4943109af7e30905cf1e31b
Binary file
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
25
25
  s.summary = "KORONA.cloud API v3 Ruby Gem"
26
26
  s.description = "Our api provides access to our cloud services"
27
27
  s.license = "Unlicense"
28
- s.required_ruby_version = "2.4.10"
28
+ s.required_ruby_version = "2.3.8"
29
29
 
30
30
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
31
31
 
@@ -487,7 +487,7 @@ module KoronaCloudClient
487
487
  # Check to see if the all the properties in the model are valid
488
488
  # @return true if the model is valid
489
489
  def valid?
490
- packaging_unit_validator = EnumAttributeValidator.new('String', ["CUBIC_INCH", "CUBIC_METER", "FLUID_OUNCE", "GALLON_FL", "GRAM", "ONE_HUNDRED_METERS", "INCH", "KILOGRAM", "LITER", "CENTIMETER", "METER", "MILLILITER", "OUNCE", "POUND", "SQUARE_INCH", "SQUARE_METER"])
490
+ packaging_unit_validator = EnumAttributeValidator.new('Object', ["CUBIC_INCH", "CUBIC_METER", "FLUID_OUNCE", "GALLON_FL", "GRAM", "ONE_HUNDRED_METERS", "INCH", "KILOGRAM", "LITER", "CENTIMETER", "METER", "MILLILITER", "OUNCE", "POUND", "SQUARE_INCH", "SQUARE_METER", "PORTION", "PIECE", "CARTON"])
491
491
  return false unless packaging_unit_validator.valid?(@packaging_unit)
492
492
  subproduct_presentation_validator = EnumAttributeValidator.new('String', ["DEFAULT", "HIDE_ALL", "HIDE_PRICES", "HIDE_QUANTITIES"])
493
493
  return false unless subproduct_presentation_validator.valid?(@subproduct_presentation)
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.1.0
11
11
  =end
12
12
 
13
13
  module KoronaCloudClient
14
- VERSION = '1.0.11'
14
+ VERSION = '1.0.12'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: korona-cloud-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.11
4
+ version: 1.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-27 00:00:00.000000000 Z
11
+ date: 2023-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -1197,7 +1197,7 @@ homepage: https://github.com/giantmonkey/korona-cloud-client
1197
1197
  licenses:
1198
1198
  - Unlicense
1199
1199
  metadata: {}
1200
- post_install_message:
1200
+ post_install_message:
1201
1201
  rdoc_options: []
1202
1202
  require_paths:
1203
1203
  - lib
@@ -1205,15 +1205,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
1205
1205
  requirements:
1206
1206
  - - '='
1207
1207
  - !ruby/object:Gem::Version
1208
- version: 2.4.10
1208
+ version: 2.3.8
1209
1209
  required_rubygems_version: !ruby/object:Gem::Requirement
1210
1210
  requirements:
1211
1211
  - - ">="
1212
1212
  - !ruby/object:Gem::Version
1213
1213
  version: '0'
1214
1214
  requirements: []
1215
- rubygems_version: 3.2.33
1216
- signing_key:
1215
+ rubygems_version: 3.1.4
1216
+ signing_key:
1217
1217
  specification_version: 4
1218
1218
  summary: KORONA.cloud API v3 Ruby Gem
1219
1219
  test_files: