i18n_country_select 1.0.14 → 1.0.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,9 +32,11 @@ Supplying priority countries to be placed at the top of the list:
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
- Based on country_code_select: https://github.com/onemanarmy/country_code_select
35
+ * Hélder Tavares da Silva (https://github.com/heldersilva)
36
+ Based on the old country_code_select by: Russ Smith (russ@bashme.org) and Frank Wambutt (frank@mo-stud.io)
36
37
 
37
38
  == Version History
39
+ 1.0.15 - Removing more duplicate country codes
38
40
  1.0.14 - Removing duplicate country codes and adding Norway
39
41
  1.0.13 - Ignore missing translations from i18n-country-translations
40
42
  1.0.12 - Adds the ability to specify text to use in a blank option
@@ -12,18 +12,17 @@ module I18nCountrySelect
12
12
  'HT','HM','HN','HK','HU','IS','IN','ID','IR','IQ',
13
13
  'IE','IE','IL','IT','CI','JM','JP','JO','KZ','KE',
14
14
  'KG','KI','KP','KR','KW','LA','LV','LB','LS','LR',
15
- 'LY','LI','LT','LU','LB','LS','LR','LY','LI','LT',
16
- 'LU','MO','MG','MW','MY','MV','ML','MT','MH','MQ',
17
- 'MR','MU','MX','FM','MD','MC','MN','MS','MA','MZ',
18
- 'MM','NA','NR','NO','NP','AN','NL','NC','NZ','NI','NE',
19
- 'NG','NU','NF','MP','OM','PK','PW','PA','PG','PY',
20
- 'PE','PH','PN','PL','PF','PT','PR','QA','RE','RO',
21
- 'RU','RW','LC','WS','SM','SA','SN','SC','SL','SG',
22
- 'SK','SI','SB','SO','ZA','ES','LK','SH','PM','ST',
23
- 'KN','VC','SD','SR','SJ','SZ','SE','CH','SY','TJ',
24
- 'TW','TZ','TH','TG','TK','TO','TT','TN','TR','TM',
25
- 'TC','TV','UG','UA','AE','US','UY','UM','UZ',
26
- 'VU','VA','VE','VN','VG','VI','WF','EH','YE','ZM',
27
- 'ZW'
15
+ 'LY','LI','LT','LU','MO','MG','MW','MY','MV','ML',
16
+ 'MT','MH','MQ','MR','MU','MX','FM','MD','MC','MN',
17
+ 'MS','MA','MZ','MM','NA','NR','NO','NP','AN','NL',
18
+ 'NC','NZ','NI','NE','NG','NU','NF','MP','OM','PK',
19
+ 'PW','PA','PG','PY','PE','PH','PN','PL','PF','PT',
20
+ 'PR','QA','RE','RO','RS','RU','RW','LC','WS','SM',
21
+ 'SA','SN','SC','SL','SG','SK','SI','SB','SO','ZA',
22
+ 'ES','LK','SH','PM','ST','KN','VC','SD','SR','SJ',
23
+ 'SZ','SE','CH','SY','TJ','TW','TZ','TH','TG','TK',
24
+ 'TO','TT','TN','TR','TM','TC','TV','UG','UA','AE',
25
+ 'US','UY','UM','UZ','VU','VA','VE','VN','VG','VI',
26
+ 'WF','EH','YE','ZM','ZW'
28
27
  end
29
28
  end
@@ -1,3 +1,3 @@
1
1
  module I18nCountrySelect
2
- VERSION = "1.0.14"
2
+ VERSION = "1.0.15"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n_country_select
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.14
4
+ version: 1.0.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - Russ Smith (russ@bashme.org), Brian McQuay (brian@onomojo.com), Frank Wambutt (frank@mo-stud.io)
8
+ - Brian McQuay (brian@onomojo.com)
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-18 00:00:00.000000000 Z
12
+ date: 2013-01-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n