<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,7 @@
 
 A stub file that'll eventually get bigger
 
-== NOTES ==
+== NOTES 
 
 Install test-spec, pdf-reader, and mocha from RubyGems
 
@@ -15,7 +15,7 @@ If you are running on Ruby 1.9.1, you will need Test::Unit 1.2.3
 
   gem install test-unit -v 1.2.3
   
-== Patch process ==
+== Patch process 
 
   1. File a ticket in Lighthouse describing your feature with 'request'
   2. Fork Prawn on Github, make your changes
@@ -30,7 +30,7 @@ If you are running on Ruby 1.9.1, you will need Test::Unit 1.2.3
   All bug reports should have a reproducible example in bugs/ and preferably,
   some specs.
   
-== Support ==
+== Support
 
   Find us in #prawn on irc.freenode.net
   &lt;sandal&gt; - Gregory Brown</diff>
      <filename>HACKING</filename>
    </modified>
    <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>e3a8fcedd145d099220e883bad43d89dfd70d2e3</id>
    </parent>
  </parents>
  <author>
    <name>Gregory Brown</name>
    <email>gregory.t.brown@gmail.com</email>
  </author>
  <url>http://github.com/sandal/prawn/commit/e5e1e09cf683d107e1b8a7cf9131a80b6bf38b33</url>
  <id>e5e1e09cf683d107e1b8a7cf9131a80b6bf38b33</id>
  <committed-date>2008-12-16T00:31:35-08:00</committed-date>
  <authored-date>2008-12-16T00:31:35-08:00</authored-date>
  <message>Doc formatting cleanup</message>
  <tree>e95e5006901a48a67aee051acafffe3fb8242f20</tree>
  <committer>
    <name>Gregory Brown</name>
    <email>gregory.t.brown@gmail.com</email>
  </committer>
</commit>
