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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '012924e6400941a60779b30c1525befdb629fb7ee3f1441100f3c6cb618facd5'
4
- data.tar.gz: 6a0f229ac00297dbce7d2f1403e205862a24c57069ecc09d475d8cce0716eaac
3
+ metadata.gz: 02531fb077c26b5acac79f9b7d3b4d1749bdaaaaea0885e17b18e82edfaf8aa5
4
+ data.tar.gz: d11e1d0fa1c19e3d991f7d1faae14b924e8984a613f1595430f7a410bfca87c0
5
5
  SHA512:
6
- metadata.gz: 969d28560b37d9d6def34175bbed350f963c297d6542120cd189a48d52bc71f27d3710a5bc6b66d7129ef000764db0136237e27038092a9614b00865d6ca3d5f
7
- data.tar.gz: 073d14e4125947069f738fe4fb9d0303c07f3654fdd153de376ae6613fd052681af08d5c62e7173cff68d8f900123b1d4fffc4484acc521847577205ba946b23
6
+ metadata.gz: 7c2bff0149e263e22545c2b63f069d759e5635a674ae4965ef19292c86a4a169d41bf8507d27b32610b5a36e06b52dc1f3212fe6844441f0cc242fc6d2199c9d
7
+ data.tar.gz: c88cc7e72d6d970a45ba1ffd444097ff113914b2689a8512a8c647c4299df6fc63f81158bd0e6e922836b1280f526a96ab3ceec28486a1fa008e5adb33c17aea
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.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.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: 2024-02-05 00:00:00.000000000 Z
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.3.5
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