<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>README.markdown</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -5,15 +5,15 @@ require 'rake/gempackagetask'
 task :default =&gt; :test
 
 DLEXT = Config::CONFIG['DLEXT']
-VERS = '0.2.0'
+VERS = '1.0'
 
 spec =
   Gem::Specification.new do |s|
     s.name              = &quot;rpeg-markdown&quot;
     s.version           = VERS
-    s.summary           = &quot;Fast and correct Markdown implementation&quot;
+    s.summary           = &quot;Fast Markdown implementation&quot;
     s.files             = FileList[
-                            'README','LICENSE','Rakefile',
+                            'README.markdown','LICENSE','Rakefile',
                             '{lib,ext,test}/**.rb','ext/*.{c,h}',
                             'test/MarkdownTest*/**/*',
                             'bin/rpeg-markdown'
@@ -22,7 +22,7 @@ spec =
     s.executables       &lt;&lt; 'rpeg-markdown'
     s.require_path      = 'lib'
     s.has_rdoc          = true
-    s.extra_rdoc_files  = ['README', 'LICENSE']
+    s.extra_rdoc_files  = ['LICENSE']
     s.test_files        = FileList['test/markdown_test.rb']
     s.extensions        = ['ext/extconf.rb']
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -52,6 +52,8 @@ class PEGMarkdown
     extensions.each { |e| send(&quot;#{e}=&quot;, true) }
   end
 
+  alias to_s text
+
 end
 
 Markdown = PEGMarkdown unless defined? Markdown</diff>
      <filename>lib/peg_markdown.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>README</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>d49de5c225420b99389e5232fb84af16c42d49b3</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Tomayko</name>
    <email>rtomayko@gmail.com</email>
  </author>
  <url>http://github.com/rtomayko/rpeg-markdown/commit/72d557ecada39821349fccee808bd5e1ead984fa</url>
  <id>72d557ecada39821349fccee808bd5e1ead984fa</id>
  <committed-date>2008-08-01T23:21:26-07:00</committed-date>
  <authored-date>2008-08-01T23:12:31-07:00</authored-date>
  <message>Version 1.0</message>
  <tree>bc3fc1b667aed6acdef6295cf7d5c5b2cf1c9e2e</tree>
  <committer>
    <name>Ryan Tomayko</name>
    <email>rtomayko@gmail.com</email>
  </committer>
</commit>
