gorilla-capistrano-recipes 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/gorilla-capistrano-recipes.gemspec +1 -1
- data/lib/gorilla-capistrano-recipes/deploy.rb +1 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.4
|
@@ -35,7 +35,7 @@ configuration.load do
|
|
35
35
|
desc "Create all config files in shared/config"
|
36
36
|
task :copy_database_config do
|
37
37
|
run "mkdir -p #{shared_path}/config"
|
38
|
-
put
|
38
|
+
put database_yml, "#{shared_path}/config/database.yml"
|
39
39
|
end
|
40
40
|
|
41
41
|
desc "Link in the shared config files"
|