redfish_tools 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a4f91c3c5220c2e6d5dcc1629bd45530ab56bbcab6b82dec3434c29392c195dd
4
- data.tar.gz: 7a2dc097bb6e566ea3b3a26926dc1a3bb12ab1ffade24013d5bc5b4a08970198
3
+ metadata.gz: 4dde903d12481a6fcfd6d1ad22361a3241aa66e6b352749343c815bf7e8c41d2
4
+ data.tar.gz: 4c3093c8e30d947371aecb3d1ebe33b7a6450ee23ab5bfd920388fdf4b564f6a
5
5
  SHA512:
6
- metadata.gz: ee117d00c3b943b3acfc777563e16651af4e8e03d55fb4e2e647a9e3c22e4d0e254961943dbf9050ac70bf32de7410dce6dc6d0ec837c3159d0560ffcaca2dab
7
- data.tar.gz: ab953ed1e9cf94325daeeabeacf4efdbae40992d4b42b7fa1e4ba1515dbe0fd5051e76733a3db1aed95726c476b3dc2c24d1c11d81dafd651fd3629b0b9f3961
6
+ metadata.gz: 38949cd88d05c30c39bbb9c9a37aa318084ab12d10aa3d9501bf2419f08ee88e6002ed0c4426940b40b0a0ec790c79604a00b97f194b871879656cb9037422ae
7
+ data.tar.gz: 18ec60a00bf481fab900a3c8d9a50629209d3b6f3bcb40dd4301526fc425e14858b907d2925ef7a1a9f8fd4565fb85498f4c29319e17fa3fcf84565310985831
@@ -11,4 +11,4 @@ deploy:
11
11
  gem: redfish_tools
12
12
  on:
13
13
  tags: true
14
- repo: xlab-si/redfish_tools
14
+ repo: xlab-si/redfish-tools-ruby
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RedfishTools
4
- VERSION = "0.2.2"
4
+ VERSION = "0.2.3"
5
5
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.email = ["tadej.borovsak@xlab.si"]
12
12
 
13
13
  spec.summary = "Collection of tools for working with Redfish services."
14
- spec.homepage = "https://github.com/xlab-si/redfish_tools"
14
+ spec.homepage = "https://github.com/xlab-si/redfish-tools-ruby"
15
15
  spec.license = "Apache-2.0"
16
16
 
17
17
  if spec.respond_to?(:metadata)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redfish_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tadej Borovšak
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-08-28 00:00:00.000000000 Z
11
+ date: 2018-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redfish_client
@@ -137,7 +137,7 @@ files:
137
137
  - lib/redfish_tools/servlet.rb
138
138
  - lib/redfish_tools/version.rb
139
139
  - redfish_tools.gemspec
140
- homepage: https://github.com/xlab-si/redfish_tools
140
+ homepage: https://github.com/xlab-si/redfish-tools-ruby
141
141
  licenses:
142
142
  - Apache-2.0
143
143
  metadata: