lib/feedzirra/atom_entry.rb in somezack-feedzirra-0.0.4 vs lib/feedzirra/atom_entry.rb in somezack-feedzirra-0.0.5

- old
+ new

@@ -2,9 +2,10 @@ class AtomEntry include SAXMachine include FeedEntryUtilities element :title element :link, :as => :url, :value => :href, :with => {:type => "text/html", :rel => "alternate"} + element :guid element :name, :as => :author element :content element :summary element :published element :created, :as => :published