tag:github.com,2008:/pauldix/feedzirra/commits/master Recent Commits to feedzirra:master 2013-11-26T06:12:50-08:00 tag:github.com,2008:Grit::Commit/515b1671192e8270a478c0d41dd4f894f6c0b734 Remove pending specs 2013-11-26T06:12:50-08:00 jonallured https://github.com/jonallured <pre style='white-space:pre-wrap;width:81ex'>Remove pending specs Its very difficult to spec the `fetch_and_parse` and `update` methods because they both rely on the side effect of another class-level method that's mutating the response hash they are passed. Rather than pretend that at some point we'll get specs around this, I'm removing the pending specs. I did find that I could easily spec the options-passing behavior, so I did that.</pre> tag:github.com,2008:Grit::Commit/d2bd2809c3b7ba9c32db346a647ee2ebe7ae63ea Refactor spec for updating with feed 2013-11-25T17:30:06-08:00 jonallured https://github.com/jonallured <pre style='white-space:pre-wrap;width:81ex'>Refactor spec for updating with feed</pre> tag:github.com,2008:Grit::Commit/358398ea5a1b86ed0eab7551f11f5807d708a99b add specs 2013-11-25T17:28:29-08:00 swanson https://github.com/swanson <pre style='white-space:pre-wrap;width:81ex'>add specs</pre> tag:github.com,2008:Grit::Commit/f6e5e799578290d30150b068130ea8ad433f111c Compare url and entry_id for checking when to break when fetching new entries 2013-11-25T17:27:16-08:00 swanson https://github.com/swanson <pre style='white-space:pre-wrap;width:81ex'>Compare url and entry_id for checking when to break when fetching new entries</pre> tag:github.com,2008:Grit::Commit/2199dba9cb5aae1240ea504af85ec5005f56cd05 Update authors 2013-11-24T05:21:28-08:00 jonallured https://github.com/jonallured <pre style='white-space:pre-wrap;width:81ex'>Update authors</pre> tag:github.com,2008:Grit::Commit/d1bb7e0c36eedefa8caed71ee58cc44438bca7a6 Allow whitespace between attribute name, equals sign, and attribute value when checking for Atom or iTunes formats 2013-11-23T07:08:15-08:00 unclebilly https://github.com/unclebilly <pre style='white-space:pre-wrap;width:81ex'>Allow whitespace between attribute name, equals sign, and attribute value when checking for Atom or iTunes formats</pre> tag:github.com,2008:Grit::Commit/8b1db220d3f5027335a2c960b908c17f45e72cf9 Lots of README cleanup 2013-11-22T16:19:46-08:00 jonallured https://github.com/jonallured <pre style='white-space:pre-wrap;width:81ex'>Lots of README cleanup</pre> tag:github.com,2008:Grit::Commit/942771f5001d9928d9f33a000b62f760f7c71e19 Update CHANGELOG for 0.4.0 2013-11-22T14:25:17-08:00 jonallured https://github.com/jonallured <pre style='white-space:pre-wrap;width:81ex'>Update CHANGELOG for 0.4.0</pre> tag:github.com,2008:Grit::Commit/6e5092d421e301cfde1fb4054ffb9016612fabd4 Bump version for 0.4.0 2013-11-22T14:21:47-08:00 jonallured https://github.com/jonallured <pre style='white-space:pre-wrap;width:81ex'>Bump version for 0.4.0</pre> tag:github.com,2008:Grit::Commit/9251ed99fa0a1cc568a890ff8eb3039f3a2142eb add support for iTunes image in iTunes RSS item 2013-11-22T14:21:47-08:00 sebastianmarr https://github.com/sebastianmarr <pre style='white-space:pre-wrap;width:81ex'>add support for iTunes image in iTunes RSS item add spec for iTunes RSS item image add image to iTunes sample feed Conflicts: spec/feedzirra/parser/itunes_rss_item_spec.rb</pre> tag:github.com,2008:Grit::Commit/12d6a3bf016fce78e6d2ad870a74e67ea50204a1 Add PubSubHubbub hub urls as feed element 2013-11-22T14:21:47-08:00 ryanwi https://github.com/ryanwi <pre style='white-space:pre-wrap;width:81ex'>Add PubSubHubbub hub urls as feed element Conflicts: spec/feedzirra/parser/atom_feed_burner_spec.rb spec/feedzirra/parser/atom_spec.rb spec/feedzirra/parser/rss_feed_burner_spec.rb spec/feedzirra/parser/rss_spec.rb</pre> tag:github.com,2008:Grit::Commit/fef35747fca363ded7002152784f88a9b28db9d7 Extract callback for when the parser fails 2013-11-22T14:16:23-08:00 jonallured https://github.com/jonallured <pre style='white-space:pre-wrap;width:81ex'>Extract callback for when the parser fails</pre> tag:github.com,2008:Grit::Commit/d6b66c7045881db6b619f96d56d30edbd3217284 Raise when parser invokes its failure callback 2013-11-22T14:16:23-08:00 jonallured https://github.com/jonallured <pre style='white-space:pre-wrap;width:81ex'>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.</pre> tag:github.com,2008:Grit::Commit/aabac139d21f061793fafa5963ab812ca3774811 Add missing spec for parser exceptions 2013-11-22T14:16:23-08:00 jonallured https://github.com/jonallured <pre style='white-space:pre-wrap;width:81ex'>Add missing spec for parser exceptions Specify what happens when the parser raises an exception.</pre> tag:github.com,2008:Grit::Commit/d8f2ec80d6772bf4645106196dab0de95cd1b542 Remove spec for recursion 2013-11-22T14:16:23-08:00 jonallured https://github.com/jonallured <pre style='white-space:pre-wrap;width:81ex'>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.</pre> tag:github.com,2008:Grit::Commit/7065e2b7c90fef1f88dd5625ea124a4c87bcdc5b Write missing spec for add_url_to_multi 2013-11-22T14:16:23-08:00 jonallured https://github.com/jonallured <pre style='white-space:pre-wrap;width:81ex'>Write missing spec for add_url_to_multi Specifies what happens when no compatible parser can be found.</pre> tag:github.com,2008:Grit::Commit/7094ba77e1b020b2ac842628d8fe930cdd057af8 Fix specs to pull in #161 2013-11-20T14:19:07-08:00 jonallured https://github.com/jonallured <pre style='white-space:pre-wrap;width:81ex'>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.</pre> tag:github.com,2008:Grit::Commit/283b7fe4591629b263520c8cf099146e24e6085d Adapt feed spec 2013-11-20T14:00:23-08:00 fudanchii https://github.com/fudanchii <pre style='white-space:pre-wrap;width:81ex'>Adapt feed spec Conflicts: spec/feedzirra/feed_spec.rb</pre> tag:github.com,2008:Grit::Commit/1d806cc3ef82aecfa3f1eeedf59fd5d4802a4606 Make sure callbacks triggered respectively 2013-11-20T13:59:05-08:00 fudanchii https://github.com/fudanchii <pre style='white-space:pre-wrap;width:81ex'>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.</pre> tag:github.com,2008:Grit::Commit/fab215dd4f4820be9e5297080a71ce1b9343117b Consistently return boolean 2013-11-20T13:58:50-08:00 fudanchii https://github.com/fudanchii <pre style='white-space:pre-wrap;width:81ex'>Consistently return boolean</pre>