<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -25,7 +25,7 @@ if Object.const_defined?(:Gem)
 
     # Change these as appropriate
     s.name              = &quot;vanilla&quot;
-    s.version           = &quot;1.9.11&quot;
+    s.version           = &quot;1.9.11.1&quot;
     s.summary           = &quot;A bliki-type web content thing.&quot;
     s.author            = &quot;James Adam&quot;
     s.email             = &quot;james@lazyatom.com.com&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -29,7 +29,7 @@ class Kind &lt; Dynasnip
         e.title = snip.name
         e.authors = [Atom::Person.new(:name =&gt; snip.author || domain)]
         e.links &lt;&lt; Atom::Link.new(:href =&gt; &quot;http://#{domain}#{url_to(snip.name)}&quot;)
-        e.id = &quot;tag:#{domain},#{(snip.created_at || Date.today.to_s).split[0]}:/#{snip.name}&quot;
+        e.id = &quot;tag:#{domain},#{(snip.created_at.to_s || Date.today.to_s).split[0]}:/#{snip.name}&quot;
       end
     end
   end
@@ -47,7 +47,7 @@ class Kind &lt; Dynasnip
     when :xml
       Atom::Feed.new do |f|
         f.title = feed_title
-        f.updated = DateTime.parse(snips[0].updated_at)
+        f.updated = snips[0].updated_at
         f.id = &quot;tag:#{domain},2008-06-01:kind/#{kind}&quot;
         f.entries = entries
       end.to_xml</diff>
      <filename>lib/vanilla/dynasnips/kind.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,11 +2,11 @@
 
 Gem::Specification.new do |s|
   s.name = %q{vanilla}
-  s.version = &quot;1.9.11&quot;
+  s.version = &quot;1.9.11.1&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;James Adam&quot;]
-  s.date = %q{2009-10-13}
+  s.date = %q{2009-10-16}
   s.default_executable = %q{vanilla}
   s.email = %q{james@lazyatom.com.com}
   s.executables = [&quot;vanilla&quot;]
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
   s.rdoc_options = [&quot;--main&quot;, &quot;README&quot;]
   s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{vanilla}
-  s.rubygems_version = %q{1.3.3}
+  s.rubygems_version = %q{1.3.5}
   s.summary = %q{A bliki-type web content thing.}
 
   if s.respond_to? :specification_version then</diff>
      <filename>vanilla.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ca1299db94c7703da75079f32308a93926a0adaa</id>
    </parent>
  </parents>
  <author>
    <name>James Adam</name>
    <email>james@lazyatom.com</email>
  </author>
  <url>http://github.com/lazyatom/vanilla-rb/commit/9b1ba50901ea539166ceeb0239975d798e0f6e36</url>
  <id>9b1ba50901ea539166ceeb0239975d798e0f6e36</id>
  <committed-date>2009-10-16T07:31:52-07:00</committed-date>
  <authored-date>2009-10-16T07:31:52-07:00</authored-date>
  <message>Fixed a silly bug generating the feed.</message>
  <tree>0d759e42e8fc497d548c86e9c10808f523bf068e</tree>
  <committer>
    <name>James Adam</name>
    <email>james@lazyatom.com</email>
  </committer>
</commit>
