vmc 0.3.22 → 0.3.23

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.
Files changed (2) hide show
  1. data/lib/cli/version.rb +1 -1
  2. metadata +6 -6
@@ -2,6 +2,6 @@ module VMC
2
2
  module Cli
3
3
  # This version number is used as the RubyGem release version.
4
4
  # The internal VMC version number is VMC::VERSION.
5
- VERSION = '0.3.22'
5
+ VERSION = '0.3.23'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vmc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 61
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 22
10
- version: 0.3.22
9
+ - 23
10
+ version: 0.3.23
11
11
  platform: ruby
12
12
  authors:
13
13
  - VMware
@@ -169,12 +169,12 @@ dependencies:
169
169
  requirements:
170
170
  - - ~>
171
171
  - !ruby/object:Gem::Version
172
- hash: 37
172
+ hash: 115
173
173
  segments:
174
174
  - 0
175
175
  - 3
176
- - 27
177
- version: 0.3.27
176
+ - 48
177
+ version: 0.3.48
178
178
  type: :runtime
179
179
  version_requirements: *id009
180
180
  - !ruby/object:Gem::Dependency