Downgrading i18n requirement to match rails version. Closes #61
Downgrading i18n requirement to match rails version. Closes #61
View ArticleMerge pull request #62 from wahvee/rails3.1.0
Merge pull request #62 from wahvee/rails3.1.0 Allow activesupport from 3.1.x
View ArticleRemoved the installation part of the doc since it is now useless. Clo…
Removed the installation part of the doc since it is now useless. Closes #42
View ArticleAdd specs for new Enumerable behavior for RSSEntry
Add specs for new Enumerable behavior for RSSEntry
View ArticleInclude Enumerable and supply basic each, [] and []= methods for Feed…
Include Enumerable and supply basic each, [] and []= methods for Feedzirra::Parser::RSSEntry
View ArticleMerge pull request #65 from semperos/rss-entry-enum
Merge pull request #65 from semperos/rss-entry-enum Add `Enumerable` behavior to `Feedzirra::Parser::RSSEntry`
View ArticleMerge pull request #69 from bradleypriest/master
Merge pull request #69 from bradleypriest/master Update Nokogiri dependency
View ArticleMerge git://github.com/jwhitmire/feedzirra into jwhitmire_timeout
Merge git://github.com/jwhitmire/feedzirra into jwhitmire_timeout Conflicts: spec/feedzirra/feed_spec.rb
View ArticleFeed.update returns a single feed if passed an array of 1 and Array i…
Feed.update returns a single feed if passed an array of 1 and Array if passed array of more. Fixes #70
View ArticleAdded support for RSS Feed Burner Parser and Entry. Added specs for …
Added support for RSS Feed Burner Parser and Entry. Added specs for those two classes. Updated specs from other parsers to ensure they aren't able to parse RSS Feedburner feeds
View Article