Prevent errors from unparseable dates (#399)
Prevent errors from unparseable dates (#399) This code was raising a NoMethodError when trying to compare a nil unparseable date with a previous successfully parsed date.
View ArticleAdd channel id element to AtomYoutubeEntry parser (#400)
Add channel id element to AtomYoutubeEntry parser (#400) Channel IDs can occur in entry elements received through YouTube's PubSubHubbub push notifications....
View ArticleRubocop violations (#404)
Rubocop violations (#404) * Fix deprecation ```"Error: The `Style/TrailingCommaInLiteral` cop no longer exists. Please use `Style/TrailingCommaInArrayLiteral` and/or `Style/TrailingCommaInHashLiteral`...
View ArticleRemove Stale Travis Webhook (#407)
Remove Stale Travis Webhook (#407) I added this a while back when I was active on Feedjira, but now that I've transitioned maintainership over to the very talents team we have now, this is stale.
View ArticleMerge pull request #1 from feedjira/master
Merge pull request #1 from feedjira/master Merge upstream
View ArticleAdd metadata in gemspec (#413)
Add metadata in gemspec (#413) source_code_uri is useful, because it creates link to github in rubygems.
View ArticleSpecify rubocop version to 0.59.2 (#414)
Specify rubocop version to 0.59.2 (#414) * $ rubocop --auto-gen-config * Follow the renaming of cop Lint/UnneededDisable to Lint/UnneededCopDisableDirective * Specify rubocop version Because RuboCop...
View ArticleMerge branch 'development' of https://github.com/eksoverzero/feedjira…
Merge branch 'development' of https://github.com/eksoverzero/feedjira into eksoverzero-development
View ArticleRequire a security friendly loofah version (#415)
Require a security friendly loofah version (#415) https://github.com/flavorjones/loofah/issues/144
View ArticleMerge pull request #419 from davidesantangelo/patch-2
Merge pull request #419 from davidesantangelo/patch-2 added new project that used Feedjira
View ArticleRefactor RSS/Atom entry classes (#422)
Refactor RSS/Atom entry classes (#422) * Refactor Atom entry methods by introducing AtomEntryUtilities * Refactor RSS entry methods by introducing RSSEntryUtilities * Ignore uncallable (private)...
View ArticleCheck for presence of tag on feedburner/atom feeds (#421)
Check for presence of <feed> tag on feedburner/atom feeds (#421) Author: @benubois
View Articlerelease 3.0.0! (#425)
release 3.0.0! (#425) also danger isn't really helping since we rebase everything anyways and commit messages get resolved in the rebase
View Article