vipruby 0.1.6.1 → 0.1.7

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
  SHA1:
3
- metadata.gz: 477006cdafc0e99683511c5696fc8c3463125ff5
4
- data.tar.gz: b0e0ee5a9ede4ab84ad5914f6db61b96bf1741b5
3
+ metadata.gz: dab5bc9909c5e95adbda08d3d0c6f8a1d229190e
4
+ data.tar.gz: edb70e1e1435a418545542f0a57590c255a1d7e0
5
5
  SHA512:
6
- metadata.gz: 4fd7603859d37992742c4e9f7106d73f5840ce1cfb981ef346c8f26a541238d9a5875a44f8ba1644eea88c966fd27903c75440b8a350be7f02f37bb8276e9c8c
7
- data.tar.gz: 5c5f3aaeb2419ad20c828bba0d34610d60a04180cf0b1e981760a7825a0fb8daf6ae8755a7339a5bc47ef0b578e33f3ab423d592eb9e0a4ebb7596c96e83242f
6
+ metadata.gz: 6bb597c0f36f3cb1651a2ef549b71b4ccf61ed1deaffef50f2ff1a77b46c90f3bee4b04b42c904c79b93e09a33b1044492b3ffb26b8d9a5348779d1954c43e94
7
+ data.tar.gz: 44cb0cae5743256cde2221885b2a66d2ef91d55fb068e953c72646023cb6424648097e217c81b721983798f761b877feb9ac9383feda0d91cecd07dd13e79412
@@ -2,5 +2,5 @@
2
2
  module Vipruby
3
3
 
4
4
  # Version of the Gem File
5
- VERSION = "0.1.6.1"
5
+ VERSION = "0.1.7"
6
6
  end
@@ -9,14 +9,14 @@ Gem::Specification.new do |s|
9
9
  s.summary = "A Ruby Library for EMC's ViPR"
10
10
  s.description = "A Ruby implementation to add & gather information from Storage Arrays, vCenter, and Compute Hosts"
11
11
  s.authors = ["Craig J Smith", "Kendrick Coleman"]
12
- s.email = 'nctiggy@gmail.com'
12
+ s.email = 'emccode@emc.com'
13
13
  s.require_paths = %w[lib]
14
14
  s.files = `git ls-files`.split($/)
15
15
  s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
16
16
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
17
17
  s.require_paths = ["lib"]
18
18
  s.homepage =
19
- 'https://github.com/nctiggy/Vipruby'
19
+ 'https://github.com/emccode/Vipruby'
20
20
  s.license = 'MIT'
21
21
  s.add_runtime_dependency "json",
22
22
  ["~> 1.8"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vipruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6.1
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Craig J Smith
@@ -97,7 +97,7 @@ dependencies:
97
97
  version: '0'
98
98
  description: A Ruby implementation to add & gather information from Storage Arrays,
99
99
  vCenter, and Compute Hosts
100
- email: nctiggy@gmail.com
100
+ email: emccode@emc.com
101
101
  executables: []
102
102
  extensions: []
103
103
  extra_rdoc_files: []
@@ -151,7 +151,7 @@ files:
151
151
  - lib/vipruby/vipr.rb
152
152
  - lib/vipruby/viprbase.rb
153
153
  - vipruby.gemspec
154
- homepage: https://github.com/nctiggy/Vipruby
154
+ homepage: https://github.com/emccode/Vipruby
155
155
  licenses:
156
156
  - MIT
157
157
  metadata: {}