Changeset 884
- Timestamp:
- 11/13/07 23:44:10 (10 months ago)
- Files:
-
- trunk/projects/mongrel_cluster/CHANGELOG (modified) (1 diff)
- trunk/projects/mongrel_cluster/lib/mongrel_cluster/recipes.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/projects/mongrel_cluster/CHANGELOG
r872 r884 1 1 2 v1.0.5. Close #15406 (find_pid returning non-false) (Eden Li) .2 v1.0.5. Close #15406 (find_pid returning non-false) (Eden Li); close #15616 (wrong Cap 2 detection) (Ryan McGeary). 3 3 4 4 v1.0.4. Actually ship the Cap 2 tasks; use an autorequire based on whether namespace() is available (Kevin Runde). trunk/projects/mongrel_cluster/lib/mongrel_cluster/recipes.rb
r859 r884 1 1 2 if respond_to?(:namespace)2 if Capistrano::Configuration.respond_to?(:instance) 3 3 require 'mongrel_cluster/recipes_2' # Cap 2 4 4 else
