redfish_client 0.5.3 → 0.5.4

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: 4a61fbe0cf26d1c84428c300e40f4c85dad097b85d1290ab7ea1f9515cf63198
4
- data.tar.gz: 4b3d92086f62fdf2553b9eb635eaf8f0dad476b7030e4ea7c935961def7e191a
3
+ metadata.gz: 685c1b4535b5934f7683db9bdb964e5961962c9d85fc3d83ef5c97051568d58b
4
+ data.tar.gz: f60cc0d54626c4ab2c55f84e2179a507ff95d8732a40d99bb300bde7666f40f2
5
5
  SHA512:
6
- metadata.gz: c6c9e428b744638d1e0ea9c508474ad109410c86098c662f6cd6640e299bbb647c48f2ceb113e9eabaa95968806b918d6edee879bb62c1f85e4641f9cd382c00
7
- data.tar.gz: 79a3e67240e13830cdba2560b0b1bbf29fa027081ca3e3a0ba7896f9f66e3ddab29a53a98af431a533ee149c031faf11ce359adeeea1f82bdfcb86e1f01d9bbf
6
+ metadata.gz: f5b8378d17b32e736e1007c51a3e22a5ad746e816acdb5e586cf91552c07ca5153a5140923a70ae8364c7b7435fb84b9010756157269e2d88d053b692dd055b3
7
+ data.tar.gz: 5711720aa89461803460a09d323d043505ee54b6cef50183abddb336364f5145a030c6e0050723c22d85e706476e0a49c5f55a357a613a800c55b0e05be62e3d
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RedfishClient
4
- VERSION = "0.5.3"
4
+ VERSION = "0.5.4"
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["tadej.borovsak@xlab.si"]
11
11
 
12
12
  spec.summary = "Simple Redfish client library"
13
- spec.homepage = "https://github.com/xlab-si/redfish-client-ruby"
13
+ spec.homepage = "https://github.com/xlab-steampunk/redfish-client-ruby"
14
14
  spec.license = "Apache-2.0"
15
15
 
16
16
  if spec.respond_to?(:metadata)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redfish_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tadej Borovšak
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-03-15 00:00:00.000000000 Z
11
+ date: 2021-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon
@@ -136,7 +136,7 @@ dependencies:
136
136
  - - ">="
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
- description:
139
+ description:
140
140
  email:
141
141
  - tadej.borovsak@xlab.si
142
142
  executables: []
@@ -164,12 +164,12 @@ files:
164
164
  - lib/redfish_client/root.rb
165
165
  - lib/redfish_client/version.rb
166
166
  - redfish_client.gemspec
167
- homepage: https://github.com/xlab-si/redfish-client-ruby
167
+ homepage: https://github.com/xlab-steampunk/redfish-client-ruby
168
168
  licenses:
169
169
  - Apache-2.0
170
170
  metadata:
171
171
  allowed_push_host: https://rubygems.org
172
- post_install_message:
172
+ post_install_message:
173
173
  rdoc_options: []
174
174
  require_paths:
175
175
  - lib
@@ -185,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  version: '0'
186
186
  requirements: []
187
187
  rubygems_version: 3.2.3
188
- signing_key:
188
+ signing_key:
189
189
  specification_version: 4
190
190
  summary: Simple Redfish client library
191
191
  test_files: []