<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,7 @@ require 'rake/testtask'
 require &quot;rake/rdoctask&quot;
 require &quot;rake/gempackagetask&quot;  
 
-PRAWN_VERSION = &quot;0.2.99&quot; 
+PRAWN_VERSION = &quot;0.3.99&quot; 
 
 task :default =&gt; [:test]
        
@@ -26,7 +26,8 @@ desc &quot;genrates documentation&quot;
 Rake::RDocTask.new do |rdoc|
   rdoc.rdoc_files.include( &quot;README&quot;,
                            &quot;COPYING&quot;,
-                           &quot;LICENSE&quot;, &quot;lib/&quot; )
+                           &quot;LICENSE&quot;, 
+                           &quot;HACKING&quot;, &quot;lib/&quot; )
   rdoc.main     = &quot;README&quot;
   rdoc.rdoc_dir = &quot;doc/html&quot;
   rdoc.title    = &quot;Prawn Documentation&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -41,7 +41,7 @@ module Prawn
       #
       # === Text Positioning Details:
       #
-      # When using the +:at+ parameter, Prawn will position your text by its
+      # When using the :at parameter, Prawn will position your text by its
       # baseline, and flow along a single line.
       #
       # When using automatic text flow, Prawn currently does a bunch of nasty
@@ -60,7 +60,7 @@ module Prawn
       # differently.
       #
       # The moral of the story is that if you want reliable font positioning
-      # for your advanced needs, use +:at+, otherwise, just let Prawn do its
+      # for your advanced needs, use :at, otherwise, just let Prawn do its
       # positioning magic for you, or investigate and help us get rid of this 
       # ugly issue.
       #</diff>
      <filename>lib/prawn/document/text.rb</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@ require 'prawn/literal_string'
 require 'prawn/reference'
 
 module Prawn
-  module NameTree
+  module NameTree #:nodoc:
     class Node #:nodoc:
       attr_reader :children
       attr_reader :limit
@@ -139,7 +139,7 @@ module Prawn
         end
     end
 
-    class Value
+    class Value #:nodoc:
       include Comparable
 
       attr_reader :name</diff>
      <filename>lib/prawn/name_tree.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b95f208db60d90c7951ab99b915b5fd48d62d5cf</id>
    </parent>
    <parent>
      <id>e5e1e09cf683d107e1b8a7cf9131a80b6bf38b33</id>
    </parent>
  </parents>
  <author>
    <name>Gregory Brown</name>
    <email>gregory.t.brown@gmail.com</email>
  </author>
  <url>http://github.com/sandal/prawn/commit/669e624f4dd04177d7a0febf5dbf7dd4f2f2c211</url>
  <id>669e624f4dd04177d7a0febf5dbf7dd4f2f2c211</id>
  <committed-date>2008-12-16T00:32:48-08:00</committed-date>
  <authored-date>2008-12-16T00:32:48-08:00</authored-date>
  <message>fix conflict w. version</message>
  <tree>204c71d177872d67c2430153d6626dada4997a45</tree>
  <committer>
    <name>Gregory Brown</name>
    <email>gregory.t.brown@gmail.com</email>
  </committer>
</commit>
