README.md in playstore_parser-1.0.1 vs README.md in playstore_parser-1.0.2

- old
+ new

@@ -1,11 +1,11 @@ +[![Gem Version](https://badge.fury.io/rb/playstore_parser.svg)](https://badge.fury.io/rb/playstore_parser) # PlaystoreParser -Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/playstore_parser`. To experiment with that code, run `bin/console` for an interactive prompt. +Google Play Store APIs support the ProtoBuf ([Protocol Buffers](https://developers.google.com/protocol-buffers/)) format. +This gem parses all HTTP responses from Google Play Store in a ResponseWrapper Ruby object. -TODO: Delete this and the text above, and describe your gem - ## Installation Add this line to your application's Gemfile: ```ruby @@ -21,11 +21,9 @@ $ gem install playstore_parser ## Usage ```ruby -require 'playstore_parser' - response = PlaystoreParser.parse(http_response) ``` ## Development