vmc 0.4.0.beta.43 → 0.4.0.beta.44

Sign up to get free protection for your applications and to get access to all the features.
@@ -94,7 +94,7 @@ module VMC
94
94
  if input[:help]
95
95
  invoke :help, :command => cmd.name.to_s
96
96
  else
97
- cmd.context.new.precondition if cmd.context <= CLI
97
+ precondition
98
98
  super
99
99
  end
100
100
  rescue Interrupt
@@ -1,3 +1,3 @@
1
1
  module VMC
2
- VERSION = "0.4.0.beta.43"
2
+ VERSION = "0.4.0.beta.44"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vmc
3
3
  version: !ruby/object:Gem::Version
4
- hash: -71847606
4
+ hash: -842654508
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - 0
10
10
  - beta
11
- - 43
12
- version: 0.4.0.beta.43
11
+ - 44
12
+ version: 0.4.0.beta.44
13
13
  platform: ruby
14
14
  authors:
15
15
  - VMware
@@ -281,12 +281,12 @@ dependencies:
281
281
  requirements:
282
282
  - - ~>
283
283
  - !ruby/object:Gem::Version
284
- hash: 31
284
+ hash: 29
285
285
  segments:
286
286
  - 0
287
287
  - 1
288
- - 2
289
- version: 0.1.2
288
+ - 3
289
+ version: 0.1.3
290
290
  type: :runtime
291
291
  version_requirements: *id016
292
292
  - !ruby/object:Gem::Dependency