fdlcap 0.4.10 → 0.4.11

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.10
1
+ 0.4.11
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.4.10"
8
+ s.version = "0.4.11"
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{2010-04-07}
12
+ s.date = %q{2010-04-08}
13
13
  s.default_executable = %q{fdlcap}
14
14
  s.email = %q{interactive@factorylabs.com}
15
15
  s.executables = ["fdlcap"]
@@ -3,10 +3,14 @@ Capistrano::Configuration.instance(:must_exist).load do
3
3
 
4
4
  # searchd assumes indexing and configuring being called directly on searchd
5
5
  define_recipe :thinking_sphinx do
6
+
7
+ #ALWAYS need to do this
8
+ after "deploy:symlink_configs", "thinking_sphinx:symlink"
9
+
10
+ # Only need to do this if DB has changed
6
11
  after 'deploy:finalize_update' do
7
12
  look_for_db_changes
8
13
  if db_changed?
9
- after "deploy:symlink_configs", "thinking_sphinx:symlink"
10
14
  after "deploy:migrate", "sphinx:configure"
11
15
  after "deploy:migrate", "sphinx:reindex"
12
16
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 10
9
- version: 0.4.10
8
+ - 11
9
+ version: 0.4.11
10
10
  platform: ruby
11
11
  authors:
12
12
  - Factory Design Labs
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-04-07 00:00:00 -06:00
19
+ date: 2010-04-08 00:00:00 -06:00
20
20
  default_executable: fdlcap
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency