RubyGems.org

feed-abstract

0.0.10

This library creates a common object graph for the RSS/Atom/RDF parsing classes in the ruby standard library. This allows you parse different feed formats and get back the same (or at least a very similar) set of results - item authors are accessible under an "author(s)" attribute, categories/tags/subjects are accessible under "category(ies)" attributes, etc. We do our best to make sure the data makes sense, too - RSS items lack an "updated" attribute, so we use "pubDate" to populate it.

installgem install feed-abstract -v 0.0.10
Authors

Daniel Collis-Puro

8,642 total downloads 624 for this version
Owners

01725a108ae624cfeaa5f5e2a91af124

Gemfile
gem "feed-abstract", "~> 0.0.10"
Versions
  1. 0.0.13 August 17, 2012
  2. 0.0.12 April 17, 2012
  3. 0.0.11 March 20, 2012
  4. 0.0.10 February 19, 2012
  5. 0.0.9 February 19, 2012
Show all versions (13 total)