<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>has_phone_numbers.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -53,7 +53,14 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
   rdoc.options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source'
   rdoc.rdoc_files.include('README.rdoc', 'CHANGELOG.rdoc', 'LICENSE', 'lib/**/*.rb', 'app/**/*.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>4a02eadd91a8438f8a8b551064573e7ceb4d5e17</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Pfeifer</name>
    <email>aaron.pfeifer@gmail.com</email>
  </author>
  <url>http://github.com/pluginaweek/has_phone_numbers/commit/57bcf94d67fb2e7d1481f4641cf0161b806229c1</url>
  <id>57bcf94d67fb2e7d1481f4641cf0161b806229c1</id>
  <committed-date>2009-06-09T20:32:46-07:00</committed-date>
  <authored-date>2009-06-09T20:32:46-07:00</authored-date>
  <message>Add gemspec</message>
  <tree>b80762fd8e17ee49694cc715c9f73ce9d4856413</tree>
  <committer>
    <name>Aaron Pfeifer</name>
    <email>aaron.pfeifer@gmail.com</email>
  </committer>
</commit>
