Use Time.parse_safely in Feed.last_modified_from_header.
Use Time.parse_safely in Feed.last_modified_from_header. This helps prevent parse failures when there is a problem with the last modified header. For example if the Last-Modified header is empty like...
View ArticleFix: not getting entire feed on url change
Fix: not getting entire feed on url change If the first entry of a feed changes its url feed.new_entries will then contain all entries of the feed, even old, already seen ones. find_new_entries_for...
View ArticleMerge pull request #131 from bhaak/fix_new_entries_by_using_id
Merge pull request #131 from bhaak/fix_new_entries_by_using_id Fix: not getting entire feed on url change
View ArticleRemove cultural reference from description [#135]
Remove cultural reference from description [#135]
View ArticleNo need to set date in the gemspec.
No need to set date in the gemspec. The default is to set the current time / date. The version of rubygems that is currently shipping with 2.0 no longer requires date before loading the gemspec so...
View ArticleUpdate attribute should return true / false if it could update.
Update attribute should return true / false if it could update. It is theoretically possible that the new value could be nil for all options meaning that `@updated` would be false / nil even after a...
View ArticleRevert "removed deleted file"
Revert "removed deleted file" This reverts commit c389b2abface06efd66d367e2ded03dd9c0ae05d.
View ArticleMerge pull request #136 from collectiveidea/ruby-2.0.0
Merge pull request #136 from collectiveidea/ruby-2.0.0 Compatibility fixes for Ruby 2.0 (rc2)
View ArticleAdd @filipepina's PR to changelog [closes #103]
Add @filipepina's PR to changelog [closes #103]
View ArticleAdd Ruby 2.0 to Travis and drop IRC notification
Add Ruby 2.0 to Travis and drop IRC notification
View ArticleMerge pull request #129 from feedbin/parse_safely
Merge pull request #129 from feedbin/parse_safely Use Time.parse_safely in Feed.last_modified_from_header.
View ArticleMerge branch 'ezkl-itunes-parser'
Merge branch 'ezkl-itunes-parser' * ezkl-itunes-parser: Fix tests to reflect iTunes implementation Fix iTunes feed test
View ArticleMerge pull request #122 from muffinista/master
Merge pull request #122 from muffinista/master Trigger on_failure for 404s
View Article