palmtree 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -52,7 +52,7 @@ hoe = Hoe.new(GEM_NAME, VERS) do |p|
52
52
  #p.extra_deps = [] # An array of rubygem dependencies [name, version], e.g. [ ['active_support', '>= 1.3.1'] ]
53
53
  #p.spec_extras = {} # A hash of extra values to set in the gemspec.
54
54
 
55
- p.extra_deps = ['capistrano', '>=1.99.0']
55
+ p.extra_deps = ['capistrano', '>=1.99.1']
56
56
  end
57
57
 
58
58
 
@@ -41,4 +41,7 @@ Capistrano::Configuration.instance(true).load do
41
41
  run "cp #{shared_path}/config/backgroundrb.yml #{release_path}/config/"
42
42
  end
43
43
  end
44
+
45
+ # Install after hooks
46
+ after "deploy:update_code", "backgroundrb:copy_config"
44
47
  end
@@ -66,4 +66,7 @@ Capistrano::Configuration.instance(true).load do
66
66
  end
67
67
  end
68
68
  end
69
+
70
+ # Install after hooks
71
+ after "deploy:update_code", "ferret:server:copy_config", "ferret:index:symlink"
69
72
  end
@@ -2,7 +2,7 @@ module Palmtree #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 3
5
+ TINY = 4
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.1
3
3
  specification_version: 1
4
4
  name: palmtree
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.3
6
+ version: 0.0.4
7
7
  date: 2007-05-12 00:00:00 +01:00
8
8
  summary: Collection of Capistrano recipes
9
9
  require_paths:
@@ -70,5 +70,5 @@ dependencies:
70
70
  requirements:
71
71
  - - ">="
72
72
  - !ruby/object:Gem::Version
73
- version: 1.99.0
73
+ version: 1.99.1
74
74
  version: