i18n_country_select 1.0.13 → 1.0.14
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +2 -2
- data/lib/i18n_country_select/countries.rb +2 -2
- data/lib/i18n_country_select/version.rb +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -31,11 +31,11 @@ Supplying priority countries to be placed at the top of the list:
|
|
31
31
|
* (https://github.com/dmilisic)
|
32
32
|
* Andreas Wolff (https://github.com/rubyphunk)
|
33
33
|
* Valentin Rabanelly (https://github.com/vjrabanelly)
|
34
|
-
|
34
|
+
* Karl-Petter Åkesson (https://github.com/karl-petter)
|
35
35
|
Based on country_code_select: https://github.com/onemanarmy/country_code_select
|
36
36
|
|
37
37
|
== Version History
|
38
|
-
|
38
|
+
1.0.14 - Removing duplicate country codes and adding Norway
|
39
39
|
1.0.13 - Ignore missing translations from i18n-country-translations
|
40
40
|
1.0.12 - Adds the ability to specify text to use in a blank option
|
41
41
|
|
@@ -15,14 +15,14 @@ module I18nCountrySelect
|
|
15
15
|
'LY','LI','LT','LU','LB','LS','LR','LY','LI','LT',
|
16
16
|
'LU','MO','MG','MW','MY','MV','ML','MT','MH','MQ',
|
17
17
|
'MR','MU','MX','FM','MD','MC','MN','MS','MA','MZ',
|
18
|
-
'MM','NA','NR','NP','AN','NL','NC','NZ','NI','NE',
|
18
|
+
'MM','NA','NR','NO','NP','AN','NL','NC','NZ','NI','NE',
|
19
19
|
'NG','NU','NF','MP','OM','PK','PW','PA','PG','PY',
|
20
20
|
'PE','PH','PN','PL','PF','PT','PR','QA','RE','RO',
|
21
21
|
'RU','RW','LC','WS','SM','SA','SN','SC','SL','SG',
|
22
22
|
'SK','SI','SB','SO','ZA','ES','LK','SH','PM','ST',
|
23
23
|
'KN','VC','SD','SR','SJ','SZ','SE','CH','SY','TJ',
|
24
24
|
'TW','TZ','TH','TG','TK','TO','TT','TN','TR','TM',
|
25
|
-
'TC','TV','UG','UA','AE','
|
25
|
+
'TC','TV','UG','UA','AE','US','UY','UM','UZ',
|
26
26
|
'VU','VA','VE','VN','VG','VI','WF','EH','YE','ZM',
|
27
27
|
'ZW'
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: i18n_country_select
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.14
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-10-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: i18n
|