openapi_ipify 3.2.1 → 3.3.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7664cb13eea81c695eb221eafcd20ac6ca6d97f23cab5c814cf87b9abf80069f
4
- data.tar.gz: 2464660099607c788dfc6f8f5fc9b61b52b0fe240ad85074979655bb1474cea5
3
+ metadata.gz: 062df844e1ef7f64a11da2ffdb0ae2bf7a8d93604061cdd309444d7eff9db4bf
4
+ data.tar.gz: 3f2b9796d1374d9459f273af0f4329eaac4a94c77e2288d39b6a5cb36ac04cb1
5
5
  SHA512:
6
- metadata.gz: 40e82cb34a00a378cd0871d65615c57c3dbe7a4e3ba957a9abe3bdfdcf4615bbf45a650a4d80065907d3060873d193731df8748da7d49ffdcca211460772ba01
7
- data.tar.gz: cb9499bb759e948fb8279b757d8c4716b75d19dc2205f2427747dac053571d13e46ce1e70f2673e02da2df3754c39991e8b2dac7f5668885909129ebd52af363
6
+ metadata.gz: 57b6562447408b733bf63ae00abe769d2dec9f2114e15cd43448edc8f3485fc60307acf505915a2e95a2f7b7a65558e1fccab30e0136a212208261ed51a84637
7
+ data.tar.gz: 2bab1c1185e14388ae66b65f543fa38609102010d6907163391e1f3c324f7cb358cbdde6591ca67794b6ff9cf0fff3220467808c8ef5211d0e94b33439c6f763
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- openapi_ipify (3.2.1)
4
+ openapi_ipify (3.3.0)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -11,7 +11,7 @@ GEM
11
11
  byebug (11.1.3)
12
12
  coderay (1.1.3)
13
13
  diff-lcs (1.5.0)
14
- ethon (0.15.0)
14
+ ethon (0.16.0)
15
15
  ffi (>= 1.15.0)
16
16
  ffi (1.15.5)
17
17
  jaro_winkler (1.5.4)
@@ -19,29 +19,29 @@ GEM
19
19
  parallel (1.22.1)
20
20
  parser (3.1.2.1)
21
21
  ast (~> 2.4.1)
22
- pry (0.13.1)
22
+ pry (0.14.1)
23
23
  coderay (~> 1.1)
24
24
  method_source (~> 1.0)
25
- pry-byebug (3.9.0)
25
+ pry-byebug (3.10.1)
26
26
  byebug (~> 11.0)
27
- pry (~> 0.13.0)
28
- psych (4.0.4)
27
+ pry (>= 0.13, < 0.15)
28
+ psych (4.0.6)
29
29
  stringio
30
30
  rainbow (3.1.1)
31
31
  rake (13.0.6)
32
- rspec (3.11.0)
33
- rspec-core (~> 3.11.0)
34
- rspec-expectations (~> 3.11.0)
35
- rspec-mocks (~> 3.11.0)
36
- rspec-core (3.11.0)
37
- rspec-support (~> 3.11.0)
38
- rspec-expectations (3.11.0)
32
+ rspec (3.12.0)
33
+ rspec-core (~> 3.12.0)
34
+ rspec-expectations (~> 3.12.0)
35
+ rspec-mocks (~> 3.12.0)
36
+ rspec-core (3.12.0)
37
+ rspec-support (~> 3.12.0)
38
+ rspec-expectations (3.12.0)
39
39
  diff-lcs (>= 1.2.0, < 2.0)
40
- rspec-support (~> 3.11.0)
41
- rspec-mocks (3.11.1)
40
+ rspec-support (~> 3.12.0)
41
+ rspec-mocks (3.12.0)
42
42
  diff-lcs (>= 1.2.0, < 2.0)
43
- rspec-support (~> 3.11.0)
44
- rspec-support (3.11.0)
43
+ rspec-support (~> 3.12.0)
44
+ rspec-support (3.12.0)
45
45
  rubocop (0.66.0)
46
46
  jaro_winkler (~> 1.5.1)
47
47
  parallel (~> 1.10)
@@ -67,4 +67,4 @@ DEPENDENCIES
67
67
  rubocop (~> 0.66.0)
68
68
 
69
69
  BUNDLED WITH
70
- 2.3.19
70
+ 2.3.23
data/README.md CHANGED
@@ -6,10 +6,10 @@ OpenAPI client for ipify, a simple public IP address API
6
6
 
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
- - API version: 3.2.1
10
- - Package version: 3.2.1
9
+ - API version: 3.3.0
10
+ - Package version: 3.3.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
- For more information, please visit [http://blog.cliffano.com](http://blog.cliffano.com)
12
+ For more information, please visit [https://github.com/cliffano/openapi-ipify](https://github.com/cliffano/openapi-ipify)
13
13
 
14
14
  ## Installation
15
15
 
@@ -24,16 +24,16 @@ gem build openapi_ipify.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./openapi_ipify-3.2.1.gem
27
+ gem install ./openapi_ipify-3.3.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./openapi_ipify-3.2.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./openapi_ipify-3.3.0.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'openapi_ipify', '~> 3.2.1'
36
+ gem 'openapi_ipify', '~> 3.3.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #OpenAPI client for ipify, a simple public IP address API
5
5
 
6
- The version of the OpenAPI document: 3.2.1
6
+ The version of the OpenAPI document: 3.3.0
7
7
  Contact: blah@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ OpenAPI Generator version: 6.2.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #OpenAPI client for ipify, a simple public IP address API
5
5
 
6
- The version of the OpenAPI document: 3.2.1
6
+ The version of the OpenAPI document: 3.3.0
7
7
  Contact: blah@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ OpenAPI Generator version: 6.2.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #OpenAPI client for ipify, a simple public IP address API
5
5
 
6
- The version of the OpenAPI document: 3.2.1
6
+ The version of the OpenAPI document: 3.3.0
7
7
  Contact: blah@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ OpenAPI Generator version: 6.2.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #OpenAPI client for ipify, a simple public IP address API
5
5
 
6
- The version of the OpenAPI document: 3.2.1
6
+ The version of the OpenAPI document: 3.3.0
7
7
  Contact: blah@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ OpenAPI Generator version: 6.2.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #OpenAPI client for ipify, a simple public IP address API
5
5
 
6
- The version of the OpenAPI document: 3.2.1
6
+ The version of the OpenAPI document: 3.3.0
7
7
  Contact: blah@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ OpenAPI Generator version: 6.2.1
10
10
 
11
11
  =end
12
12
 
@@ -3,13 +3,13 @@
3
3
 
4
4
  #OpenAPI client for ipify, a simple public IP address API
5
5
 
6
- The version of the OpenAPI document: 3.2.1
6
+ The version of the OpenAPI document: 3.3.0
7
7
  Contact: blah@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ OpenAPI Generator version: 6.2.1
10
10
 
11
11
  =end
12
12
 
13
13
  module OpenApiIpifyClient
14
- VERSION = '3.2.1'
14
+ VERSION = '3.3.0'
15
15
  end
data/lib/openapi_ipify.rb CHANGED
@@ -3,10 +3,10 @@
3
3
 
4
4
  #OpenAPI client for ipify, a simple public IP address API
5
5
 
6
- The version of the OpenAPI document: 3.2.1
6
+ The version of the OpenAPI document: 3.3.0
7
7
  Contact: blah@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ OpenAPI Generator version: 6.2.1
10
10
 
11
11
  =end
12
12
 
@@ -5,10 +5,10 @@
5
5
 
6
6
  #OpenAPI client for ipify, a simple public IP address API
7
7
 
8
- The version of the OpenAPI document: 3.2.1
8
+ The version of the OpenAPI document: 3.3.0
9
9
  Contact: blah@cliffano.com
10
10
  Generated by: https://openapi-generator.tech
11
- OpenAPI Generator version: 6.1.0-SNAPSHOT
11
+ OpenAPI Generator version: 6.2.1
12
12
 
13
13
  =end
14
14
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #OpenAPI client for ipify, a simple public IP address API
5
5
 
6
- The version of the OpenAPI document: 3.2.1
6
+ The version of the OpenAPI document: 3.3.0
7
7
  Contact: blah@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ OpenAPI Generator version: 6.2.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #OpenAPI client for ipify, a simple public IP address API
5
5
 
6
- The version of the OpenAPI document: 3.2.1
6
+ The version of the OpenAPI document: 3.3.0
7
7
  Contact: blah@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ OpenAPI Generator version: 6.2.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #OpenAPI client for ipify, a simple public IP address API
5
5
 
6
- The version of the OpenAPI document: 3.2.1
6
+ The version of the OpenAPI document: 3.3.0
7
7
  Contact: blah@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ OpenAPI Generator version: 6.2.1
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #OpenAPI client for ipify, a simple public IP address API
5
5
 
6
- The version of the OpenAPI document: 3.2.1
6
+ The version of the OpenAPI document: 3.3.0
7
7
  Contact: blah@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ OpenAPI Generator version: 6.2.1
10
10
 
11
11
  =end
12
12
 
data/spec/spec_helper.rb CHANGED
@@ -3,10 +3,10 @@
3
3
 
4
4
  #OpenAPI client for ipify, a simple public IP address API
5
5
 
6
- The version of the OpenAPI document: 3.2.1
6
+ The version of the OpenAPI document: 3.3.0
7
7
  Contact: blah@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 6.1.0-SNAPSHOT
9
+ OpenAPI Generator version: 6.2.1
10
10
 
11
11
  =end
12
12
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openapi_ipify
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.1
4
+ version: 3.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cliffano Subagio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-13 00:00:00.000000000 Z
11
+ date: 2022-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus