Minor:
- Fix people search when known_for info response includes a nil value
- Dependencies upgraded
Minor:
- New endpoint added for movie recommendations Tmdb::Movie.recommendations
- Upgraded dependencies on gemfile
Bugfixes:
- Fixed bad query escaping that prevented searching some particular strings
Improvement:
- Httparty dependency removed, now using a more powerful rest-client
Improvement:
- Tmdb::Search methods now return correct Tmdb::Result objects
Improvement:
- Upgraded Httparty dependency.
Improvement:
- Removed ActiveSupport dependency (Improve compatibility with existing Rails applications).
- Releasing stable version, all tests completed.
- Documentation completed.
Bugfixes:
- Added themoviedb-api.rb class in order to avoid specifying gem main class manually.
- First version, stable, but some more tests are required