app_store_info 1.0.7 → 1.0.8

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: bb2950431c398803bbe3a5101fb2e812d908f763
4
- data.tar.gz: f3f92aa3830de415f225c41a3d3f7bbc6e0150de
3
+ metadata.gz: '083d9eb71012381028a3f7283dc00101affd78e4'
4
+ data.tar.gz: 2a4ab4d56850f0490ad71c37bff38eebdb49ee27
5
5
  SHA512:
6
- metadata.gz: c13a26b2667be052fa3eaeb70d68e458f5a9047f0852ff1eb7080bbab5d286a6dd05ad3657710055bcb7d1227138af785689f1264d985e7908a989b7fd33dc8f
7
- data.tar.gz: e9092d12073c8752cd71905bb6e3de1e95cb7cbb21e6034fa9fca7e2e0cfcda65189655fda9113fee6f454a77a0bcfcaf0bae3d84fc1858cde233bf9492ccf31
6
+ metadata.gz: ed75e5b7bcc2d0a567fd84167f0bbff469c08ca7102f15fb2583cfc628680cd0e0d102fb36f448bb119aa212ceca5ff64578491be17f823b3fdba52adff372ec
7
+ data.tar.gz: da5a95044cf17b2efdce5bf0e99805ead94290b31ca21caee8620554e110ee86beb315439a289a968a35c74b6cea4f91539c5c5b77d9d4aeb7efd6be1793149f
@@ -36,7 +36,7 @@ module AppStoreInfo
36
36
  'GR' => 'Greece', 'GT' => 'Guatemala', 'GW' => 'Guinea-Bissau', 'GY' => 'Guyana',
37
37
  'HK' => 'Hong Kong', 'HN' => 'Honduras', 'HR' => 'Croatia', 'HU' => 'Hungary',
38
38
  'ID' => 'Indonesia', 'IE' => 'Ireland', 'IL' => 'Israel', 'IN' => 'India', 'IS' => 'Iceland',
39
- 'IT' => 'Italy', 'JM' => 'Jamaica',
39
+ 'IT' => 'Italy', 'IZ' => 'Iraq', 'JM' => 'Jamaica',
40
40
  'JO' => 'Jordan', 'JP' => 'Japan', 'KE' => 'Kenya', 'KG' => 'Kyrgyzstan', 'KH' => 'Cambodia',
41
41
  'KN' => 'St. Kitts and Nevis', 'KR' => 'Republic Of Korea', 'KW' => 'Kuwait',
42
42
  'KY' => 'Cayman Islands', 'KZ' => 'Kazakhstan', 'LA' => "Lao People's Democratic Republic",
@@ -49,10 +49,10 @@ module AppStoreInfo
49
49
  'NI' => 'Nicaragua', 'NL' => 'Netherlands', 'NO' => 'Norway', 'NP' => 'Nepal',
50
50
  'NZ' => 'New Zealand', 'OM' => 'Oman', 'PA' => 'Panama', 'PE' => 'Peru',
51
51
  'PG' => 'Papua New Guinea', 'PH' => 'Philippines', 'PK' => 'Pakistan', 'PL' => 'Poland',
52
- 'PT' => 'Portugal', 'PW' => 'Palau', 'PY' => 'Paraguay', 'QA' => 'Qatar', 'RO' => 'Romania',
53
- 'RU' => 'Russia', 'RW' => 'Rwanda', 'SA' => 'Saudi Arabia', 'SB' => 'Solomon Islands',
54
- 'SC' => 'Seychelles', 'SE' => 'Sweden', 'SG' => 'Singapore',
55
- 'SI' => 'Slovenia', 'SK' => 'Slovakia', 'SL' => 'Sierra Leone',
52
+ 'PS' => 'Palestinian Territory', 'PT' => 'Portugal', 'PW' => 'Palau', 'PY' => 'Paraguay',
53
+ 'QA' => 'Qatar', 'RO' => 'Romania', 'RU' => 'Russia', 'RW' => 'Rwanda',
54
+ 'SA' => 'Saudi Arabia', 'SB' => 'Solomon Islands', 'SC' => 'Seychelles', 'SE' => 'Sweden',
55
+ 'SG' => 'Singapore', 'SI' => 'Slovenia', 'SK' => 'Slovakia', 'SL' => 'Sierra Leone',
56
56
  'SN' => 'Senegal', 'SR' => 'Suriname', 'SS' => 'South Sudan',
57
57
  'ST' => 'Sao Tome and Principe', 'SV' => 'El Salvador', 'SZ' => 'Swaziland',
58
58
  'TC' => 'Turks and Caicos', 'TD' => 'Chad', 'TH' => 'Thailand', 'TJ' => 'Tajikistan',
@@ -71,8 +71,8 @@ module AppStoreInfo
71
71
  ),
72
72
 
73
73
  'Africa, Middle East, and India' => %w(
74
- DZ AO AM AZ BH BJ BW BF CM CV TD CG EG ET GM GH GW IN IL JO KE KW LB LS LR MG MW ML MR MU
75
- MZ NA NE NG OM QA RW SA SN SC SS SL ZA SZ ST TZ TN UG AE YE ZM ZW
74
+ DZ AO AM AZ BH BJ BW BF CM CV TD CG EG ET GM GH GW IN IL IZ JO KE KW LB LS LR MG MW ML MR MU
75
+ MZ NA NE NG OM PS QA RW SA SN SC SS SL ZA SZ ST TZ TN UG AE YE ZM ZW
76
76
  ),
77
77
 
78
78
  'Latin America and the Caribbean' => %w(
@@ -1,3 +1,3 @@
1
1
  module AppStoreInfo
2
- VERSION = '1.0.7'.freeze
2
+ VERSION = '1.0.8'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app_store_info
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Otero
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-01-11 00:00:00.000000000 Z
11
+ date: 2017-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday