pnap_network_api 2.2.0 → 2.2.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
- metadata +15 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 56d6caf02bec541fc129d0c87cf0e8d7395123c7f9241f574051ce4f5dec3a60
|
|
4
|
+
data.tar.gz: 38282faeae50e04ec6f4f6bff77858efce7684d99fbbd1259432cd2847228447
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f67d48fee6ccf777bf5bb3fc802495153c8d197512088073395917815b5e99271f3e06e04cab8a3dd99d549d383cb1b700af988339e74b988b194d5e4f1afa7f
|
|
7
|
+
data.tar.gz: a6f79cfa8283253fd3d931596b60800c3b8a4ea5415e8efb61330a998aab5a5d5809c8d59feb0ef8ded6ab725db2fc58d0a82787425e68ebda3870ae5cf4572a
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.2.
|
|
1
|
+
2.2.1
|
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.2.
|
|
4
|
+
version: 2.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-06-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -162,24 +162,24 @@ signing_key:
|
|
|
162
162
|
specification_version: 4
|
|
163
163
|
summary: Networks API Ruby Gem
|
|
164
164
|
test_files:
|
|
165
|
+
- spec/api/private_networks_api_spec.rb
|
|
165
166
|
- spec/api/bgp_peer_groups_api_spec.rb
|
|
166
167
|
- spec/api/public_networks_api_spec.rb
|
|
167
|
-
- spec/api/private_networks_api_spec.rb
|
|
168
|
-
- spec/models/private_network_spec.rb
|
|
169
|
-
- spec/models/bgp_ip_prefix_spec.rb
|
|
170
|
-
- spec/models/error_spec.rb
|
|
171
|
-
- spec/models/bgp_peer_group_spec.rb
|
|
172
|
-
- spec/models/bgp_ipv4_prefix_spec.rb
|
|
173
168
|
- spec/models/public_network_ip_block_create_spec.rb
|
|
174
|
-
- spec/models/bgp_peer_group_patch_spec.rb
|
|
175
169
|
- spec/models/public_network_spec.rb
|
|
176
|
-
- spec/models/
|
|
177
|
-
- spec/models/private_network_modify_spec.rb
|
|
170
|
+
- spec/models/public_network_modify_spec.rb
|
|
178
171
|
- spec/models/public_network_create_spec.rb
|
|
179
|
-
- spec/models/
|
|
180
|
-
- spec/models/
|
|
181
|
-
- spec/models/
|
|
172
|
+
- spec/models/bgp_peer_group_patch_spec.rb
|
|
173
|
+
- spec/models/bgp_peer_group_spec.rb
|
|
174
|
+
- spec/models/error_spec.rb
|
|
182
175
|
- spec/models/asn_details_spec.rb
|
|
176
|
+
- spec/models/public_network_ip_block_spec.rb
|
|
177
|
+
- spec/models/bgp_ipv4_prefix_spec.rb
|
|
178
|
+
- spec/models/bgp_ip_prefix_spec.rb
|
|
183
179
|
- spec/models/bgp_peer_group_create_spec.rb
|
|
184
|
-
- spec/models/
|
|
180
|
+
- spec/models/network_membership_spec.rb
|
|
181
|
+
- spec/models/private_network_spec.rb
|
|
182
|
+
- spec/models/private_network_server_spec.rb
|
|
183
|
+
- spec/models/private_network_modify_spec.rb
|
|
184
|
+
- spec/models/private_network_create_spec.rb
|
|
185
185
|
- spec/spec_helper.rb
|