helloextend_api_client 1.0.2 → 1.0.3

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: 755034bcf174711deda51894028b01db245e579d1f2603fe3406b891df492520
4
- data.tar.gz: e103fae0a49247a16146e8230eb501af87d8943727acbecd4f66ed9e4d6c5347
3
+ metadata.gz: d61e6b5175f726831ddb8d95af7c86850fb4c6dc65d1e269c8677f76f6acd6ee
4
+ data.tar.gz: e924e463283932da13bf7c0283212adae16b93f481e7af660eec346cdf706e63
5
5
  SHA512:
6
- metadata.gz: 2670f4a176b26460b4cfc06e5230882ed1680b270e8498195229c1513f3a58a12a8555286534894e29a16069c7e10cf21760888a5d86d9605a7a70ab578e83c4
7
- data.tar.gz: 785112f5542af7da5aae9342851c12746fdfd98fab52499098f833af30147f7db680d0427b01ce554d2cc90f445046169f352c9e9fb8fef0e061d130cf40377a
6
+ metadata.gz: 4ac38af0c7f24ed4dd8383d3765700dfd86d93b429993dcebd6bc74e04018d3ffe5622204d5a7e8917daaa6c69fb002f7dadc774cc9da56951410a6079aa4ed0
7
+ data.tar.gz: 22fba2a623bf841450be78b214de5ffb17460c9b0fc0c2306beba8356bc54920c5574844d28e6b84d2df2e0226123c9b5cd7d29c659018feabf3675304edb032
data/README.md CHANGED
@@ -22,7 +22,7 @@ Welcome to the Extend API Documentation! Our goal is to make your integration as
22
22
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
23
23
 
24
24
  - API version: Default
25
- - Package version: 1.0.2
25
+ - Package version: 1.0.3
26
26
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
27
27
 
28
28
  ## Installation
@@ -38,16 +38,16 @@ gem build helloextend_api_client.gemspec
38
38
  Then either install the gem locally:
39
39
 
40
40
  ```shell
41
- gem install ./helloextend_api_client-1.0.2.gem
41
+ gem install ./helloextend_api_client-1.0.3.gem
42
42
  ```
43
43
 
44
- (for development, run `gem install --dev ./helloextend_api_client-1.0.2.gem` to install the development dependencies)
44
+ (for development, run `gem install --dev ./helloextend_api_client-1.0.3.gem` to install the development dependencies)
45
45
 
46
46
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
47
47
 
48
48
  Finally add this to the Gemfile:
49
49
 
50
- gem 'helloextend_api_client', '~> 1.0.2'
50
+ gem 'helloextend_api_client', '~> 1.0.3'
51
51
 
52
52
  ### Install from Git
53
53
 
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
25
25
  s.summary = "REST API Client for the helloextend.com ecommerce warranty API"
26
26
  s.description = "REST API Client for the helloextend.com ecommerce warranty API"
27
27
  s.license = 'MIT'
28
- s.required_ruby_version = "~> 2.7.1"
28
+ s.required_ruby_version = ">= 2.4.0"
29
29
 
30
30
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
31
31
  s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module HelloextendApiClient
14
- VERSION = '1.0.2'
14
+ VERSION = '1.0.3'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: helloextend_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Pritchett
@@ -187,9 +187,9 @@ require_paths:
187
187
  - lib
188
188
  required_ruby_version: !ruby/object:Gem::Requirement
189
189
  requirements:
190
- - - "~>"
190
+ - - ">="
191
191
  - !ruby/object:Gem::Version
192
- version: 2.7.1
192
+ version: 2.4.0
193
193
  required_rubygems_version: !ruby/object:Gem::Requirement
194
194
  requirements:
195
195
  - - ">="