depengine 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -209,7 +209,7 @@ module Deployment
209
209
  cdb.context = $recipe_config['cdb_context']
210
210
  cdb.env = $recipe_config[:env]
211
211
 
212
- cdb.set_parameter(File.join( $recipe_config[:module_name], \
212
+ cdb.set_parameter(File.join( $recipe_config[:env], \
213
213
  $recipe_config[:application_name] ), key, value)
214
214
  end
215
215
 
@@ -1,3 +1,3 @@
1
1
  module Depengine
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
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: 5
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 13
10
- version: 0.0.13
9
+ - 14
10
+ version: 0.0.14
11
11
  platform: ruby
12
12
  authors:
13
13
  - Team Automatisierung