havenondemand 1.2.0 → 1.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1d2b9f51210a8cd4468a49c84d80fda9c9a0a52d
4
- data.tar.gz: d17470b777f645b3dbe2e4dbdc3489e67a31ae0d
3
+ metadata.gz: bf8402d5a6a70ec39e6addf0955a060ad4efa7fa
4
+ data.tar.gz: af5d71ee51055958c8e9964dc3d8fe9ec323837f
5
5
  SHA512:
6
- metadata.gz: b643922f3fdd20a7f206fb56640f3a35a30d6671a482bb952f3042829c62a8e13a792c2e45928488b81dd9aa08217fb28cf2296c4d1bfae88194b2b741232161
7
- data.tar.gz: 168e597e6d84957f877e16d8c8625c537667613b6a592a9c508482328932e9e8f6af93a197c47df885ebb13a0644055c821d448415181b4fffda0e3d8b4b21bc
6
+ metadata.gz: 754c02e14e1e72521a319d220d519860faeaabcf7ece763a39f96eb248021b9172ad54791f9d454e684aa314509ec9e2e521a06397116e4e83d8279b5a46e93e
7
+ data.tar.gz: 740809e9c54e707f4bfe832bbf732eff527e45a11256a4507251859397d6c54f298023288e1e343f85a77131dea50a6a7b8ccdd09d83bbef83af0d0567d939d1
@@ -6,8 +6,8 @@ require 'havenondemand/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "havenondemand"
8
8
  spec.version = Havenondemand::VERSION
9
- spec.authors = ["Tyler Nappy" ," Martin Zerbib"]
10
- spec.email = ["tyler.nappy@hpe.com"]
9
+ spec.authors = ["Phong Vu","Tyler Nappy" ," Martin Zerbib"]
10
+ spec.email = ["phong.vu@hpe.com"]
11
11
  spec.summary = %q{Haven OnDemand Ruby Client}
12
12
  spec.description = %q{}
13
13
  spec.homepage = "https://github.com/HP-Haven-OnDemand/havenondemand-ruby"
data/lib/havenondemand.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  require 'Unirest'
4
4
  require 'json'
5
5
  #require 'httpclient'
6
- require 'byebug'
6
+ #require 'byebug'
7
7
 
8
8
 
9
9
 
@@ -1,3 +1,3 @@
1
1
  module Havenondemand
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
metadata CHANGED
@@ -1,9 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: havenondemand
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
+ - Phong Vu
7
8
  - Tyler Nappy
8
9
  - ' Martin Zerbib'
9
10
  autorequire:
@@ -55,7 +56,7 @@ dependencies:
55
56
  version: '10.0'
56
57
  description: ''
57
58
  email:
58
- - tyler.nappy@hpe.com
59
+ - phong.vu@hpe.com
59
60
  executables: []
60
61
  extensions: []
61
62
  extra_rdoc_files: []