openminds_deploy 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/openminds_deploy/configs.rb +1 -1
  2. metadata +3 -3
@@ -12,7 +12,7 @@ configuration.load do
12
12
  task :copy do
13
13
  run "mkdir -p #{shared_path}/config"
14
14
 
15
- CONFIG = YAML.load_file(%Q{./config/#{name}.yml})[rails_env]
15
+ CONFIG = YAML.load_file(%Q{./config/#{name}.yml})[rails_env.to_s]
16
16
  put CONFIG.map{|key, value| "#{key}: #{value}\n"}.join, "#{shared_path}/config/#{name}.yml"
17
17
  end
18
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openminds_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2012-05-10 00:00:00.000000000 Z
15
+ date: 2012-09-25 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: capistrano
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  version: '0'
68
68
  requirements: []
69
69
  rubyforge_project:
70
- rubygems_version: 1.8.22
70
+ rubygems_version: 1.8.24
71
71
  signing_key:
72
72
  specification_version: 3
73
73
  summary: Common capistrano recipes for Openminds applications