manifests-vmc-plugin 0.4.9 → 0.4.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,6 +22,8 @@ class Manifests < VMC::CLI
22
22
  optional_name = change_argument(wrap, :app, :optional)
23
23
 
24
24
  around(wrap) do |cmd, input|
25
+ next cmd.call if input[:all]
26
+
25
27
  unless manifest
26
28
  if optional_name && !input.given?(:app)
27
29
  no_apps
@@ -1,3 +1,3 @@
1
1
  module VMCManifests
2
- VERSION = "0.4.9"
2
+ VERSION = "0.4.10"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: manifests-vmc-plugin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 9
10
- version: 0.4.9
9
+ - 10
10
+ version: 0.4.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Suraci
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-10-11 00:00:00 Z
18
+ date: 2012-10-19 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: cfoundry