No longer required to version check ActiveSupport
No longer required to version check ActiveSupport
View ArticleMerge branch 'JoshuaCotton-master' into archiloque
Merge branch 'JoshuaCotton-master' into archiloque
View ArticleAdded tests for case-insensitive content-encoding
Added tests for case-insensitive content-encoding
View ArticleSome feedburner feeds entires have no proper alternate attribute on l…
Some feedburner feeds entires have no proper alternate attribute on link. Closes #57
View ArticleChanged priority for feedburner links: use link after feedburner:orig…
Changed priority for feedburner links: use link after feedburner:origLink
View ArticleAnd now properly fixed by reusing code from AtomEntry
And now properly fixed by reusing code from AtomEntry
View ArticleMerge branch 'master' of https://github.com/maplealmond/feedzirra int…
Merge branch 'master' of https://github.com/maplealmond/feedzirra into maplealmond-master
View ArticleMerge branch 'maplealmond-master' into archiloque
Merge branch 'maplealmond-master' into archiloque
View Articlerename atom subtitle to description so the name is the same as rss
rename atom subtitle to description so the name is the same as rss
View Article:on_success take 2 parameters when called from fetch_and_parse. Close…
:on_success take 2 parameters when called from fetch_and_parse. Closes #7
View ArticleSometimes the iTunes xmlns is written as http://www.itunes.com/dtds/P…
Sometimes the iTunes xmlns is written as http://www.itunes.com/dtds/Podcast-1.0.dtd. Notice that the word Podcast is capitalized. The regex used in ITunesRSS#able_to_parse needs to be case insensative...
View ArticleFixing Feed.add_common_feed_entry_element, adding Feed.add_common_fee…
Fixing Feed.add_common_feed_entry_element, adding Feed.add_common_feed_element and adding doco about them. Closes #38
View ArticleIndicate that add_common_feed_element and add_common_feed_entry_eleme…
Indicate that add_common_feed_element and add_common_feed_entry_element only works on registered types
View Articleregex =~ string is slightly faster than string =~ regex
regex =~ string is slightly faster than string =~ regex
View Article