google_play_search 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: f89061c75b5e81cfe275e3dee0175b2318297138
4
+ data.tar.gz: 95be8b8f4b6389c7873be39f6d1a84ce00315f76
5
+ SHA512:
6
+ metadata.gz: c75f9baad1102e58e3b8c989e807badfd539903262bd85e491f0a1612cd0878c656037cf9e72b3da3acee2e30749ac1127d4e758aa0007c3fd2f29e18047874e
7
+ data.tar.gz: 6ba1a15a1adfa18a83562d0c46758217c0e36a2e1660b8d89c5420faf6796a0d290c03930060486cf62a06417722de1b20a0da4365ab6957f294277c79428208
@@ -23,7 +23,7 @@ module GooglePlaySearch
23
23
 
24
24
  private
25
25
  def get_url(app_content)
26
- url = $GOOGLE_PLAY_STORE_BASE_URL + app_content.css("div.cover a.card-content-link").first['href']
26
+ url = $GOOGLE_PLAY_STORE_BASE_URL + app_content.css("a.card-click-target").first['href']
27
27
  if url.end_with?(SEARCH_APP_URL_END_SUFF)
28
28
  url = url[0..-1* (SEARCH_APP_URL_END_SUFF.size + 1)]
29
29
  end
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google_play_search
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
5
- prerelease:
4
+ version: 0.0.10
6
5
  platform: ruby
7
6
  authors:
8
7
  - Grant Chen
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-07-16 00:00:00.000000000 Z
11
+ date: 2014-06-19 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: nokogiri
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: 1.5.3
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: 1.5.3
30
27
  description: google play market search gem
@@ -33,33 +30,31 @@ executables: []
33
30
  extensions: []
34
31
  extra_rdoc_files: []
35
32
  files:
36
- - lib/google_play_search.rb
37
- - lib/google_play_search/search.rb
38
33
  - lib/google_play_search/app.rb
39
34
  - lib/google_play_search/app_parser.rb
35
+ - lib/google_play_search/search.rb
36
+ - lib/google_play_search.rb
40
37
  homepage: https://github.com/grantchen/google_play_search
41
38
  licenses: []
39
+ metadata: {}
42
40
  post_install_message:
43
41
  rdoc_options: []
44
42
  require_paths:
45
43
  - lib
46
44
  required_ruby_version: !ruby/object:Gem::Requirement
47
- none: false
48
45
  requirements:
49
- - - ! '>='
46
+ - - '>='
50
47
  - !ruby/object:Gem::Version
51
48
  version: '0'
52
49
  required_rubygems_version: !ruby/object:Gem::Requirement
53
- none: false
54
50
  requirements:
55
- - - ! '>='
51
+ - - '>='
56
52
  - !ruby/object:Gem::Version
57
53
  version: '0'
58
54
  requirements: []
59
55
  rubyforge_project:
60
- rubygems_version: 1.8.25
56
+ rubygems_version: 2.0.14
61
57
  signing_key:
62
- specification_version: 3
58
+ specification_version: 4
63
59
  summary: google play market search
64
60
  test_files: []
65
- has_rdoc: