vsphere-automation-runtime 0.2.0 → 0.2.1

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: b05cd67136136e867b59fef1c0228a644f7707b85d7fa873ef6c1624585c7154
4
- data.tar.gz: 7f7d2d1010fa3371537582cdf7dfb4b3c1d80cce86dcf00566a5e28294074640
3
+ metadata.gz: 5da074f50dce976740f6e7968cb383c3687d53d4ad87a8bc2bf80984088c3111
4
+ data.tar.gz: af6d608e31ab600a1efbcef17a37d614faa1340a17ae117c63f0b7b0e9467993
5
5
  SHA512:
6
- metadata.gz: d49859e7910b63d87e7cc6eb0bb9ef196043cb548cfbe1879a5ff8a2cab5ddf89fb986c9d9b166d97c90fbc0bc84eb877274b3a00d497b3176e8b360d44171e3
7
- data.tar.gz: 0c3617d1f136d611b2949377a8f80b5129e8e0a7f27e760e083f99309088f22b885c007e447d3e6cf729a8686a08738d162dbd21e0253ed278a18ebad15e7f47
6
+ metadata.gz: e19f7e1168c55e584b1cffb92061cc7706af8395bc437cf834d4190f98a4115ad5a2db085019e7faf908dbf97679059b928ba7b223e8eee7e20e21481e0c4582
7
+ data.tar.gz: 15e00a8bcc6a3f0f73f09af526cd1445e4ca36a74ee32e6f43b6a7e951885033ec070181623f6cc59a9fb7f5ea3afcb9436697efb05030ff233b3a71627876d8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vsphere-automation-runtime (0.2.0)
4
+ vsphere-automation-runtime (0.2.1)
5
5
  typhoeus (~> 1.3)
6
6
 
7
7
  GEM
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.2.0
6
+ - Package version: 0.2.1
7
7
 
8
8
  ## Installation
9
9
 
@@ -29,7 +29,7 @@ module VSphereAutomation
29
29
  # @option config [Configuration] Configuration for initializing the object, default to Configuration.default
30
30
  def initialize(config = Configuration.default)
31
31
  @config = config
32
- @user_agent = "SDK/0.2.0 Ruby/#{RUBY_VERSION} (#{Gem::Platform.local.os}; #{Gem::Platform.local.version}; #{Gem::Platform.local.cpu})"
32
+ @user_agent = "SDK/0.2.1 Ruby/#{RUBY_VERSION} (#{Gem::Platform.local.os}; #{Gem::Platform.local.version}; #{Gem::Platform.local.cpu})"
33
33
  @default_headers = {
34
34
  'Content-Type' => 'application/json',
35
35
  'User-Agent' => @user_agent
@@ -8,6 +8,6 @@
8
8
 
9
9
  module VSphereAutomation
10
10
  module Runtime
11
- VERSION = '0.2.0'
11
+ VERSION = '0.2.1'
12
12
  end
13
13
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vsphere-automation-runtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - J.R. Garcia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-05 00:00:00.000000000 Z
11
+ date: 2019-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -139,7 +139,6 @@ files:
139
139
  - lib/vsphere-automation-runtime/api_error.rb
140
140
  - lib/vsphere-automation-runtime/configuration.rb
141
141
  - lib/vsphere-automation-runtime/version.rb
142
- - pkg/vsphere-automation-runtime-0.2.0.gem
143
142
  - spec/api_client_spec.rb
144
143
  - spec/configuration_spec.rb
145
144
  - spec/spec_helper.rb