capones_recipes 1.16.0 → 1.17.0

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ 1.17.0
2
+ ======
3
+ * Only call :configure after deploy:restart in thinking_sphinx to better support bluepill monitoring.
4
+
1
5
  1.16.0
2
6
  ======
3
7
  * New recipe for process monitoring with bluepill.
@@ -4,7 +4,7 @@ require 'thinking_sphinx/deploy/capistrano'
4
4
  Capistrano::Configuration.instance.load do
5
5
  before "thinking_sphinx:symlink", "thinking_sphinx:setup"
6
6
  after "deploy:finalize_update", "thinking_sphinx:symlink"
7
- before "deploy:restart", "thinking_sphinx:rebuild"
7
+ before "deploy:restart", "thinking_sphinx:configure"
8
8
  after "sync:up:db", "thinking_sphinx:rebuild"
9
9
 
10
10
  namespace :thinking_sphinx do
@@ -1,3 +1,3 @@
1
1
  module CaponesRecipes
2
- VERSION = "1.16.0"
2
+ VERSION = "1.17.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capones_recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-01-22 00:00:00.000000000 Z
13
+ date: 2013-02-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: capistrano