<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,8 +6,25 @@ CREDITS
 Rakefile
 config/hoe.rb
 config/requirements.rb
+examples/smtp_tls.rb
+examples/example-01.rdoc
+examples/profile-options.rb
+examples/doodle-errors.rb
+examples/event-location.rb
+examples/parent.rb
+examples/example-02.rb
+examples/example-02.rdoc
+examples/example-01.rb
+examples/mail.rb
+examples/yaml-example2.rb
+examples/yaml-example.rb
+examples/test-datatypes.rb
+examples/mail-datatypes.rb
 lib/doodle.rb
 lib/molic_orderedhash.rb
+lib/doodle/datatypes.rb
+lib/doodle/rfc822.rb
+lib/doodle/utils.rb
 lib/doodle/version.rb
 log/debug.log
 script/console
@@ -42,8 +59,3 @@ tasks/deployment.rake
 tasks/environment.rake
 tasks/rspec.rake
 tasks/website.rake
-website/index.html
-website/index.txt
-website/javascripts/rounded_corners_lite.inc.js
-website/stylesheets/screen.css
-website/template.html.erb</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@
 Doodle is a Ruby library for simplifying the definition of Ruby
 classes by making attributes and their properties more declarative.
 
-Doodle is eco-friendly - it does not globally modify Object, Class or
+Doodle is eco-friendly: it does not globally modify Object, Class or
 Module, nor does it pollute instances with its own instance variables
 (i.e. it plays nice with yaml).
 
@@ -15,8 +15,8 @@ Doodle has been tested with Ruby 1.8.6 and JRuby 1.1. It does not yet
 work with Ruby 1.9 or Rubinius.
 
 Please feel free to post bug reports, feature requests, and any
-comments or discussion topics to the &quot;doodle mailing
-list&quot;:http://rubyforge.org/pipermail/doodle-talk/
+comments or discussion topics to the doodle Google group: 
+http://groups.google.com/group/ruby-doodle
 
 == FEATURES:
 
@@ -144,7 +144,7 @@ list&quot;:http://rubyforge.org/pipermail/doodle-talk/
 
 (The MIT License)
 
-Copyright (c) 2008 FIX
+Copyright (c) 2008 Sean O'Halpin
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the</diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ AUTHOR = &quot;Sean O'Halpin&quot;  # can also be an array of Authors
 EMAIL = &quot;sean.ohalpin@gmail.com&quot;
 DESCRIPTION = &quot;Doodle is a gem for simplifying the definition of Ruby classes by
 making attributes and their properties more declarative. Doodle is
-eco-friendly &#8211; it does not globally modify Object, Class or Module.&quot;
+eco-friendly: it does not globally modify Object, Class or Module.&quot;
 
 GEM_NAME = 'doodle' # what ppl will type to install your gem
 RUBYFORGE_PROJECT = 'doodle' # The unix name for your project</diff>
      <filename>config/hoe.rb</filename>
    </modified>
    <modified>
      <diff>@@ -13,8 +13,7 @@ Doodle has been tested with Ruby 1.8.6, Ruby 1.9.0 and JRuby 1.1.1. It
 has not yet been tested with Rubinius (but will be soon :)
 
 Please feel free to post bug reports, feature requests, and any comments or
-discussion topics to 
-the &quot;doodle mailing list&quot;:http://rubyforge.org/pipermail/doodle-talk/
+discussion topics to the &quot;doodle Google group&quot;:http://groups.google.com/group/ruby-doodle
 
 h3. features
 
@@ -532,4 +531,4 @@ or singleton instances:
 h2. links
 
 * &quot;Rubyforge project&quot;:http://rubyforge.org/projects/doodle
-* Post bug reports, questions, answers to &quot;the doodle mailing list&quot;:http://rubyforge.org/pipermail/doodle-talk/
+* Post bug reports, questions, answers to the &quot;doodle Google group&quot;:http://groups.google.com/group/ruby-doodle</diff>
      <filename>rote/doc/pages/index.thtml</filename>
    </modified>
    <modified>
      <diff>@@ -41,9 +41,14 @@
     Class or Module, nor does it pollute instances with its own
     instance variables (i.e. it plays nice with yaml).&lt;/p&gt;
 
-    &lt;p&gt;Doodle has been tested with Ruby 1.8.6 and JRuby 1.1. It
-    does not yet work with Ruby 1.9 or Rubinius.&lt;/p&gt;&lt;a name=
-    'features' id=&quot;features&quot;&gt;&lt;/a&gt;
+    &lt;p&gt;Doodle has been tested with Ruby 1.8.6, Ruby 1.9.0 and JRuby
+    1.1.1. It has not yet been tested with Rubinius (but will be
+    soon :)&lt;/p&gt;
+
+    &lt;p&gt;Please feel free to post bug reports, feature requests, and
+    any comments or discussion topics to the &lt;a href=
+    &quot;http://groups.google.com/group/ruby-doodle&quot;&gt;doodle Google
+    group&lt;/a&gt;&lt;/p&gt;&lt;a name='features' id=&quot;features&quot;&gt;&lt;/a&gt;
 
     &lt;h3&gt;features&lt;/h3&gt;
 
@@ -993,20 +998,7 @@
 
     &lt;p&gt;or singleton instances:&lt;/p&gt;
     &lt;pre class='ruby'&gt;
-&lt;code class='ruby'&gt;  &lt;span class=
-&quot;keyword&quot;&gt;class &lt;/span&gt;&lt;span class=&quot;class&quot;&gt;Foo&lt;/span&gt; &lt;span class=
-&quot;punct&quot;&gt;&amp;lt;&lt;/span&gt; &lt;span class=&quot;constant&quot;&gt;Doodle&lt;/span&gt;
-    &lt;span class=&quot;keyword&quot;&gt;class &lt;/span&gt;&lt;span class=
-&quot;punct&quot;&gt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&quot;constant&quot;&gt;self&lt;/span&gt;
-      &lt;span class=&quot;ident&quot;&gt;has&lt;/span&gt; &lt;span class=
-&quot;symbol&quot;&gt;:doc&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;,&lt;/span&gt; &lt;span class=
-&quot;symbol&quot;&gt;:default&lt;/span&gt; &lt;span class=
-&quot;punct&quot;&gt;=&amp;gt;&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;&quot;&lt;/span&gt;&lt;span class=
-&quot;string&quot;&gt;This is the Foo class&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;&quot;&lt;/span&gt;
-    &lt;span class=&quot;keyword&quot;&gt;end&lt;/span&gt;
-  &lt;span class=&quot;keyword&quot;&gt;end&lt;/span&gt;
-  
-  &lt;span class=&quot;ident&quot;&gt;foo&lt;/span&gt; &lt;span class=
+&lt;code class='ruby'&gt;  &lt;span class=&quot;ident&quot;&gt;foo&lt;/span&gt; &lt;span class=
 &quot;punct&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;constant&quot;&gt;Foo&lt;/span&gt;&lt;span class=
 &quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;new&lt;/span&gt;
   &lt;span class=&quot;keyword&quot;&gt;class &lt;/span&gt;&lt;span class=
@@ -1030,12 +1022,9 @@
       &lt;li&gt;&lt;a href=&quot;http://rubyforge.org/projects/doodle&quot;&gt;Rubyforge
       project&lt;/a&gt;&lt;/li&gt;
 
-      &lt;li&gt;&lt;a href=
-      &quot;http://rubyforge.org/forum/?group_id=5159&quot;&gt;Forum&lt;/a&gt;&lt;/li&gt;
-
-      &lt;li&gt;&lt;a href=
-      &quot;http://rubyforge.org/tracker/?atid=19938&amp;amp;group_id=5159&amp;amp;func=browse&quot;&gt;
-      Bug reports&lt;/a&gt;&lt;/li&gt;
+      &lt;li&gt;Post bug reports, questions, answers to the &lt;a href=
+      &quot;http://groups.google.com/group/ruby-doodle&quot;&gt;doodle Google
+      group&lt;/a&gt;&lt;/li&gt;
     &lt;/ul&gt;
 
     &lt;p align='right'&gt;&lt;span style=</diff>
      <filename>rote/html/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -49,7 +49,7 @@ namespace :mm do
     end
 
     desc &quot;Copy docs to rubyforge&quot;
-    task :copy_rote_docs_to_rubyforge =&gt; [:rote, :rdoc] do
+    task :copy_rote_docs_to_rubyforge =&gt; [:rote] do
       system &quot;scp -r rote/html/* monkeymind@rubyforge.org:/var/www/gforge-projects/doodle/&quot;
     end
   end</diff>
      <filename>tasks/doodle.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6f63c84251bc71e20bb329de1b0827c93b170b13</id>
    </parent>
  </parents>
  <author>
    <name>monkeymind</name>
    <email>monkeymind@0213238c-dfba-41f1-96e9-6bf741841a8f</email>
  </author>
  <url>http://github.com/seanohalpin/doodle/commit/37e28c04e743be47c5e854a870f33d5899053a23</url>
  <id>37e28c04e743be47c5e854a870f33d5899053a23</id>
  <committed-date>2008-04-26T14:52:06-07:00</committed-date>
  <authored-date>2008-04-26T14:52:06-07:00</authored-date>
  <message>preparing for v0.1.0 release


git-svn-id: svn+ssh://rubyforge.org/var/svn/doodle@148 0213238c-dfba-41f1-96e9-6bf741841a8f</message>
  <tree>02146ed24f003db1cb1366cb09b87a6e6a346638</tree>
  <committer>
    <name>monkeymind</name>
    <email>monkeymind@0213238c-dfba-41f1-96e9-6bf741841a8f</email>
  </committer>
</commit>
