i18n_country_select 1.0.18 → 1.0.19
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.rdoc +3 -1
- data/lib/i18n_country_select/countries.rb +3 -3
- data/lib/i18n_country_select/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3ecf6fe042b23e81a270af77cc1f5b9ba3cf83f9
|
4
|
+
data.tar.gz: ff617925f6467a7eef8b96b883e47c6df38e24cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8a3468e27669bf02cc847b4ee0cefdde15b45b6fa5447ad9cfa5434245707f84e45608db9a465f5658b77e898e9388167379645dcda34166854d37a6985ad45
|
7
|
+
data.tar.gz: 0b06fe56c1ca328995ad3d70ec4f61503d82cfb31c85314fbecf83529de2389a4a15a278db65df14a07de47809d6828892112d986dd78680fd3d25bcba84d7da
|
data/README.rdoc
CHANGED
@@ -35,10 +35,12 @@ Supplying priority countries to be placed at the top of the list:
|
|
35
35
|
* Hélder Tavares da Silva (https://github.com/heldersilva)
|
36
36
|
* Marten Klitzke (https://github.com/mortik)
|
37
37
|
* Victor D. (https://github.com/V1c70r)
|
38
|
+
* Alexey Degtyarev (https://github.com/alexhifer)
|
38
39
|
|
39
40
|
Based on the deprecated country_code_select by: Russ Smith (russ@bashme.org) and Frank Wambutt (frank@mo-stud.io)
|
40
41
|
|
41
42
|
== Version History
|
43
|
+
* 1.0.19 - Added Macedonia
|
42
44
|
* 1.0.18 - Fixed translated sorting
|
43
45
|
* 1.0.17 - Removing duplicate country code IE
|
44
46
|
* 1.0.16 - Removing unnecessary value attribute and corrected spelling error on the include_blank option tag
|
@@ -49,5 +51,5 @@ Based on the deprecated country_code_select by: Russ Smith (russ@bashme.org) and
|
|
49
51
|
|
50
52
|
== License
|
51
53
|
|
52
|
-
MIT
|
54
|
+
MIT or GPL
|
53
55
|
|
@@ -10,9 +10,9 @@ module I18nCountrySelect
|
|
10
10
|
'FR','FX','TF','GA','GM','GE','DE','GH','GI','GB',
|
11
11
|
'GR','GL','GD','GP','GU','GT','GN','GW','GY','GF',
|
12
12
|
'HT','HM','HN','HK','HU','IS','IN','ID','IR','IQ',
|
13
|
-
'IE','IL','IT','CI','JM','JP','JO','KZ','KE',
|
14
|
-
'
|
15
|
-
'
|
13
|
+
'IE','IL','IT','CI','JM','JP','JO','KZ','KE','KG',
|
14
|
+
'KI','KP','KR','KW','LA','LV','LB','LS','LR','LY',
|
15
|
+
'LI','LT','LU','MO','MK','MG','MW','MY','MV','ML',
|
16
16
|
'MT','MH','MQ','MR','MU','MX','FM','MD','MC','MN',
|
17
17
|
'MS','MA','MZ','MM','NA','NR','NO','NP','AN','NL',
|
18
18
|
'NC','NZ','NI','NE','NG','NU','NF','MP','OM','PK',
|
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.0.
|
4
|
+
version: 1.0.19
|
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: 2013-
|
11
|
+
date: 2013-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: i18n
|
@@ -110,7 +110,9 @@ files:
|
|
110
110
|
- README.rdoc
|
111
111
|
- MIT-LICENSE
|
112
112
|
homepage: https://github.com/onomojo/i18n_country_select
|
113
|
-
licenses:
|
113
|
+
licenses:
|
114
|
+
- MIT
|
115
|
+
- GPL-2
|
114
116
|
metadata: {}
|
115
117
|
post_install_message:
|
116
118
|
rdoc_options: []
|