<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,7 +5,6 @@ require &quot;rake/rdoctask&quot;
 require &quot;rake/gempackagetask&quot;
 
 PRAWN_VERSION = &quot;0.2.99&quot;
-PRAWN_VERSION = &quot;0.2.99.2&quot;
 
 task :default =&gt; [:test]
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,24 @@
-Gem::Specification.new do |s|
-  s.name = %q{prawn}
-  s.version = &quot;0.2.99.3&quot;
-  s.platform = &quot;ruby&quot;
-  s.summary = %q{PDF writing library for Ruby}
-  s.require_paths = [&quot;lib&quot;]
-  s.files = FileList[&quot;README&quot;, &quot;Rakefile&quot;, &quot;prawn.gemspec&quot;, 'data/fonts/*.{afm,ttf}', '{lib,spec}/**/*.{rb}'].to_a
-  s.date = %q{2008-10-01}
-  s.homepage = %q{http://github.com/satoko/prawn/}
+PRAWN_VERSION = &quot;0.2.99.3&quot;
+
+Gem::Specification.new do |spec|
+  spec.name = &quot;prawn&quot;
+  spec.version = PRAWN_VERSION
+  spec.platform = Gem::Platform::RUBY
+  spec.summary = &quot;A fast and nimble PDF generator for Ruby&quot;
+  spec.files =  Dir.glob(&quot;{examples,lib,spec,vendor,data}/**/**/*&quot;) +
+                      [&quot;Rakefile&quot;]
+  spec.require_path = &quot;lib&quot;
+
+  spec.test_files = Dir[ &quot;test/*_test.rb&quot; ]
+  spec.has_rdoc = true
+  spec.extra_rdoc_files = %w{README LICENSE COPYING}
+  spec.rdoc_options &lt;&lt; '--title' &lt;&lt; 'Prawn Documentation' &lt;&lt;
+                       '--main'  &lt;&lt; 'README' &lt;&lt; '-q'
+  spec.author = &quot;Gregory Brown&quot;
+  spec.email = &quot;  gregory.t.brown@gmail.com&quot;
+  spec.rubyforge_project = &quot;prawn&quot;
+  spec.homepage = &quot;http://prawn.majesticseacreature.com&quot;
+  spec.description = &lt;&lt;END_DESC
+  Prawn is a fast, tiny, and nimble PDF generator for Ruby
+END_DESC
 end</diff>
      <filename>prawn.gemspec</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>vendor/pdf-inspector</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>16a833d2b7232b581c8f9b188ee157fcc2df15de</id>
    </parent>
  </parents>
  <author>
    <name>Satoko Hibi</name>
    <email>satoko@s21g.com</email>
  </author>
  <url>http://github.com/sandal/prawn/commit/a5138744adbcac7457e068ac5d5afd3d6f352efa</url>
  <id>a5138744adbcac7457e068ac5d5afd3d6f352efa</id>
  <committed-date>2008-10-01T14:25:56-07:00</committed-date>
  <authored-date>2008-10-01T14:25:56-07:00</authored-date>
  <message>update gemspec</message>
  <tree>a53141bb6923721ce27f8d5dd69bf9d1056fdb3d</tree>
  <committer>
    <name>Satoko Hibi</name>
    <email>satoko@s21g.com</email>
  </committer>
</commit>
