<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -54,8 +54,11 @@ exclude_file_globs = [&quot;test/s3.yml&quot;,
                       &quot;test/debug.log&quot;,
                       &quot;test/paperclip.db&quot;,
                       &quot;test/doc&quot;,
+                      &quot;test/doc/*&quot;,
                       &quot;test/pkg&quot;,
-                      &quot;test/tmp&quot;]
+                      &quot;test/pkg/*&quot;,
+                      &quot;test/tmp&quot;,
+                      &quot;test/tmp/*&quot;]
 spec = Gem::Specification.new do |s| 
   s.name              = &quot;paperclip&quot;
   s.version           = Paperclip::VERSION</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
   s.date = %q{2009-05-15}
   s.email = %q{jyurek@thoughtbot.com}
   s.extra_rdoc_files = [&quot;README.rdoc&quot;]
-  s.files = [&quot;README.rdoc&quot;, &quot;LICENSE&quot;, &quot;Rakefile&quot;, &quot;init.rb&quot;, &quot;generators/paperclip&quot;, &quot;generators/paperclip/paperclip_generator.rb&quot;, &quot;generators/paperclip/templates&quot;, &quot;generators/paperclip/templates/paperclip_migration.rb.erb&quot;, &quot;generators/paperclip/USAGE&quot;, &quot;lib/paperclip&quot;, &quot;lib/paperclip/attachment.rb&quot;, &quot;lib/paperclip/callback_compatability.rb&quot;, &quot;lib/paperclip/geometry.rb&quot;, &quot;lib/paperclip/interpolations.rb&quot;, &quot;lib/paperclip/iostream.rb&quot;, &quot;lib/paperclip/matchers&quot;, &quot;lib/paperclip/matchers/have_attached_file_matcher.rb&quot;, &quot;lib/paperclip/matchers/validate_attachment_content_type_matcher.rb&quot;, &quot;lib/paperclip/matchers/validate_attachment_presence_matcher.rb&quot;, &quot;lib/paperclip/matchers/validate_attachment_size_matcher.rb&quot;, &quot;lib/paperclip/matchers.rb&quot;, &quot;lib/paperclip/processor.rb&quot;, &quot;lib/paperclip/storage.rb&quot;, &quot;lib/paperclip/thumbnail.rb&quot;, &quot;lib/paperclip/upfile.rb&quot;, &quot;lib/paperclip.rb&quot;, &quot;tasks/paperclip_tasks.rake&quot;, &quot;test/attachment_test.rb&quot;, &quot;test/database.yml&quot;, &quot;test/fixtures&quot;, &quot;test/fixtures/12k.png&quot;, &quot;test/fixtures/50x50.png&quot;, &quot;test/fixtures/5k.png&quot;, &quot;test/fixtures/bad.png&quot;, &quot;test/fixtures/s3.yml&quot;, &quot;test/fixtures/text.txt&quot;, &quot;test/fixtures/twopage.pdf&quot;, &quot;test/geometry_test.rb&quot;, &quot;test/helper.rb&quot;, &quot;test/integration_test.rb&quot;, &quot;test/interpolations_test.rb&quot;, &quot;test/iostream_test.rb&quot;, &quot;test/matchers&quot;, &quot;test/matchers/have_attached_file_matcher_test.rb&quot;, &quot;test/matchers/validate_attachment_content_type_matcher_test.rb&quot;, &quot;test/matchers/validate_attachment_presence_matcher_test.rb&quot;, &quot;test/matchers/validate_attachment_size_matcher_test.rb&quot;, &quot;test/paperclip_test.rb&quot;, &quot;test/processor_test.rb&quot;, &quot;test/storage_test.rb&quot;, &quot;test/thumbnail_test.rb&quot;, &quot;test/tmp/storage.txt&quot;, &quot;shoulda_macros/paperclip.rb&quot;]
+  s.files = [&quot;README.rdoc&quot;, &quot;LICENSE&quot;, &quot;Rakefile&quot;, &quot;init.rb&quot;, &quot;generators/paperclip&quot;, &quot;generators/paperclip/paperclip_generator.rb&quot;, &quot;generators/paperclip/templates&quot;, &quot;generators/paperclip/templates/paperclip_migration.rb.erb&quot;, &quot;generators/paperclip/USAGE&quot;, &quot;lib/paperclip&quot;, &quot;lib/paperclip/attachment.rb&quot;, &quot;lib/paperclip/callback_compatability.rb&quot;, &quot;lib/paperclip/geometry.rb&quot;, &quot;lib/paperclip/interpolations.rb&quot;, &quot;lib/paperclip/iostream.rb&quot;, &quot;lib/paperclip/matchers&quot;, &quot;lib/paperclip/matchers/have_attached_file_matcher.rb&quot;, &quot;lib/paperclip/matchers/validate_attachment_content_type_matcher.rb&quot;, &quot;lib/paperclip/matchers/validate_attachment_presence_matcher.rb&quot;, &quot;lib/paperclip/matchers/validate_attachment_size_matcher.rb&quot;, &quot;lib/paperclip/matchers.rb&quot;, &quot;lib/paperclip/processor.rb&quot;, &quot;lib/paperclip/storage.rb&quot;, &quot;lib/paperclip/thumbnail.rb&quot;, &quot;lib/paperclip/upfile.rb&quot;, &quot;lib/paperclip.rb&quot;, &quot;tasks/paperclip_tasks.rake&quot;, &quot;test/attachment_test.rb&quot;, &quot;test/database.yml&quot;, &quot;test/fixtures&quot;, &quot;test/fixtures/12k.png&quot;, &quot;test/fixtures/50x50.png&quot;, &quot;test/fixtures/5k.png&quot;, &quot;test/fixtures/bad.png&quot;, &quot;test/fixtures/s3.yml&quot;, &quot;test/fixtures/text.txt&quot;, &quot;test/fixtures/twopage.pdf&quot;, &quot;test/geometry_test.rb&quot;, &quot;test/helper.rb&quot;, &quot;test/integration_test.rb&quot;, &quot;test/interpolations_test.rb&quot;, &quot;test/iostream_test.rb&quot;, &quot;test/matchers&quot;, &quot;test/matchers/have_attached_file_matcher_test.rb&quot;, &quot;test/matchers/validate_attachment_content_type_matcher_test.rb&quot;, &quot;test/matchers/validate_attachment_presence_matcher_test.rb&quot;, &quot;test/matchers/validate_attachment_size_matcher_test.rb&quot;, &quot;test/paperclip_test.rb&quot;, &quot;test/processor_test.rb&quot;, &quot;test/storage_test.rb&quot;, &quot;test/thumbnail_test.rb&quot;, &quot;shoulda_macros/paperclip.rb&quot;]
   s.has_rdoc = true
   s.homepage = %q{http://www.thoughtbot.com/projects/paperclip}
   s.rdoc_options = [&quot;--line-numbers&quot;, &quot;--inline-source&quot;]</diff>
      <filename>paperclip.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6d792fdf0e17e2bdcf9d51429587f2f0014687cf</id>
    </parent>
  </parents>
  <author>
    <name>Jon Yurek</name>
    <email>jyurek@thoughtbot.com</email>
  </author>
  <url>http://github.com/thoughtbot/paperclip/commit/1b87ec0d9876f3e8c6a98a9d654dcf95dfc61ae3</url>
  <id>1b87ec0d9876f3e8c6a98a9d654dcf95dfc61ae3</id>
  <committed-date>2009-05-15T08:17:23-07:00</committed-date>
  <authored-date>2009-05-15T08:17:23-07:00</authored-date>
  <message>Tweaked the Rakefile more</message>
  <tree>0d6bf4eb0631f732cadb9c347c905701cca1f837</tree>
  <committer>
    <name>Jon Yurek</name>
    <email>jyurek@thoughtbot.com</email>
  </committer>
</commit>
