app_store_info 1.0.7 → 1.0.8
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/app_store_info/regions.rb +7 -7
- data/lib/app_store_info/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '083d9eb71012381028a3f7283dc00101affd78e4'
|
|
4
|
+
data.tar.gz: 2a4ab4d56850f0490ad71c37bff38eebdb49ee27
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
'
|
|
53
|
-
'
|
|
54
|
-
'
|
|
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(
|
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.
|
|
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
|
+
date: 2017-01-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|