bosh_deployer 1.4.0 → 1.4.1
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/deployer/specification.rb +0 -7
- data/lib/deployer/version.rb +1 -1
- metadata +18 -8
|
@@ -58,13 +58,6 @@ module Bosh::Deployer
|
|
|
58
58
|
@properties["agent"]["ntp"] = Config.spec_properties["ntp"]
|
|
59
59
|
end
|
|
60
60
|
|
|
61
|
-
# TODO: this override is ugly (aws-specific) but needed for aws_registry
|
|
62
|
-
if Config.spec_properties["aws"] ||
|
|
63
|
-
Config.cloud_options["properties"]["aws"]
|
|
64
|
-
@properties["aws"] = Config.spec_properties["aws"] ||
|
|
65
|
-
Config.cloud_options["properties"]["aws"]
|
|
66
|
-
end
|
|
67
|
-
|
|
68
61
|
@spec
|
|
69
62
|
end
|
|
70
63
|
|
data/lib/deployer/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bosh_deployer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-02-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bosh_cli
|
|
@@ -171,6 +171,22 @@ dependencies:
|
|
|
171
171
|
- - ~>
|
|
172
172
|
- !ruby/object:Gem::Version
|
|
173
173
|
version: 1.3.3
|
|
174
|
+
- !ruby/object:Gem::Dependency
|
|
175
|
+
name: httparty
|
|
176
|
+
requirement: !ruby/object:Gem::Requirement
|
|
177
|
+
none: false
|
|
178
|
+
requirements:
|
|
179
|
+
- - ~>
|
|
180
|
+
- !ruby/object:Gem::Version
|
|
181
|
+
version: 0.10.2
|
|
182
|
+
type: :runtime
|
|
183
|
+
prerelease: false
|
|
184
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
185
|
+
none: false
|
|
186
|
+
requirements:
|
|
187
|
+
- - ~>
|
|
188
|
+
- !ruby/object:Gem::Version
|
|
189
|
+
version: 0.10.2
|
|
174
190
|
description: Micro BOSH Deployer
|
|
175
191
|
email: support@vmware.com
|
|
176
192
|
executables: []
|
|
@@ -209,18 +225,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
209
225
|
- - ! '>='
|
|
210
226
|
- !ruby/object:Gem::Version
|
|
211
227
|
version: '0'
|
|
212
|
-
segments:
|
|
213
|
-
- 0
|
|
214
|
-
hash: -132721875164071695
|
|
215
228
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
216
229
|
none: false
|
|
217
230
|
requirements:
|
|
218
231
|
- - ! '>='
|
|
219
232
|
- !ruby/object:Gem::Version
|
|
220
233
|
version: '0'
|
|
221
|
-
segments:
|
|
222
|
-
- 0
|
|
223
|
-
hash: -132721875164071695
|
|
224
234
|
requirements: []
|
|
225
235
|
rubyforge_project:
|
|
226
236
|
rubygems_version: 1.8.24
|