country_select 4.0.0 → 5.0.0.pre

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
  SHA256:
3
- metadata.gz: 4e90ff1708be525b5240f5c5925e8fa20d6e9cf059754bc771318d744367f032
4
- data.tar.gz: 40177946a4f9d3a7996e24509d83d2b0b552b946e684344c62f3d0d0e1d6c178
3
+ metadata.gz: f7929d56cb96d106c263de9f596ef9d20029854b0c54ca1a9fc94a9a5e8f6bfa
4
+ data.tar.gz: 2acbe530cc471153bffdb7c9f93607447dceb2ffa76b968b18ed85ca327ce8e7
5
5
  SHA512:
6
- metadata.gz: '0919c2bbb415b69e38e4f5b24f3a80d630591b98bf51b76ab9002147a6cfa263ed7e22b44ea98a034ae2e3c2e7fc4ce78ea2b050c3ae61e5b0d6a23824180a8f'
7
- data.tar.gz: 2a779b0d4177bd82c45b523bdfc60d9ce949dafc85c3334b57a5a31d6c15e25f35bdc48fd8e7f99fb49bee6979cb23fb3ff9eb87c4f503aa5d53e4692c967bc1
6
+ metadata.gz: c93615f51d59bf29e2cbddbacc24cca744509a549c0e8db782b58f98f3983524d43f3288f597b7ffaf391f9722f9b684be78b3100ef79bb858dfc78e82c30030
7
+ data.tar.gz: 9ab7c4635015ba8038a1b63700b895156d5efac80caa44e379dbc62fb876734c82e995c74cb0f72990257564002032f3b2707ab7cef860137109cc384ecc481b
data/.travis.yml CHANGED
@@ -1,41 +1,23 @@
1
- sudo: false
1
+ os: linux
2
2
  cache: bundler
3
3
  language: ruby
4
- script: "bundle exec rspec"
4
+ bundler_args: ""
5
5
  rvm:
6
- - 2.0
7
- - 2.1
8
- - 2.2
9
- - 2.3
10
- - 2.4
11
6
  - 2.5
7
+ - 2.6
8
+ - 2.7
9
+ - 3.0
12
10
  - ruby-head
13
11
  gemfile:
14
- - gemfiles/actionpack3.2.gemfile
15
- - gemfiles/actionpack4.0.gemfile
16
- - gemfiles/actionpack4.1.gemfile
17
- - gemfiles/actionpack4.2.gemfile
18
- - gemfiles/actionpack5.0.gemfile
19
- - gemfiles/actionpack5.1.gemfile
20
12
  - gemfiles/actionpack5.2.gemfile
13
+ - gemfiles/actionpack6.0.gemfile
14
+ - gemfiles/actionpack6.1.gemfile
21
15
  - gemfiles/actionpack.edge.gemfile
22
- matrix:
23
- allow_failures:
24
- - rvm: ruby-head
16
+ jobs:
25
17
  exclude:
26
- - rvm: 2.0
18
+ - rvm: 2.5
27
19
  gemfile: gemfiles/actionpack.edge.gemfile
28
- - rvm: 2.0
29
- gemfile: gemfiles/actionpack5.0.gemfile
30
- - rvm: 2.0
31
- gemfile: gemfiles/actionpack5.1.gemfile
32
- - rvm: 2.0
33
- gemfile: gemfiles/actionpack5.2.gemfile
34
- - rvm: 2.1
20
+ - rvm: 2.6
35
21
  gemfile: gemfiles/actionpack.edge.gemfile
36
- - rvm: 2.1
37
- gemfile: gemfiles/actionpack5.0.gemfile
38
- - rvm: 2.1
39
- gemfile: gemfiles/actionpack5.1.gemfile
40
- - rvm: 2.1
41
- gemfile: gemfiles/actionpack5.2.gemfile
22
+ allow_failures:
23
+ - rvm: ruby-head
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## 5.0.0 2021-03-03
2
+
3
+ * #164,#172 - Remove support for EOL versions of Ruby and ruby on rails
4
+ * Ruby >= 2.5, Rails >= 5.2
5
+ * #175 - Add Rails 6.1 Support *(@andrehjr)
6
+ * #173 - Fallback even if translations cannot be loaded (@mikepluquin)
7
+
1
8
  ## 4.0.0 2018-12-20
2
9
 
3
10
  * #160 - Upgrade to countries 3.0 - @gssbzn
data/Gemfile.lock CHANGED
@@ -1,79 +1,85 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- country_select (4.0.0)
4
+ country_select (5.0.0.pre)
5
5
  countries (~> 3.0)
6
- sort_alphabetical (~> 1.0)
6
+ sort_alphabetical (~> 1.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionpack (5.1.4)
12
- actionview (= 5.1.4)
13
- activesupport (= 5.1.4)
14
- rack (~> 2.0)
11
+ actionpack (6.1.1)
12
+ actionview (= 6.1.1)
13
+ activesupport (= 6.1.1)
14
+ rack (~> 2.0, >= 2.0.9)
15
15
  rack-test (>= 0.6.3)
16
16
  rails-dom-testing (~> 2.0)
17
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
18
- actionview (5.1.4)
19
- activesupport (= 5.1.4)
17
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
18
+ actionview (6.1.1)
19
+ activesupport (= 6.1.1)
20
20
  builder (~> 3.1)
21
21
  erubi (~> 1.4)
22
22
  rails-dom-testing (~> 2.0)
23
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
24
- activesupport (5.1.4)
23
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
24
+ activesupport (6.1.1)
25
25
  concurrent-ruby (~> 1.0, >= 1.0.2)
26
- i18n (~> 0.7)
27
- minitest (~> 5.1)
28
- tzinfo (~> 1.1)
29
- builder (3.2.3)
30
- coderay (1.1.0)
31
- concurrent-ruby (1.0.5)
32
- countries (3.0.0)
33
- i18n_data (~> 0.8.0)
26
+ i18n (>= 1.6, < 2)
27
+ minitest (>= 5.1)
28
+ tzinfo (~> 2.0)
29
+ zeitwerk (~> 2.3)
30
+ builder (3.2.4)
31
+ coderay (1.1.3)
32
+ concurrent-ruby (1.1.8)
33
+ countries (3.0.1)
34
+ i18n_data (~> 0.10.0)
34
35
  sixarm_ruby_unaccent (~> 1.1)
35
36
  unicode_utils (~> 1.4)
36
- diff-lcs (1.2.5)
37
- erubi (1.6.1)
37
+ crass (1.0.6)
38
+ diff-lcs (1.4.4)
39
+ erubi (1.10.0)
38
40
  ffi2-generators (0.1.1)
39
- i18n (0.8.6)
40
- i18n_data (0.8.0)
41
- loofah (2.0.3)
41
+ i18n (1.8.7)
42
+ concurrent-ruby (~> 1.0)
43
+ i18n_data (0.10.0)
44
+ loofah (2.9.0)
45
+ crass (~> 1.0.2)
42
46
  nokogiri (>= 1.5.9)
43
- method_source (0.8.2)
44
- mini_portile2 (2.3.0)
45
- minitest (5.10.3)
46
- nokogiri (1.8.1)
47
- mini_portile2 (~> 2.3.0)
48
- pry (0.10.1)
49
- coderay (~> 1.1.0)
50
- method_source (~> 0.8.1)
51
- slop (~> 3.4)
52
- psych (2.0.15)
53
- racc (1.4.12)
54
- rack (2.0.3)
55
- rack-test (0.7.0)
47
+ method_source (1.0.0)
48
+ mini_portile2 (2.5.0)
49
+ minitest (5.14.3)
50
+ nokogiri (1.11.1)
51
+ mini_portile2 (~> 2.5.0)
52
+ racc (~> 1.4)
53
+ nokogiri (1.11.1-x86_64-darwin)
54
+ racc (~> 1.4)
55
+ pry (0.13.1)
56
+ coderay (~> 1.1)
57
+ method_source (~> 1.0)
58
+ psych (3.2.0)
59
+ racc (1.5.0)
60
+ rack (2.2.3)
61
+ rack-test (1.1.0)
56
62
  rack (>= 1.0, < 3)
57
63
  rails-dom-testing (2.0.3)
58
64
  activesupport (>= 4.2.0)
59
65
  nokogiri (>= 1.6)
60
- rails-html-sanitizer (1.0.3)
61
- loofah (~> 2.0)
62
- rake (10.4.2)
63
- rspec (3.3.0)
64
- rspec-core (~> 3.3.0)
65
- rspec-expectations (~> 3.3.0)
66
- rspec-mocks (~> 3.3.0)
67
- rspec-core (3.3.2)
68
- rspec-support (~> 3.3.0)
69
- rspec-expectations (3.3.1)
66
+ rails-html-sanitizer (1.3.0)
67
+ loofah (~> 2.3)
68
+ rake (13.0.1)
69
+ rspec (3.9.0)
70
+ rspec-core (~> 3.9.0)
71
+ rspec-expectations (~> 3.9.0)
72
+ rspec-mocks (~> 3.9.0)
73
+ rspec-core (3.9.2)
74
+ rspec-support (~> 3.9.3)
75
+ rspec-expectations (3.9.2)
70
76
  diff-lcs (>= 1.2.0, < 2.0)
71
- rspec-support (~> 3.3.0)
72
- rspec-mocks (3.3.2)
77
+ rspec-support (~> 3.9.0)
78
+ rspec-mocks (3.9.1)
73
79
  diff-lcs (>= 1.2.0, < 2.0)
74
- rspec-support (~> 3.3.0)
75
- rspec-support (3.3.0)
76
- rubysl (2.1.0)
80
+ rspec-support (~> 3.9.0)
81
+ rspec-support (3.9.3)
82
+ rubysl (2.2.0)
77
83
  rubysl-abbrev (~> 2.0)
78
84
  rubysl-base64 (~> 2.0)
79
85
  rubysl-benchmark (~> 2.0)
@@ -158,6 +164,7 @@ GEM
158
164
  rubysl-tmpdir (~> 2.0)
159
165
  rubysl-tsort (~> 2.0)
160
166
  rubysl-un (~> 2.0)
167
+ rubysl-unicode_normalize (~> 2.0)
161
168
  rubysl-uri (~> 2.0)
162
169
  rubysl-weakref (~> 2.0)
163
170
  rubysl-webrick (~> 2.0)
@@ -169,17 +176,17 @@ GEM
169
176
  rubysl-benchmark (2.0.1)
170
177
  rubysl-bigdecimal (2.0.2)
171
178
  rubysl-cgi (2.0.1)
172
- rubysl-cgi-session (2.0.1)
179
+ rubysl-cgi-session (2.1.0)
173
180
  rubysl-cmath (2.0.0)
174
181
  rubysl-complex (2.0.0)
175
182
  rubysl-continuation (2.0.0)
176
- rubysl-coverage (2.0.3)
183
+ rubysl-coverage (2.1)
177
184
  rubysl-csv (2.0.2)
178
185
  rubysl-english (~> 2.0)
179
186
  rubysl-curses (2.0.1)
180
187
  rubysl-date (2.0.9)
181
188
  rubysl-delegate (2.0.1)
182
- rubysl-digest (2.0.8)
189
+ rubysl-digest (2.1)
183
190
  rubysl-drb (2.0.1)
184
191
  rubysl-e2mmap (2.0.0)
185
192
  rubysl-english (2.0.0)
@@ -210,10 +217,10 @@ GEM
210
217
  rubysl-mathn (2.0.0)
211
218
  rubysl-matrix (2.1.0)
212
219
  rubysl-e2mmap (~> 2.0)
213
- rubysl-mkmf (2.0.1)
220
+ rubysl-mkmf (2.1)
214
221
  rubysl-fileutils (~> 2.0)
215
222
  rubysl-shellwords (~> 2.0)
216
- rubysl-monitor (2.0.0)
223
+ rubysl-monitor (2.1)
217
224
  rubysl-mutex_m (2.0.0)
218
225
  rubysl-net-ftp (2.0.1)
219
226
  rubysl-net-http (2.0.4)
@@ -229,15 +236,15 @@ GEM
229
236
  rubysl-observer (2.0.0)
230
237
  rubysl-open-uri (2.0.0)
231
238
  rubysl-open3 (2.0.0)
232
- rubysl-openssl (2.3.0)
239
+ rubysl-openssl (2.13)
233
240
  rubysl-optparse (2.0.1)
234
241
  rubysl-shellwords (~> 2.0)
235
- rubysl-ostruct (2.0.4)
236
- rubysl-pathname (2.1.0)
242
+ rubysl-ostruct (2.1.0)
243
+ rubysl-pathname (2.3)
237
244
  rubysl-prettyprint (2.0.3)
238
245
  rubysl-prime (2.0.1)
239
246
  rubysl-profile (2.0.0)
240
- rubysl-profiler (2.0.1)
247
+ rubysl-profiler (2.1)
241
248
  rubysl-pstore (2.0.0)
242
249
  rubysl-pty (2.0.3)
243
250
  rubysl-rational (2.0.1)
@@ -250,14 +257,15 @@ GEM
250
257
  rubysl-set (2.0.1)
251
258
  rubysl-shellwords (2.0.0)
252
259
  rubysl-singleton (2.0.0)
253
- rubysl-socket (2.0.1)
254
- rubysl-stringio (2.0.0)
260
+ rubysl-socket (2.2.1)
261
+ rubysl-fcntl (~> 2.0)
262
+ rubysl-stringio (2.3)
255
263
  rubysl-strscan (2.0.0)
256
264
  rubysl-sync (2.0.0)
257
265
  rubysl-syslog (2.1.0)
258
266
  ffi2-generators (~> 0.1)
259
267
  rubysl-tempfile (2.0.1)
260
- rubysl-thread (2.0.3)
268
+ rubysl-thread (2.1)
261
269
  rubysl-thwait (2.0.0)
262
270
  rubysl-time (2.0.3)
263
271
  rubysl-timeout (2.0.0)
@@ -266,6 +274,7 @@ GEM
266
274
  rubysl-un (2.0.0)
267
275
  rubysl-fileutils (~> 2.0)
268
276
  rubysl-optparse (~> 2.0)
277
+ rubysl-unicode_normalize (2.0)
269
278
  rubysl-uri (2.0.0)
270
279
  rubysl-weakref (2.0.0)
271
280
  rubysl-webrick (2.0.0)
@@ -273,28 +282,28 @@ GEM
273
282
  rubysl-yaml (2.1.0)
274
283
  rubysl-zlib (2.0.1)
275
284
  sixarm_ruby_unaccent (1.2.0)
276
- slop (3.6.0)
277
285
  sort_alphabetical (1.1.0)
278
286
  unicode_utils (>= 1.2.2)
279
- thread_safe (0.3.6)
280
- tzinfo (1.2.3)
281
- thread_safe (~> 0.1)
287
+ tzinfo (2.0.4)
288
+ concurrent-ruby (~> 1.0)
282
289
  unicode_utils (1.4.0)
283
- wwtd (1.1.1)
290
+ wwtd (1.4.1)
291
+ zeitwerk (2.4.2)
284
292
 
285
293
  PLATFORMS
286
294
  ruby
295
+ x86_64-darwin-19
287
296
 
288
297
  DEPENDENCIES
289
- actionpack (~> 5)
298
+ actionpack (~> 6.1)
290
299
  country_select!
291
300
  pry (~> 0)
292
301
  psych
293
302
  racc
294
- rake
303
+ rake (~> 13)
295
304
  rspec (~> 3)
296
305
  rubysl (~> 2.0)
297
- wwtd
306
+ wwtd (~> 1)
298
307
 
299
308
  BUNDLED WITH
300
- 1.17.1
309
+ 2.1.4
data/README.md CHANGED
@@ -193,7 +193,7 @@ changing the dependencies in the gemspec.
193
193
  ```shell
194
194
  for i in gemfiles/*.gemfile
195
195
  do
196
- BUNDLE_GEMFILE=$i bundle install --no-deployment
196
+ BUNDLE_GEMFILE=$i bundle install --local
197
197
  done
198
198
  ```
199
199
 
data/Rakefile CHANGED
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'bundler/setup'
2
4
  require 'rake'
3
5
  require 'bundler/gem_tasks'
@@ -7,4 +9,4 @@ require 'wwtd/tasks'
7
9
  require 'rspec/core/rake_task'
8
10
  RSpec::Core::RakeTask.new(:spec)
9
11
 
10
- task default: "wwtd:local"
12
+ task default: 'spec'
@@ -10,23 +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.required_ruby_version = '>= 2'
20
+ s.required_ruby_version = '>= 2.5'
23
21
 
24
- s.add_development_dependency 'actionpack', '~> 5'
22
+ s.add_development_dependency 'actionpack', '~> 6.1'
25
23
  s.add_development_dependency 'pry', '~> 0'
26
- s.add_development_dependency 'rake'
24
+ s.add_development_dependency 'rake', '~> 13'
27
25
  s.add_development_dependency 'rspec', '~> 3'
28
- s.add_development_dependency 'wwtd'
26
+ s.add_development_dependency 'wwtd', '~> 1'
29
27
 
30
28
  s.add_dependency 'countries', '~> 3.0'
31
- s.add_dependency 'sort_alphabetical', '~> 1.0'
29
+ s.add_dependency 'sort_alphabetical', '~> 1.1'
32
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,294 +1,93 @@
1
1
  GIT
2
2
  remote: https://github.com/rails/rails.git
3
- revision: 30767f980faa2d7a0531774ddf040471db74a23b
3
+ revision: 14f35cde18de77cd7ab5d6f17d83fa8bc92ba383
4
4
  specs:
5
- actionpack (5.2.0.alpha)
6
- actionview (= 5.2.0.alpha)
7
- activesupport (= 5.2.0.alpha)
8
- rack (~> 2.0)
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
9
  rack-test (>= 0.6.3)
10
10
  rails-dom-testing (~> 2.0)
11
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
12
- actionview (5.2.0.alpha)
13
- activesupport (= 5.2.0.alpha)
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
15
  erubi (~> 1.4)
16
16
  rails-dom-testing (~> 2.0)
17
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
18
- activesupport (5.2.0.alpha)
17
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
18
+ activesupport (7.0.0.alpha)
19
19
  concurrent-ruby (~> 1.0, >= 1.0.2)
20
- i18n (~> 0.7)
21
- minitest (~> 5.1)
22
- tzinfo (~> 1.1)
20
+ i18n (>= 1.6, < 2)
21
+ minitest (>= 5.1)
22
+ tzinfo (~> 2.0)
23
+ zeitwerk (~> 2.3)
23
24
 
24
25
  PATH
25
26
  remote: ..
26
27
  specs:
27
- country_select (4.0.0)
28
+ country_select (5.0.0.pre)
28
29
  countries (~> 3.0)
29
- sort_alphabetical (~> 1.0)
30
+ sort_alphabetical (~> 1.1)
30
31
 
31
32
  GEM
32
33
  remote: https://rubygems.org/
33
34
  specs:
34
- builder (3.2.3)
35
- coderay (1.1.2)
36
- concurrent-ruby (1.0.5)
37
- countries (3.0.0)
38
- i18n_data (~> 0.8.0)
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)
39
40
  sixarm_ruby_unaccent (~> 1.1)
40
41
  unicode_utils (~> 1.4)
41
- diff-lcs (1.3)
42
- erubi (1.6.1)
43
- ffi2-generators (0.1.1)
44
- i18n (0.8.6)
45
- i18n_data (0.8.0)
46
- loofah (2.0.3)
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)
47
50
  nokogiri (>= 1.5.9)
48
- method_source (0.8.2)
49
- mini_portile2 (2.3.0)
50
- minitest (5.10.3)
51
- nokogiri (1.8.1)
52
- mini_portile2 (~> 2.3.0)
53
- pry (0.10.4)
54
- coderay (~> 1.1.0)
55
- method_source (~> 0.8.1)
56
- slop (~> 3.4)
57
- psych (2.2.4)
58
- racc (1.4.14)
59
- rack (2.0.3)
60
- rack-test (0.7.0)
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)
61
63
  rack (>= 1.0, < 3)
62
64
  rails-dom-testing (2.0.3)
63
65
  activesupport (>= 4.2.0)
64
66
  nokogiri (>= 1.6)
65
- rails-html-sanitizer (1.0.3)
66
- loofah (~> 2.0)
67
- rake (12.1.0)
68
- rspec (3.6.0)
69
- rspec-core (~> 3.6.0)
70
- rspec-expectations (~> 3.6.0)
71
- rspec-mocks (~> 3.6.0)
72
- rspec-core (3.6.0)
73
- rspec-support (~> 3.6.0)
74
- rspec-expectations (3.6.0)
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)
75
77
  diff-lcs (>= 1.2.0, < 2.0)
76
- rspec-support (~> 3.6.0)
77
- rspec-mocks (3.6.0)
78
+ rspec-support (~> 3.10.0)
79
+ rspec-mocks (3.10.2)
78
80
  diff-lcs (>= 1.2.0, < 2.0)
79
- rspec-support (~> 3.6.0)
80
- rspec-support (3.6.0)
81
- rubysl (2.2.0)
82
- rubysl-abbrev (~> 2.0)
83
- rubysl-base64 (~> 2.0)
84
- rubysl-benchmark (~> 2.0)
85
- rubysl-bigdecimal (~> 2.0)
86
- rubysl-cgi (~> 2.0)
87
- rubysl-cgi-session (~> 2.0)
88
- rubysl-cmath (~> 2.0)
89
- rubysl-complex (~> 2.0)
90
- rubysl-continuation (~> 2.0)
91
- rubysl-coverage (~> 2.0)
92
- rubysl-csv (~> 2.0)
93
- rubysl-curses (~> 2.0)
94
- rubysl-date (~> 2.0)
95
- rubysl-delegate (~> 2.0)
96
- rubysl-digest (~> 2.0)
97
- rubysl-drb (~> 2.0)
98
- rubysl-e2mmap (~> 2.0)
99
- rubysl-english (~> 2.0)
100
- rubysl-enumerator (~> 2.0)
101
- rubysl-erb (~> 2.0)
102
- rubysl-etc (~> 2.0)
103
- rubysl-expect (~> 2.0)
104
- rubysl-fcntl (~> 2.0)
105
- rubysl-fiber (~> 2.0)
106
- rubysl-fileutils (~> 2.0)
107
- rubysl-find (~> 2.0)
108
- rubysl-forwardable (~> 2.0)
109
- rubysl-getoptlong (~> 2.0)
110
- rubysl-gserver (~> 2.0)
111
- rubysl-io-console (~> 2.0)
112
- rubysl-io-nonblock (~> 2.0)
113
- rubysl-io-wait (~> 2.0)
114
- rubysl-ipaddr (~> 2.0)
115
- rubysl-irb (~> 2.1)
116
- rubysl-logger (~> 2.0)
117
- rubysl-mathn (~> 2.0)
118
- rubysl-matrix (~> 2.0)
119
- rubysl-mkmf (~> 2.0)
120
- rubysl-monitor (~> 2.0)
121
- rubysl-mutex_m (~> 2.0)
122
- rubysl-net-ftp (~> 2.0)
123
- rubysl-net-http (~> 2.0)
124
- rubysl-net-imap (~> 2.0)
125
- rubysl-net-pop (~> 2.0)
126
- rubysl-net-protocol (~> 2.0)
127
- rubysl-net-smtp (~> 2.0)
128
- rubysl-net-telnet (~> 2.0)
129
- rubysl-nkf (~> 2.0)
130
- rubysl-observer (~> 2.0)
131
- rubysl-open-uri (~> 2.0)
132
- rubysl-open3 (~> 2.0)
133
- rubysl-openssl (~> 2.0)
134
- rubysl-optparse (~> 2.0)
135
- rubysl-ostruct (~> 2.0)
136
- rubysl-pathname (~> 2.0)
137
- rubysl-prettyprint (~> 2.0)
138
- rubysl-prime (~> 2.0)
139
- rubysl-profile (~> 2.0)
140
- rubysl-profiler (~> 2.0)
141
- rubysl-pstore (~> 2.0)
142
- rubysl-pty (~> 2.0)
143
- rubysl-rational (~> 2.0)
144
- rubysl-resolv (~> 2.0)
145
- rubysl-rexml (~> 2.0)
146
- rubysl-rinda (~> 2.0)
147
- rubysl-rss (~> 2.0)
148
- rubysl-scanf (~> 2.0)
149
- rubysl-securerandom (~> 2.0)
150
- rubysl-set (~> 2.0)
151
- rubysl-shellwords (~> 2.0)
152
- rubysl-singleton (~> 2.0)
153
- rubysl-socket (~> 2.0)
154
- rubysl-stringio (~> 2.0)
155
- rubysl-strscan (~> 2.0)
156
- rubysl-sync (~> 2.0)
157
- rubysl-syslog (~> 2.0)
158
- rubysl-tempfile (~> 2.0)
159
- rubysl-thread (~> 2.0)
160
- rubysl-thwait (~> 2.0)
161
- rubysl-time (~> 2.0)
162
- rubysl-timeout (~> 2.0)
163
- rubysl-tmpdir (~> 2.0)
164
- rubysl-tsort (~> 2.0)
165
- rubysl-un (~> 2.0)
166
- rubysl-unicode_normalize (~> 2.0)
167
- rubysl-uri (~> 2.0)
168
- rubysl-weakref (~> 2.0)
169
- rubysl-webrick (~> 2.0)
170
- rubysl-xmlrpc (~> 2.0)
171
- rubysl-yaml (~> 2.0)
172
- rubysl-zlib (~> 2.0)
173
- rubysl-abbrev (2.0.4)
174
- rubysl-base64 (2.0.0)
175
- rubysl-benchmark (2.0.1)
176
- rubysl-bigdecimal (2.0.2)
177
- rubysl-cgi (2.0.1)
178
- rubysl-cgi-session (2.1.0)
179
- rubysl-cmath (2.0.0)
180
- rubysl-complex (2.0.0)
181
- rubysl-continuation (2.0.0)
182
- rubysl-coverage (2.1)
183
- rubysl-csv (2.0.2)
184
- rubysl-english (~> 2.0)
185
- rubysl-curses (2.0.1)
186
- rubysl-date (2.0.9)
187
- rubysl-delegate (2.0.1)
188
- rubysl-digest (2.0.8)
189
- rubysl-drb (2.0.1)
190
- rubysl-e2mmap (2.0.0)
191
- rubysl-english (2.0.0)
192
- rubysl-enumerator (2.0.0)
193
- rubysl-erb (2.0.2)
194
- rubysl-etc (2.0.3)
195
- ffi2-generators (~> 0.1)
196
- rubysl-expect (2.0.0)
197
- rubysl-fcntl (2.0.4)
198
- ffi2-generators (~> 0.1)
199
- rubysl-fiber (2.0.0)
200
- rubysl-fileutils (2.0.3)
201
- rubysl-find (2.0.1)
202
- rubysl-forwardable (2.0.1)
203
- rubysl-getoptlong (2.0.0)
204
- rubysl-gserver (2.0.0)
205
- rubysl-socket (~> 2.0)
206
- rubysl-thread (~> 2.0)
207
- rubysl-io-console (2.0.0)
208
- rubysl-io-nonblock (2.0.0)
209
- rubysl-io-wait (2.0.0)
210
- rubysl-ipaddr (2.0.0)
211
- rubysl-irb (2.1.1)
212
- rubysl-e2mmap (~> 2.0)
213
- rubysl-mathn (~> 2.0)
214
- rubysl-thread (~> 2.0)
215
- rubysl-logger (2.1.0)
216
- rubysl-mathn (2.0.0)
217
- rubysl-matrix (2.1.0)
218
- rubysl-e2mmap (~> 2.0)
219
- rubysl-mkmf (2.1)
220
- rubysl-fileutils (~> 2.0)
221
- rubysl-shellwords (~> 2.0)
222
- rubysl-monitor (2.0.0)
223
- rubysl-mutex_m (2.0.0)
224
- rubysl-net-ftp (2.0.1)
225
- rubysl-net-http (2.0.4)
226
- rubysl-cgi (~> 2.0)
227
- rubysl-erb (~> 2.0)
228
- rubysl-singleton (~> 2.0)
229
- rubysl-net-imap (2.0.1)
230
- rubysl-net-pop (2.0.1)
231
- rubysl-net-protocol (2.0.1)
232
- rubysl-net-smtp (2.0.1)
233
- rubysl-net-telnet (2.0.0)
234
- rubysl-nkf (2.0.1)
235
- rubysl-observer (2.0.0)
236
- rubysl-open-uri (2.0.0)
237
- rubysl-open3 (2.0.0)
238
- rubysl-openssl (2.9)
239
- rubysl-optparse (2.0.1)
240
- rubysl-shellwords (~> 2.0)
241
- rubysl-ostruct (2.1.0)
242
- rubysl-pathname (2.3)
243
- rubysl-prettyprint (2.0.3)
244
- rubysl-prime (2.0.1)
245
- rubysl-profile (2.0.0)
246
- rubysl-profiler (2.1)
247
- rubysl-pstore (2.0.0)
248
- rubysl-pty (2.0.3)
249
- rubysl-rational (2.0.1)
250
- rubysl-resolv (2.1.2)
251
- rubysl-rexml (2.0.4)
252
- rubysl-rinda (2.0.1)
253
- rubysl-rss (2.0.0)
254
- rubysl-scanf (2.0.0)
255
- rubysl-securerandom (2.0.0)
256
- rubysl-set (2.0.1)
257
- rubysl-shellwords (2.0.0)
258
- rubysl-singleton (2.0.0)
259
- rubysl-socket (2.2.1)
260
- rubysl-fcntl (~> 2.0)
261
- rubysl-stringio (2.1.0)
262
- rubysl-strscan (2.0.0)
263
- rubysl-sync (2.0.0)
264
- rubysl-syslog (2.1.0)
265
- ffi2-generators (~> 0.1)
266
- rubysl-tempfile (2.0.1)
267
- rubysl-thread (2.0.3)
268
- rubysl-thwait (2.0.0)
269
- rubysl-time (2.0.3)
270
- rubysl-timeout (2.0.0)
271
- rubysl-tmpdir (2.0.1)
272
- rubysl-tsort (2.0.1)
273
- rubysl-un (2.0.0)
274
- rubysl-fileutils (~> 2.0)
275
- rubysl-optparse (~> 2.0)
276
- rubysl-unicode_normalize (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)
81
+ rspec-support (~> 3.10.0)
82
+ rspec-support (3.10.2)
283
83
  sixarm_ruby_unaccent (1.2.0)
284
- slop (3.6.0)
285
84
  sort_alphabetical (1.1.0)
286
85
  unicode_utils (>= 1.2.2)
287
- thread_safe (0.3.6)
288
- tzinfo (1.2.3)
289
- thread_safe (~> 0.1)
86
+ tzinfo (2.0.4)
87
+ concurrent-ruby (~> 1.0)
290
88
  unicode_utils (1.4.0)
291
- wwtd (1.3.0)
89
+ wwtd (1.4.1)
90
+ zeitwerk (2.4.2)
292
91
 
293
92
  PLATFORMS
294
93
  ruby
@@ -299,12 +98,9 @@ DEPENDENCIES
299
98
  activesupport!
300
99
  country_select!
301
100
  pry (~> 0)
302
- psych
303
- racc
304
- rake
101
+ rake (~> 13)
305
102
  rspec (~> 3)
306
- rubysl (~> 2.0)
307
- wwtd
103
+ wwtd (~> 1)
308
104
 
309
105
  BUNDLED WITH
310
- 1.17.1
106
+ 2.2.13