pnap_tag_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_tag_api/api_client.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee738f3580ce0289bb6eed7fe7278344190b8843a3e855f373765cca717abb06
|
4
|
+
data.tar.gz: 2f9850d4c38a8f25633f1c8c44309c3c04cf94d73789dae66e4df9c9b2f35a68
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6fc6e2c77a60b82cfa1abca4142a14785aa3b2b9b00d23fa050ddae7ed08addf12361e4c2e036e8cb701f352c050fcbcf1051beb0c168e8d41adb415709c064d
|
7
|
+
data.tar.gz: 0f120efc9360d78503a91142d6c03e13ba34f6bd1b7c88d54f7da51ada18f1057dcc106edbe59c73382809b3ac48339f48c06555d03efda02f2797014615cbc0
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.0.
|
1
|
+
2.0.1
|
@@ -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.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
|
@@ -115,10 +115,10 @@ specification_version: 4
|
|
115
115
|
summary: Tags API Ruby Gem
|
116
116
|
test_files:
|
117
117
|
- spec/api/tags_api_spec.rb
|
118
|
+
- spec/models/tag_update_spec.rb
|
118
119
|
- spec/models/error_spec.rb
|
120
|
+
- spec/models/resource_assignment_spec.rb
|
119
121
|
- spec/models/tag_create_spec.rb
|
120
122
|
- spec/models/delete_result_spec.rb
|
121
|
-
- spec/models/tag_update_spec.rb
|
122
|
-
- spec/models/resource_assignment_spec.rb
|
123
123
|
- spec/models/tag_spec.rb
|
124
124
|
- spec/spec_helper.rb
|