pnap_ip_api 2.0.0 → 2.0.1
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/VERSION +1 -1
- data/lib/pnap_ip_api/api_client.rb +2 -2
- 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: 94d3df368915baec2bc6ed56cc6748a9d619690ceaeef8f823233f8ae7ee4a72
|
4
|
+
data.tar.gz: bfd56ab61b54d239dec59df9bd21551c9bedba4d7161fb0b3c3f6697de050ed8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8751f6a29f6ac65a48317e9a70f53381fdb18675abfe465a958cc1fd5b13d857affa9715a0522d311a52b936fc84ba194ea271067ab4ea8c180e3c07a2adb417
|
7
|
+
data.tar.gz: 0e45aed227004e74284bbdfbf9c47a77a91b1b14ea300de4a269e2d4d2256a49345d4c6c07ddd170afbc1aeaba61078f02fef81fb1057deb9cfae9bc0599dfce
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.0.
|
1
|
+
2.0.1
|
@@ -33,8 +33,8 @@ module IpApi
|
|
33
33
|
def initialize(config = Configuration.default)
|
34
34
|
@config = config
|
35
35
|
@config.params_encoding = :multi
|
36
|
-
@user_agent = "PNAP-ruby-sdk-bmc/#{ IpApi::VERSION }"
|
37
|
-
@powered_by = "PNAP-ruby-sdk-bmc/#{ IpApi::VERSION }"
|
36
|
+
@user_agent = "PNAP-ruby-sdk-bmc/IpApi/#{ IpApi::VERSION }"
|
37
|
+
@powered_by = "PNAP-ruby-sdk-bmc/IpApi/#{ IpApi::VERSION }"
|
38
38
|
@default_headers = {
|
39
39
|
'Content-Type' => 'application/json',
|
40
40
|
'User-Agent' => @user_agent,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pnap_ip_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PhoenixNAP
|
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
|
@@ -118,11 +118,11 @@ specification_version: 4
|
|
118
118
|
summary: IP Addresses API Ruby Gem
|
119
119
|
test_files:
|
120
120
|
- spec/api/ip_blocks_api_spec.rb
|
121
|
-
- spec/models/error_spec.rb
|
122
121
|
- spec/models/delete_ip_block_result_spec.rb
|
122
|
+
- spec/models/ip_block_create_spec.rb
|
123
|
+
- spec/models/error_spec.rb
|
124
|
+
- spec/models/ip_block_spec.rb
|
123
125
|
- spec/models/tag_assignment_request_spec.rb
|
124
126
|
- spec/models/ip_block_patch_spec.rb
|
125
|
-
- spec/models/ip_block_spec.rb
|
126
127
|
- spec/models/tag_assignment_spec.rb
|
127
|
-
- spec/models/ip_block_create_spec.rb
|
128
128
|
- spec/spec_helper.rb
|