Sha256: 4772699b12163a38bd0f73b014f62be4b829b87bbbab2515deebdf7c54730ec5
Contents?: true
Size: 802 Bytes
Versions: 2
Compression:
Stored size: 802 Bytes
Contents
# coding: utf-8 ################################################ # © Alexander Semyonov, 2011—2013, MIT License # # Author: Alexander Semyonov <al@semyonov.us> # ################################################ require 'xommelier/xml' module Xommelier # Implements The Atom Syndication Format # See RFC 4287 {http://tools.ietf.org/html/rfc4287.html} module Atom extend ActiveSupport::Autoload include Xommelier::Xml xmlns 'http://www.w3.org/2005/Atom', as: :atom # Elements autoload :Link autoload :Person autoload :Category autoload :Content autoload :Generator autoload :Source autoload :Feed autoload :Entry # Common extensions autoload :LinksExtension # Extensions autoload :Threading autoload :History end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xommelier-0.1.32 | lib/xommelier/atom.rb |
xommelier-0.1.31 | lib/xommelier/atom.rb |