<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,10 +7,10 @@ begin
   Jeweler::Tasks.new do |s|
     s.name = &quot;zebra&quot;
     s.summary = &quot;TODO&quot;
-    s.email = &quot;james@giraffesoft.ca&quot;
-    s.homepage = &quot;http://github.com/giraffesoft/zebra&quot;
+    s.email = &quot;joshngru@gmail.com&quot;
+    s.homepage = &quot;http://github.com/joshng/zebra&quot;
     s.description = &quot;TODO&quot;
-    s.authors = [&quot;James Golick&quot;]
+    s.authors = [&quot;James Golick&quot;, &quot;Josh Gruenberg&quot;]
 
     s.add_dependency &quot;jeremymcanally-matchy&quot;, &quot;&gt;=0.0.1&quot;
     s.add_dependency &quot;ParseTree&quot;, &quot;&gt;=3.0.2&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ require File.dirname(__FILE__) + '/zebra/shoulda'
 module Zebra
   class &lt;&lt; self
     def shoulda?
-      defined?(Thoughtbot)
+      defined?(Shoulda)
     end
   end
 
@@ -18,13 +18,13 @@ module Zebra
 
   protected
     def expect_shoulda(&amp;block)
-      Thoughtbot::Shoulda::Context.send(:include, Zebra::Shoulda) unless Thoughtbot::Shoulda::Context.include?(Zebra::Shoulda)
+      Shoulda::Context.send(:include, Zebra::ShouldaSupport) unless Shoulda::Context.include?(Zebra::ShouldaSupport)
 
-      if Thoughtbot::Shoulda.current_context
-        Thoughtbot::Shoulda.current_context.expect(&amp;block)
+      if Shoulda.current_context
+        Shoulda.current_context.expect(&amp;block)
       else
         context_name = self.name.gsub(/Test/, &quot;&quot;)
-        context      = Thoughtbot::Shoulda::Context.new(context_name, self) do
+        context      = Shoulda::Context.new(context_name, self) do
           expect(&amp;block)
         end
         context.build</diff>
      <filename>lib/zebra.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 module Zebra
-  module Shoulda
+  module ShouldaSupport
     def self.included(klass)
       klass.class_eval do
         attr_accessor :expects</diff>
      <filename>lib/zebra/shoulda.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fabae12e89fa70a9eabc4b0afd32f520f2cc6078</id>
    </parent>
  </parents>
  <author>
    <name>josh gruenberg</name>
    <email>joshgr@gmail.com</email>
  </author>
  <url>http://github.com/jamesgolick/zebra/commit/45876d88dcb4b129e954fb8c20c2ccf8c571278a</url>
  <id>45876d88dcb4b129e954fb8c20c2ccf8c571278a</id>
  <committed-date>2009-03-21T17:00:01-07:00</committed-date>
  <authored-date>2009-02-10T11:52:54-08:00</authored-date>
  <message>updated to work with shoulda 2.9.1</message>
  <tree>aa3f7854a98620a4b533b936482911b01853dc05</tree>
  <committer>
    <name>James Golick</name>
    <email>james@giraffesoft.ca</email>
  </committer>
</commit>
