<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -34,11 +34,11 @@ application.standard_exception_handling do
   desc &quot;Generate a configuration file to customize your war assembly&quot;
   task :config do
     if File.exists?(Warbler::Config::FILE) &amp;&amp; ENV[&quot;FORCE&quot;].nil?
-      warn &quot;There's another bird sitting on my favorite branch&quot;
-      warn &quot;(file '#{Warbler::Config::FILE}' already exists. Pass argument FORCE=1 to override)&quot;
+      puts &quot;There's another bird sitting on my favorite branch&quot;
+      puts &quot;(file '#{Warbler::Config::FILE}' already exists. Pass argument FORCE=1 to override)&quot;
     elsif !File.directory?(&quot;config&quot;)
-      warn &quot;I'm confused; my favorite branch is missing&quot;
-      warn &quot;(directory 'config' is missing)&quot;
+      puts &quot;I'm confused; my favorite branch is missing&quot;
+      puts &quot;(directory 'config' is missing)&quot;
     else
       cp &quot;#{Warbler::WARBLER_HOME}/generators/warble/templates/warble.rb&quot;, Warbler::Config::FILE
     end
@@ -47,11 +47,11 @@ application.standard_exception_handling do
   desc &quot;Unpack warbler as a plugin in your Rails application&quot;
   task :pluginize do
     if !Dir[&quot;vendor/plugins/warbler*&quot;].empty?
-      warn &quot;I found an old nest in vendor/plugins; please trash it so I can make a new one&quot;
-      warn &quot;(directory vendor/plugins/warbler* exists)&quot;
+      puts &quot;I found an old nest in vendor/plugins; please trash it so I can make a new one&quot;
+      puts &quot;(directory vendor/plugins/warbler* exists)&quot;
     elsif !File.directory?(&quot;vendor/plugins&quot;)
-      warn &quot;I can't find a place to build my nest&quot;
-      warn &quot;(directory 'vendor/plugins' is missing)&quot;
+      puts &quot;I can't find a place to build my nest&quot;
+      puts &quot;(directory 'vendor/plugins' is missing)&quot;
     else
       Dir.chdir(&quot;vendor/plugins&quot;) do
         ruby &quot;-S&quot;, &quot;gem&quot;, &quot;unpack&quot;, &quot;warbler&quot;</diff>
      <filename>bin/warble</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>704fea4b5a9f00df1d3d8b88a40e5ab2606083fc</id>
    </parent>
  </parents>
  <author>
    <name>Nick Sieger</name>
    <email>nick@nicksieger.com</email>
  </author>
  <url>http://github.com/nicksieger/warbler/commit/3e40275e47335d96a64f38a7e03b1963f9a4f80d</url>
  <id>3e40275e47335d96a64f38a7e03b1963f9a4f80d</id>
  <committed-date>2008-08-26T20:59:52-07:00</committed-date>
  <authored-date>2008-08-26T20:59:52-07:00</authored-date>
  <message>Send errors to stdout w/ puts</message>
  <tree>50a2f4bdb694edcc8af021be745bbec83d4c224e</tree>
  <committer>
    <name>Nick Sieger</name>
    <email>nick@nicksieger.com</email>
  </committer>
</commit>
