Sha256: 1b82a2ba80acf7bc6f665196e7935d3cf20719049ccf56bf62bb0b59981e51ea
Contents?: true
Size: 1.7 KB
Versions: 1
Compression:
Stored size: 1.7 KB
Contents
=== 1.0.0 / 2015-08-25 * 1 major enhancement * Incompatible with older versions of Film Buff! * Now requires Ruby 2.0.0 or newer because of the use of keyword arguments. * Film Buff is no longer a module, but a class. Use it by creating an instance with `imdb = FilmBuff.new` * `find_by_id` is now called `look_up_id` * `find_by_title` is now called `search_for_title` * `search_for_title` now returns an array with results. * 1 minor enhancement * http.rb has replaced HTTParty * Implemented YARD documentation. It can be found at http://rubydoc.info/gems/filmbuff/frames === 0.1.6 / 2012-07-24 * 1 minor enhancement * Updated find_by_title to use IMDb's new search API === 0.1.5 / 2011-03-15 * 3 major enhancements * Ruby 1.8.x support. Only tested with 1.8.7-p334 but it should work with versions below as well. I don't intend to test with 1.8.x again, so consider yourself warned * Use the new HTTParty-Icebox gem instead of vendoring the code * Changed runtime format. Now returns the length in seconds rather than minutes, allowing greater customization * 1 minor enhancement * Removed redundant Rspec tests. === 0.1.2 / 2011-03-07 * 2 minor enhancements * Fixed locale support * Added part about locale to README === 0.1.1 / 2011-03-06 * 1 minor enhancement * Included "Readme.markdown" in released gem. === 0.1.0 / 2011-03-06 * 2 major enhancements * Rewrote everything from the ground up. A lot of unnecessary functionality has been removed. * Added RSpec tests === 0.0.2 / 2010-09-30 * 1 minor enhancement * Renamed "HISTORY" to "History" === 0.0.1 / 2010-09-06 * 1 major enhancement * Alpha release - Code needs to be cleaned up before 0.1.0
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
filmbuff-1.0.0 | CHANGES |