<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,10 +4,12 @@ Manifest.txt
 PostInstall.txt
 README.txt
 Rakefile
+Ruby DocTest.tmproj
 bin/rubydoctest
 config/hoe.rb
 config/requirements.rb
 lib/code_block.rb
+lib/doctest_require.rb
 lib/lines.rb
 lib/result.rb
 lib/rubydoctest.rb
@@ -27,10 +29,9 @@ tasks/deployment.rake
 tasks/doctests.rake
 tasks/environment.rake
 tasks/website.rake
-test/inline.rb
-test/simple.doctest
-test/test_helper.rb
-test/test_rubydoctest.rb
+textmate/DocTest (Markdown).textmate
+textmate/DocTest (Ruby).textmate
+textmate/DocTest (Text).textmate
 website/index.html
 website/index.txt
 website/javascripts/rounded_corners_lite.inc.js</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,15 +1,13 @@
 require 'rubydoctest/version'
 
-AUTHOR = ['Tom Locke', 'Dr Nic Williams']  # can also be an array of Authors
-EMAIL = &quot;drnicwilliams@gmail.com&quot;
+AUTHOR = ['Duane Johnson', 'Tom Locke', 'Dr Nic Williams']  # can also be an array of Authors
+EMAIL = &quot;duane.johnson@gmail.com&quot;
 DESCRIPTION = &quot;Ruby version of Python's doctest tool, but a bit different.&quot;
 GEM_NAME = 'rubydoctest' # what ppl will type to install your gem
 RUBYFORGE_PROJECT = 'rubydoctest' # The unix name for your project
 HOMEPATH = &quot;http://#{RUBYFORGE_PROJECT}.rubyforge.org&quot;
 DOWNLOAD_PATH = &quot;http://rubyforge.org/projects/#{RUBYFORGE_PROJECT}&quot;
-EXTRA_DEPENDENCIES = [
-#  ['activesupport', '&gt;= 1.3.1']
-]    # An array of rubygem dependencies [name, version]
+EXTRA_DEPENDENCIES = []
 
 @config_file = &quot;~/.rubyforge/user-config.yml&quot;
 @config = nil</diff>
      <filename>config/hoe.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 module Rubydoctest #:nodoc:
   module VERSION #:nodoc:
-    MAJOR = 0
-    MINOR = 5
+    MAJOR = 1
+    MINOR = 0
     TINY  = 0
 
     STRING = [MAJOR, MINOR, TINY].join('.')</diff>
      <filename>lib/rubydoctest/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,18 +1,18 @@
 Gem::Specification.new do |s|
   s.name = %q{rubydoctest}
-  s.version = &quot;0.2.1&quot;
+  s.version = &quot;1.0.0&quot;
 
   s.specification_version = 2 if s.respond_to? :specification_version=
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
-  s.authors = [&quot;Tom Locke&quot;, &quot;Dr Nic Williams&quot;]
-  s.date = %q{2008-05-25}
+  s.authors = [&quot;Duane Johnson&quot;, &quot;Tom Locke&quot;, &quot;Dr Nic Williams&quot;]
+  s.date = %q{2008-06-21}
   s.default_executable = %q{rubydoctest}
   s.description = %q{Ruby version of Python's doctest tool, but a bit different.}
-  s.email = [&quot;drnicwilliams@gmail.com&quot;]
+  s.email = [&quot;duane.johnson@gmail.com&quot;]
   s.executables = [&quot;rubydoctest&quot;]
   s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;License.txt&quot;, &quot;Manifest.txt&quot;, &quot;PostInstall.txt&quot;, &quot;README.txt&quot;, &quot;website/index.txt&quot;]
-  s.files = [&quot;History.txt&quot;, &quot;License.txt&quot;, &quot;Manifest.txt&quot;, &quot;PostInstall.txt&quot;, &quot;README.txt&quot;, &quot;Rakefile&quot;, &quot;bin/rubydoctest&quot;, &quot;config/hoe.rb&quot;, &quot;config/requirements.rb&quot;, &quot;lib/rubydoctest.rb&quot;, &quot;lib/rubydoctest/version.rb&quot;, &quot;script/console&quot;, &quot;script/destroy&quot;, &quot;script/generate&quot;, &quot;script/txt2html&quot;, &quot;setup.rb&quot;, &quot;tasks/deployment.rake&quot;, &quot;tasks/environment.rake&quot;, &quot;tasks/website.rake&quot;, &quot;test/test_helper.rb&quot;, &quot;test/test_rubydoctest.rb&quot;, &quot;website/index.html&quot;, &quot;website/index.txt&quot;, &quot;website/javascripts/rounded_corners_lite.inc.js&quot;, &quot;website/stylesheets/screen.css&quot;, &quot;website/template.html.erb&quot;]
+  s.files = IO.read(&quot;Manifest.txt&quot;).split(&quot;\n&quot;)
   s.has_rdoc = true
   s.homepage = %q{http://rubydoctest.rubyforge.org}
   s.post_install_message = %q{
@@ -28,5 +28,5 @@ rubydoctest comes as an executable that takes a file or directory:
   s.rubyforge_project = %q{rubydoctest}
   s.rubygems_version = %q{1.1.1}
   s.summary = %q{Ruby version of Python's doctest tool, but a bit different.}
-  s.test_files = [&quot;test/test_helper.rb&quot;, &quot;test/test_rubydoctest.rb&quot;]
+  s.test_files = []
 end</diff>
      <filename>rubydoctest.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,11 +1,141 @@
-&lt;html&gt;
-	&lt;head&gt;
-		&lt;meta http-equiv=&quot;Content-type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;
-		&lt;title&gt;rubydoctest&lt;/title&gt;
-		
-	&lt;/head&gt;
-	&lt;body id=&quot;body&quot;&gt;
-		&lt;p&gt;This page has not yet been created for RubyGem &lt;code&gt;rubydoctest&lt;/code&gt;&lt;/p&gt;
-		&lt;p&gt;To the developer: To generate it, update website/index.txt and run the rake task &lt;code&gt;website&lt;/code&gt; to generate this &lt;code&gt;index.html&lt;/code&gt; file.&lt;/p&gt;
-	&lt;/body&gt;
-&lt;/html&gt;
\ No newline at end of file
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
+&lt;head&gt;
+  &lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheets/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
+  &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
+  &lt;title&gt;
+      rubydoctest
+  &lt;/title&gt;
+  &lt;script src=&quot;javascripts/rounded_corners_lite.inc.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
+&lt;style&gt;
+
+&lt;/style&gt;
+  &lt;script type=&quot;text/javascript&quot;&gt;
+    window.onload = function() {
+      settings = {
+          tl: { radius: 10 },
+          tr: { radius: 10 },
+          bl: { radius: 10 },
+          br: { radius: 10 },
+          antiAlias: true,
+          autoPad: true,
+          validTags: [&quot;div&quot;]
+      }
+      var versionBox = new curvyCorners(settings, document.getElementById(&quot;version&quot;));
+      versionBox.applyCornersToAll();
+    }
+  &lt;/script&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;div id=&quot;main&quot;&gt;
+
+    &lt;h1&gt;rubydoctest&lt;/h1&gt;
+    &lt;div id=&quot;version&quot; class=&quot;clickable&quot; onclick='document.location = &quot;http://rubyforge.org/projects/rubydoctest&quot;; return false'&gt;
+      &lt;p&gt;Get Version&lt;/p&gt;
+      &lt;a href=&quot;http://rubyforge.org/projects/rubydoctest&quot; class=&quot;numbers&quot;&gt;1.0.0&lt;/a&gt;
+    &lt;/div&gt;
+    &lt;h1&gt;&amp;#x2192; &amp;#8216;rubydoctest&amp;#8217;&lt;/h1&gt;
+
+
+	&lt;h2&gt;What&lt;/h2&gt;
+
+
+	&lt;h2&gt;Installing&lt;/h2&gt;
+
+
+	&lt;p&gt;&lt;pre class='syntax'&gt;&lt;span class=&quot;ident&quot;&gt;sudo&lt;/span&gt; &lt;span class=&quot;ident&quot;&gt;gem&lt;/span&gt; &lt;span class=&quot;ident&quot;&gt;install&lt;/span&gt; &lt;span class=&quot;ident&quot;&gt;rubydoctest&lt;/span&gt;&lt;/pre&gt;&lt;/p&gt;
+
+
+	&lt;h2&gt;The basics&lt;/h2&gt;
+
+
+	&lt;h2&gt;Demonstration of usage&lt;/h2&gt;
+
+
+	&lt;h2&gt;Forum&lt;/h2&gt;
+
+
+	&lt;p&gt;&lt;a href=&quot;http://groups.google.com/group/rubydoctest&quot;&gt;http://groups.google.com/group/rubydoctest&lt;/a&gt;&lt;/p&gt;
+
+
+	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;TODO&lt;/span&gt; &amp;#8211; create Google Group &amp;#8211; rubydoctest&lt;/p&gt;
+
+
+	&lt;h2&gt;How to submit patches&lt;/h2&gt;
+
+
+	&lt;p&gt;Read the &lt;a href=&quot;http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/&quot;&gt;8 steps for fixing other people&amp;#8217;s code&lt;/a&gt; and for section &lt;a href=&quot;http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups&quot;&gt;8b: Submit patch to Google Groups&lt;/a&gt;, use the Google Group above.&lt;/p&gt;
+
+
+	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;TODO&lt;/span&gt; &amp;#8211; pick &lt;span class=&quot;caps&quot;&gt;SVN&lt;/span&gt; or Git instructions&lt;/p&gt;
+
+
+	&lt;p&gt;The trunk repository is &lt;code&gt;svn://rubyforge.org/var/svn/rubydoctest/trunk&lt;/code&gt; for anonymous access.&lt;/p&gt;
+
+
+	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;OOOORRRR&lt;/span&gt;&lt;/p&gt;
+
+
+	&lt;p&gt;You can fetch the source from either:&lt;/p&gt;
+
+
+	&lt;ul&gt;
+	&lt;li&gt;rubyforge: &lt;span class=&quot;caps&quot;&gt;MISSING IN ACTION&lt;/span&gt;&lt;/li&gt;
+	&lt;/ul&gt;
+
+
+	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;TODO&lt;/span&gt; &amp;#8211; You can not created a RubyForge project, OR have not run &lt;code&gt;rubyforge config&lt;/code&gt;
+yet to refresh your local rubyforge data with this projects&amp;#8217; id information.&lt;/p&gt;
+
+
+	&lt;p&gt;When you do this, this message will magically disappear!&lt;/p&gt;
+
+
+	&lt;p&gt;Or you can hack website/index.txt and make it all go away!!&lt;/p&gt;
+
+
+	&lt;ul&gt;
+	&lt;li&gt;github: &lt;a href=&quot;http://github.com/GITHUB_USERNAME/rubydoctest/tree/master&quot;&gt;http://github.com/GITHUB_USERNAME/rubydoctest/tree/master&lt;/a&gt;&lt;/li&gt;
+	&lt;/ul&gt;
+
+
+&lt;pre&gt;git clone git://github.com/GITHUB_USERNAME/rubydoctest.git&lt;/pre&gt;
+
+	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;TODO&lt;/span&gt; &amp;#8211; add &amp;#8220;github_username: username&amp;#8221; to ~/.rubyforge/user-config.yml and newgem will reuse it for future projects.&lt;/p&gt;
+
+
+	&lt;ul&gt;
+	&lt;li&gt;gitorious: &lt;a href=&quot;git://gitorious.org/rubydoctest/mainline.git&quot;&gt;git://gitorious.org/rubydoctest/mainline.git&lt;/a&gt;&lt;/li&gt;
+	&lt;/ul&gt;
+
+
+&lt;pre&gt;git clone git://gitorious.org/rubydoctest/mainline.git&lt;/pre&gt;
+
+	&lt;h3&gt;Build and test instructions&lt;/h3&gt;
+
+
+&lt;pre&gt;cd rubydoctest
+rake test
+rake install_gem&lt;/pre&gt;
+
+	&lt;h2&gt;License&lt;/h2&gt;
+
+
+	&lt;p&gt;This code is free to use under the terms of the &lt;span class=&quot;caps&quot;&gt;MIT&lt;/span&gt; license.&lt;/p&gt;
+
+
+	&lt;h2&gt;Contact&lt;/h2&gt;
+
+
+	&lt;p&gt;Comments are welcome. Send an email to &lt;a href=&quot;mailto:FIXME&quot;&gt;&lt;span class=&quot;caps&quot;&gt;FIXME&lt;/span&gt; full name&lt;/a&gt; email via the &lt;a href=&quot;http://groups.google.com/group/rubydoctest&quot;&gt;forum&lt;/a&gt;&lt;/p&gt;
+    &lt;p class=&quot;coda&quot;&gt;
+      &lt;a href=&quot;mailto:duane.johnson@gmail.com&quot;&gt;Duane Johnson&lt;/a&gt;, 17th June 2008&lt;br&gt;
+      Theme extended from &lt;a href=&quot;http://rb2js.rubyforge.org/&quot;&gt;Paul Battley&lt;/a&gt;
+    &lt;/p&gt;
+&lt;/div&gt;
+
+&lt;!-- insert site tracking codes here, like Google Urchin --&gt;
+
+&lt;/body&gt;
+&lt;/html&gt;</diff>
      <filename>website/index.html</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>test/inline.rb</filename>
    </removed>
    <removed>
      <filename>test/simple.doctest</filename>
    </removed>
    <removed>
      <filename>test/test_helper.rb</filename>
    </removed>
    <removed>
      <filename>test/test_rubydoctest.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>4acf602ea5e12946bb6a75de5ae8bb859ea4fdf1</id>
    </parent>
  </parents>
  <author>
    <name>Duane Johnson</name>
    <email>duane.johnson@gmail.com</email>
  </author>
  <url>http://github.com/tablatom/rubydoctest/commit/b11e67bb541f1ea6d651add92104de119403bcfa</url>
  <id>b11e67bb541f1ea6d651add92104de119403bcfa</id>
  <committed-date>2008-06-21T20:59:13-07:00</committed-date>
  <authored-date>2008-06-21T20:59:13-07:00</authored-date>
  <message>Updated version to 1.0.0</message>
  <tree>f5f272ef74c8f8ef980ed83609e2910f158b9c4d</tree>
  <committer>
    <name>Duane Johnson</name>
    <email>duane.johnson@gmail.com</email>
  </committer>
</commit>
