vsphere-automation-runtime 0.2.2 → 0.3.0

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: bd4ebdc645408623ffb698f7a4db66ab7151fad0db4af5429b206d29cf93ef59
4
- data.tar.gz: a4fdf9a56af812164a7fc2109201753f97f509e5601ed869f5ae844d79469ca3
3
+ metadata.gz: 226f670b612a7a585fe4060cbe04aab7842dade81af508133b98c5e4abe079db
4
+ data.tar.gz: 701e30402efc0cb0aee6a5682b82820e2cb91d41450671dfdd8da8c2aa41d0ea
5
5
  SHA512:
6
- metadata.gz: bd846e6aca0f31f9a7e4aebf2afd77c6f1662ec45cbb778bbf52e308251f05ccbe7e29ae7f81b9fcf22e5473178d8d3685df49e58d99cdddfce5da5ce8edb54d
7
- data.tar.gz: 2420f9d1eecf3e99aa52bfbeaaae34003a882dbde9b802537672e4a00d210ca8ec51d198c78731fed69755732a2c9fa41e11b6cad49a79f814f3e91c4c0c3530
6
+ metadata.gz: 63b795bdfd4676d86db78e1ba3ac2ccd12ff80358359dd9bc84285dde03fe294d4dba80e9dba1a506ad8da973757c550bd83ba9a054b1f548bf9ea68983c158c
7
+ data.tar.gz: 4a14b1681ba6cd51a7afd5c1a1dcfa1ffecbed03fb1636af5b737905ed7ef4fb1b020ab2ffd14a6979af2bbe117597d3fd7aa530b2872ddb1f8108fb98baf63b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vsphere-automation-runtime (0.2.2)
4
+ vsphere-automation-runtime (0.3.0)
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.2
6
+ - Package version: 0.3.0
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.2 Ruby/#{RUBY_VERSION} (#{Gem::Platform.local.os}; #{Gem::Platform.local.version}; #{Gem::Platform.local.cpu})"
32
+ @user_agent = "SDK/0.3.0 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.2'
11
+ VERSION = '0.3.0'
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.2
4
+ version: 0.3.0
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-12 00:00:00.000000000 Z
11
+ date: 2019-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -140,6 +140,7 @@ files:
140
140
  - lib/vsphere-automation-runtime/configuration.rb
141
141
  - lib/vsphere-automation-runtime/version.rb
142
142
  - pkg/vsphere-automation-runtime-0.2.1.gem
143
+ - pkg/vsphere-automation-runtime-0.2.2.gem
143
144
  - spec/api_client_spec.rb
144
145
  - spec/configuration_spec.rb
145
146
  - spec/spec_helper.rb