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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f38a1b17d7ddec87c8a64d2864c7423540bb41fe341686459f49748c25c0ea7c
4
- data.tar.gz: e6ca89a27a5449e1695bf7858e1ba8413f5a1a25f8043f4cdb626594c7d7aead
3
+ metadata.gz: f488d240ad2fc32ea5e79d78c365cb267030e4d48b77a03dfdd036fbab3a8259
4
+ data.tar.gz: 055a639341b5ebeaa83683d13008592fb3d1ad113ffa65ab71d74afe78260394
5
5
  SHA512:
6
- metadata.gz: 52e858c0bf2c093c36e0f07e5f692ad955e4832d80c2b90bc21a1b691862358e9bfc23019260bb0a8fc279e24414a05796f96fd9e06c48f1ac6f0b81721c6b0a
7
- data.tar.gz: 4a379b5cc3ae2e12e253d7670f8c5e21452a70e2f2cb7d22e00e5cacb2fcc207986fd1de6f6236b5fbed2184925662b276695564dee8ae1788a9894368218735
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.1.0)
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.0)
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.1)
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.12.0)
35
- rspec-core (~> 3.12.0)
36
- rspec-expectations (~> 3.12.0)
37
- rspec-mocks (~> 3.12.0)
38
- rspec-core (3.12.2)
39
- rspec-support (~> 3.12.0)
40
- rspec-expectations (3.12.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.12.0)
43
- rspec-mocks (3.12.6)
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.12.0)
46
- rspec-support (3.12.1)
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.20
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.1.0
10
- - Package version: 5.1.0
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/cliffano/openapi-ipify](https://github.com/cliffano/openapi-ipify)
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.1.0.gem
28
+ gem install ./openapi_ipify-5.2.0.gem
28
29
  ```
29
30
 
30
- (for development, run `gem install --dev ./openapi_ipify-5.1.0.gem` to install the development dependencies)
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.1.0'
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/cliffano/openapi-ipify, then add the following in the Gemfile:
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/cliffano/openapi-ipify.git'
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
@@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
14
14
  fi
15
15
 
16
16
  if [ "$git_user_id" = "" ]; then
17
- git_user_id="cliffano"
17
+ git_user_id="oapicf"
18
18
  echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
19
19
  fi
20
20
 
@@ -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.1.0
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
- OpenAPI Generator version: 7.2.0
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.1.0
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
- OpenAPI Generator version: 7.2.0
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.1.0
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
- OpenAPI Generator version: 7.2.0
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.1.0
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
- OpenAPI Generator version: 7.2.0
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.1.0
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
- OpenAPI Generator version: 7.2.0
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.1.0
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
- OpenAPI Generator version: 7.2.0
9
+ Generator version: 7.4.0
10
10
 
11
11
  =end
12
12
 
13
13
  module OpenApiIpifyClient
14
- VERSION = '5.1.0'
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.1.0
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
- OpenAPI Generator version: 7.2.0
9
+ Generator version: 7.4.0
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: 5.1.0
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
- OpenAPI Generator version: 7.2.0
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 = ["Cliffano Subagio"]
23
- s.email = ["blah@cliffano.com"]
24
- s.homepage = "https://github.com/cliffano/openapi-ipify"
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.1.0
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
- OpenAPI Generator version: 7.2.0
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.1.0
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
- OpenAPI Generator version: 7.2.0
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.1.0
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
- OpenAPI Generator version: 7.2.0
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.1.0
4
+ version: 5.2.0
5
5
  platform: ruby
6
6
  authors:
7
- - Cliffano Subagio
7
+ - OpenAPI Clients Factory
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-07 00:00:00.000000000 Z
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/cliffano/openapi-ipify
90
+ homepage: https://github.com/oapicf/openapi-ipify
91
91
  licenses:
92
92
  - MIT
93
93
  metadata: {}