<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,11 +8,12 @@ atom_feed(:root_url =&gt; packages_url) do |feed|
   end
 
   for package in @packages
-    feed.entry(package) do |entry|
+    # Use created_at as the updated value since this feed only concerns itself
+    # with when packages are published, not when they are updated.
+    feed.entry(package, :updated =&gt; package.created_at) do |entry|
       entry.title(package.name + &quot; added&quot;)
       entry.content(content_tag(&quot;p&quot;, content_tag(&quot;strong&quot;, package.latest.title)) +
                     content_tag(&quot;p&quot;, package.latest.description), :type =&gt; &quot;html&quot;)
-      entry.published(package.created_at)
     end
   end
 end</diff>
      <filename>app/views/packages/feed.atom.builder</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d697395e3084ceda79c87dc1a16920574221aa76</id>
    </parent>
  </parents>
  <author>
    <name>Bj&#248;rn Arild M&#230;land</name>
    <email>bjorn.maeland@gmail.com</email>
  </author>
  <url>http://github.com/hadley/crantastic/commit/33cfe54954996c5f85ebc2a8c5b25155e2334e5d</url>
  <id>33cfe54954996c5f85ebc2a8c5b25155e2334e5d</id>
  <committed-date>2009-07-03T07:24:58-07:00</committed-date>
  <authored-date>2009-07-03T07:24:58-07:00</authored-date>
  <message>Fixed published/updated timestamps in the package atom feed.</message>
  <tree>3f6c79869382b6ecbbc82c19288131bfaacfacb9</tree>
  <committer>
    <name>Bj&#248;rn Arild M&#230;land</name>
    <email>bjorn.maeland@gmail.com</email>
  </committer>
</commit>
