vsphere-automation-runtime 0.4.0 → 0.4.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
  SHA256:
3
- metadata.gz: 3e3ced8b72983d106a8c17f4cdb4739deb2528a39e9401df2f1f6b77947ec305
4
- data.tar.gz: ad42fda3b57f5d50096c843bab5bb2a377098cee166d272cdeee5f52c440778e
3
+ metadata.gz: e06fef7211e23f56c4f584ccfeb682e0eb111bba416504e00e9399494f7fa978
4
+ data.tar.gz: 57c3ff02b58dd24a13ce5186026486baa87537172f2fc6831cabb9e9c3eab5f3
5
5
  SHA512:
6
- metadata.gz: fa8fbb24d7d5d79ee0296782742238e3dac960cf8c489f62805c026ef81816f003d5ce3b87d7e5c32b97c4de7b43cd3f8e7c52cd7114b92d42272920c39a6cff
7
- data.tar.gz: dbd31185017068890cf6c3379a6b747a74be62be85fffec7aa5c593c5a020c717cdc1b12a56c79310427cd5574721e7ff771aeabfc1ce744aed2726fd406ba8f
6
+ metadata.gz: d6d041cdf34bbd3c42c554540e768444993f9e7eacc7ff465b2e2b5f811e4de87e0acd3ff7de24ad27ee5879666ab237f86325f0a9193c62785673e24fb75183
7
+ data.tar.gz: 07a4b07be3630e9722b54e0541d05b3c039ce4ff7892b477f1bc522b3dfa4894f5a10191832880ec69d17c56522bf8dc9128dff0d400bb8e488af47f94e2b7b4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vsphere-automation-runtime (0.4.0)
4
+ vsphere-automation-runtime (0.4.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  The Ruby gem for the vSphere Runtime API
4
4
 
5
5
  - API version: 2.0.0
6
- - Package version: 0.4.0
6
+ - Package version: 0.4.1
7
7
 
8
8
  ## Installation
9
9
 
@@ -6,6 +6,7 @@ require 'net/http'
6
6
  require 'openssl'
7
7
  require 'uri'
8
8
  require 'vsphere-automation-runtime/configuration'
9
+ require 'vsphere-automation-runtime/version'
9
10
 
10
11
  module VSphereAutomation
11
12
  # The client responsible for communicating with the API.
@@ -8,6 +8,6 @@
8
8
 
9
9
  module VSphereAutomation
10
10
  module Runtime
11
- VERSION = '0.4.0'
11
+ VERSION = '0.4.1'
12
12
  end
13
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vsphere-automation-runtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - J.R. Garcia
@@ -125,8 +125,6 @@ files:
125
125
  - lib/vsphere-automation-runtime/api_error.rb
126
126
  - lib/vsphere-automation-runtime/configuration.rb
127
127
  - lib/vsphere-automation-runtime/version.rb
128
- - pkg/vsphere-automation-runtime-0.3.0.gem
129
- - pkg/vsphere-automation-runtime-0.4.0.gem
130
128
  - spec/api_client_spec.rb
131
129
  - spec/configuration_spec.rb
132
130
  - spec/spec_helper.rb