vmc 0.4.0.beta.83 → 0.4.0.beta.84

Sign up to get free protection for your applications and to get access to all the features.
@@ -1090,7 +1090,7 @@ module VMC
1090
1090
  end
1091
1091
 
1092
1092
  def app_status(a)
1093
- health = v2? ? a.status : a.health
1093
+ health = v2? ? a.state : a.health
1094
1094
 
1095
1095
  if a.debug_mode == "suspend" && health == "0%"
1096
1096
  c("suspended", :neutral)
@@ -1,3 +1,3 @@
1
1
  module VMC
2
- VERSION = "0.4.0.beta.83"
2
+ VERSION = "0.4.0.beta.84"
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: 95839677
4
+ hash: 2921369787
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - 0
10
10
  - beta
11
- - 83
12
- version: 0.4.0.beta.83
11
+ - 84
12
+ version: 0.4.0.beta.84
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-11-07 00:00:00 Z
20
+ date: 2012-11-08 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: json_pure