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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f8a026a41da14e56bad8b0786f4aef709bc23641
4
- data.tar.gz: 78dd51ce4c65223a2945bd91485ba5c2a47a8e46
3
+ metadata.gz: a630ee211dbe68bfa42524a53fe7ef3e0a956e7d
4
+ data.tar.gz: a72913c529cabe38e2f5a94abdc8288e3da818e1
5
5
  SHA512:
6
- metadata.gz: 1158751db20c917c1f0c2367fcffaf6b1697a5a70d426c6eac04a84459596638bfa1f7e588e7c445d23400dfd2941dcc0287d2bf81bd9035f46879837729e14e
7
- data.tar.gz: ceaf9b792be40478da5812e5a5feaf597fa3227f5fb390da754a3f806c5468a73f35f7bb19b00a813eb1414297a5d9a78ae02dddbf32e5fb172b3da59e0436ce
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','AN','NL',
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
@@ -1,3 +1,3 @@
1
1
  module I18nCountrySelect
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
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.1.2
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-05 00:00:00.000000000 Z
11
+ date: 2014-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n