- "by_multiple" API method allows filtering quotes by multiple scopes at a time.
- "by_random" API method allows fetching random quotes.
- "HTTParty" ruby gem version updated to "0.15.5".
- API endpoint updated to:
https://movie-quotes-app.herokuapp.com/api/v1/quotes
- "Rating" field add to each quote. Value goes from "1" to "5" (stars).
- Image URLs fields added within each quote: "large" and "thumb" sizes.
- "Configuration" module.
- API results are retrieved only when API Key is set.
- Test suite scenarios.
- Test suite files.
- Possible gem icons.
- Coveralls and Travis config files.
- README setup with basic structure.
- LICENSE file.
- Initial release :)