country_select 2.5.2 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +12 -6
- data/CHANGELOG.md +5 -0
- data/Gemfile.lock +11 -7
- data/country_select.gemspec +3 -1
- data/gemfiles/actionpack.edge.gemfile.lock +69 -65
- data/gemfiles/actionpack3.2.gemfile.lock +48 -41
- data/gemfiles/actionpack4.0.gemfile.lock +42 -35
- data/gemfiles/actionpack4.1.gemfile.lock +47 -40
- data/gemfiles/actionpack4.2.gemfile +1 -2
- data/gemfiles/actionpack4.2.gemfile.lock +53 -53
- data/gemfiles/actionpack5.0.gemfile +12 -0
- data/gemfiles/actionpack5.0.gemfile.lock +314 -0
- data/lib/country_select/version.rb +1 -1
- data/spec/country_select_spec.rb +16 -4
- metadata +8 -6
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../
|
3
3
|
specs:
|
4
|
-
country_select (
|
5
|
-
countries (~>
|
4
|
+
country_select (3.0.0.alpha1)
|
5
|
+
countries (~> 2.0)
|
6
6
|
sort_alphabetical (~> 1.0)
|
7
7
|
|
8
8
|
GEM
|
@@ -21,11 +21,11 @@ GEM
|
|
21
21
|
thread_safe (~> 0.1)
|
22
22
|
tzinfo (~> 0.3.37)
|
23
23
|
builder (3.1.4)
|
24
|
-
coderay (1.1.
|
25
|
-
countries (
|
26
|
-
currencies (~> 0.4.2)
|
24
|
+
coderay (1.1.1)
|
25
|
+
countries (2.0.1)
|
27
26
|
i18n_data (~> 0.7.0)
|
28
|
-
|
27
|
+
money (~> 6.0)
|
28
|
+
unicode_utils (~> 1.4)
|
29
29
|
diff-lcs (1.2.5)
|
30
30
|
erubis (2.7.0)
|
31
31
|
ffi2-generators (0.1.1)
|
@@ -33,31 +33,34 @@ GEM
|
|
33
33
|
i18n_data (0.7.0)
|
34
34
|
method_source (0.8.2)
|
35
35
|
minitest (4.7.5)
|
36
|
-
|
37
|
-
|
36
|
+
money (6.7.1)
|
37
|
+
i18n (>= 0.6.4, <= 0.7.0)
|
38
|
+
sixarm_ruby_unaccent (>= 1.1.1, < 2)
|
39
|
+
multi_json (1.12.1)
|
40
|
+
pry (0.10.4)
|
38
41
|
coderay (~> 1.1.0)
|
39
42
|
method_source (~> 0.8.1)
|
40
43
|
slop (~> 3.4)
|
41
|
-
psych (2.0
|
42
|
-
racc (1.4.
|
44
|
+
psych (2.2.0)
|
45
|
+
racc (1.4.14)
|
43
46
|
rack (1.5.5)
|
44
47
|
rack-test (0.6.3)
|
45
48
|
rack (>= 1.0)
|
46
|
-
rake (
|
47
|
-
rspec (3.
|
48
|
-
rspec-core (~> 3.
|
49
|
-
rspec-expectations (~> 3.
|
50
|
-
rspec-mocks (~> 3.
|
51
|
-
rspec-core (3.
|
52
|
-
rspec-support (~> 3.
|
53
|
-
rspec-expectations (3.
|
49
|
+
rake (11.3.0)
|
50
|
+
rspec (3.5.0)
|
51
|
+
rspec-core (~> 3.5.0)
|
52
|
+
rspec-expectations (~> 3.5.0)
|
53
|
+
rspec-mocks (~> 3.5.0)
|
54
|
+
rspec-core (3.5.4)
|
55
|
+
rspec-support (~> 3.5.0)
|
56
|
+
rspec-expectations (3.5.0)
|
54
57
|
diff-lcs (>= 1.2.0, < 2.0)
|
55
|
-
rspec-support (~> 3.
|
56
|
-
rspec-mocks (3.
|
58
|
+
rspec-support (~> 3.5.0)
|
59
|
+
rspec-mocks (3.5.0)
|
57
60
|
diff-lcs (>= 1.2.0, < 2.0)
|
58
|
-
rspec-support (~> 3.
|
59
|
-
rspec-support (3.
|
60
|
-
rubysl (2.
|
61
|
+
rspec-support (~> 3.5.0)
|
62
|
+
rspec-support (3.5.0)
|
63
|
+
rubysl (2.2.0)
|
61
64
|
rubysl-abbrev (~> 2.0)
|
62
65
|
rubysl-base64 (~> 2.0)
|
63
66
|
rubysl-benchmark (~> 2.0)
|
@@ -142,6 +145,7 @@ GEM
|
|
142
145
|
rubysl-tmpdir (~> 2.0)
|
143
146
|
rubysl-tsort (~> 2.0)
|
144
147
|
rubysl-un (~> 2.0)
|
148
|
+
rubysl-unicode_normalize (~> 2.0)
|
145
149
|
rubysl-uri (~> 2.0)
|
146
150
|
rubysl-weakref (~> 2.0)
|
147
151
|
rubysl-webrick (~> 2.0)
|
@@ -153,11 +157,11 @@ GEM
|
|
153
157
|
rubysl-benchmark (2.0.1)
|
154
158
|
rubysl-bigdecimal (2.0.2)
|
155
159
|
rubysl-cgi (2.0.1)
|
156
|
-
rubysl-cgi-session (2.0
|
160
|
+
rubysl-cgi-session (2.1.0)
|
157
161
|
rubysl-cmath (2.0.0)
|
158
162
|
rubysl-complex (2.0.0)
|
159
163
|
rubysl-continuation (2.0.0)
|
160
|
-
rubysl-coverage (2.
|
164
|
+
rubysl-coverage (2.1)
|
161
165
|
rubysl-csv (2.0.2)
|
162
166
|
rubysl-english (~> 2.0)
|
163
167
|
rubysl-curses (2.0.1)
|
@@ -194,7 +198,7 @@ GEM
|
|
194
198
|
rubysl-mathn (2.0.0)
|
195
199
|
rubysl-matrix (2.1.0)
|
196
200
|
rubysl-e2mmap (~> 2.0)
|
197
|
-
rubysl-mkmf (2.
|
201
|
+
rubysl-mkmf (2.1)
|
198
202
|
rubysl-fileutils (~> 2.0)
|
199
203
|
rubysl-shellwords (~> 2.0)
|
200
204
|
rubysl-monitor (2.0.0)
|
@@ -213,15 +217,15 @@ GEM
|
|
213
217
|
rubysl-observer (2.0.0)
|
214
218
|
rubysl-open-uri (2.0.0)
|
215
219
|
rubysl-open3 (2.0.0)
|
216
|
-
rubysl-openssl (2.
|
220
|
+
rubysl-openssl (2.9)
|
217
221
|
rubysl-optparse (2.0.1)
|
218
222
|
rubysl-shellwords (~> 2.0)
|
219
|
-
rubysl-ostruct (2.0
|
220
|
-
rubysl-pathname (2.
|
223
|
+
rubysl-ostruct (2.1.0)
|
224
|
+
rubysl-pathname (2.3)
|
221
225
|
rubysl-prettyprint (2.0.3)
|
222
226
|
rubysl-prime (2.0.1)
|
223
227
|
rubysl-profile (2.0.0)
|
224
|
-
rubysl-profiler (2.
|
228
|
+
rubysl-profiler (2.1)
|
225
229
|
rubysl-pstore (2.0.0)
|
226
230
|
rubysl-pty (2.0.3)
|
227
231
|
rubysl-rational (2.0.1)
|
@@ -234,8 +238,9 @@ GEM
|
|
234
238
|
rubysl-set (2.0.1)
|
235
239
|
rubysl-shellwords (2.0.0)
|
236
240
|
rubysl-singleton (2.0.0)
|
237
|
-
rubysl-socket (2.
|
238
|
-
|
241
|
+
rubysl-socket (2.2)
|
242
|
+
rubysl-fcntl (~> 2.0)
|
243
|
+
rubysl-stringio (2.1.0)
|
239
244
|
rubysl-strscan (2.0.0)
|
240
245
|
rubysl-sync (2.0.0)
|
241
246
|
rubysl-syslog (2.1.0)
|
@@ -250,19 +255,21 @@ GEM
|
|
250
255
|
rubysl-un (2.0.0)
|
251
256
|
rubysl-fileutils (~> 2.0)
|
252
257
|
rubysl-optparse (~> 2.0)
|
258
|
+
rubysl-unicode_normalize (2.0)
|
253
259
|
rubysl-uri (2.0.0)
|
254
260
|
rubysl-weakref (2.0.0)
|
255
261
|
rubysl-webrick (2.0.0)
|
256
262
|
rubysl-xmlrpc (2.0.0)
|
257
263
|
rubysl-yaml (2.1.0)
|
258
264
|
rubysl-zlib (2.0.1)
|
265
|
+
sixarm_ruby_unaccent (1.1.1)
|
259
266
|
slop (3.6.0)
|
260
267
|
sort_alphabetical (1.0.2)
|
261
268
|
unicode_utils (>= 1.2.2)
|
262
269
|
thread_safe (0.3.5)
|
263
|
-
tzinfo (0.3.
|
270
|
+
tzinfo (0.3.52)
|
264
271
|
unicode_utils (1.4.0)
|
265
|
-
wwtd (1.
|
272
|
+
wwtd (1.3.0)
|
266
273
|
|
267
274
|
PLATFORMS
|
268
275
|
ruby
|
@@ -279,4 +286,4 @@ DEPENDENCIES
|
|
279
286
|
wwtd
|
280
287
|
|
281
288
|
BUNDLED WITH
|
282
|
-
1.
|
289
|
+
1.13.6
|
@@ -1,34 +1,34 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../
|
3
3
|
specs:
|
4
|
-
country_select (
|
5
|
-
countries (~>
|
4
|
+
country_select (3.0.0.alpha1)
|
5
|
+
countries (~> 2.0)
|
6
6
|
sort_alphabetical (~> 1.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actionpack (4.1.
|
12
|
-
actionview (= 4.1.
|
13
|
-
activesupport (= 4.1.
|
11
|
+
actionpack (4.1.16)
|
12
|
+
actionview (= 4.1.16)
|
13
|
+
activesupport (= 4.1.16)
|
14
14
|
rack (~> 1.5.2)
|
15
15
|
rack-test (~> 0.6.2)
|
16
|
-
actionview (4.1.
|
17
|
-
activesupport (= 4.1.
|
16
|
+
actionview (4.1.16)
|
17
|
+
activesupport (= 4.1.16)
|
18
18
|
builder (~> 3.1)
|
19
19
|
erubis (~> 2.7.0)
|
20
|
-
activesupport (4.1.
|
20
|
+
activesupport (4.1.16)
|
21
21
|
i18n (~> 0.6, >= 0.6.9)
|
22
22
|
json (~> 1.7, >= 1.7.7)
|
23
23
|
minitest (~> 5.1)
|
24
24
|
thread_safe (~> 0.1)
|
25
25
|
tzinfo (~> 1.1)
|
26
26
|
builder (3.2.2)
|
27
|
-
coderay (1.1.
|
28
|
-
countries (
|
29
|
-
currencies (~> 0.4.2)
|
27
|
+
coderay (1.1.1)
|
28
|
+
countries (2.0.1)
|
30
29
|
i18n_data (~> 0.7.0)
|
31
|
-
|
30
|
+
money (~> 6.0)
|
31
|
+
unicode_utils (~> 1.4)
|
32
32
|
diff-lcs (1.2.5)
|
33
33
|
erubis (2.7.0)
|
34
34
|
ffi2-generators (0.1.1)
|
@@ -36,31 +36,34 @@ GEM
|
|
36
36
|
i18n_data (0.7.0)
|
37
37
|
json (1.8.3)
|
38
38
|
method_source (0.8.2)
|
39
|
-
minitest (5.
|
40
|
-
|
39
|
+
minitest (5.9.1)
|
40
|
+
money (6.7.1)
|
41
|
+
i18n (>= 0.6.4, <= 0.7.0)
|
42
|
+
sixarm_ruby_unaccent (>= 1.1.1, < 2)
|
43
|
+
pry (0.10.4)
|
41
44
|
coderay (~> 1.1.0)
|
42
45
|
method_source (~> 0.8.1)
|
43
46
|
slop (~> 3.4)
|
44
|
-
psych (2.0
|
45
|
-
racc (1.4.
|
47
|
+
psych (2.2.0)
|
48
|
+
racc (1.4.14)
|
46
49
|
rack (1.5.5)
|
47
50
|
rack-test (0.6.3)
|
48
51
|
rack (>= 1.0)
|
49
|
-
rake (
|
50
|
-
rspec (3.
|
51
|
-
rspec-core (~> 3.
|
52
|
-
rspec-expectations (~> 3.
|
53
|
-
rspec-mocks (~> 3.
|
54
|
-
rspec-core (3.
|
55
|
-
rspec-support (~> 3.
|
56
|
-
rspec-expectations (3.
|
52
|
+
rake (11.3.0)
|
53
|
+
rspec (3.5.0)
|
54
|
+
rspec-core (~> 3.5.0)
|
55
|
+
rspec-expectations (~> 3.5.0)
|
56
|
+
rspec-mocks (~> 3.5.0)
|
57
|
+
rspec-core (3.5.4)
|
58
|
+
rspec-support (~> 3.5.0)
|
59
|
+
rspec-expectations (3.5.0)
|
57
60
|
diff-lcs (>= 1.2.0, < 2.0)
|
58
|
-
rspec-support (~> 3.
|
59
|
-
rspec-mocks (3.
|
61
|
+
rspec-support (~> 3.5.0)
|
62
|
+
rspec-mocks (3.5.0)
|
60
63
|
diff-lcs (>= 1.2.0, < 2.0)
|
61
|
-
rspec-support (~> 3.
|
62
|
-
rspec-support (3.
|
63
|
-
rubysl (2.
|
64
|
+
rspec-support (~> 3.5.0)
|
65
|
+
rspec-support (3.5.0)
|
66
|
+
rubysl (2.2.0)
|
64
67
|
rubysl-abbrev (~> 2.0)
|
65
68
|
rubysl-base64 (~> 2.0)
|
66
69
|
rubysl-benchmark (~> 2.0)
|
@@ -145,6 +148,7 @@ GEM
|
|
145
148
|
rubysl-tmpdir (~> 2.0)
|
146
149
|
rubysl-tsort (~> 2.0)
|
147
150
|
rubysl-un (~> 2.0)
|
151
|
+
rubysl-unicode_normalize (~> 2.0)
|
148
152
|
rubysl-uri (~> 2.0)
|
149
153
|
rubysl-weakref (~> 2.0)
|
150
154
|
rubysl-webrick (~> 2.0)
|
@@ -156,11 +160,11 @@ GEM
|
|
156
160
|
rubysl-benchmark (2.0.1)
|
157
161
|
rubysl-bigdecimal (2.0.2)
|
158
162
|
rubysl-cgi (2.0.1)
|
159
|
-
rubysl-cgi-session (2.0
|
163
|
+
rubysl-cgi-session (2.1.0)
|
160
164
|
rubysl-cmath (2.0.0)
|
161
165
|
rubysl-complex (2.0.0)
|
162
166
|
rubysl-continuation (2.0.0)
|
163
|
-
rubysl-coverage (2.
|
167
|
+
rubysl-coverage (2.1)
|
164
168
|
rubysl-csv (2.0.2)
|
165
169
|
rubysl-english (~> 2.0)
|
166
170
|
rubysl-curses (2.0.1)
|
@@ -197,7 +201,7 @@ GEM
|
|
197
201
|
rubysl-mathn (2.0.0)
|
198
202
|
rubysl-matrix (2.1.0)
|
199
203
|
rubysl-e2mmap (~> 2.0)
|
200
|
-
rubysl-mkmf (2.
|
204
|
+
rubysl-mkmf (2.1)
|
201
205
|
rubysl-fileutils (~> 2.0)
|
202
206
|
rubysl-shellwords (~> 2.0)
|
203
207
|
rubysl-monitor (2.0.0)
|
@@ -216,15 +220,15 @@ GEM
|
|
216
220
|
rubysl-observer (2.0.0)
|
217
221
|
rubysl-open-uri (2.0.0)
|
218
222
|
rubysl-open3 (2.0.0)
|
219
|
-
rubysl-openssl (2.
|
223
|
+
rubysl-openssl (2.9)
|
220
224
|
rubysl-optparse (2.0.1)
|
221
225
|
rubysl-shellwords (~> 2.0)
|
222
|
-
rubysl-ostruct (2.0
|
223
|
-
rubysl-pathname (2.
|
226
|
+
rubysl-ostruct (2.1.0)
|
227
|
+
rubysl-pathname (2.3)
|
224
228
|
rubysl-prettyprint (2.0.3)
|
225
229
|
rubysl-prime (2.0.1)
|
226
230
|
rubysl-profile (2.0.0)
|
227
|
-
rubysl-profiler (2.
|
231
|
+
rubysl-profiler (2.1)
|
228
232
|
rubysl-pstore (2.0.0)
|
229
233
|
rubysl-pty (2.0.3)
|
230
234
|
rubysl-rational (2.0.1)
|
@@ -237,8 +241,9 @@ GEM
|
|
237
241
|
rubysl-set (2.0.1)
|
238
242
|
rubysl-shellwords (2.0.0)
|
239
243
|
rubysl-singleton (2.0.0)
|
240
|
-
rubysl-socket (2.
|
241
|
-
|
244
|
+
rubysl-socket (2.2)
|
245
|
+
rubysl-fcntl (~> 2.0)
|
246
|
+
rubysl-stringio (2.1.0)
|
242
247
|
rubysl-strscan (2.0.0)
|
243
248
|
rubysl-sync (2.0.0)
|
244
249
|
rubysl-syslog (2.1.0)
|
@@ -253,12 +258,14 @@ GEM
|
|
253
258
|
rubysl-un (2.0.0)
|
254
259
|
rubysl-fileutils (~> 2.0)
|
255
260
|
rubysl-optparse (~> 2.0)
|
261
|
+
rubysl-unicode_normalize (2.0)
|
256
262
|
rubysl-uri (2.0.0)
|
257
263
|
rubysl-weakref (2.0.0)
|
258
264
|
rubysl-webrick (2.0.0)
|
259
265
|
rubysl-xmlrpc (2.0.0)
|
260
266
|
rubysl-yaml (2.1.0)
|
261
267
|
rubysl-zlib (2.0.1)
|
268
|
+
sixarm_ruby_unaccent (1.1.1)
|
262
269
|
slop (3.6.0)
|
263
270
|
sort_alphabetical (1.0.2)
|
264
271
|
unicode_utils (>= 1.2.2)
|
@@ -266,7 +273,7 @@ GEM
|
|
266
273
|
tzinfo (1.2.2)
|
267
274
|
thread_safe (~> 0.1)
|
268
275
|
unicode_utils (1.4.0)
|
269
|
-
wwtd (1.
|
276
|
+
wwtd (1.3.0)
|
270
277
|
|
271
278
|
PLATFORMS
|
272
279
|
ruby
|
@@ -283,4 +290,4 @@ DEPENDENCIES
|
|
283
290
|
wwtd
|
284
291
|
|
285
292
|
BUNDLED WITH
|
286
|
-
1.
|
293
|
+
1.13.6
|
@@ -1,38 +1,38 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../
|
3
3
|
specs:
|
4
|
-
country_select (
|
5
|
-
countries (~>
|
4
|
+
country_select (3.0.0.alpha1)
|
5
|
+
countries (~> 2.0)
|
6
6
|
sort_alphabetical (~> 1.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actionpack (4.2.
|
12
|
-
actionview (= 4.2.
|
13
|
-
activesupport (= 4.2.
|
11
|
+
actionpack (4.2.7.1)
|
12
|
+
actionview (= 4.2.7.1)
|
13
|
+
activesupport (= 4.2.7.1)
|
14
14
|
rack (~> 1.6)
|
15
15
|
rack-test (~> 0.6.2)
|
16
16
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
17
17
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
18
|
-
actionview (4.2.
|
19
|
-
activesupport (= 4.2.
|
18
|
+
actionview (4.2.7.1)
|
19
|
+
activesupport (= 4.2.7.1)
|
20
20
|
builder (~> 3.1)
|
21
21
|
erubis (~> 2.7.0)
|
22
22
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
23
23
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
24
|
-
activesupport (4.2.
|
24
|
+
activesupport (4.2.7.1)
|
25
25
|
i18n (~> 0.7)
|
26
26
|
json (~> 1.7, >= 1.7.7)
|
27
27
|
minitest (~> 5.1)
|
28
28
|
thread_safe (~> 0.3, >= 0.3.4)
|
29
29
|
tzinfo (~> 1.1)
|
30
30
|
builder (3.2.2)
|
31
|
-
coderay (1.1.
|
32
|
-
countries (
|
33
|
-
currencies (~> 0.4.2)
|
31
|
+
coderay (1.1.1)
|
32
|
+
countries (2.0.1)
|
34
33
|
i18n_data (~> 0.7.0)
|
35
|
-
|
34
|
+
money (~> 6.0)
|
35
|
+
unicode_utils (~> 1.4)
|
36
36
|
diff-lcs (1.2.5)
|
37
37
|
erubis (2.7.0)
|
38
38
|
ffi2-generators (0.1.1)
|
@@ -42,17 +42,20 @@ GEM
|
|
42
42
|
loofah (2.0.3)
|
43
43
|
nokogiri (>= 1.5.9)
|
44
44
|
method_source (0.8.2)
|
45
|
-
|
46
|
-
minitest (5.
|
47
|
-
|
48
|
-
|
49
|
-
|
45
|
+
mini_portile2 (2.1.0)
|
46
|
+
minitest (5.9.1)
|
47
|
+
money (6.7.1)
|
48
|
+
i18n (>= 0.6.4, <= 0.7.0)
|
49
|
+
sixarm_ruby_unaccent (>= 1.1.1, < 2)
|
50
|
+
nokogiri (1.6.8.1)
|
51
|
+
mini_portile2 (~> 2.1.0)
|
52
|
+
pry (0.10.4)
|
50
53
|
coderay (~> 1.1.0)
|
51
54
|
method_source (~> 0.8.1)
|
52
55
|
slop (~> 3.4)
|
53
|
-
psych (2.0
|
54
|
-
racc (1.4.
|
55
|
-
rack (1.6.
|
56
|
+
psych (2.2.0)
|
57
|
+
racc (1.4.14)
|
58
|
+
rack (1.6.5)
|
56
59
|
rack-test (0.6.3)
|
57
60
|
rack (>= 1.0)
|
58
61
|
rails-deprecated_sanitizer (1.0.3)
|
@@ -61,28 +64,23 @@ GEM
|
|
61
64
|
activesupport (>= 4.2.0.beta, < 5.0)
|
62
65
|
nokogiri (~> 1.6.0)
|
63
66
|
rails-deprecated_sanitizer (>= 1.0.1)
|
64
|
-
rails-html-sanitizer (1.0.
|
67
|
+
rails-html-sanitizer (1.0.3)
|
65
68
|
loofah (~> 2.0)
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
rspec-expectations (~> 3.3.0)
|
75
|
-
rspec-mocks (~> 3.3.0)
|
76
|
-
rspec-core (3.3.2)
|
77
|
-
rspec-support (~> 3.3.0)
|
78
|
-
rspec-expectations (3.3.1)
|
69
|
+
rake (11.3.0)
|
70
|
+
rspec (3.5.0)
|
71
|
+
rspec-core (~> 3.5.0)
|
72
|
+
rspec-expectations (~> 3.5.0)
|
73
|
+
rspec-mocks (~> 3.5.0)
|
74
|
+
rspec-core (3.5.4)
|
75
|
+
rspec-support (~> 3.5.0)
|
76
|
+
rspec-expectations (3.5.0)
|
79
77
|
diff-lcs (>= 1.2.0, < 2.0)
|
80
|
-
rspec-support (~> 3.
|
81
|
-
rspec-mocks (3.
|
78
|
+
rspec-support (~> 3.5.0)
|
79
|
+
rspec-mocks (3.5.0)
|
82
80
|
diff-lcs (>= 1.2.0, < 2.0)
|
83
|
-
rspec-support (~> 3.
|
84
|
-
rspec-support (3.
|
85
|
-
rubysl (2.
|
81
|
+
rspec-support (~> 3.5.0)
|
82
|
+
rspec-support (3.5.0)
|
83
|
+
rubysl (2.2.0)
|
86
84
|
rubysl-abbrev (~> 2.0)
|
87
85
|
rubysl-base64 (~> 2.0)
|
88
86
|
rubysl-benchmark (~> 2.0)
|
@@ -167,6 +165,7 @@ GEM
|
|
167
165
|
rubysl-tmpdir (~> 2.0)
|
168
166
|
rubysl-tsort (~> 2.0)
|
169
167
|
rubysl-un (~> 2.0)
|
168
|
+
rubysl-unicode_normalize (~> 2.0)
|
170
169
|
rubysl-uri (~> 2.0)
|
171
170
|
rubysl-weakref (~> 2.0)
|
172
171
|
rubysl-webrick (~> 2.0)
|
@@ -178,11 +177,11 @@ GEM
|
|
178
177
|
rubysl-benchmark (2.0.1)
|
179
178
|
rubysl-bigdecimal (2.0.2)
|
180
179
|
rubysl-cgi (2.0.1)
|
181
|
-
rubysl-cgi-session (2.0
|
180
|
+
rubysl-cgi-session (2.1.0)
|
182
181
|
rubysl-cmath (2.0.0)
|
183
182
|
rubysl-complex (2.0.0)
|
184
183
|
rubysl-continuation (2.0.0)
|
185
|
-
rubysl-coverage (2.
|
184
|
+
rubysl-coverage (2.1)
|
186
185
|
rubysl-csv (2.0.2)
|
187
186
|
rubysl-english (~> 2.0)
|
188
187
|
rubysl-curses (2.0.1)
|
@@ -219,7 +218,7 @@ GEM
|
|
219
218
|
rubysl-mathn (2.0.0)
|
220
219
|
rubysl-matrix (2.1.0)
|
221
220
|
rubysl-e2mmap (~> 2.0)
|
222
|
-
rubysl-mkmf (2.
|
221
|
+
rubysl-mkmf (2.1)
|
223
222
|
rubysl-fileutils (~> 2.0)
|
224
223
|
rubysl-shellwords (~> 2.0)
|
225
224
|
rubysl-monitor (2.0.0)
|
@@ -238,15 +237,15 @@ GEM
|
|
238
237
|
rubysl-observer (2.0.0)
|
239
238
|
rubysl-open-uri (2.0.0)
|
240
239
|
rubysl-open3 (2.0.0)
|
241
|
-
rubysl-openssl (2.
|
240
|
+
rubysl-openssl (2.9)
|
242
241
|
rubysl-optparse (2.0.1)
|
243
242
|
rubysl-shellwords (~> 2.0)
|
244
|
-
rubysl-ostruct (2.0
|
245
|
-
rubysl-pathname (2.
|
243
|
+
rubysl-ostruct (2.1.0)
|
244
|
+
rubysl-pathname (2.3)
|
246
245
|
rubysl-prettyprint (2.0.3)
|
247
246
|
rubysl-prime (2.0.1)
|
248
247
|
rubysl-profile (2.0.0)
|
249
|
-
rubysl-profiler (2.
|
248
|
+
rubysl-profiler (2.1)
|
250
249
|
rubysl-pstore (2.0.0)
|
251
250
|
rubysl-pty (2.0.3)
|
252
251
|
rubysl-rational (2.0.1)
|
@@ -259,8 +258,9 @@ GEM
|
|
259
258
|
rubysl-set (2.0.1)
|
260
259
|
rubysl-shellwords (2.0.0)
|
261
260
|
rubysl-singleton (2.0.0)
|
262
|
-
rubysl-socket (2.
|
263
|
-
|
261
|
+
rubysl-socket (2.2)
|
262
|
+
rubysl-fcntl (~> 2.0)
|
263
|
+
rubysl-stringio (2.1.0)
|
264
264
|
rubysl-strscan (2.0.0)
|
265
265
|
rubysl-sync (2.0.0)
|
266
266
|
rubysl-syslog (2.1.0)
|
@@ -275,36 +275,36 @@ GEM
|
|
275
275
|
rubysl-un (2.0.0)
|
276
276
|
rubysl-fileutils (~> 2.0)
|
277
277
|
rubysl-optparse (~> 2.0)
|
278
|
+
rubysl-unicode_normalize (2.0)
|
278
279
|
rubysl-uri (2.0.0)
|
279
280
|
rubysl-weakref (2.0.0)
|
280
281
|
rubysl-webrick (2.0.0)
|
281
282
|
rubysl-xmlrpc (2.0.0)
|
282
283
|
rubysl-yaml (2.1.0)
|
283
284
|
rubysl-zlib (2.0.1)
|
285
|
+
sixarm_ruby_unaccent (1.1.1)
|
284
286
|
slop (3.6.0)
|
285
287
|
sort_alphabetical (1.0.2)
|
286
288
|
unicode_utils (>= 1.2.2)
|
287
|
-
thor (0.19.1)
|
288
289
|
thread_safe (0.3.5)
|
289
290
|
tzinfo (1.2.2)
|
290
291
|
thread_safe (~> 0.1)
|
291
292
|
unicode_utils (1.4.0)
|
292
|
-
wwtd (1.
|
293
|
+
wwtd (1.3.0)
|
293
294
|
|
294
295
|
PLATFORMS
|
295
296
|
ruby
|
296
297
|
|
297
298
|
DEPENDENCIES
|
298
|
-
actionpack (~> 4.2.0
|
299
|
+
actionpack (~> 4.2.0)
|
299
300
|
country_select!
|
300
301
|
pry (~> 0)
|
301
302
|
psych
|
302
303
|
racc
|
303
|
-
railties (~> 4.2.0.beta1)
|
304
304
|
rake
|
305
305
|
rspec (~> 3)
|
306
306
|
rubysl (~> 2.0)
|
307
307
|
wwtd
|
308
308
|
|
309
309
|
BUNDLED WITH
|
310
|
-
1.
|
310
|
+
1.13.6
|