<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,12 +8,12 @@ task :default =&gt; :test
 
 spec = Gem::Specification.new do |spec|
   spec.name             = 'has_digest'
-  spec.version          = '0.1.0'
+  spec.version          = '0.1.1'
   spec.summary          = 'ActiveRecord macro that helps encrypt passwords and generate api tokens before_save.'
   spec.files            = FileList['README.rdoc', 'MIT-LICENSE', 'init.rb', 'lib/**/*.rb', 'shoulda_macros/**/*.rb', 'test/**/*.rb'].to_a
   spec.has_rdoc         = true
   spec.rdoc_options     = %W[--main README.rdoc --title #{spec.name}-#{spec.version} --inline-source --line-numbers]
-  spec.extra_rdoc_files = FileList['README.rdoc'].to_a
+  spec.extra_rdoc_files = FileList['README.rdoc', 'shoulda_macros/**/*.rb'].to_a
   spec.author           = 'Matthew Todd'
   spec.email            = 'matthew.todd@gmail.com'
 end</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -2,19 +2,19 @@
 
 Gem::Specification.new do |s|
   s.name = %q{has_digest}
-  s.version = &quot;0.1.0&quot;
+  s.version = &quot;0.1.1&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-11-11}
   s.email = %q{matthew.todd@gmail.com}
-  s.extra_rdoc_files = [&quot;README.rdoc&quot;]
+  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.0&quot;, &quot;--inline-source&quot;, &quot;--line-numbers&quot;]
+  s.rdoc_options = [&quot;--main&quot;, &quot;README.rdoc&quot;, &quot;--title&quot;, &quot;has_digest-0.1.1&quot;, &quot;--inline-source&quot;, &quot;--line-numbers&quot;]
   s.require_paths = [&quot;lib&quot;]
   s.rubygems_version = %q{1.3.0}
-  s.summary = %q{Rails plugin that helps encrypt passwords and generate api tokens before save.}
+  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</diff>
      <filename>has_digest.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3df9dbab1b99aa388a57a82693b34768f139ff11</id>
    </parent>
  </parents>
  <author>
    <name>Matthew Todd</name>
    <email>matthew.todd@gmail.com</email>
  </author>
  <url>http://github.com/matthewtodd/has_digest/commit/c9793a8134933b4ecd328ebf0228e39db6d2ee1a</url>
  <id>c9793a8134933b4ecd328ebf0228e39db6d2ee1a</id>
  <committed-date>2008-11-10T23:33:13-08:00</committed-date>
  <authored-date>2008-11-10T23:33:13-08:00</authored-date>
  <message>Include shoulda_macros in documentation.</message>
  <tree>d75b49dd0153da6afe6e258ee587b8d744652083</tree>
  <committer>
    <name>Matthew Todd</name>
    <email>matthew.todd@gmail.com</email>
  </committer>
</commit>
