<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -19,10 +19,6 @@ OptionParser.new do |opts|
     options[:ginger] = name
   end
 
-  opts.on(&quot;-n [NAME]&quot;, &quot;--notamock [NAME]&quot;, &quot;Not A Mock gem name&quot;) do |name|
-    options[:notamock] = name
-  end
-
   opts.on(&quot;-s [NAME]&quot;, &quot;--sphinx [NAME]&quot;, &quot;Sphinx daemon name&quot;) do |name|
     options[:sphinx] = name
   end
@@ -45,7 +41,6 @@ class Contribute
       Dependencies::Yard,
       Dependencies::Jeweler,
       Dependencies::Ginger,
-      Dependencies::NotAMock
     ]
   end
 
@@ -375,10 +370,6 @@ module Dependencies
     name(OPTIONS.has_key?(:ginger) ? OPTIONS[:ginger] : 'ginger')
   end
 
-  class NotAMock &lt; ContributeHelper::Gem
-    name(OPTIONS.has_key?(:notamock) ? OPTIONS[:notamock] : 'not_a_mock')
-  end
-
   class Sphinx &lt; ContributeHelper::Dependency
     name 'sphinx'
 </diff>
      <filename>contribute.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3827e62c5d33052e9773b8d2085bc85fc5b63dd2</id>
    </parent>
  </parents>
  <author>
    <name>&#201;douard Bri&#232;re</name>
    <email>edouard.briere@gmail.com</email>
  </author>
  <url>http://github.com/freelancing-god/thinking-sphinx/commit/fd3fef963e26b34afd2d0f18c402801631e3b6ad</url>
  <id>fd3fef963e26b34afd2d0f18c402801631e3b6ad</id>
  <committed-date>2009-10-11T07:28:00-07:00</committed-date>
  <authored-date>2009-10-10T12:34:46-07:00</authored-date>
  <message>Remove dependency on not_a_mock since it is not used anymore</message>
  <tree>f5308b5308732aec1528a05e03356e354c0606e1</tree>
  <committer>
    <name>Pat Allan</name>
    <email>pat@freelancing-gods.com</email>
  </committer>
</commit>
