vmc 0.4.0.beta.51 → 0.4.0.beta.52

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.
@@ -82,15 +82,7 @@ module VMC
82
82
  ]
83
83
  }
84
84
 
85
- tabular(
86
- [ b("name"),
87
- b("status"),
88
- b("usage"),
89
- v2? && b("plan"),
90
- b("runtime"),
91
- b("url")
92
- ],
93
- *rows)
85
+ tabular(*rows)
94
86
  else
95
87
  spaced(apps) do |a|
96
88
  display_app(a)
@@ -1,3 +1,3 @@
1
1
  module VMC
2
- VERSION = "0.4.0.beta.51"
2
+ VERSION = "0.4.0.beta.52"
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: 260162495
4
+ hash: -1036793520
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - 0
10
10
  - beta
11
- - 51
12
- version: 0.4.0.beta.51
11
+ - 52
12
+ version: 0.4.0.beta.52
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-13 00:00:00 Z
20
+ date: 2012-09-14 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: json_pure