<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>encrypted_attributes.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -54,7 +54,14 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
   rdoc.options &lt;&lt; '--line-numbers'
   rdoc.rdoc_files.include('README.rdoc', 'CHANGELOG.rdoc', 'LICENSE', 'lib/**/*.rb')
 end
-  
+
+desc 'Generate a gemspec file.'
+task :gemspec do
+  File.open(&quot;#{spec.name}.gemspec&quot;, 'w') do |f|
+    f.write spec.to_ruby
+  end
+end
+
 Rake::GemPackageTask.new(spec) do |p|
   p.gem_spec = spec
   p.need_tar = true</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f88e9f90b473e0191b2d0fe7fb26710b924161b1</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Pfeifer</name>
    <email>aaron.pfeifer@gmail.com</email>
  </author>
  <url>http://github.com/pluginaweek/encrypted_attributes/commit/929ae96129658de178fb0a6de4e691ebb9479a6d</url>
  <id>929ae96129658de178fb0a6de4e691ebb9479a6d</id>
  <committed-date>2009-06-08T19:31:58-07:00</committed-date>
  <authored-date>2009-06-08T19:31:58-07:00</authored-date>
  <message>Add gemspec</message>
  <tree>e1d9150c6c411d73f1d6fa56b95fdecc3737fcc1</tree>
  <committer>
    <name>Aaron Pfeifer</name>
    <email>aaron.pfeifer@gmail.com</email>
  </committer>
</commit>
