redfish_client 0.2.3 → 0.2.4

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: 207554e7443e5ebe22eb6f2c76561697a52ff0bdc133cfa21eeb56537100cfe6
4
- data.tar.gz: 0433356121c5f822036f311aa9ae679d01f067b9ecc9789574b3b476b542b540
3
+ metadata.gz: e862a2537bbbd1e6e613e82de07b10ca25dcd1f359642197fc6265b8e2f69bd5
4
+ data.tar.gz: 08de46ba2381857fea6e789ff46aee373bb87e014db1cdad70015c4a0ab15d99
5
5
  SHA512:
6
- metadata.gz: a2ddcc580f63812be3b07ffed4da2cc5cffb01b52b44c7030b8388fc87fdcc6054ba32b3855ee94247ab500e1f3d69c5547e2544c9aff7b4a7ac7ff3f18a4a17
7
- data.tar.gz: 541d959834877c466f432962b250d9d02f98ce783ac6e38f3584e636a0a2271e6f3bb4520f0bd49e3991a2d8ec90b02e19ba2a2c2ee41804aa5a89283d704def
6
+ metadata.gz: dbaceb5601e1bc015570ee83257379fe442d2dd949d3c7158818d2165a5b28b34392fd669b94419c4ece0fd2a486fb511384cbd1cd1ed69b6f34adda419715f1
7
+ data.tar.gz: 58965e7242bcd7805ab003aedaf6e2ea81146a7a1a4d1e37812b23aa7fd8f5266da899db8471a2e3c3e29c9867511037310cf70f50333196fbd44be757947d27
data/.travis.yml CHANGED
@@ -7,7 +7,7 @@ rvm:
7
7
 
8
8
  env:
9
9
  global:
10
- - CC_TEST_REPORTER_ID=5bfd87f6c63155c74a46e37c94800e369d3b791988b2601113d843b1391474af
10
+ - CC_TEST_REPORTER_ID=64aae57d1a096aebb16347cbc64d418352f3ec38ebbe4d002bc84c2ceda837b3
11
11
 
12
12
  before_script:
13
13
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
@@ -29,4 +29,4 @@ deploy:
29
29
  gem: redfish_client
30
30
  on:
31
31
  tags: true
32
- repo: xlab-si/redfish_client
32
+ repo: xlab-si/redfish-client-ruby
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Redfish Ruby Client
2
2
 
3
- [![Build Status](https://travis-ci.org/xlab-si/redfish_client.svg?branch=master)](https://travis-ci.org/xlab-si/redfish_client)
4
- [![Maintainability](https://api.codeclimate.com/v1/badges/ce990310be22db90c3e2/maintainability)](https://codeclimate.com/github/xlab-si/redfish_client/maintainability)
5
- [![Test Coverage](https://api.codeclimate.com/v1/badges/ce990310be22db90c3e2/test_coverage)](https://codeclimate.com/github/xlab-si/redfish_client/test_coverage)
3
+ [![Build Status](https://travis-ci.org/xlab-si/redfish-client-ruby.svg?branch=master)](https://travis-ci.org/xlab-si/redfish-client-ruby)
4
+ [![Maintainability](https://api.codeclimate.com/v1/badges/884ef5e8d68dff90567f/maintainability)](https://codeclimate.com/github/xlab-si/redfish-client-ruby/maintainability)
5
+ [![Test Coverage](https://api.codeclimate.com/v1/badges/884ef5e8d68dff90567f/test_coverage)](https://codeclimate.com/github/xlab-si/redfish-client-ruby/test_coverage)
6
6
  [![Dependency Status](https://beta.gemnasium.com/badges/github.com/xlab-si/redfish_client.svg)](https://beta.gemnasium.com/projects/github.com/xlab-si/redfish_client)
7
7
  [![security](https://hakiri.io/github/xlab-si/redfish_client/master.svg)](https://hakiri.io/github/xlab-si/redfish_client/master)
8
8
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RedfishClient
4
- VERSION = "0.2.3"
4
+ VERSION = "0.2.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"
13
+ spec.homepage = "https://github.com/xlab-si/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.2.3
4
+ version: 0.2.4
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-06-14 00:00:00.000000000 Z
11
+ date: 2018-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon
@@ -147,7 +147,7 @@ files:
147
147
  - lib/redfish_client/root.rb
148
148
  - lib/redfish_client/version.rb
149
149
  - redfish_client.gemspec
150
- homepage: https://github.com/xlab-si/redfish_client
150
+ homepage: https://github.com/xlab-si/redfish-client-ruby
151
151
  licenses:
152
152
  - Apache-2.0
153
153
  metadata: