i18n_country_select 1.1.2 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.rdoc +2 -0
- data/lib/i18n_country_select/countries.rb +2 -2
- data/lib/i18n_country_select/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: a630ee211dbe68bfa42524a53fe7ef3e0a956e7d
|
4
|
+
data.tar.gz: a72913c529cabe38e2f5a94abdc8288e3da818e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3cccfa79e33a85d9f5a4173dce36ea9b911b3be3f13276b84665735c558c21f19e6e5a0f3e20a2a77f14ab8d06ff83e9427a7ef97974405a498efff852d183c
|
7
|
+
data.tar.gz: 7acf949c4970e597a23307bf13a6ed9164e91edd5584165a274b520a72a3b7a8675381536d6ae2a3adf54b461273b8a615e07e683caa226b35838ee29dcb60c5
|
data/README.rdoc
CHANGED
@@ -38,10 +38,12 @@ Supplying priority countries to be placed at the top of the list:
|
|
38
38
|
* Alexey Degtyarev (https://github.com/alexhifer)
|
39
39
|
* Björn Wilmsmann (https://github.com/BjoernKW)
|
40
40
|
* https://github.com/durandom
|
41
|
+
* Stefan Slaveykov (https://github.com/wizardone)
|
41
42
|
|
42
43
|
Based on the deprecated country_code_select by: Russ Smith (russ@bashme.org) and Frank Wambutt (frank@mo-stud.io)
|
43
44
|
|
44
45
|
== Version History
|
46
|
+
* 1.1.3 - Removed Netherlands Antilles. Added Bonaire, Curacao, Sint Maarten, and South Sudan
|
45
47
|
* 1.1.2 - Adding Thread variable to speed up rendering
|
46
48
|
* 1.1.1 - Bumping required version of country translations
|
47
49
|
* 1.1.0 - Rails 4 support
|
@@ -14,7 +14,7 @@ module I18nCountrySelect
|
|
14
14
|
'KI','KP','KR','KW','LA','LV','LB','LS','LR','LY',
|
15
15
|
'LI','LT','LU','MO','MK','MG','MW','MY','MV','ML',
|
16
16
|
'MT','MH','MQ','MR','MU','MX','FM','MD','MC','MN',
|
17
|
-
'MS','MA','MZ','MM','NA','NR','NO','NP','
|
17
|
+
'MS','MA','MZ','MM','NA','NR','NO','NP','NL','BQ',
|
18
18
|
'NC','NZ','NI','NE','NG','NU','NF','MP','OM','PK',
|
19
19
|
'PW','PA','PG','PY','PE','PH','PN','PL','PF','PT',
|
20
20
|
'PR','QA','RE','RO','RS','RU','RW','LC','WS','SM',
|
@@ -23,6 +23,6 @@ module I18nCountrySelect
|
|
23
23
|
'SZ','SE','CH','SY','TJ','TW','TZ','TH','TG','TK',
|
24
24
|
'TO','TT','TN','TR','TM','TC','TV','UG','UA','AE',
|
25
25
|
'US','UY','UM','UZ','VU','VA','VE','VN','VG','VI',
|
26
|
-
'WF','EH','YE','ZM','ZW'
|
26
|
+
'WF','EH','YE','ZM','ZW','CW','SX','SS'
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: i18n_country_select
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian McQuay (brian@onomojo.com)
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-05-
|
11
|
+
date: 2014-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: i18n
|