fdlcap 0.3.34 → 0.3.35

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.3.34
1
+ 0.3.35
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fdlcap}
8
- s.version = "0.3.34"
8
+ s.version = "0.3.35"
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-12-09}
12
+ s.date = %q{2009-12-18}
13
13
  s.default_executable = %q{fdlcap}
14
14
  s.email = %q{interactive@factorylabs.com}
15
15
  s.executables = ["fdlcap"]
@@ -33,6 +33,7 @@ Gem::Specification.new do |s|
33
33
  "lib/fdlcap/extensions/configuration.rb",
34
34
  "lib/fdlcap/extensions/recipe_definition.rb",
35
35
  "lib/fdlcap/recipes.rb",
36
+ "lib/fdlcap/recipes/automigrate.rb",
36
37
  "lib/fdlcap/recipes/autotagger.rb",
37
38
  "lib/fdlcap/recipes/check_revision.rb",
38
39
  "lib/fdlcap/recipes/craken.rb",
@@ -0,0 +1,7 @@
1
+ Capistrano::Configuration.instance(:must_exist).load do
2
+
3
+ define_recipe :automigrate do
4
+ after "deploy:update", "deploy:migrate"
5
+ end
6
+
7
+ end
@@ -10,6 +10,7 @@ Capistrano::Configuration.instance(:must_exist).load do
10
10
  use_recipe :geminstaller
11
11
  use_recipe :perform_cleanup
12
12
  use_recipe :symlink_configs
13
+ use_recipe :automigrate
13
14
 
14
15
  end
15
16
 
@@ -4,7 +4,6 @@ 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 "deploy:update", "deploy:migrate"
8
7
  after "deploy:migrate", "sphinx:configure"
9
8
  after "deploy:migrate", "sphinx:reindex"
10
9
  end
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.34
4
+ version: 0.3.35
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-12-09 00:00:00 -07:00
14
+ date: 2009-12-18 00:00:00 -07:00
15
15
  default_executable: fdlcap
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
@@ -79,6 +79,7 @@ files:
79
79
  - lib/fdlcap/extensions/configuration.rb
80
80
  - lib/fdlcap/extensions/recipe_definition.rb
81
81
  - lib/fdlcap/recipes.rb
82
+ - lib/fdlcap/recipes/automigrate.rb
82
83
  - lib/fdlcap/recipes/autotagger.rb
83
84
  - lib/fdlcap/recipes/check_revision.rb
84
85
  - lib/fdlcap/recipes/craken.rb