<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,6 +14,6 @@ else
   require 'shoe'
 end
 
-Shoe.tie('has_digest', '0.1.2', 'ActiveRecord macro that helps encrypt passwords and generate api tokens before_save.') do |spec|
+Shoe.tie('has_digest', '0.1.3', 'ActiveRecord macro that helps encrypt passwords and generate api tokens before_save.') do |spec|
   spec.add_development_dependency 'thoughtbot-shoulda'
 end</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -2,27 +2,32 @@
 
 Gem::Specification.new do |s|
   s.name = %q{has_digest}
-  s.version = &quot;0.1.2&quot;
+  s.version = &quot;0.1.3&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Matthew Todd&quot;]
-  s.date = %q{2008-12-02}
+  s.date = %q{2009-09-02}
   s.email = %q{matthew.todd@gmail.com}
   s.extra_rdoc_files = [&quot;README.rdoc&quot;, &quot;shoulda_macros/has_digest.rb&quot;]
-  s.files = [&quot;README.rdoc&quot;, &quot;MIT-LICENSE&quot;, &quot;init.rb&quot;, &quot;lib/has_digest.rb&quot;, &quot;shoulda_macros/has_digest.rb&quot;, &quot;test/has_digest_test.rb&quot;, &quot;test/test_helper.rb&quot;]
-  s.has_rdoc = true
-  s.rdoc_options = [&quot;--main&quot;, &quot;README.rdoc&quot;, &quot;--title&quot;, &quot;has_digest-0.1.2&quot;, &quot;--inline-source&quot;, &quot;--line-numbers&quot;]
+  s.files = [&quot;Rakefile&quot;, &quot;has_digest.gemspec&quot;, &quot;README.rdoc&quot;, &quot;lib/has_digest.rb&quot;, &quot;shoulda_macros/has_digest.rb&quot;, &quot;test/has_digest_test.rb&quot;, &quot;test/shoulda_macro_test.rb&quot;, &quot;test/test_helper.rb&quot;]
+  s.rdoc_options = [&quot;--main&quot;, &quot;README.rdoc&quot;, &quot;--title&quot;, &quot;has_digest-0.1.3&quot;, &quot;--inline-source&quot;]
   s.require_paths = [&quot;lib&quot;]
-  s.rubygems_version = %q{1.3.1}
+  s.rubygems_version = %q{1.3.5}
   s.summary = %q{ActiveRecord macro that helps encrypt passwords and generate api tokens before_save.}
 
   if s.respond_to? :specification_version then
     current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
-    s.specification_version = 2
+    s.specification_version = 3
 
     if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
+      s.add_development_dependency(%q&lt;matthewtodd-shoe&gt;, [&quot;&gt;= 0&quot;])
+      s.add_development_dependency(%q&lt;thoughtbot-shoulda&gt;, [&quot;&gt;= 0&quot;])
     else
+      s.add_dependency(%q&lt;matthewtodd-shoe&gt;, [&quot;&gt;= 0&quot;])
+      s.add_dependency(%q&lt;thoughtbot-shoulda&gt;, [&quot;&gt;= 0&quot;])
     end
   else
+    s.add_dependency(%q&lt;matthewtodd-shoe&gt;, [&quot;&gt;= 0&quot;])
+    s.add_dependency(%q&lt;thoughtbot-shoulda&gt;, [&quot;&gt;= 0&quot;])
   end
 end</diff>
      <filename>has_digest.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>cc659bb36fd365488e2937732c4c03e30bf43e36</id>
    </parent>
  </parents>
  <author>
    <name>Matthew Todd</name>
    <email>matthew.todd@gmail.com</email>
  </author>
  <url>http://github.com/matthewtodd/has_digest/commit/9a5294b9a1cf6babb5de9efea3aae02d0febd17c</url>
  <id>9a5294b9a1cf6babb5de9efea3aae02d0febd17c</id>
  <committed-date>2009-09-02T01:03:37-07:00</committed-date>
  <authored-date>2009-09-02T01:03:37-07:00</authored-date>
  <message>Release 0.1.3</message>
  <tree>3462adfddb4706ca889fff554afe9cbce10a2d9b</tree>
  <committer>
    <name>Matthew Todd</name>
    <email>matthew.todd@gmail.com</email>
  </committer>
</commit>
