<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,3 +5,4 @@ doc
 Manifest*
 *.sqlite3
 *.png
+*.rbc</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,9 @@
 = ludy 0.1.13
 by Lin Jen-Shin (a.k.a. godfat-&#30495;&#24120;[http://godfat.org])
-  strip any number: 18god29fat7029 (at] godfat32 -dooot- 20org
+  godfat (XD) godfat.org
+
+== LINKS:
+
 * rdoc[http://ludy.rubyforge.org]
 * rubyforge-project[http://rubyforge.org/projects/ludy]
 * github-project[http://github.com/godfat/ludy]</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -3,8 +3,8 @@
 # configured in this Rakefile. The .rake files in the tasks directory
 # are where the options are used.
 load 'tasks/setup.rb'
-
 ensure_in_path 'lib'
+
 require 'ludy'
 require 'ludy/tasks'
 
@@ -34,7 +34,7 @@ end
 
 PROJ.name = 'ludy'
 PROJ.authors = 'Lin Jen-Shin (a.k.a. godfat &#30495;&#24120;)'
-PROJ.email = 'strip any number: 18god29fat7029 (at] godfat32 -dooot- 20org'
+PROJ.email = 'godfat (XD) godfat.org'
 PROJ.url = 'http://ludy.rubyforge.org/'
 PROJ.description = PROJ.summary = paragraphs_of('README', 'description').join(&quot;\n\n&quot;)
 PROJ.changes = paragraphs_of('CHANGES', 0..1).join(&quot;\n\n&quot;)
@@ -45,15 +45,17 @@ PROJ.gem.executables = ['bin/ludy']
 # PROJ.gem.files = []
 
 PROJ.manifest_file = 'Manifest'
-PROJ.exclude &lt;&lt; 'Manifest' &lt;&lt; '^tmp'
-# Dir.glob('**/*'){ |file| PROJ.gem.files &lt;&lt; file if file !~ /^pkg|^tmp|^doc/ }
+PROJ.exclude += ['Manifest', '^tmp', 'tmp$', '^pkg', '.gitignore', '^ann-']
 
+PROJ.readme_file = 'README'
 PROJ.rdoc.main = 'README'
 PROJ.rdoc.exclude &lt;&lt; 'Manifest' &lt;&lt; 'Rakefile' &lt;&lt; 'tmp$' &lt;&lt; '^tmp'
 PROJ.rdoc.include &lt;&lt; '\w+'
 PROJ.rdoc.opts &lt;&lt; '--diagram' if !WIN32 and `which dot` =~ %r/\/dot/
-PROJ.rdoc.opts &lt;&lt; '--charset=utf-8' &lt;&lt; '--inline-source' &lt;&lt; '--line-numbers' &lt;&lt; '--promiscuous'
+PROJ.rdoc.opts += ['--charset=utf-8', '--inline-source',
+                   '--line-numbers', '--promiscuous']
 
 PROJ.spec.opts &lt;&lt; '--color'
 
-# EOF
+PROJ.ann.file = &quot;ann-pagify-#{PROJ.version}&quot;
+PROJ.ann.paragraphs.concat %w[LINKS SYNOPSIS REQUIREMENTS INSTALL LICENSE]</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -15,9 +15,9 @@ namespace :manifest do
       lines.map! do |line|
         case line
         when %r/^(-{3}|\+{3})/; nil
-        when %r/^@/; Console::ANSICode.blue line
-        when %r/^\+/; Console::ANSICode.green line
-        when %r/^\-/; Console::ANSICode.red line
+        when %r/^@/; ANSICode.blue line
+        when %r/^\+/; ANSICode.green line
+        when %r/^\-/; ANSICode.red line
         else line end
       end
     end</diff>
      <filename>tasks/manifest.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>71ee19235946c169616dc0e51a96fc4778fd06e5</id>
    </parent>
  </parents>
  <author>
    <name>godfat</name>
    <email>godfat@godfat.org</email>
  </author>
  <url>http://github.com/godfat/ludy/commit/2400d1dc84e138fa0d3f292e2cf0f82a3dc4821d</url>
  <id>2400d1dc84e138fa0d3f292e2cf0f82a3dc4821d</id>
  <committed-date>2008-10-11T08:25:35-07:00</committed-date>
  <authored-date>2008-10-11T08:25:35-07:00</authored-date>
  <message>normalize commons and fixed manifest task.</message>
  <tree>a2619df93757797807d12cb7f4d87d2e9e4ef9d2</tree>
  <committer>
    <name>godfat</name>
    <email>godfat@godfat.org</email>
  </committer>
</commit>
