Changeset 884

Show
Ignore:
Timestamp:
11/13/07 23:44:10 (10 months ago)
Author:
evanweaver
Message:

close #15616

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/projects/mongrel_cluster/CHANGELOG

    r872 r884  
    11 
    2 v1.0.5. Close #15406 (find_pid returning non-false) (Eden Li)
     2v1.0.5. Close #15406 (find_pid returning non-false) (Eden Li); close #15616 (wrong Cap 2 detection) (Ryan McGeary)
    33 
    44v1.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  
    11 
    2 if respond_to?(:namespace) 
     2if Capistrano::Configuration.respond_to?(:instance) 
    33  require 'mongrel_cluster/recipes_2' # Cap 2 
    44else