google_play_reviews 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bfb7eaf2b850e64a45299cd7e192e6ec4c373e7d
4
- data.tar.gz: f11799328a9206e8a3e38ef9ba873c09dcb7d12e
3
+ metadata.gz: d553290bf6ae336d5134720a910e6421f2169d50
4
+ data.tar.gz: f5197d8d953c608d28e3c66687cd813183cc9c4d
5
5
  SHA512:
6
- metadata.gz: f8b5867a2c59a6c4519ec79c0401a1e6b1cb42c6496285cb350b1efa36b9555ef951e59db08f6dc0fc65f548b1060ccf03d4477ab54a62e1484ae05d558bf399
7
- data.tar.gz: 7b0f51282771b4e137ecffb0962a3dd990e8fbf93bfb24c2c8abdba3b4b4a1e606723f303f78a6c8cbefb3cb3369aba8075a481f0a49639abf832ff5d173b5b4
6
+ metadata.gz: d1f109c7a79987b6fb71a29f521d89eeef8694bde3053ca6d02f95089b318a610d548d4d00cd77bff1923fb723b60fc82b9fc4c389143399b2ace6b93a834902
7
+ data.tar.gz: 80c3f7e838901e9026f92432936e05b794b2d5bceb1aa3de1984ce0b34515c1c040cfc8d0520621d97a8bd46ae5e09d4a4564730c02226ee171e3a67c2e7c755
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Fetch App reviews from Google Play.
4
4
 
5
+ [![Gem Version](https://badge.fury.io/rb/google_play_reviews.svg)](https://badge.fury.io/rb/google_play_reviews)
6
+
5
7
  ## Installation
6
8
 
7
9
  Add this line to your application's Gemfile:
@@ -23,13 +25,14 @@ Or install it yourself as:
23
25
  Console command:
24
26
 
25
27
  google_play_reviews [options] APP_ID
28
+ -l, --host-language [VALUE] Host language: use 'en' as default
26
29
  -s, --sort-order [VALUE] Sort order: 'newest'(default), 'rating' or 'helpfulness'
27
30
  -p, --page [VALUE] Page number (start from 0)
28
31
  -v, --version Display the current version
29
32
 
30
33
  For example:
31
34
 
32
- $ google_play_reviews -s helpfulness -p 2 com.google.android.googlequicksearchbox
35
+ $ google_play_reviews -l ja -s helpfulness -p 2 com.google.android.googlequicksearchbox
33
36
  ------------------------------
34
37
  review_id: gp:AOqpTOH34XsWVlMNiEIo7jarmgFNXbcyMz46Q5zgPaPvhrynruzQ-l98_3lOp10xMSJdkQxgK59F427eGnjCNA
35
38
  author_name: ウルフハウンド
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["cctiger36@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Fetch App reviews from Google Play.}
13
- spec.description = %q{Fetch App reviews from Google Play.}
13
+ spec.description = " "
14
14
  spec.homepage = "https://github.com/cctiger36/google_play_reviews"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module GooglePlayReviews
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google_play_reviews
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Weihu Chen
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '3.2'
69
- description: Fetch App reviews from Google Play.
69
+ description: " "
70
70
  email:
71
71
  - cctiger36@gmail.com
72
72
  executables: