capones_recipes 1.13.2 → 1.13.3
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Capistrano::Configuration.instance.load do
|
|
2
2
|
before "deploy:setup", "restful_authentication:prepare_config"
|
|
3
|
-
after "deploy:
|
|
3
|
+
after "deploy:finalize_update", "restful_authentication:symlink"
|
|
4
4
|
before "restful_authentication:configure", "deploy:update_code"
|
|
5
5
|
|
|
6
6
|
namespace :restful_authentication do
|
|
@@ -10,7 +10,7 @@ Capistrano::Configuration.instance.load do
|
|
|
10
10
|
end
|
|
11
11
|
|
|
12
12
|
desc "Make symlink for site key"
|
|
13
|
-
task :symlink, :
|
|
13
|
+
task :symlink, :roles => :app do
|
|
14
14
|
run "ln -nfs #{shared_path}/config/initializers/site_keys.rb #{latest_release}/config/initializers/site_keys.rb"
|
|
15
15
|
end
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capones_recipes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 37
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 13
|
|
9
|
-
-
|
|
10
|
-
version: 1.13.
|
|
9
|
+
- 3
|
|
10
|
+
version: 1.13.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Roman Simecek (CyT)
|