manifests-vmc-plugin 0.4.14 → 0.4.15
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.
- data/lib/manifests-vmc-plugin/version.rb +1 -1
- data/lib/manifests-vmc-plugin.rb +2 -0
- metadata +11 -13
data/lib/manifests-vmc-plugin.rb
CHANGED
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: 17
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 0.4.
|
|
9
|
+
- 15
|
|
10
|
+
version: 0.4.15
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Alex Suraci
|
|
@@ -15,8 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2012-12-03 00:00:00 Z
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
21
|
name: cfoundry
|
|
@@ -90,17 +89,16 @@ extra_rdoc_files: []
|
|
|
90
89
|
|
|
91
90
|
files:
|
|
92
91
|
- Rakefile
|
|
93
|
-
- lib/manifests-vmc-plugin/version.rb
|
|
94
92
|
- lib/manifests-vmc-plugin/errors.rb
|
|
95
|
-
- lib/manifests-vmc-plugin/
|
|
96
|
-
- lib/manifests-vmc-plugin/loader.rb
|
|
93
|
+
- lib/manifests-vmc-plugin/loader/builder.rb
|
|
97
94
|
- lib/manifests-vmc-plugin/loader/normalizer.rb
|
|
98
95
|
- lib/manifests-vmc-plugin/loader/resolver.rb
|
|
99
|
-
- lib/manifests-vmc-plugin/loader
|
|
96
|
+
- lib/manifests-vmc-plugin/loader.rb
|
|
97
|
+
- lib/manifests-vmc-plugin/plugin.rb
|
|
98
|
+
- lib/manifests-vmc-plugin/version.rb
|
|
100
99
|
- lib/manifests-vmc-plugin.rb
|
|
101
|
-
- spec/spec_helper.rb
|
|
102
100
|
- spec/normalizer_spec.rb
|
|
103
|
-
|
|
101
|
+
- spec/spec_helper.rb
|
|
104
102
|
homepage: http://cloudfoundry.com/
|
|
105
103
|
licenses: []
|
|
106
104
|
|
|
@@ -130,10 +128,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
130
128
|
requirements: []
|
|
131
129
|
|
|
132
130
|
rubyforge_project: manifests-vmc-plugin
|
|
133
|
-
rubygems_version: 1.
|
|
131
|
+
rubygems_version: 1.8.24
|
|
134
132
|
signing_key:
|
|
135
133
|
specification_version: 3
|
|
136
134
|
summary: Cloud Foundry automation via manifest documents.
|
|
137
135
|
test_files:
|
|
138
|
-
- spec/spec_helper.rb
|
|
139
136
|
- spec/normalizer_spec.rb
|
|
137
|
+
- spec/spec_helper.rb
|