<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,7 +14,7 @@ module HoptoadTasks
       return false
     end
 
-    params = {:api_key =&gt; HoptoadNotifier.api_key}
+    params = {'api_key' =&gt; HoptoadNotifier.api_key}
     opts.each {|k,v| params[&quot;deploy[#{k}]&quot;] = v }
 
     url = URI.parse(&quot;http://#{HoptoadNotifier.host}/deploys.txt&quot;)</diff>
      <filename>lib/hoptoad_tasks.rb</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@ class ConfigurationTest &lt; Test::Unit::TestCase
           rescue_action_in_public e
         end
       end
-      assert @controller.methods.include?(&quot;notify_hoptoad&quot;)
+      assert @controller.respond_to?(:notify_hoptoad)
     end
 
     should &quot;be done with a block&quot; do</diff>
      <filename>test/configuration_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -20,7 +20,7 @@ end
 
 def should_notify_normally
   should &quot;have inserted its methods into the controller&quot; do
-    assert @controller.methods.include?(&quot;notify_hoptoad&quot;)
+    assert @controller.respond_to?(:notify_hoptoad)
   end
 
   should &quot;prevent raises and send the error to hoptoad&quot; do</diff>
      <filename>test/controller_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,6 @@
 require 'test/unit'
 require 'rubygems'
 require 'mocha'
-gem 'thoughtbot-shoulda', &quot;&gt;= 2.0.0&quot;
 require 'shoulda'
 
 $LOAD_PATH &lt;&lt; File.join(File.dirname(__FILE__), *%w[.. vendor ginger lib])</diff>
      <filename>test/helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -50,7 +50,7 @@ class HoptoadTasksTest &lt; Test::Unit::TestCase
 
           before_should &quot;use the project api key&quot; do
             Net::HTTP.expects(:post_form).
-              with(kind_of(URI), has_entries(:api_key =&gt; &quot;1234123412341234&quot;)).
+              with(kind_of(URI), has_entries('api_key' =&gt; &quot;1234123412341234&quot;)).
               returns(successful_response)
           end
 </diff>
      <filename>test/hoptoad_tasks_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b04d54d86981338b945b7c6d51157cdccfabc1c4</id>
    </parent>
    <parent>
      <id>eee95a901285bc966854d26ce6b5b522fd80bc86</id>
    </parent>
  </parents>
  <author>
    <name>Nick Quaranto</name>
    <email>nick@quaran.to</email>
  </author>
  <url>http://github.com/thoughtbot/hoptoad_notifier/commit/b4bb5d79f5b24ab441ab68568e03bc88c503f96c</url>
  <id>b4bb5d79f5b24ab441ab68568e03bc88c503f96c</id>
  <committed-date>2009-06-30T12:30:52-07:00</committed-date>
  <authored-date>2009-06-30T12:30:52-07:00</authored-date>
  <message>Merge branch 'ruby19'</message>
  <tree>e9521593b885eaa30d0d526bb77a4f350bf50d86</tree>
  <committer>
    <name>Nick Quaranto</name>
    <email>nick@quaran.to</email>
  </committer>
</commit>
