country_select 2.5.2 → 5.0.0.pre

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,21 +10,21 @@ Gem::Specification.new do |s|
10
10
  s.email = ['stefan.penner@gmail.com']
11
11
  s.homepage = 'https://github.com/stefanpenner/country_select'
12
12
  s.summary = %q{Country Select Plugin}
13
- s.description = %q{Provides a simple helper to get an HTML select list of countries. The list of countries comes from the ISO 3166 standard. While it is a relatively neutral source of country names, it will still offend some users.}
14
-
15
- s.rubyforge_project = 'country_select'
13
+ s.description = %q{Provides a simple helper to get an HTML select list of countries. The list of countries comes from the ISO 3166 standard. While it is a relatively neutral source of country names, it will still offend some users.}
16
14
 
17
15
  s.files = `git ls-files`.split("\n")
18
16
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
19
17
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
18
  s.require_paths = ['lib']
21
19
 
22
- s.add_development_dependency 'actionpack', '~> 3'
20
+ s.required_ruby_version = '>= 2.5'
21
+
22
+ s.add_development_dependency 'actionpack', '~> 6.1'
23
23
  s.add_development_dependency 'pry', '~> 0'
24
- s.add_development_dependency 'rake'
24
+ s.add_development_dependency 'rake', '~> 13'
25
25
  s.add_development_dependency 'rspec', '~> 3'
26
- s.add_development_dependency 'wwtd'
26
+ s.add_development_dependency 'wwtd', '~> 1'
27
27
 
28
- s.add_dependency 'countries', '~> 1.2.0'
29
- s.add_dependency 'sort_alphabetical', '~> 1.0'
28
+ s.add_dependency 'countries', '~> 3.0'
29
+ s.add_dependency 'sort_alphabetical', '~> 1.1'
30
30
  end
@@ -7,9 +7,3 @@ git "https://github.com/rails/rails.git" do
7
7
  gem "actionview"
8
8
  gem "activesupport"
9
9
  end
10
-
11
- platforms :rbx do
12
- gem "racc"
13
- gem "rubysl", "~> 2.0"
14
- gem "psych"
15
- end
@@ -1,293 +1,93 @@
1
1
  GIT
2
2
  remote: https://github.com/rails/rails.git
3
- revision: 186418724c6da41caeb0fd304894bcfcc154b8bb
3
+ revision: 14f35cde18de77cd7ab5d6f17d83fa8bc92ba383
4
4
  specs:
5
- actionpack (5.0.0.alpha)
6
- actionview (= 5.0.0.alpha)
7
- activesupport (= 5.0.0.alpha)
8
- rack (~> 1.6)
9
- rack-test (~> 0.6.2)
10
- rails-dom-testing (~> 1.0, >= 1.0.5)
11
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
12
- actionview (5.0.0.alpha)
13
- activesupport (= 5.0.0.alpha)
5
+ actionpack (7.0.0.alpha)
6
+ actionview (= 7.0.0.alpha)
7
+ activesupport (= 7.0.0.alpha)
8
+ rack (~> 2.0, >= 2.0.9)
9
+ rack-test (>= 0.6.3)
10
+ rails-dom-testing (~> 2.0)
11
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
12
+ actionview (7.0.0.alpha)
13
+ activesupport (= 7.0.0.alpha)
14
14
  builder (~> 3.1)
15
- erubis (~> 2.7.0)
16
- rails-dom-testing (~> 1.0, >= 1.0.5)
17
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
18
- activesupport (5.0.0.alpha)
19
- i18n (~> 0.7)
20
- json (~> 1.7, >= 1.7.7)
21
- minitest (~> 5.1)
22
- thread_safe (~> 0.3, >= 0.3.4)
23
- tzinfo (~> 1.1)
15
+ erubi (~> 1.4)
16
+ rails-dom-testing (~> 2.0)
17
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
18
+ activesupport (7.0.0.alpha)
19
+ concurrent-ruby (~> 1.0, >= 1.0.2)
20
+ i18n (>= 1.6, < 2)
21
+ minitest (>= 5.1)
22
+ tzinfo (~> 2.0)
23
+ zeitwerk (~> 2.3)
24
24
 
25
25
  PATH
26
- remote: ../
26
+ remote: ..
27
27
  specs:
28
- country_select (2.5.1)
29
- countries (~> 1.2.0)
30
- sort_alphabetical (~> 1.0)
28
+ country_select (5.0.0.pre)
29
+ countries (~> 3.0)
30
+ sort_alphabetical (~> 1.1)
31
31
 
32
32
  GEM
33
33
  remote: https://rubygems.org/
34
34
  specs:
35
- builder (3.2.2)
36
- coderay (1.1.0)
37
- countries (1.2.1)
38
- currencies (~> 0.4.2)
39
- i18n_data (~> 0.7.0)
40
- currencies (0.4.2)
41
- diff-lcs (1.2.5)
42
- erubis (2.7.0)
43
- ffi2-generators (0.1.1)
44
- i18n (0.7.0)
45
- i18n_data (0.7.0)
46
- json (1.8.2)
47
- loofah (2.0.1)
35
+ builder (3.2.4)
36
+ coderay (1.1.3)
37
+ concurrent-ruby (1.1.8)
38
+ countries (3.0.1)
39
+ i18n_data (~> 0.10.0)
40
+ sixarm_ruby_unaccent (~> 1.1)
41
+ unicode_utils (~> 1.4)
42
+ crass (1.0.6)
43
+ diff-lcs (1.4.4)
44
+ erubi (1.10.0)
45
+ i18n (1.8.9)
46
+ concurrent-ruby (~> 1.0)
47
+ i18n_data (0.10.0)
48
+ loofah (2.9.0)
49
+ crass (~> 1.0.2)
48
50
  nokogiri (>= 1.5.9)
49
- method_source (0.8.2)
50
- mini_portile (0.6.2)
51
- minitest (5.5.1)
52
- nokogiri (1.6.6.2)
53
- mini_portile (~> 0.6.0)
54
- pry (0.10.1)
55
- coderay (~> 1.1.0)
56
- method_source (~> 0.8.1)
57
- slop (~> 3.4)
58
- psych (2.0.12)
59
- racc (1.4.12)
60
- rack (1.6.0)
61
- rack-test (0.6.3)
62
- rack (>= 1.0)
63
- rails-deprecated_sanitizer (1.0.3)
64
- activesupport (>= 4.2.0.alpha)
65
- rails-dom-testing (1.0.5)
66
- activesupport (>= 4.2.0.beta, < 5.0)
67
- nokogiri (~> 1.6.0)
68
- rails-deprecated_sanitizer (>= 1.0.1)
69
- rails-html-sanitizer (1.0.1)
70
- loofah (~> 2.0)
71
- rake (10.4.2)
72
- rspec (3.1.0)
73
- rspec-core (~> 3.1.0)
74
- rspec-expectations (~> 3.1.0)
75
- rspec-mocks (~> 3.1.0)
76
- rspec-core (3.1.7)
77
- rspec-support (~> 3.1.0)
78
- rspec-expectations (3.1.2)
51
+ method_source (1.0.0)
52
+ mini_portile2 (2.5.0)
53
+ minitest (5.14.4)
54
+ nokogiri (1.11.1)
55
+ mini_portile2 (~> 2.5.0)
56
+ racc (~> 1.4)
57
+ pry (0.14.0)
58
+ coderay (~> 1.1)
59
+ method_source (~> 1.0)
60
+ racc (1.5.2)
61
+ rack (2.2.3)
62
+ rack-test (1.1.0)
63
+ rack (>= 1.0, < 3)
64
+ rails-dom-testing (2.0.3)
65
+ activesupport (>= 4.2.0)
66
+ nokogiri (>= 1.6)
67
+ rails-html-sanitizer (1.3.0)
68
+ loofah (~> 2.3)
69
+ rake (13.0.3)
70
+ rspec (3.10.0)
71
+ rspec-core (~> 3.10.0)
72
+ rspec-expectations (~> 3.10.0)
73
+ rspec-mocks (~> 3.10.0)
74
+ rspec-core (3.10.1)
75
+ rspec-support (~> 3.10.0)
76
+ rspec-expectations (3.10.1)
79
77
  diff-lcs (>= 1.2.0, < 2.0)
80
- rspec-support (~> 3.1.0)
81
- rspec-mocks (3.1.3)
82
- rspec-support (~> 3.1.0)
83
- rspec-support (3.1.2)
84
- rubysl (2.1.0)
85
- rubysl-abbrev (~> 2.0)
86
- rubysl-base64 (~> 2.0)
87
- rubysl-benchmark (~> 2.0)
88
- rubysl-bigdecimal (~> 2.0)
89
- rubysl-cgi (~> 2.0)
90
- rubysl-cgi-session (~> 2.0)
91
- rubysl-cmath (~> 2.0)
92
- rubysl-complex (~> 2.0)
93
- rubysl-continuation (~> 2.0)
94
- rubysl-coverage (~> 2.0)
95
- rubysl-csv (~> 2.0)
96
- rubysl-curses (~> 2.0)
97
- rubysl-date (~> 2.0)
98
- rubysl-delegate (~> 2.0)
99
- rubysl-digest (~> 2.0)
100
- rubysl-drb (~> 2.0)
101
- rubysl-e2mmap (~> 2.0)
102
- rubysl-english (~> 2.0)
103
- rubysl-enumerator (~> 2.0)
104
- rubysl-erb (~> 2.0)
105
- rubysl-etc (~> 2.0)
106
- rubysl-expect (~> 2.0)
107
- rubysl-fcntl (~> 2.0)
108
- rubysl-fiber (~> 2.0)
109
- rubysl-fileutils (~> 2.0)
110
- rubysl-find (~> 2.0)
111
- rubysl-forwardable (~> 2.0)
112
- rubysl-getoptlong (~> 2.0)
113
- rubysl-gserver (~> 2.0)
114
- rubysl-io-console (~> 2.0)
115
- rubysl-io-nonblock (~> 2.0)
116
- rubysl-io-wait (~> 2.0)
117
- rubysl-ipaddr (~> 2.0)
118
- rubysl-irb (~> 2.1)
119
- rubysl-logger (~> 2.0)
120
- rubysl-mathn (~> 2.0)
121
- rubysl-matrix (~> 2.0)
122
- rubysl-mkmf (~> 2.0)
123
- rubysl-monitor (~> 2.0)
124
- rubysl-mutex_m (~> 2.0)
125
- rubysl-net-ftp (~> 2.0)
126
- rubysl-net-http (~> 2.0)
127
- rubysl-net-imap (~> 2.0)
128
- rubysl-net-pop (~> 2.0)
129
- rubysl-net-protocol (~> 2.0)
130
- rubysl-net-smtp (~> 2.0)
131
- rubysl-net-telnet (~> 2.0)
132
- rubysl-nkf (~> 2.0)
133
- rubysl-observer (~> 2.0)
134
- rubysl-open-uri (~> 2.0)
135
- rubysl-open3 (~> 2.0)
136
- rubysl-openssl (~> 2.0)
137
- rubysl-optparse (~> 2.0)
138
- rubysl-ostruct (~> 2.0)
139
- rubysl-pathname (~> 2.0)
140
- rubysl-prettyprint (~> 2.0)
141
- rubysl-prime (~> 2.0)
142
- rubysl-profile (~> 2.0)
143
- rubysl-profiler (~> 2.0)
144
- rubysl-pstore (~> 2.0)
145
- rubysl-pty (~> 2.0)
146
- rubysl-rational (~> 2.0)
147
- rubysl-resolv (~> 2.0)
148
- rubysl-rexml (~> 2.0)
149
- rubysl-rinda (~> 2.0)
150
- rubysl-rss (~> 2.0)
151
- rubysl-scanf (~> 2.0)
152
- rubysl-securerandom (~> 2.0)
153
- rubysl-set (~> 2.0)
154
- rubysl-shellwords (~> 2.0)
155
- rubysl-singleton (~> 2.0)
156
- rubysl-socket (~> 2.0)
157
- rubysl-stringio (~> 2.0)
158
- rubysl-strscan (~> 2.0)
159
- rubysl-sync (~> 2.0)
160
- rubysl-syslog (~> 2.0)
161
- rubysl-tempfile (~> 2.0)
162
- rubysl-thread (~> 2.0)
163
- rubysl-thwait (~> 2.0)
164
- rubysl-time (~> 2.0)
165
- rubysl-timeout (~> 2.0)
166
- rubysl-tmpdir (~> 2.0)
167
- rubysl-tsort (~> 2.0)
168
- rubysl-un (~> 2.0)
169
- rubysl-uri (~> 2.0)
170
- rubysl-weakref (~> 2.0)
171
- rubysl-webrick (~> 2.0)
172
- rubysl-xmlrpc (~> 2.0)
173
- rubysl-yaml (~> 2.0)
174
- rubysl-zlib (~> 2.0)
175
- rubysl-abbrev (2.0.4)
176
- rubysl-base64 (2.0.0)
177
- rubysl-benchmark (2.0.1)
178
- rubysl-bigdecimal (2.0.2)
179
- rubysl-cgi (2.0.1)
180
- rubysl-cgi-session (2.0.1)
181
- rubysl-cmath (2.0.0)
182
- rubysl-complex (2.0.0)
183
- rubysl-continuation (2.0.0)
184
- rubysl-coverage (2.0.3)
185
- rubysl-csv (2.0.2)
186
- rubysl-english (~> 2.0)
187
- rubysl-curses (2.0.1)
188
- rubysl-date (2.0.9)
189
- rubysl-delegate (2.0.1)
190
- rubysl-digest (2.0.3)
191
- rubysl-drb (2.0.1)
192
- rubysl-e2mmap (2.0.0)
193
- rubysl-english (2.0.0)
194
- rubysl-enumerator (2.0.0)
195
- rubysl-erb (2.0.2)
196
- rubysl-etc (2.0.3)
197
- ffi2-generators (~> 0.1)
198
- rubysl-expect (2.0.0)
199
- rubysl-fcntl (2.0.4)
200
- ffi2-generators (~> 0.1)
201
- rubysl-fiber (2.0.0)
202
- rubysl-fileutils (2.0.3)
203
- rubysl-find (2.0.1)
204
- rubysl-forwardable (2.0.1)
205
- rubysl-getoptlong (2.0.0)
206
- rubysl-gserver (2.0.0)
207
- rubysl-socket (~> 2.0)
208
- rubysl-thread (~> 2.0)
209
- rubysl-io-console (2.0.0)
210
- rubysl-io-nonblock (2.0.0)
211
- rubysl-io-wait (2.0.0)
212
- rubysl-ipaddr (2.0.0)
213
- rubysl-irb (2.1.1)
214
- rubysl-e2mmap (~> 2.0)
215
- rubysl-mathn (~> 2.0)
216
- rubysl-thread (~> 2.0)
217
- rubysl-logger (2.1.0)
218
- rubysl-mathn (2.0.0)
219
- rubysl-matrix (2.1.0)
220
- rubysl-e2mmap (~> 2.0)
221
- rubysl-mkmf (2.0.1)
222
- rubysl-fileutils (~> 2.0)
223
- rubysl-shellwords (~> 2.0)
224
- rubysl-monitor (2.0.0)
225
- rubysl-mutex_m (2.0.0)
226
- rubysl-net-ftp (2.0.1)
227
- rubysl-net-http (2.0.4)
228
- rubysl-cgi (~> 2.0)
229
- rubysl-erb (~> 2.0)
230
- rubysl-singleton (~> 2.0)
231
- rubysl-net-imap (2.0.1)
232
- rubysl-net-pop (2.0.1)
233
- rubysl-net-protocol (2.0.1)
234
- rubysl-net-smtp (2.0.1)
235
- rubysl-net-telnet (2.0.0)
236
- rubysl-nkf (2.0.1)
237
- rubysl-observer (2.0.0)
238
- rubysl-open-uri (2.0.0)
239
- rubysl-open3 (2.0.0)
240
- rubysl-openssl (2.2.1)
241
- rubysl-optparse (2.0.1)
242
- rubysl-shellwords (~> 2.0)
243
- rubysl-ostruct (2.0.4)
244
- rubysl-pathname (2.1.0)
245
- rubysl-prettyprint (2.0.3)
246
- rubysl-prime (2.0.1)
247
- rubysl-profile (2.0.0)
248
- rubysl-profiler (2.0.1)
249
- rubysl-pstore (2.0.0)
250
- rubysl-pty (2.0.3)
251
- rubysl-rational (2.0.1)
252
- rubysl-resolv (2.1.0)
253
- rubysl-rexml (2.0.4)
254
- rubysl-rinda (2.0.1)
255
- rubysl-rss (2.0.0)
256
- rubysl-scanf (2.0.0)
257
- rubysl-securerandom (2.0.0)
258
- rubysl-set (2.0.1)
259
- rubysl-shellwords (2.0.0)
260
- rubysl-singleton (2.0.0)
261
- rubysl-socket (2.0.1)
262
- rubysl-stringio (2.0.0)
263
- rubysl-strscan (2.0.0)
264
- rubysl-sync (2.0.0)
265
- rubysl-syslog (2.1.0)
266
- ffi2-generators (~> 0.1)
267
- rubysl-tempfile (2.0.1)
268
- rubysl-thread (2.0.2)
269
- rubysl-thwait (2.0.0)
270
- rubysl-time (2.0.3)
271
- rubysl-timeout (2.0.0)
272
- rubysl-tmpdir (2.0.1)
273
- rubysl-tsort (2.0.1)
274
- rubysl-un (2.0.0)
275
- rubysl-fileutils (~> 2.0)
276
- rubysl-optparse (~> 2.0)
277
- rubysl-uri (2.0.0)
278
- rubysl-weakref (2.0.0)
279
- rubysl-webrick (2.0.0)
280
- rubysl-xmlrpc (2.0.0)
281
- rubysl-yaml (2.1.0)
282
- rubysl-zlib (2.0.1)
283
- slop (3.6.0)
284
- sort_alphabetical (1.0.2)
78
+ rspec-support (~> 3.10.0)
79
+ rspec-mocks (3.10.2)
80
+ diff-lcs (>= 1.2.0, < 2.0)
81
+ rspec-support (~> 3.10.0)
82
+ rspec-support (3.10.2)
83
+ sixarm_ruby_unaccent (1.2.0)
84
+ sort_alphabetical (1.1.0)
285
85
  unicode_utils (>= 1.2.2)
286
- thread_safe (0.3.4)
287
- tzinfo (1.2.2)
288
- thread_safe (~> 0.1)
86
+ tzinfo (2.0.4)
87
+ concurrent-ruby (~> 1.0)
289
88
  unicode_utils (1.4.0)
290
- wwtd (0.7.0)
89
+ wwtd (1.4.1)
90
+ zeitwerk (2.4.2)
291
91
 
292
92
  PLATFORMS
293
93
  ruby
@@ -298,12 +98,9 @@ DEPENDENCIES
298
98
  activesupport!
299
99
  country_select!
300
100
  pry (~> 0)
301
- psych
302
- racc
303
- rake
101
+ rake (~> 13)
304
102
  rspec (~> 3)
305
- rubysl (~> 2.0)
306
- wwtd
103
+ wwtd (~> 1)
307
104
 
308
105
  BUNDLED WITH
309
- 1.10.6
106
+ 2.2.13
@@ -0,0 +1,6 @@
1
+ source "https://rubygems.org"
2
+
3
+ gemspec :path => "../"
4
+
5
+ gem "railties", "~> 5.2.4"
6
+ gem "actionpack", "~> 5.2.4"
@@ -0,0 +1,106 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ country_select (5.0.0.pre)
5
+ countries (~> 3.0)
6
+ sort_alphabetical (~> 1.1)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actionpack (5.2.4.5)
12
+ actionview (= 5.2.4.5)
13
+ activesupport (= 5.2.4.5)
14
+ rack (~> 2.0, >= 2.0.8)
15
+ rack-test (>= 0.6.3)
16
+ rails-dom-testing (~> 2.0)
17
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
18
+ actionview (5.2.4.5)
19
+ activesupport (= 5.2.4.5)
20
+ builder (~> 3.1)
21
+ erubi (~> 1.4)
22
+ rails-dom-testing (~> 2.0)
23
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
24
+ activesupport (5.2.4.5)
25
+ concurrent-ruby (~> 1.0, >= 1.0.2)
26
+ i18n (>= 0.7, < 2)
27
+ minitest (~> 5.1)
28
+ tzinfo (~> 1.1)
29
+ builder (3.2.4)
30
+ coderay (1.1.3)
31
+ concurrent-ruby (1.1.8)
32
+ countries (3.0.1)
33
+ i18n_data (~> 0.10.0)
34
+ sixarm_ruby_unaccent (~> 1.1)
35
+ unicode_utils (~> 1.4)
36
+ crass (1.0.6)
37
+ diff-lcs (1.4.4)
38
+ erubi (1.10.0)
39
+ i18n (1.8.9)
40
+ concurrent-ruby (~> 1.0)
41
+ i18n_data (0.10.0)
42
+ loofah (2.9.0)
43
+ crass (~> 1.0.2)
44
+ nokogiri (>= 1.5.9)
45
+ method_source (1.0.0)
46
+ mini_portile2 (2.5.0)
47
+ minitest (5.14.4)
48
+ nokogiri (1.11.1)
49
+ mini_portile2 (~> 2.5.0)
50
+ racc (~> 1.4)
51
+ pry (0.14.0)
52
+ coderay (~> 1.1)
53
+ method_source (~> 1.0)
54
+ racc (1.5.2)
55
+ rack (2.2.3)
56
+ rack-test (1.1.0)
57
+ rack (>= 1.0, < 3)
58
+ rails-dom-testing (2.0.3)
59
+ activesupport (>= 4.2.0)
60
+ nokogiri (>= 1.6)
61
+ rails-html-sanitizer (1.3.0)
62
+ loofah (~> 2.3)
63
+ railties (5.2.4.5)
64
+ actionpack (= 5.2.4.5)
65
+ activesupport (= 5.2.4.5)
66
+ method_source
67
+ rake (>= 0.8.7)
68
+ thor (>= 0.19.0, < 2.0)
69
+ rake (13.0.3)
70
+ rspec (3.10.0)
71
+ rspec-core (~> 3.10.0)
72
+ rspec-expectations (~> 3.10.0)
73
+ rspec-mocks (~> 3.10.0)
74
+ rspec-core (3.10.1)
75
+ rspec-support (~> 3.10.0)
76
+ rspec-expectations (3.10.1)
77
+ diff-lcs (>= 1.2.0, < 2.0)
78
+ rspec-support (~> 3.10.0)
79
+ rspec-mocks (3.10.2)
80
+ diff-lcs (>= 1.2.0, < 2.0)
81
+ rspec-support (~> 3.10.0)
82
+ rspec-support (3.10.2)
83
+ sixarm_ruby_unaccent (1.2.0)
84
+ sort_alphabetical (1.1.0)
85
+ unicode_utils (>= 1.2.2)
86
+ thor (1.1.0)
87
+ thread_safe (0.3.6)
88
+ tzinfo (1.2.9)
89
+ thread_safe (~> 0.1)
90
+ unicode_utils (1.4.0)
91
+ wwtd (1.4.1)
92
+
93
+ PLATFORMS
94
+ ruby
95
+
96
+ DEPENDENCIES
97
+ actionpack (~> 5.2.4)
98
+ country_select!
99
+ pry (~> 0)
100
+ railties (~> 5.2.4)
101
+ rake (~> 13)
102
+ rspec (~> 3)
103
+ wwtd (~> 1)
104
+
105
+ BUNDLED WITH
106
+ 2.2.13