capones_recipes 1.13.2 → 1.13.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Capistrano::Configuration.instance.load do
2
2
  before "deploy:setup", "restful_authentication:prepare_config"
3
- after "deploy:update_code", "restful_authentication:symlink"
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, :role => :app do
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
 
@@ -1,3 +1,3 @@
1
1
  module CaponesRecipes
2
- VERSION = "1.13.2"
2
+ VERSION = "1.13.3"
3
3
  end
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: 39
4
+ hash: 37
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 13
9
- - 2
10
- version: 1.13.2
9
+ - 3
10
+ version: 1.13.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Roman Simecek (CyT)