iconik 0.5.3 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0d3a94ebf4bd1d94f4d4bee16f777432c8c2dcca
4
- data.tar.gz: e5b28aefb84be77bfac304d24fa1e138321a6d7c
3
+ metadata.gz: 0ebfa0ea83a6f93aede68a89dc1e5c43429ad6a1
4
+ data.tar.gz: 729818f2a993716a7cb3888cf3550fcd1a5efaf1
5
5
  SHA512:
6
- metadata.gz: 3d87efa29dcf0f9b572fb13910f61255e8758f7601a0eef812fa457fe4dccdf15d9496b11c28bc631ff2603470f64146f5849166f73096f678e19ba0685ec1b7
7
- data.tar.gz: 6159c914faa0e8d02ec76bd924a8099ae3239c62057d17cc98049e84e5ca7d602731008e65b3cd6389db783d3c9f5e2fe0c78b089d0b4665aed10cd94b5b0aa5
6
+ metadata.gz: 381249d5f1646976f86467da1f81886b6d07ec4905da9917dc9b14dbc24185a1b96f74c164901159d14b94115d13b3342fa4da663591eb1da56eec855d42c0a9
7
+ data.tar.gz: 635193617a2336b9e89e77dc738573c93811a1cff3b5d5a34df0afd703f2e9d37b3e16eb75ca9af07cb1e52dc996cad7a29347a0e360d39c01519d5858dfaf42
@@ -11,7 +11,7 @@ module Iconik
11
11
  end
12
12
 
13
13
  def pluck_icon
14
- country_params = country ? "&country=#{country}" : ""
14
+ country_params = country ? "&country=#{country}" : "&country=jp"
15
15
  get_url = scraping ? @url : "http://itunes.apple.com/lookup?id=#{pluck_app_id(url)}#{country_params}"
16
16
  @client = Iconik::HttpClient.new(get_url)
17
17
  scraping ? pluck_icon_for_scraping : pluck_icon_for_json
@@ -1,3 +1,3 @@
1
1
  module Iconik
2
- VERSION = "0.5.3"
2
+ VERSION = "0.5.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iconik
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - kazuaking