iconik 0.5.2 → 0.5.3

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: 5526669a1243c2c6463e0a5441f5c6963c917049
4
- data.tar.gz: 4d6fc65373643dea87848e2cebed9bd38ef77228
3
+ metadata.gz: 0d3a94ebf4bd1d94f4d4bee16f777432c8c2dcca
4
+ data.tar.gz: e5b28aefb84be77bfac304d24fa1e138321a6d7c
5
5
  SHA512:
6
- metadata.gz: c3ae60bd45ff38c70a4ffd49b6492deb2588d326ed2c5fc6b35eae1929d287b50f3446a9655b156ff03960a608e02c8fd6481a78f4bbf46331cdace50ced7467
7
- data.tar.gz: c0f8400bcc88c6cb6bc5023e81f0c80324c9f933f44e8fc626f1e9a3e29cc1e58a2ff8d988fa7aea7b6be617f4f8e1622f934e940ee576a4aff019dee71712aa
6
+ metadata.gz: 3d87efa29dcf0f9b572fb13910f61255e8758f7601a0eef812fa457fe4dccdf15d9496b11c28bc631ff2603470f64146f5849166f73096f678e19ba0685ec1b7
7
+ data.tar.gz: 6159c914faa0e8d02ec76bd924a8099ae3239c62057d17cc98049e84e5ca7d602731008e65b3cd6389db783d3c9f5e2fe0c78b089d0b4665aed10cd94b5b0aa5
@@ -11,7 +11,7 @@ module Iconik
11
11
  end
12
12
 
13
13
  def pluck_icon
14
- country ? country_params = "&country=#{country}" : "&country=JP"
14
+ country_params = country ? "&country=#{country}" : ""
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.2"
2
+ VERSION = "0.5.3"
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.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - kazuaking