depengine 0.0.14 → 0.0.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/depengine/dsl/deployment.rb +3 -3
- data/lib/depengine/version.rb +1 -1
- metadata +4 -4
@@ -193,8 +193,8 @@ module Deployment
|
|
193
193
|
cdb.context = $recipe_config['cdb_context']
|
194
194
|
cdb.env = $recipe_config[:env]
|
195
195
|
|
196
|
-
cdb.get_parameters(File.join( $recipe_config[:
|
197
|
-
$recipe_config[:
|
196
|
+
cdb.get_parameters(File.join( $recipe_config[:env], \
|
197
|
+
$recipe_config[:module_name] ), version)
|
198
198
|
end
|
199
199
|
|
200
200
|
def set_cdb_parameter(key, value)
|
@@ -210,7 +210,7 @@ module Deployment
|
|
210
210
|
cdb.env = $recipe_config[:env]
|
211
211
|
|
212
212
|
cdb.set_parameter(File.join( $recipe_config[:env], \
|
213
|
-
$recipe_config[:
|
213
|
+
$recipe_config[:module_name] ), key, value)
|
214
214
|
end
|
215
215
|
|
216
216
|
def set_cdb_parameter_4_app(module_name, app_name, key, value)
|
data/lib/depengine/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: depengine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 1
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 15
|
10
|
+
version: 0.0.15
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Team Automatisierung
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2013-08-
|
18
|
+
date: 2013-08-15 00:00:00 +02:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|