pnap_network_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_network_api/api_client.rb +2 -2
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99d72cbb0918fa0a0d12ea8d5192b17dc2e218125bcdd7d184979c75567a5680
|
|
4
|
+
data.tar.gz: a2aeef405b920b5cf35ed651f881a934164a020296545315f405bfb01c781171
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3430a0c5e06a4732abcf3bc9356fbca36cc41b578a7fa569b590917c9b0817906ac9e2a2de53f4a4997ceb46c36f5d2c21f222358ee2f7c2ac526e5ba4b9e62e
|
|
7
|
+
data.tar.gz: d17895beb67bd7acc5ce4c3852a2adf2cf7acf6bcfa439eba9c36a407dc882343f611123a0f1ba004de083e038a5e4ca8709e854a4b4124aa438a381bf390401
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.0.
|
|
1
|
+
2.0.1
|
|
@@ -33,8 +33,8 @@ module NetworkApi
|
|
|
33
33
|
def initialize(config = Configuration.default)
|
|
34
34
|
@config = config
|
|
35
35
|
@config.params_encoding = :multi
|
|
36
|
-
@user_agent = "PNAP-ruby-sdk-bmc/#{ NetworkApi::VERSION }"
|
|
37
|
-
@powered_by = "PNAP-ruby-sdk-bmc/#{ NetworkApi::VERSION }"
|
|
36
|
+
@user_agent = "PNAP-ruby-sdk-bmc/NetworkApi/#{ NetworkApi::VERSION }"
|
|
37
|
+
@powered_by = "PNAP-ruby-sdk-bmc/NetworkApi/#{ NetworkApi::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_network_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
|
|
@@ -131,14 +131,14 @@ summary: Networks API Ruby Gem
|
|
|
131
131
|
test_files:
|
|
132
132
|
- spec/api/public_networks_api_spec.rb
|
|
133
133
|
- spec/api/private_networks_api_spec.rb
|
|
134
|
-
- spec/models/error_spec.rb
|
|
135
|
-
- spec/models/public_network_create_spec.rb
|
|
136
|
-
- spec/models/public_network_ip_block_spec.rb
|
|
137
134
|
- spec/models/public_network_modify_spec.rb
|
|
138
|
-
- spec/models/private_network_modify_spec.rb
|
|
139
135
|
- spec/models/network_membership_spec.rb
|
|
140
|
-
- spec/models/private_network_server_spec.rb
|
|
141
|
-
- spec/models/private_network_create_spec.rb
|
|
142
136
|
- spec/models/private_network_spec.rb
|
|
137
|
+
- spec/models/error_spec.rb
|
|
138
|
+
- spec/models/private_network_modify_spec.rb
|
|
139
|
+
- spec/models/private_network_create_spec.rb
|
|
140
|
+
- spec/models/public_network_create_spec.rb
|
|
141
|
+
- spec/models/private_network_server_spec.rb
|
|
142
|
+
- spec/models/public_network_ip_block_spec.rb
|
|
143
143
|
- spec/models/public_network_spec.rb
|
|
144
144
|
- spec/spec_helper.rb
|