google_play_search 0.0.23 → 0.0.24
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 +4 -4
- data/lib/google_play_search/app.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2edbb46e631962a5e423c71f959f1e9e3fbb630c
|
4
|
+
data.tar.gz: b833a2829055bca317ced1307878ba6e6aca8494
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c2ff3beab4ecbbc17eca8f597da41c1ca7cc5292d5bff84f815f6de0579d465e8626864f2fb8cfad4cf466b4b70cad842e5c16362b71073ccea73e63cdfc103
|
7
|
+
data.tar.gz: c25aa4bc08231e747adbbfa383364b023d7988603599658b42984bf53b4b51ebe20a21e9452f09b339095fd2a157a0801df58186e7779a200d1a7b4ca1630418
|
@@ -98,7 +98,7 @@ module GooglePlaySearch
|
|
98
98
|
end
|
99
99
|
|
100
100
|
def get_long_description(google_play_html)
|
101
|
-
long_description = google_play_html.search("div[
|
101
|
+
long_description = google_play_html.search("div[itemprop='description']").first
|
102
102
|
long_description.content.strip if long_description
|
103
103
|
end
|
104
104
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google_play_search
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.24
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Grant Chen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-07-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|
@@ -95,7 +95,7 @@ dependencies:
|
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '1.4'
|
97
97
|
description: google play market search gem
|
98
|
-
email:
|
98
|
+
email: grantcss1982@gmail.com
|
99
99
|
executables: []
|
100
100
|
extensions: []
|
101
101
|
extra_rdoc_files: []
|