pludoni-capistrano 0.0.4 → 0.0.5

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.
@@ -17,9 +17,10 @@ Capistrano::Configuration.instance.load do
17
17
  namespace :deploy do
18
18
  task :new_sphinx, :roles => [:app] do
19
19
  run "ln -nfs #{shared_path}/db/sphinx #{release_path}/db/sphinx"
20
- rake "thinking_sphinx:index"
21
20
  end
22
21
  end
23
22
  after 'deploy:update_code', 'deploy:new_sphinx'
23
+ after 'deploy:update_code', 'thinking_sphinx:configure'
24
+ after 'deploy:update_code', 'thinking_sphinx:index'
24
25
  end
25
26
  end
@@ -1,5 +1,5 @@
1
1
  module Pludoni
2
2
  module Capistrano
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pludoni-capistrano
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -99,7 +99,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
99
99
  version: '0'
100
100
  segments:
101
101
  - 0
102
- hash: -820306642452729882
102
+ hash: -3377987594089933580
103
103
  required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  none: false
105
105
  requirements:
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  segments:
110
110
  - 0
111
- hash: -820306642452729882
111
+ hash: -3377987594089933580
112
112
  requirements: []
113
113
  rubyforge_project:
114
114
  rubygems_version: 1.8.24