- replace obsolete URI.escape with CGI.escape @lightalloy.
- in_app_products_price to the app class from @lightalloy.
- physical_address to the app class from @lightalloy.
- contains_ads to the app class from @lightalloy.
- multiple app categories (categories, categories_urls) added to the app class from @lightalloy.
- privacy_url to the app class from @antonyr.
- updated test data from @chadrem.
- website_url for app class from @antonyr.
- tweak tests to work with latest test data from @chadrem.
- Reviews now have a review_id from @tom-wolters.
- developer_id to the app class from @Simran1306.
- Test warnings for Ruby 2.4.
- This project now uses a change as recommended by @swrobel.
- Added created_at date to app reviews from @louisguitton.
- Ruby 2.1.0 or greater is now required due to Nokogiri from @chadrem.
- Fixed an issue where there's no price or rating from @refaelos.