manifests-vmc-plugin 0.4.12 → 0.4.13
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/manifests-vmc-plugin/version.rb +1 -1
- data/lib/manifests-vmc-plugin.rb +4 -7
- metadata +12 -10
data/lib/manifests-vmc-plugin.rb
CHANGED
@@ -198,12 +198,9 @@ module VMCManifests
|
|
198
198
|
|
199
199
|
def toplevel_attributes
|
200
200
|
if m = manifest
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
end
|
205
|
-
|
206
|
-
info
|
201
|
+
m.reject do |k, _|
|
202
|
+
MANIFEST_META.include? k
|
203
|
+
end
|
207
204
|
end
|
208
205
|
end
|
209
206
|
|
@@ -267,7 +264,7 @@ module VMCManifests
|
|
267
264
|
true
|
268
265
|
|
269
266
|
# manually created or legacy single-app manifest
|
270
|
-
elsif
|
267
|
+
elsif toplevel_attributes
|
271
268
|
yield app_info(".", input)
|
272
269
|
|
273
270
|
true
|
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:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 0.4.
|
9
|
+
- 13
|
10
|
+
version: 0.4.13
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alex Suraci
|
@@ -15,7 +15,8 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-11-
|
18
|
+
date: 2012-11-20 00:00:00 -08:00
|
19
|
+
default_executable:
|
19
20
|
dependencies:
|
20
21
|
- !ruby/object:Gem::Dependency
|
21
22
|
name: cfoundry
|
@@ -25,12 +26,12 @@ dependencies:
|
|
25
26
|
requirements:
|
26
27
|
- - ~>
|
27
28
|
- !ruby/object:Gem::Version
|
28
|
-
hash:
|
29
|
+
hash: 15
|
29
30
|
segments:
|
30
31
|
- 0
|
31
|
-
-
|
32
|
-
-
|
33
|
-
version: 0.
|
32
|
+
- 4
|
33
|
+
- 0
|
34
|
+
version: 0.4.0
|
34
35
|
type: :runtime
|
35
36
|
version_requirements: *id001
|
36
37
|
description:
|
@@ -44,10 +45,11 @@ extra_rdoc_files: []
|
|
44
45
|
|
45
46
|
files:
|
46
47
|
- Rakefile
|
48
|
+
- lib/manifests-vmc-plugin/version.rb
|
47
49
|
- lib/manifests-vmc-plugin/errors.rb
|
48
50
|
- lib/manifests-vmc-plugin/plugin.rb
|
49
|
-
- lib/manifests-vmc-plugin/version.rb
|
50
51
|
- lib/manifests-vmc-plugin.rb
|
52
|
+
has_rdoc: true
|
51
53
|
homepage: http://cloudfoundry.com/
|
52
54
|
licenses: []
|
53
55
|
|
@@ -77,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
77
79
|
requirements: []
|
78
80
|
|
79
81
|
rubyforge_project: manifests-vmc-plugin
|
80
|
-
rubygems_version: 1.
|
82
|
+
rubygems_version: 1.6.2
|
81
83
|
signing_key:
|
82
84
|
specification_version: 3
|
83
85
|
summary: Cloud Foundry automation via manifest documents.
|