manifests-vmc-plugin 0.4.8 → 0.4.9

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.
@@ -16,7 +16,7 @@ class Manifests < VMC::CLI
16
16
 
17
17
  # basic commands that, when given no name, act on the
18
18
  # app(s) described by the manifest, in dependency-order
19
- [ :start, :restart, :instances, :logs, :file, :files, :env,
19
+ [ :start, :restart, :instances, :logs, :env,
20
20
  :health, :stats, :scale, :app
21
21
  ].each do |wrap|
22
22
  optional_name = change_argument(wrap, :app, :optional)
@@ -30,15 +30,6 @@ class Manifests < VMC::CLI
30
30
  end
31
31
  end
32
32
 
33
- case wrap
34
- when :file, :files
35
- # treat 'vmc files app/' as 'vmc files <app> app/'
36
- if input.given?(:app) && !input.given?(:path)
37
- path = input.given(:app)
38
- input = input.without(:app).merge_given(:path => path)
39
- end
40
- end
41
-
42
33
  num = 0
43
34
  rest =
44
35
  specific_apps_or_all(input) do |info|
@@ -1,3 +1,3 @@
1
1
  module VMCManifests
2
- VERSION = "0.4.8"
2
+ VERSION = "0.4.9"
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: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 8
10
- version: 0.4.8
9
+ - 9
10
+ version: 0.4.9
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-02 00:00:00 Z
18
+ date: 2012-10-11 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: cfoundry