<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>prawn.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -45,7 +45,7 @@ task :examples do
 end
 
 spec = Gem::Specification.new do |spec|
-  spec.name = &quot;prawn&quot;
+  spec.name = &quot;prawn-core&quot;
   spec.version = PRAWN_VERSION
   spec.platform = Gem::Platform::RUBY
   spec.summary = &quot;A fast and nimble PDF generator for Ruby&quot;
@@ -53,8 +53,6 @@ spec = Gem::Specification.new do |spec|
                       [&quot;Rakefile&quot;]
   spec.require_path = &quot;lib&quot;
 
-  spec.add_dependency('prawn-layout')
-  
   spec.test_files = Dir[ &quot;test/*_test.rb&quot; ]
   spec.has_rdoc = true
   spec.extra_rdoc_files = %w{README LICENSE COPYING}
@@ -73,7 +71,3 @@ Rake::GemPackageTask.new(spec) do |pkg|
   pkg.need_zip = true
   pkg.need_tar = true
 end
-
-
-
-</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7a1c9f708abe1318592293642298ae0f5a18073b</id>
    </parent>
  </parents>
  <author>
    <name>Gregory Brown</name>
    <email>gregory.t.brown@gmail.com</email>
  </author>
  <url>http://github.com/yob/prawn/commit/dbb3e3525f1753f3501572dc1ea0dcab804addbc</url>
  <id>dbb3e3525f1753f3501572dc1ea0dcab804addbc</id>
  <committed-date>2009-01-30T07:31:23-08:00</committed-date>
  <authored-date>2009-01-30T07:31:23-08:00</authored-date>
  <message>rake gem will now generate prawn-core.  The prawn.gemspec is just for generating a dummy 'prawn' gem which depends on prawn-core, prawn-layout, and prawn-format.  The transformation is complete</message>
  <tree>e22042768e6d6dca707da189fc18c85b90761489</tree>
  <committer>
    <name>Gregory Brown</name>
    <email>gregory.t.brown@gmail.com</email>
  </committer>
</commit>
