pnap_tag_api 2.0.0 → 2.0.2
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_tag_api/api_client.rb +2 -2
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 02531fb077c26b5acac79f9b7d3b4d1749bdaaaaea0885e17b18e82edfaf8aa5
|
4
|
+
data.tar.gz: d11e1d0fa1c19e3d991f7d1faae14b924e8984a613f1595430f7a410bfca87c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c2bff0149e263e22545c2b63f069d759e5635a674ae4965ef19292c86a4a169d41bf8507d27b32610b5a36e06b52dc1f3212fe6844441f0cc242fc6d2199c9d
|
7
|
+
data.tar.gz: c88cc7e72d6d970a45ba1ffd444097ff113914b2689a8512a8c647c4299df6fc63f81158bd0e6e922836b1280f526a96ab3ceec28486a1fa008e5adb33c17aea
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.0.
|
1
|
+
2.0.2
|
@@ -33,8 +33,8 @@ module TagApi
|
|
33
33
|
def initialize(config = Configuration.default)
|
34
34
|
@config = config
|
35
35
|
@config.params_encoding = :multi
|
36
|
-
@user_agent = "PNAP-ruby-sdk-bmc/#{ TagApi::VERSION }"
|
37
|
-
@powered_by = "PNAP-ruby-sdk-bmc/#{ TagApi::VERSION }"
|
36
|
+
@user_agent = "PNAP-ruby-sdk-bmc/TagApi/#{ TagApi::VERSION }"
|
37
|
+
@powered_by = "PNAP-ruby-sdk-bmc/TagApi/#{ TagApi::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_tag_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PhoenixNAP
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -94,7 +94,7 @@ licenses:
|
|
94
94
|
- MPL-2.0
|
95
95
|
metadata:
|
96
96
|
source_code_uri: https://github.com/phoenixnap/ruby-sdk-bmc
|
97
|
-
post_install_message:
|
97
|
+
post_install_message:
|
98
98
|
rdoc_options: []
|
99
99
|
require_paths:
|
100
100
|
- lib
|
@@ -109,16 +109,16 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: '0'
|
111
111
|
requirements: []
|
112
|
-
rubygems_version: 3.
|
113
|
-
signing_key:
|
112
|
+
rubygems_version: 3.4.20
|
113
|
+
signing_key:
|
114
114
|
specification_version: 4
|
115
115
|
summary: Tags API Ruby Gem
|
116
116
|
test_files:
|
117
117
|
- spec/api/tags_api_spec.rb
|
118
118
|
- spec/models/error_spec.rb
|
119
|
-
- spec/models/tag_create_spec.rb
|
120
|
-
- spec/models/delete_result_spec.rb
|
121
|
-
- spec/models/tag_update_spec.rb
|
122
|
-
- spec/models/resource_assignment_spec.rb
|
123
119
|
- spec/models/tag_spec.rb
|
120
|
+
- spec/models/resource_assignment_spec.rb
|
121
|
+
- spec/models/tag_update_spec.rb
|
122
|
+
- spec/models/delete_result_spec.rb
|
123
|
+
- spec/models/tag_create_spec.rb
|
124
124
|
- spec/spec_helper.rb
|