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 +4 -4
- data/README.md +4 -4
- data/helloextend_api_client.gemspec +1 -1
- data/lib/helloextend_api_client/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d61e6b5175f726831ddb8d95af7c86850fb4c6dc65d1e269c8677f76f6acd6ee
|
4
|
+
data.tar.gz: e924e463283932da13bf7c0283212adae16b93f481e7af660eec346cdf706e63
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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.
|
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.
|
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 = "
|
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'
|
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.
|
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.
|
192
|
+
version: 2.4.0
|
193
193
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
194
194
|
requirements:
|
195
195
|
- - ">="
|