fdlcap 0.3.33 → 0.3.34

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.33
1
+ 0.3.34
data/fdlcap.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fdlcap}
8
- s.version = "0.3.33"
8
+ s.version = "0.3.34"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Factory Design Labs", "Gabe Varela", "Jay Zeschin"]
12
- s.date = %q{2009-11-16}
12
+ s.date = %q{2009-12-09}
13
13
  s.default_executable = %q{fdlcap}
14
14
  s.email = %q{interactive@factorylabs.com}
15
15
  s.executables = ["fdlcap"]
@@ -4,8 +4,8 @@ Capistrano::Configuration.instance(:must_exist).load do
4
4
  # searchd assumes indexing and configuring being called directly on searchd
5
5
  define_recipe :thinking_sphinx do
6
6
  after "deploy:symlink_configs", "thinking_sphinx:symlink"
7
- after "thinking_sphinx:symlink", "sphinx:configure"
8
7
  after "deploy:update", "deploy:migrate"
8
+ after "deploy:migrate", "sphinx:configure"
9
9
  after "deploy:migrate", "sphinx:reindex"
10
10
  end
11
11
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fdlcap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.33
4
+ version: 0.3.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Factory Design Labs
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2009-11-16 00:00:00 -07:00
14
+ date: 2009-12-09 00:00:00 -07:00
15
15
  default_executable: fdlcap
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency