lib/deployml/options/mongrel.rb in deployml-0.3.0 vs lib/deployml/options/mongrel.rb in deployml-0.4.0

- old
+ new

@@ -1,10 +1,14 @@ require 'rprogram/task' module DeploYML module Options + # + # Maps in command-line options for the `mongrel_rails` utility. + # class Mongrel < RProgram::Task + # Default options for Mongrel DEFAULTS = { :environment => :production, :address => '127.0.0.1', :num_servers => 2 }