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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 00d7fc9362f2f2ab078a89b44443418ab8d70bdf
4
- data.tar.gz: 140c210775c90f0b92576a237b524580cb6deaef
3
+ metadata.gz: 3ecf6fe042b23e81a270af77cc1f5b9ba3cf83f9
4
+ data.tar.gz: ff617925f6467a7eef8b96b883e47c6df38e24cb
5
5
  SHA512:
6
- metadata.gz: 9ba8ebb357eef9ca79398f518932c76e66bf5cc55083d091068f07e0f3e5f236cf5ab641b3b1df6523175c64b713b938d4e8deac42b605a03633271421df7dbe
7
- data.tar.gz: fdbb619aaeac2148dcfb7db2bc5fbae4114b0ceb786e3d9947092cd5f83ef9c0663d24fc00a3dd00b15b6689e7bcd8994622b387be97b0f8e9534b56f76365d8
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 license
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
- 'KG','KI','KP','KR','KW','LA','LV','LB','LS','LR',
15
- 'LY','LI','LT','LU','MO','MG','MW','MY','MV','ML',
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',
@@ -1,3 +1,3 @@
1
1
  module I18nCountrySelect
2
- VERSION = "1.0.18"
2
+ VERSION = "1.0.19"
3
3
  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.0.18
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-09-19 00:00:00.000000000 Z
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: []