palmtree 0.0.2 → 0.0.3

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.
@@ -76,20 +76,18 @@ Capistrano::Configuration.instance(true).load do
76
76
  mongrel.cluster.restart
77
77
  end
78
78
 
79
- namespace :app do
80
- desc <<-DESC
81
- Start the application servers. Calls mongrel:cluster:start.
82
- DESC
83
- task :start, :roles => :app do
84
- mongrel.cluster.start
85
- end
86
-
87
- desc <<-DESC
88
- Stop the application servers. Calls mongrel:cluster:stop.
89
- DESC
90
- task :stop, :roles => :app do
91
- mongrel.cluster.stop
92
- end
79
+ desc <<-DESC
80
+ Start the application servers. Calls mongrel:cluster:start.
81
+ DESC
82
+ task :start, :roles => :app do
83
+ mongrel.cluster.start
84
+ end
85
+
86
+ desc <<-DESC
87
+ Stop the application servers. Calls mongrel:cluster:stop.
88
+ DESC
89
+ task :stop, :roles => :app do
90
+ mongrel.cluster.stop
93
91
  end
94
92
  end
95
93
  end
@@ -2,7 +2,7 @@ module Palmtree #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 2
5
+ TINY = 3
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -3,8 +3,8 @@ 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.2
7
- date: 2007-05-10 00:00:00 +01:00
6
+ version: 0.0.3
7
+ date: 2007-05-12 00:00:00 +01:00
8
8
  summary: Collection of Capistrano recipes
9
9
  require_paths:
10
10
  - lib