i18n_country_select 1.0.16 → 1.0.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README.rdoc +5 -1
- data/lib/i18n_country_select/countries.rb +1 -1
- data/lib/i18n_country_select/version.rb +1 -1
- metadata +16 -30
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: f78a5371b8fed10e962a95ac0b4659852ad5d8e5
|
4
|
+
data.tar.gz: 82aa7386276cb89f01b6a00d6c4a569d46d5fd2c
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: fb4aca1a9644c0162a0ff101517bec239e051e947fd9d5a14714ea3650b87773db0db0c4d19af29efddd22e077b1caaf3c1d53a337af2e0695073e680bd3df33
|
7
|
+
data.tar.gz: 4da6f3d14a67df2bd0959d5642f2279e6028bc667226fbfe6c61ffe064f0ef45b2ad5c1fd69b3bb004ffcdc93c8034c1f04c429bbb156ff785d2a5ad111ab9ba
|
data/README.rdoc
CHANGED
@@ -33,9 +33,13 @@ Supplying priority countries to be placed at the top of the list:
|
|
33
33
|
* Valentin Rabanelly (https://github.com/vjrabanelly)
|
34
34
|
* Karl-Petter Åkesson (https://github.com/karl-petter)
|
35
35
|
* Hélder Tavares da Silva (https://github.com/heldersilva)
|
36
|
-
|
36
|
+
* Marten Klitzke (https://github.com/mortik)
|
37
|
+
* Victor D. (https://github.com/V1c70r)
|
38
|
+
|
39
|
+
Based on the deprecated country_code_select by: Russ Smith (russ@bashme.org) and Frank Wambutt (frank@mo-stud.io)
|
37
40
|
|
38
41
|
== Version History
|
42
|
+
1.0.17 - Removing duplicate country code IE
|
39
43
|
1.0.16 - Removing unnecessary value attribute and corrected spelling error on the include_blank option tag
|
40
44
|
1.0.15 - Removing more duplicate country codes
|
41
45
|
1.0.14 - Removing duplicate country codes and adding Norway
|
@@ -10,7 +10,7 @@ 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','
|
13
|
+
'IE','IL','IT','CI','JM','JP','JO','KZ','KE',
|
14
14
|
'KG','KI','KP','KR','KW','LA','LV','LB','LS','LR',
|
15
15
|
'LY','LI','LT','LU','MO','MG','MW','MY','MV','ML',
|
16
16
|
'MT','MH','MQ','MR','MU','MX','FM','MD','MC','MN',
|
metadata
CHANGED
@@ -1,20 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: i18n_country_select
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
5
|
-
prerelease:
|
4
|
+
version: 1.0.17
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Brian McQuay (brian@onomojo.com)
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2013-
|
11
|
+
date: 2013-09-05 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: i18n
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
17
|
- - ~>
|
20
18
|
- !ruby/object:Gem::Version
|
@@ -22,7 +20,6 @@ dependencies:
|
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
24
|
- - ~>
|
28
25
|
- !ruby/object:Gem::Version
|
@@ -30,71 +27,62 @@ dependencies:
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: i18n-country-translations
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
30
|
requirements:
|
35
|
-
- -
|
31
|
+
- - '>='
|
36
32
|
- !ruby/object:Gem::Version
|
37
33
|
version: 0.0.9
|
38
34
|
type: :runtime
|
39
35
|
prerelease: false
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
37
|
requirements:
|
43
|
-
- -
|
38
|
+
- - '>='
|
44
39
|
- !ruby/object:Gem::Version
|
45
40
|
version: 0.0.9
|
46
41
|
- !ruby/object:Gem::Dependency
|
47
42
|
name: sort_alphabetical
|
48
43
|
requirement: !ruby/object:Gem::Requirement
|
49
|
-
none: false
|
50
44
|
requirements:
|
51
|
-
- -
|
45
|
+
- - '>='
|
52
46
|
- !ruby/object:Gem::Version
|
53
47
|
version: 0.1.3
|
54
48
|
type: :runtime
|
55
49
|
prerelease: false
|
56
50
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
-
none: false
|
58
51
|
requirements:
|
59
|
-
- -
|
52
|
+
- - '>='
|
60
53
|
- !ruby/object:Gem::Version
|
61
54
|
version: 0.1.3
|
62
55
|
- !ruby/object:Gem::Dependency
|
63
56
|
name: rails
|
64
57
|
requirement: !ruby/object:Gem::Requirement
|
65
|
-
none: false
|
66
58
|
requirements:
|
67
|
-
- -
|
59
|
+
- - '>='
|
68
60
|
- !ruby/object:Gem::Version
|
69
61
|
version: 3.0.0
|
70
62
|
type: :development
|
71
63
|
prerelease: false
|
72
64
|
version_requirements: !ruby/object:Gem::Requirement
|
73
|
-
none: false
|
74
65
|
requirements:
|
75
|
-
- -
|
66
|
+
- - '>='
|
76
67
|
- !ruby/object:Gem::Version
|
77
68
|
version: 3.0.0
|
78
69
|
- !ruby/object:Gem::Dependency
|
79
70
|
name: rspec-rails
|
80
71
|
requirement: !ruby/object:Gem::Requirement
|
81
|
-
none: false
|
82
72
|
requirements:
|
83
|
-
- -
|
73
|
+
- - '>='
|
84
74
|
- !ruby/object:Gem::Version
|
85
75
|
version: 2.7.0
|
86
76
|
type: :development
|
87
77
|
prerelease: false
|
88
78
|
version_requirements: !ruby/object:Gem::Requirement
|
89
|
-
none: false
|
90
79
|
requirements:
|
91
|
-
- -
|
80
|
+
- - '>='
|
92
81
|
- !ruby/object:Gem::Version
|
93
82
|
version: 2.7.0
|
94
83
|
- !ruby/object:Gem::Dependency
|
95
84
|
name: spork
|
96
85
|
requirement: !ruby/object:Gem::Requirement
|
97
|
-
none: false
|
98
86
|
requirements:
|
99
87
|
- - ~>
|
100
88
|
- !ruby/object:Gem::Version
|
@@ -102,7 +90,6 @@ dependencies:
|
|
102
90
|
type: :development
|
103
91
|
prerelease: false
|
104
92
|
version_requirements: !ruby/object:Gem::Requirement
|
105
|
-
none: false
|
106
93
|
requirements:
|
107
94
|
- - ~>
|
108
95
|
- !ruby/object:Gem::Version
|
@@ -124,26 +111,25 @@ files:
|
|
124
111
|
- MIT-LICENSE
|
125
112
|
homepage: https://github.com/onomojo/i18n_country_select
|
126
113
|
licenses: []
|
114
|
+
metadata: {}
|
127
115
|
post_install_message:
|
128
116
|
rdoc_options: []
|
129
117
|
require_paths:
|
130
118
|
- lib
|
131
119
|
required_ruby_version: !ruby/object:Gem::Requirement
|
132
|
-
none: false
|
133
120
|
requirements:
|
134
|
-
- -
|
121
|
+
- - '>='
|
135
122
|
- !ruby/object:Gem::Version
|
136
123
|
version: '0'
|
137
124
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
138
|
-
none: false
|
139
125
|
requirements:
|
140
|
-
- -
|
126
|
+
- - '>='
|
141
127
|
- !ruby/object:Gem::Version
|
142
128
|
version: 1.3.5
|
143
129
|
requirements: []
|
144
|
-
rubyforge_project:
|
145
|
-
rubygems_version:
|
130
|
+
rubyforge_project: '[none]'
|
131
|
+
rubygems_version: 2.0.7
|
146
132
|
signing_key:
|
147
|
-
specification_version:
|
133
|
+
specification_version: 4
|
148
134
|
summary: I18n country select helper
|
149
135
|
test_files: []
|