lib/xommelier/atom/source.rb in xommelier-0.1.19 vs lib/xommelier/atom/source.rb in xommelier-0.1.20
- old
+ new
@@ -2,13 +2,23 @@
module Xommelier
module Atom
class Source < Xml::Element
may do
- element :generator, :icon, :id, :logo, :rights, :subtitle, :title, :updated
+ element :generator
+ element :icon
+ element :id
+ element :logo
+ element :rights
+ element :subtitle
+ element :title
+ element :updated
end
any do
- element :author, :category, :contributor, :link
+ element :author
+ element :category
+ element :contributor
+ element :link
end
end
end
end