manifests-vmc-plugin 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -107,7 +107,11 @@ VMC.Plugin(VMC::App) do
|
|
107
107
|
updating = app.exists?
|
108
108
|
|
109
109
|
sync_changes(a)
|
110
|
-
push.call(
|
110
|
+
push.call(
|
111
|
+
:name => a["name"],
|
112
|
+
:start => false,
|
113
|
+
:bind_services => false,
|
114
|
+
:create_services => false)
|
111
115
|
|
112
116
|
unless updating
|
113
117
|
app.env = a["env"]
|
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: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 4
|
10
|
+
version: 0.1.4
|
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-
|
18
|
+
date: 2012-06-04 00:00:00 Z
|
19
19
|
dependencies: []
|
20
20
|
|
21
21
|
description:
|
@@ -69,3 +69,4 @@ specification_version: 3
|
|
69
69
|
summary: Cloud Foundry automation via manifest documents.
|
70
70
|
test_files: []
|
71
71
|
|
72
|
+
has_rdoc:
|