openapi_ipify 5.1.0 → 5.2.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 +4 -4
- data/Gemfile.lock +15 -15
- data/README.md +9 -8
- data/git_push.sh +1 -1
- data/lib/openapi_ipify/api/default_api.rb +3 -3
- data/lib/openapi_ipify/api_client.rb +3 -3
- data/lib/openapi_ipify/api_error.rb +3 -3
- data/lib/openapi_ipify/configuration.rb +3 -3
- data/lib/openapi_ipify/models/ip.rb +3 -3
- data/lib/openapi_ipify/version.rb +4 -4
- data/lib/openapi_ipify.rb +3 -3
- data/openapi_ipify.gemspec +6 -6
- data/spec/api/default_api_spec.rb +3 -3
- data/spec/models/ip_spec.rb +3 -3
- data/spec/spec_helper.rb +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f488d240ad2fc32ea5e79d78c365cb267030e4d48b77a03dfdd036fbab3a8259
|
4
|
+
data.tar.gz: 055a639341b5ebeaa83683d13008592fb3d1ad113ffa65ab71d74afe78260394
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec52c51c64889c39ae52958a931e01f47d9cbd1ca27a8352d00d9d5a63d5dc1d0afe540d1e8dd0df8a6d8640818c89feffe552ff156d75696004309744cb1193
|
7
|
+
data.tar.gz: 9e148ecb09bc727595cbb9ac53a9fde42a191419cc5373af8dd25404c0521807391702a827cc17835fd7554ff84dcc7a3c93103aa72ed837cb0f4722b802ddb3
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
openapi_ipify (5.
|
4
|
+
openapi_ipify (5.2.0)
|
5
5
|
typhoeus (~> 1.0, >= 1.0.1)
|
6
6
|
|
7
7
|
GEM
|
@@ -10,14 +10,14 @@ GEM
|
|
10
10
|
ast (2.4.2)
|
11
11
|
byebug (11.1.3)
|
12
12
|
coderay (1.1.3)
|
13
|
-
diff-lcs (1.5.
|
13
|
+
diff-lcs (1.5.1)
|
14
14
|
ethon (0.16.0)
|
15
15
|
ffi (>= 1.15.0)
|
16
16
|
ffi (1.16.3)
|
17
17
|
jaro_winkler (1.5.6)
|
18
18
|
method_source (1.0.0)
|
19
19
|
parallel (1.24.0)
|
20
|
-
parser (3.3.0.
|
20
|
+
parser (3.3.0.5)
|
21
21
|
ast (~> 2.4.1)
|
22
22
|
racc
|
23
23
|
pry (0.14.2)
|
@@ -31,19 +31,19 @@ GEM
|
|
31
31
|
racc (1.7.3)
|
32
32
|
rainbow (3.1.1)
|
33
33
|
rake (13.0.6)
|
34
|
-
rspec (3.
|
35
|
-
rspec-core (~> 3.
|
36
|
-
rspec-expectations (~> 3.
|
37
|
-
rspec-mocks (~> 3.
|
38
|
-
rspec-core (3.
|
39
|
-
rspec-support (~> 3.
|
40
|
-
rspec-expectations (3.
|
34
|
+
rspec (3.13.0)
|
35
|
+
rspec-core (~> 3.13.0)
|
36
|
+
rspec-expectations (~> 3.13.0)
|
37
|
+
rspec-mocks (~> 3.13.0)
|
38
|
+
rspec-core (3.13.0)
|
39
|
+
rspec-support (~> 3.13.0)
|
40
|
+
rspec-expectations (3.13.0)
|
41
41
|
diff-lcs (>= 1.2.0, < 2.0)
|
42
|
-
rspec-support (~> 3.
|
43
|
-
rspec-mocks (3.
|
42
|
+
rspec-support (~> 3.13.0)
|
43
|
+
rspec-mocks (3.13.0)
|
44
44
|
diff-lcs (>= 1.2.0, < 2.0)
|
45
|
-
rspec-support (~> 3.
|
46
|
-
rspec-support (3.
|
45
|
+
rspec-support (~> 3.13.0)
|
46
|
+
rspec-support (3.13.1)
|
47
47
|
rubocop (0.66.0)
|
48
48
|
jaro_winkler (~> 1.5.1)
|
49
49
|
parallel (~> 1.10)
|
@@ -69,4 +69,4 @@ DEPENDENCIES
|
|
69
69
|
rubocop (~> 0.66.0)
|
70
70
|
|
71
71
|
BUNDLED WITH
|
72
|
-
2.4.
|
72
|
+
2.4.22
|
data/README.md
CHANGED
@@ -6,10 +6,11 @@ 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: 5.
|
10
|
-
- Package version: 5.
|
9
|
+
- API version: 5.2.0
|
10
|
+
- Package version: 5.2.0
|
11
|
+
- Generator version: 7.4.0
|
11
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
|
-
For more information, please visit [https://github.com/
|
13
|
+
For more information, please visit [https://github.com/oapicf/openapi-ipify](https://github.com/oapicf/openapi-ipify)
|
13
14
|
|
14
15
|
## Installation
|
15
16
|
|
@@ -24,22 +25,22 @@ gem build openapi_ipify.gemspec
|
|
24
25
|
Then either install the gem locally:
|
25
26
|
|
26
27
|
```shell
|
27
|
-
gem install ./openapi_ipify-5.
|
28
|
+
gem install ./openapi_ipify-5.2.0.gem
|
28
29
|
```
|
29
30
|
|
30
|
-
(for development, run `gem install --dev ./openapi_ipify-5.
|
31
|
+
(for development, run `gem install --dev ./openapi_ipify-5.2.0.gem` to install the development dependencies)
|
31
32
|
|
32
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
34
|
|
34
35
|
Finally add this to the Gemfile:
|
35
36
|
|
36
|
-
gem 'openapi_ipify', '~> 5.
|
37
|
+
gem 'openapi_ipify', '~> 5.2.0'
|
37
38
|
|
38
39
|
### Install from Git
|
39
40
|
|
40
|
-
If the Ruby gem is hosted at a git repository: https://github.com/
|
41
|
+
If the Ruby gem is hosted at a git repository: https://github.com/oapicf/openapi-ipify, then add the following in the Gemfile:
|
41
42
|
|
42
|
-
gem 'openapi_ipify', :git => 'https://github.com/
|
43
|
+
gem 'openapi_ipify', :git => 'https://github.com/oapicf/openapi-ipify.git'
|
43
44
|
|
44
45
|
### Include the Ruby code directly
|
45
46
|
|
data/git_push.sh
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: 5.
|
7
|
-
Contact: blah@cliffano.com
|
6
|
+
The version of the OpenAPI document: 5.2.0
|
7
|
+
Contact: blah+oapicf@cliffano.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.4.0
|
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: 5.
|
7
|
-
Contact: blah@cliffano.com
|
6
|
+
The version of the OpenAPI document: 5.2.0
|
7
|
+
Contact: blah+oapicf@cliffano.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.4.0
|
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: 5.
|
7
|
-
Contact: blah@cliffano.com
|
6
|
+
The version of the OpenAPI document: 5.2.0
|
7
|
+
Contact: blah+oapicf@cliffano.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.4.0
|
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: 5.
|
7
|
-
Contact: blah@cliffano.com
|
6
|
+
The version of the OpenAPI document: 5.2.0
|
7
|
+
Contact: blah+oapicf@cliffano.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.4.0
|
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: 5.
|
7
|
-
Contact: blah@cliffano.com
|
6
|
+
The version of the OpenAPI document: 5.2.0
|
7
|
+
Contact: blah+oapicf@cliffano.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.4.0
|
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: 5.
|
7
|
-
Contact: blah@cliffano.com
|
6
|
+
The version of the OpenAPI document: 5.2.0
|
7
|
+
Contact: blah+oapicf@cliffano.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.4.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
module OpenApiIpifyClient
|
14
|
-
VERSION = '5.
|
14
|
+
VERSION = '5.2.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: 5.
|
7
|
-
Contact: blah@cliffano.com
|
6
|
+
The version of the OpenAPI document: 5.2.0
|
7
|
+
Contact: blah+oapicf@cliffano.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.4.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
data/openapi_ipify.gemspec
CHANGED
@@ -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: 5.
|
9
|
-
Contact: blah@cliffano.com
|
8
|
+
The version of the OpenAPI document: 5.2.0
|
9
|
+
Contact: blah+oapicf@cliffano.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
|
-
|
11
|
+
Generator version: 7.4.0
|
12
12
|
|
13
13
|
=end
|
14
14
|
|
@@ -19,9 +19,9 @@ Gem::Specification.new do |s|
|
|
19
19
|
s.name = "openapi_ipify"
|
20
20
|
s.version = OpenApiIpifyClient::VERSION
|
21
21
|
s.platform = Gem::Platform::RUBY
|
22
|
-
s.authors = ["
|
23
|
-
s.email = ["blah@cliffano.com"]
|
24
|
-
s.homepage = "https://github.com/
|
22
|
+
s.authors = ["OpenAPI Clients Factory"]
|
23
|
+
s.email = ["blah+oapicf@cliffano.com"]
|
24
|
+
s.homepage = "https://github.com/oapicf/openapi-ipify"
|
25
25
|
s.summary = "openapi-ipify Ruby Gem"
|
26
26
|
s.description = "OpenAPI client for ipify, a simple public IP address API"
|
27
27
|
s.license = "MIT"
|
@@ -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: 5.
|
7
|
-
Contact: blah@cliffano.com
|
6
|
+
The version of the OpenAPI document: 5.2.0
|
7
|
+
Contact: blah+oapicf@cliffano.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.4.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
data/spec/models/ip_spec.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: 5.
|
7
|
-
Contact: blah@cliffano.com
|
6
|
+
The version of the OpenAPI document: 5.2.0
|
7
|
+
Contact: blah+oapicf@cliffano.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.4.0
|
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: 5.
|
7
|
-
Contact: blah@cliffano.com
|
6
|
+
The version of the OpenAPI document: 5.2.0
|
7
|
+
Contact: blah+oapicf@cliffano.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.4.0
|
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: 5.
|
4
|
+
version: 5.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- OpenAPI Clients Factory
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -52,7 +52,7 @@ dependencies:
|
|
52
52
|
version: 3.6.0
|
53
53
|
description: OpenAPI client for ipify, a simple public IP address API
|
54
54
|
email:
|
55
|
-
- blah@cliffano.com
|
55
|
+
- blah+oapicf@cliffano.com
|
56
56
|
executables: []
|
57
57
|
extensions: []
|
58
58
|
extra_rdoc_files: []
|
@@ -87,7 +87,7 @@ files:
|
|
87
87
|
- spec/api/default_api_spec.rb
|
88
88
|
- spec/models/ip_spec.rb
|
89
89
|
- spec/spec_helper.rb
|
90
|
-
homepage: https://github.com/
|
90
|
+
homepage: https://github.com/oapicf/openapi-ipify
|
91
91
|
licenses:
|
92
92
|
- MIT
|
93
93
|
metadata: {}
|