<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -151,7 +151,7 @@ EOS
         
       rescue Exception =&gt; e
         logger.error &quot;There has been a problem trying to unpack the #{plugin} tarball downloaded from github. Remove the changes made on your app by togify and try again. Sorry for the inconveniences.&quot;
-        exit -1
+        exit(-1)
       end
     end
     </diff>
      <filename>app_generators/togify/togify_generator.rb</filename>
    </modified>
    <modified>
      <diff>@@ -27,7 +27,7 @@ class TestTogifyGenerator &lt; Test::Unit::TestCase
       assert_generated_file &quot;config/routes.rb&quot; do |body|
         assert_has_plugin_routes body, plugin
       end
-      assert_remote_origin_of_plugin (plugin, &quot;git://github.com/tog/(.*).git&quot;)
+      assert_remote_origin_of_plugin(plugin, &quot;git://github.com/tog/(.*).git&quot;)
     }
     generated_migration = Dir.glob(&quot;#{APP_ROOT}/db/migrate/*_integrate_tog.rb&quot;)[0]
     assert generated_migration, &quot;should be a IntegrateTog migration in the togified app&quot;
@@ -40,7 +40,7 @@ class TestTogifyGenerator &lt; Test::Unit::TestCase
   def test_generator_with_dev_repositories
     run_generator('togify', [APP_ROOT], sources, {:development =&gt; true})
     @plugins.each{|plugin|
-      assert_remote_origin_of_plugin (plugin, &quot;git@github.com:tog/(.*).git&quot;)
+      assert_remote_origin_of_plugin(plugin, &quot;git@github.com:tog/(.*).git&quot;)
     }
   end
   </diff>
      <filename>test/test_togify_generator.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bea25dcd75654aae6ca277c33c43c7f4ee904d26</id>
    </parent>
  </parents>
  <author>
    <name>Roberto Salicio</name>
    <email>roberto.salicio@gmail.com</email>
  </author>
  <url>http://github.com/tog/tog/commit/5ec715479fd61924ba3371417c5bbb8874113971</url>
  <id>5ec715479fd61924ba3371417c5bbb8874113971</id>
  <committed-date>2009-01-20T03:11:57-08:00</committed-date>
  <authored-date>2009-01-20T03:11:57-08:00</authored-date>
  <message>remove method warnings</message>
  <tree>83ccb5f214f7326a80bdc4b007893096c82d1097</tree>
  <committer>
    <name>Roberto Salicio</name>
    <email>roberto.salicio@gmail.com</email>
  </committer>
</commit>
