Rename ItunesRssItem#guid to #entry_id to follow all other item types
Rename ItunesRssItem#guid to #entry_id to follow all other item types
View ArticleMake #169 backwards-compatible
Make #169 backwards-compatible We probably never meant for `guid` to be used, so this is probably a bug, but its been a part of the public interface for so long that I don't feel right changing it with...
View ArticleAdd spec for Feed#setup_easy
Add spec for Feed#setup_easy There are a couple open issues that involve supporting additional options to Curl, but there wasn't any test coverage. This commit adds some basic coverage and sets me up...
View Articleadd ssl_version and ssl_verify_peer options for curl
add ssl_version and ssl_verify_peer options for curl
View ArticleDocs and specs for curl ssl opts from #98 and #156
Docs and specs for curl ssl opts from #98 and #156 Also closes #154 and #168.
View ArticleMake sure callbacks triggered respectively
Make sure callbacks triggered respectively Current version of Curb only trigger `on_failure' on http error 50x code. Move 304 related code to `on_redirect', and use `on_complete' to handle the rest.
View ArticleFix specs to pull in #161
Fix specs to pull in #161 When we changed to doubles, I think we broke this PR. This fixes it and makes it ready to be pulled in.
View ArticleWrite missing spec for add_url_to_multi
Write missing spec for add_url_to_multi Specifies what happens when no compatible parser can be found.
View ArticleRemove spec for recursion
Remove spec for recursion If its hard to test, then you're doing it wrong, but I couldn't think of a better approach, so I'm just removing this pending spec.
View ArticleAdd missing spec for parser exceptions
Add missing spec for parser exceptions Specify what happens when the parser raises an exception.
View ArticleRaise when parser invokes its failure callback
Raise when parser invokes its failure callback Inspired by a commit from @filiptepper on #159, I took a closer look at stuff and wanted to get more specs around this behavior.
View Article