bin/mad_chatter in mad_chatter-0.3.1 vs bin/mad_chatter in mad_chatter-0.3.2

- old
+ new

@@ -9,10 +9,10 @@ def self.source_root File.expand_path('../../', __FILE__) end - desc "new [name]", "Generates a new Mad Chatter chatroom application" + desc "new [name]", "Generates a new Mad Chatter application" def new(name) copy_file "templates/config.yml", "#{name}/config.yml" copy_file "templates/extensions.rb", "#{name}/extensions.rb" directory "templates/web", "#{name}/web" end \ No newline at end of file