Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 996 Bytes

HISTORY.md

File metadata and controls

28 lines (22 loc) · 996 Bytes

HEAD

  • Use Time.parse_safely in Feed.last_modified_from_header [#129].
  • Added image to the RSS Entry Parser [#103].
  • Compatibility fixes for Ruby 2.0 [#136].
  • Remove gorillib dependency [#113].

0.2.0.rc2

  • Bump sax-machine to v0.2.0.rc1, fixes encoding issues [#76].

0.2.0.rc1

  • Remove ActiveSupport dependency
    • No longer tethered to any version of Rails!
  • Update curb (v0.8.0) and rspec (v2.10.0)
  • Revert 3008ceb
  • Add Travis-CI integration
  • General repository and gem maintenance

0.1.3

  • ?

0.1.2

  • ?

0.1.1

  • make FeedEntries enumerable (patch by Daniel Gregoire)

0.1.0

  • lower builder requirement to make it rails-3 friendly