pnap_rancher_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_rancher_api/api_client.rb +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff82caa1a18507deffa96e60c2c296a224b9d672bebe2b01b25da7f20cda56aa
|
4
|
+
data.tar.gz: 0a27b1c04e52a13addd825dc2c15bb036f88ac6c8d6cc97c5c5d4b039a49648e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1df0984d885c107cbb5fb223fd19b4654ee620177fed0130a6debb3d8a0f860a027448a6c4e221afcf28dec26c65c98b91d5c2af856936a413b9b41aa7a67702
|
7
|
+
data.tar.gz: 4609a6e41db3fc7a0c4cb313fa19e735d704d6f5c52977e981ecca7105772ff3713c73979731639a76852d3c5547f6013b5f591bc11bc63e41ab625f52edb968
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.0.
|
1
|
+
2.0.1
|
@@ -33,8 +33,8 @@ module RancherApi
|
|
33
33
|
def initialize(config = Configuration.default)
|
34
34
|
@config = config
|
35
35
|
@config.params_encoding = :multi
|
36
|
-
@user_agent = "PNAP-ruby-sdk-bmc/#{ RancherApi::VERSION }"
|
37
|
-
@powered_by = "PNAP-ruby-sdk-bmc/#{ RancherApi::VERSION }"
|
36
|
+
@user_agent = "PNAP-ruby-sdk-bmc/RancherApi/#{ RancherApi::VERSION }"
|
37
|
+
@powered_by = "PNAP-ruby-sdk-bmc/RancherApi/#{ RancherApi::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_rancher_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
|
@@ -127,14 +127,14 @@ specification_version: 4
|
|
127
127
|
summary: Rancher Solution API Ruby Gem
|
128
128
|
test_files:
|
129
129
|
- spec/api/clusters_api_spec.rb
|
130
|
+
- spec/models/cluster_spec.rb
|
131
|
+
- spec/models/node_spec.rb
|
130
132
|
- spec/models/workload_cluster_config_spec.rb
|
131
|
-
- spec/models/
|
133
|
+
- spec/models/rancher_cluster_certificates_spec.rb
|
132
134
|
- spec/models/error_spec.rb
|
133
135
|
- spec/models/ssh_config_spec.rb
|
134
|
-
- spec/models/
|
136
|
+
- spec/models/rancher_cluster_config_spec.rb
|
137
|
+
- spec/models/node_pool_spec.rb
|
135
138
|
- spec/models/delete_result_spec.rb
|
136
|
-
- spec/models/rancher_cluster_certificates_spec.rb
|
137
|
-
- spec/models/node_spec.rb
|
138
139
|
- spec/models/rancher_server_metadata_spec.rb
|
139
|
-
- spec/models/node_pool_spec.rb
|
140
140
|
- spec/spec_helper.rb
|