country_select 3.0.0 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: country_select
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 5.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Penner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-25 00:00:00.000000000 Z
11
+ date: 2021-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3'
19
+ version: '6.1'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '3'
26
+ version: '6.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: pry
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -42,16 +42,16 @@ dependencies:
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ">="
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: '13'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
54
+ version: '13'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rspec
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -70,46 +70,46 @@ dependencies:
70
70
  name: wwtd
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ">="
73
+ - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '0'
75
+ version: '1'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ">="
80
+ - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '0'
82
+ version: '1'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: countries
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '2.0'
89
+ version: '3.0'
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: '2.0'
96
+ version: '3.0'
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: sort_alphabetical
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: '1.0'
103
+ version: '1.1'
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: '1.0'
111
- description: Provides a simple helper to get an HTML select list of countries. The
112
- list of countries comes from the ISO 3166 standard. While it is a relatively neutral
110
+ version: '1.1'
111
+ description: Provides a simple helper to get an HTML select list of countries. The
112
+ list of countries comes from the ISO 3166 standard. While it is a relatively neutral
113
113
  source of country names, it will still offend some users.
114
114
  email:
115
115
  - stefan.penner@gmail.com
@@ -130,22 +130,18 @@ files:
130
130
  - country_select.gemspec
131
131
  - gemfiles/actionpack.edge.gemfile
132
132
  - gemfiles/actionpack.edge.gemfile.lock
133
- - gemfiles/actionpack3.2.gemfile
134
- - gemfiles/actionpack3.2.gemfile.lock
135
- - gemfiles/actionpack4.0.gemfile
136
- - gemfiles/actionpack4.0.gemfile.lock
137
- - gemfiles/actionpack4.1.gemfile
138
- - gemfiles/actionpack4.1.gemfile.lock
139
- - gemfiles/actionpack4.2.gemfile
140
- - gemfiles/actionpack4.2.gemfile.lock
141
- - gemfiles/actionpack5.0.gemfile
142
- - gemfiles/actionpack5.0.gemfile.lock
133
+ - gemfiles/actionpack5.2.gemfile
134
+ - gemfiles/actionpack5.2.gemfile.lock
135
+ - gemfiles/actionpack6.0.gemfile
136
+ - gemfiles/actionpack6.0.gemfile.lock
137
+ - gemfiles/actionpack6.1.gemfile
138
+ - gemfiles/actionpack6.1.gemfile.lock
143
139
  - lib/country_select.rb
144
140
  - lib/country_select/country_select_helper.rb
145
141
  - lib/country_select/formats.rb
146
- - lib/country_select/rails3/country_select_helper.rb
147
142
  - lib/country_select/tag_helper.rb
148
143
  - lib/country_select/version.rb
144
+ - lib/country_select_without_sort_alphabetical.rb
149
145
  - spec/country_select_spec.rb
150
146
  - spec/spec_helper.rb
151
147
  homepage: https://github.com/stefanpenner/country_select
@@ -160,15 +156,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
160
156
  requirements:
161
157
  - - ">="
162
158
  - !ruby/object:Gem::Version
163
- version: '2'
159
+ version: '2.5'
164
160
  required_rubygems_version: !ruby/object:Gem::Requirement
165
161
  requirements:
166
162
  - - ">="
167
163
  - !ruby/object:Gem::Version
168
164
  version: '0'
169
165
  requirements: []
170
- rubyforge_project: country_select
171
- rubygems_version: 2.5.2
166
+ rubygems_version: 3.2.13
172
167
  signing_key:
173
168
  specification_version: 4
174
169
  summary: Country Select Plugin
@@ -1,11 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- gemspec :path => "../"
4
-
5
- gem "actionpack", "~> 3.2.17"
6
-
7
- platforms :rbx do
8
- gem "racc"
9
- gem "rubysl", "~> 2.0"
10
- gem "psych"
11
- end
@@ -1,300 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- country_select (3.0.0.alpha1)
5
- countries (~> 2.0)
6
- sort_alphabetical (~> 1.0)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actionpack (3.2.22.5)
12
- activemodel (= 3.2.22.5)
13
- activesupport (= 3.2.22.5)
14
- builder (~> 3.0.0)
15
- erubis (~> 2.7.0)
16
- journey (~> 1.0.4)
17
- rack (~> 1.4.5)
18
- rack-cache (~> 1.2)
19
- rack-test (~> 0.6.1)
20
- sprockets (~> 2.2.1)
21
- activemodel (3.2.22.5)
22
- activesupport (= 3.2.22.5)
23
- builder (~> 3.0.0)
24
- activesupport (3.2.22.5)
25
- i18n (~> 0.6, >= 0.6.4)
26
- multi_json (~> 1.0)
27
- builder (3.0.4)
28
- coderay (1.1.1)
29
- countries (2.0.1)
30
- i18n_data (~> 0.7.0)
31
- money (~> 6.0)
32
- unicode_utils (~> 1.4)
33
- diff-lcs (1.2.5)
34
- erubis (2.7.0)
35
- ffi2-generators (0.1.1)
36
- hike (1.2.3)
37
- i18n (0.7.0)
38
- i18n_data (0.7.0)
39
- journey (1.0.4)
40
- method_source (0.8.2)
41
- money (6.7.1)
42
- i18n (>= 0.6.4, <= 0.7.0)
43
- sixarm_ruby_unaccent (>= 1.1.1, < 2)
44
- multi_json (1.12.1)
45
- pry (0.10.4)
46
- coderay (~> 1.1.0)
47
- method_source (~> 0.8.1)
48
- slop (~> 3.4)
49
- psych (2.2.0)
50
- racc (1.4.14)
51
- rack (1.4.7)
52
- rack-cache (1.6.1)
53
- rack (>= 0.4)
54
- rack-test (0.6.3)
55
- rack (>= 1.0)
56
- rake (11.3.0)
57
- rspec (3.5.0)
58
- rspec-core (~> 3.5.0)
59
- rspec-expectations (~> 3.5.0)
60
- rspec-mocks (~> 3.5.0)
61
- rspec-core (3.5.4)
62
- rspec-support (~> 3.5.0)
63
- rspec-expectations (3.5.0)
64
- diff-lcs (>= 1.2.0, < 2.0)
65
- rspec-support (~> 3.5.0)
66
- rspec-mocks (3.5.0)
67
- diff-lcs (>= 1.2.0, < 2.0)
68
- rspec-support (~> 3.5.0)
69
- rspec-support (3.5.0)
70
- rubysl (2.2.0)
71
- rubysl-abbrev (~> 2.0)
72
- rubysl-base64 (~> 2.0)
73
- rubysl-benchmark (~> 2.0)
74
- rubysl-bigdecimal (~> 2.0)
75
- rubysl-cgi (~> 2.0)
76
- rubysl-cgi-session (~> 2.0)
77
- rubysl-cmath (~> 2.0)
78
- rubysl-complex (~> 2.0)
79
- rubysl-continuation (~> 2.0)
80
- rubysl-coverage (~> 2.0)
81
- rubysl-csv (~> 2.0)
82
- rubysl-curses (~> 2.0)
83
- rubysl-date (~> 2.0)
84
- rubysl-delegate (~> 2.0)
85
- rubysl-digest (~> 2.0)
86
- rubysl-drb (~> 2.0)
87
- rubysl-e2mmap (~> 2.0)
88
- rubysl-english (~> 2.0)
89
- rubysl-enumerator (~> 2.0)
90
- rubysl-erb (~> 2.0)
91
- rubysl-etc (~> 2.0)
92
- rubysl-expect (~> 2.0)
93
- rubysl-fcntl (~> 2.0)
94
- rubysl-fiber (~> 2.0)
95
- rubysl-fileutils (~> 2.0)
96
- rubysl-find (~> 2.0)
97
- rubysl-forwardable (~> 2.0)
98
- rubysl-getoptlong (~> 2.0)
99
- rubysl-gserver (~> 2.0)
100
- rubysl-io-console (~> 2.0)
101
- rubysl-io-nonblock (~> 2.0)
102
- rubysl-io-wait (~> 2.0)
103
- rubysl-ipaddr (~> 2.0)
104
- rubysl-irb (~> 2.1)
105
- rubysl-logger (~> 2.0)
106
- rubysl-mathn (~> 2.0)
107
- rubysl-matrix (~> 2.0)
108
- rubysl-mkmf (~> 2.0)
109
- rubysl-monitor (~> 2.0)
110
- rubysl-mutex_m (~> 2.0)
111
- rubysl-net-ftp (~> 2.0)
112
- rubysl-net-http (~> 2.0)
113
- rubysl-net-imap (~> 2.0)
114
- rubysl-net-pop (~> 2.0)
115
- rubysl-net-protocol (~> 2.0)
116
- rubysl-net-smtp (~> 2.0)
117
- rubysl-net-telnet (~> 2.0)
118
- rubysl-nkf (~> 2.0)
119
- rubysl-observer (~> 2.0)
120
- rubysl-open-uri (~> 2.0)
121
- rubysl-open3 (~> 2.0)
122
- rubysl-openssl (~> 2.0)
123
- rubysl-optparse (~> 2.0)
124
- rubysl-ostruct (~> 2.0)
125
- rubysl-pathname (~> 2.0)
126
- rubysl-prettyprint (~> 2.0)
127
- rubysl-prime (~> 2.0)
128
- rubysl-profile (~> 2.0)
129
- rubysl-profiler (~> 2.0)
130
- rubysl-pstore (~> 2.0)
131
- rubysl-pty (~> 2.0)
132
- rubysl-rational (~> 2.0)
133
- rubysl-resolv (~> 2.0)
134
- rubysl-rexml (~> 2.0)
135
- rubysl-rinda (~> 2.0)
136
- rubysl-rss (~> 2.0)
137
- rubysl-scanf (~> 2.0)
138
- rubysl-securerandom (~> 2.0)
139
- rubysl-set (~> 2.0)
140
- rubysl-shellwords (~> 2.0)
141
- rubysl-singleton (~> 2.0)
142
- rubysl-socket (~> 2.0)
143
- rubysl-stringio (~> 2.0)
144
- rubysl-strscan (~> 2.0)
145
- rubysl-sync (~> 2.0)
146
- rubysl-syslog (~> 2.0)
147
- rubysl-tempfile (~> 2.0)
148
- rubysl-thread (~> 2.0)
149
- rubysl-thwait (~> 2.0)
150
- rubysl-time (~> 2.0)
151
- rubysl-timeout (~> 2.0)
152
- rubysl-tmpdir (~> 2.0)
153
- rubysl-tsort (~> 2.0)
154
- rubysl-un (~> 2.0)
155
- rubysl-unicode_normalize (~> 2.0)
156
- rubysl-uri (~> 2.0)
157
- rubysl-weakref (~> 2.0)
158
- rubysl-webrick (~> 2.0)
159
- rubysl-xmlrpc (~> 2.0)
160
- rubysl-yaml (~> 2.0)
161
- rubysl-zlib (~> 2.0)
162
- rubysl-abbrev (2.0.4)
163
- rubysl-base64 (2.0.0)
164
- rubysl-benchmark (2.0.1)
165
- rubysl-bigdecimal (2.0.2)
166
- rubysl-cgi (2.0.1)
167
- rubysl-cgi-session (2.1.0)
168
- rubysl-cmath (2.0.0)
169
- rubysl-complex (2.0.0)
170
- rubysl-continuation (2.0.0)
171
- rubysl-coverage (2.1)
172
- rubysl-csv (2.0.2)
173
- rubysl-english (~> 2.0)
174
- rubysl-curses (2.0.1)
175
- rubysl-date (2.0.9)
176
- rubysl-delegate (2.0.1)
177
- rubysl-digest (2.0.8)
178
- rubysl-drb (2.0.1)
179
- rubysl-e2mmap (2.0.0)
180
- rubysl-english (2.0.0)
181
- rubysl-enumerator (2.0.0)
182
- rubysl-erb (2.0.2)
183
- rubysl-etc (2.0.3)
184
- ffi2-generators (~> 0.1)
185
- rubysl-expect (2.0.0)
186
- rubysl-fcntl (2.0.4)
187
- ffi2-generators (~> 0.1)
188
- rubysl-fiber (2.0.0)
189
- rubysl-fileutils (2.0.3)
190
- rubysl-find (2.0.1)
191
- rubysl-forwardable (2.0.1)
192
- rubysl-getoptlong (2.0.0)
193
- rubysl-gserver (2.0.0)
194
- rubysl-socket (~> 2.0)
195
- rubysl-thread (~> 2.0)
196
- rubysl-io-console (2.0.0)
197
- rubysl-io-nonblock (2.0.0)
198
- rubysl-io-wait (2.0.0)
199
- rubysl-ipaddr (2.0.0)
200
- rubysl-irb (2.1.1)
201
- rubysl-e2mmap (~> 2.0)
202
- rubysl-mathn (~> 2.0)
203
- rubysl-thread (~> 2.0)
204
- rubysl-logger (2.1.0)
205
- rubysl-mathn (2.0.0)
206
- rubysl-matrix (2.1.0)
207
- rubysl-e2mmap (~> 2.0)
208
- rubysl-mkmf (2.1)
209
- rubysl-fileutils (~> 2.0)
210
- rubysl-shellwords (~> 2.0)
211
- rubysl-monitor (2.0.0)
212
- rubysl-mutex_m (2.0.0)
213
- rubysl-net-ftp (2.0.1)
214
- rubysl-net-http (2.0.4)
215
- rubysl-cgi (~> 2.0)
216
- rubysl-erb (~> 2.0)
217
- rubysl-singleton (~> 2.0)
218
- rubysl-net-imap (2.0.1)
219
- rubysl-net-pop (2.0.1)
220
- rubysl-net-protocol (2.0.1)
221
- rubysl-net-smtp (2.0.1)
222
- rubysl-net-telnet (2.0.0)
223
- rubysl-nkf (2.0.1)
224
- rubysl-observer (2.0.0)
225
- rubysl-open-uri (2.0.0)
226
- rubysl-open3 (2.0.0)
227
- rubysl-openssl (2.9)
228
- rubysl-optparse (2.0.1)
229
- rubysl-shellwords (~> 2.0)
230
- rubysl-ostruct (2.1.0)
231
- rubysl-pathname (2.3)
232
- rubysl-prettyprint (2.0.3)
233
- rubysl-prime (2.0.1)
234
- rubysl-profile (2.0.0)
235
- rubysl-profiler (2.1)
236
- rubysl-pstore (2.0.0)
237
- rubysl-pty (2.0.3)
238
- rubysl-rational (2.0.1)
239
- rubysl-resolv (2.1.2)
240
- rubysl-rexml (2.0.4)
241
- rubysl-rinda (2.0.1)
242
- rubysl-rss (2.0.0)
243
- rubysl-scanf (2.0.0)
244
- rubysl-securerandom (2.0.0)
245
- rubysl-set (2.0.1)
246
- rubysl-shellwords (2.0.0)
247
- rubysl-singleton (2.0.0)
248
- rubysl-socket (2.2)
249
- rubysl-fcntl (~> 2.0)
250
- rubysl-stringio (2.1.0)
251
- rubysl-strscan (2.0.0)
252
- rubysl-sync (2.0.0)
253
- rubysl-syslog (2.1.0)
254
- ffi2-generators (~> 0.1)
255
- rubysl-tempfile (2.0.1)
256
- rubysl-thread (2.0.3)
257
- rubysl-thwait (2.0.0)
258
- rubysl-time (2.0.3)
259
- rubysl-timeout (2.0.0)
260
- rubysl-tmpdir (2.0.1)
261
- rubysl-tsort (2.0.1)
262
- rubysl-un (2.0.0)
263
- rubysl-fileutils (~> 2.0)
264
- rubysl-optparse (~> 2.0)
265
- rubysl-unicode_normalize (2.0)
266
- rubysl-uri (2.0.0)
267
- rubysl-weakref (2.0.0)
268
- rubysl-webrick (2.0.0)
269
- rubysl-xmlrpc (2.0.0)
270
- rubysl-yaml (2.1.0)
271
- rubysl-zlib (2.0.1)
272
- sixarm_ruby_unaccent (1.1.1)
273
- slop (3.6.0)
274
- sort_alphabetical (1.0.2)
275
- unicode_utils (>= 1.2.2)
276
- sprockets (2.2.3)
277
- hike (~> 1.2)
278
- multi_json (~> 1.0)
279
- rack (~> 1.0)
280
- tilt (~> 1.1, != 1.3.0)
281
- tilt (1.4.1)
282
- unicode_utils (1.4.0)
283
- wwtd (1.3.0)
284
-
285
- PLATFORMS
286
- ruby
287
-
288
- DEPENDENCIES
289
- actionpack (~> 3.2.17)
290
- country_select!
291
- pry (~> 0)
292
- psych
293
- racc
294
- rake
295
- rspec (~> 3)
296
- rubysl (~> 2.0)
297
- wwtd
298
-
299
- BUNDLED WITH
300
- 1.13.6