vmc 0.4.0.beta.42 → 0.4.0.beta.43

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.
@@ -94,7 +94,7 @@ module VMC
94
94
  if input[:help]
95
95
  invoke :help, :command => cmd.name.to_s
96
96
  else
97
- precondition
97
+ cmd.context.new.precondition if cmd.context <= CLI
98
98
  super
99
99
  end
100
100
  rescue Interrupt
@@ -1,3 +1,3 @@
1
1
  module VMC
2
- VERSION = "0.4.0.beta.42"
2
+ VERSION = "0.4.0.beta.43"
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: 3401249061
4
+ hash: -71847606
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - 0
10
10
  - beta
11
- - 42
12
- version: 0.4.0.beta.42
11
+ - 43
12
+ version: 0.4.0.beta.43
13
13
  platform: ruby
14
14
  authors:
15
15
  - VMware
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2012-09-04 00:00:00 Z
20
+ date: 2012-09-05 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: json_pure