country_select 4.0.0 → 5.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,312 +1,106 @@
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.2.0)
12
- actionview (= 5.2.0)
13
- activesupport (= 5.2.0)
14
- rack (~> 2.0)
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
15
  rack-test (>= 0.6.3)
16
16
  rails-dom-testing (~> 2.0)
17
17
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
18
- actionview (5.2.0)
19
- activesupport (= 5.2.0)
18
+ actionview (5.2.4.5)
19
+ activesupport (= 5.2.4.5)
20
20
  builder (~> 3.1)
21
21
  erubi (~> 1.4)
22
22
  rails-dom-testing (~> 2.0)
23
23
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
24
- activesupport (5.2.0)
24
+ activesupport (5.2.4.5)
25
25
  concurrent-ruby (~> 1.0, >= 1.0.2)
26
26
  i18n (>= 0.7, < 2)
27
27
  minitest (~> 5.1)
28
28
  tzinfo (~> 1.1)
29
- builder (3.2.3)
30
- coderay (1.1.2)
31
- concurrent-ruby (1.0.5)
32
- countries (3.0.0)
33
- i18n_data (~> 0.8.0)
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
34
  sixarm_ruby_unaccent (~> 1.1)
35
35
  unicode_utils (~> 1.4)
36
- crass (1.0.4)
37
- diff-lcs (1.3)
38
- erubi (1.7.1)
39
- ffi2-generators (0.1.1)
40
- i18n (1.0.1)
36
+ crass (1.0.6)
37
+ diff-lcs (1.4.4)
38
+ erubi (1.10.0)
39
+ i18n (1.8.9)
41
40
  concurrent-ruby (~> 1.0)
42
- i18n_data (0.8.0)
43
- loofah (2.2.2)
41
+ i18n_data (0.10.0)
42
+ loofah (2.9.0)
44
43
  crass (~> 1.0.2)
45
44
  nokogiri (>= 1.5.9)
46
- method_source (0.9.0)
47
- mini_portile2 (2.3.0)
48
- minitest (5.11.3)
49
- nokogiri (1.8.3)
50
- mini_portile2 (~> 2.3.0)
51
- pry (0.11.3)
52
- coderay (~> 1.1.0)
53
- method_source (~> 0.9.0)
54
- psych (3.0.2)
55
- racc (1.4.14)
56
- rack (2.0.5)
57
- rack-test (1.0.0)
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)
58
57
  rack (>= 1.0, < 3)
59
58
  rails-dom-testing (2.0.3)
60
59
  activesupport (>= 4.2.0)
61
60
  nokogiri (>= 1.6)
62
- rails-html-sanitizer (1.0.4)
63
- loofah (~> 2.2, >= 2.2.2)
64
- railties (5.2.0)
65
- actionpack (= 5.2.0)
66
- activesupport (= 5.2.0)
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)
67
66
  method_source
68
67
  rake (>= 0.8.7)
69
- thor (>= 0.18.1, < 2.0)
70
- rake (12.3.1)
71
- rspec (3.7.0)
72
- rspec-core (~> 3.7.0)
73
- rspec-expectations (~> 3.7.0)
74
- rspec-mocks (~> 3.7.0)
75
- rspec-core (3.7.1)
76
- rspec-support (~> 3.7.0)
77
- rspec-expectations (3.7.0)
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)
78
77
  diff-lcs (>= 1.2.0, < 2.0)
79
- rspec-support (~> 3.7.0)
80
- rspec-mocks (3.7.0)
78
+ rspec-support (~> 3.10.0)
79
+ rspec-mocks (3.10.2)
81
80
  diff-lcs (>= 1.2.0, < 2.0)
82
- rspec-support (~> 3.7.0)
83
- rspec-support (3.7.1)
84
- rubysl (2.2.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-unicode_normalize (~> 2.0)
170
- rubysl-uri (~> 2.0)
171
- rubysl-weakref (~> 2.0)
172
- rubysl-webrick (~> 2.0)
173
- rubysl-xmlrpc (~> 2.0)
174
- rubysl-yaml (~> 2.0)
175
- rubysl-zlib (~> 2.0)
176
- rubysl-abbrev (2.0.4)
177
- rubysl-base64 (2.0.0)
178
- rubysl-benchmark (2.0.1)
179
- rubysl-bigdecimal (2.0.2)
180
- rubysl-cgi (2.0.1)
181
- rubysl-cgi-session (2.1.0)
182
- rubysl-cmath (2.0.0)
183
- rubysl-complex (2.0.0)
184
- rubysl-continuation (2.0.0)
185
- rubysl-coverage (2.1)
186
- rubysl-csv (2.0.2)
187
- rubysl-english (~> 2.0)
188
- rubysl-curses (2.0.1)
189
- rubysl-date (2.0.9)
190
- rubysl-delegate (2.0.1)
191
- rubysl-digest (2.0.8)
192
- rubysl-drb (2.0.1)
193
- rubysl-e2mmap (2.0.0)
194
- rubysl-english (2.0.0)
195
- rubysl-enumerator (2.0.0)
196
- rubysl-erb (2.0.2)
197
- rubysl-etc (2.0.3)
198
- ffi2-generators (~> 0.1)
199
- rubysl-expect (2.0.0)
200
- rubysl-fcntl (2.0.4)
201
- ffi2-generators (~> 0.1)
202
- rubysl-fiber (2.0.0)
203
- rubysl-fileutils (2.0.3)
204
- rubysl-find (2.0.1)
205
- rubysl-forwardable (2.0.1)
206
- rubysl-getoptlong (2.0.0)
207
- rubysl-gserver (2.0.0)
208
- rubysl-socket (~> 2.0)
209
- rubysl-thread (~> 2.0)
210
- rubysl-io-console (2.0.0)
211
- rubysl-io-nonblock (2.0.0)
212
- rubysl-io-wait (2.0.0)
213
- rubysl-ipaddr (2.0.0)
214
- rubysl-irb (2.1.1)
215
- rubysl-e2mmap (~> 2.0)
216
- rubysl-mathn (~> 2.0)
217
- rubysl-thread (~> 2.0)
218
- rubysl-logger (2.1.0)
219
- rubysl-mathn (2.0.0)
220
- rubysl-matrix (2.1.0)
221
- rubysl-e2mmap (~> 2.0)
222
- rubysl-mkmf (2.1)
223
- rubysl-fileutils (~> 2.0)
224
- rubysl-shellwords (~> 2.0)
225
- rubysl-monitor (2.1)
226
- rubysl-mutex_m (2.0.0)
227
- rubysl-net-ftp (2.0.1)
228
- rubysl-net-http (2.0.4)
229
- rubysl-cgi (~> 2.0)
230
- rubysl-erb (~> 2.0)
231
- rubysl-singleton (~> 2.0)
232
- rubysl-net-imap (2.0.1)
233
- rubysl-net-pop (2.0.1)
234
- rubysl-net-protocol (2.0.1)
235
- rubysl-net-smtp (2.0.1)
236
- rubysl-net-telnet (2.0.0)
237
- rubysl-nkf (2.0.1)
238
- rubysl-observer (2.0.0)
239
- rubysl-open-uri (2.0.0)
240
- rubysl-open3 (2.0.0)
241
- rubysl-openssl (2.10)
242
- rubysl-optparse (2.0.1)
243
- rubysl-shellwords (~> 2.0)
244
- rubysl-ostruct (2.1.0)
245
- rubysl-pathname (2.3)
246
- rubysl-prettyprint (2.0.3)
247
- rubysl-prime (2.0.1)
248
- rubysl-profile (2.0.0)
249
- rubysl-profiler (2.1)
250
- rubysl-pstore (2.0.0)
251
- rubysl-pty (2.0.3)
252
- rubysl-rational (2.0.1)
253
- rubysl-resolv (2.1.2)
254
- rubysl-rexml (2.0.4)
255
- rubysl-rinda (2.0.1)
256
- rubysl-rss (2.0.0)
257
- rubysl-scanf (2.0.0)
258
- rubysl-securerandom (2.0.0)
259
- rubysl-set (2.0.1)
260
- rubysl-shellwords (2.0.0)
261
- rubysl-singleton (2.0.0)
262
- rubysl-socket (2.2.1)
263
- rubysl-fcntl (~> 2.0)
264
- rubysl-stringio (2.3)
265
- rubysl-strscan (2.0.0)
266
- rubysl-sync (2.0.0)
267
- rubysl-syslog (2.1.0)
268
- ffi2-generators (~> 0.1)
269
- rubysl-tempfile (2.0.1)
270
- rubysl-thread (2.1)
271
- rubysl-thwait (2.0.0)
272
- rubysl-time (2.0.3)
273
- rubysl-timeout (2.0.0)
274
- rubysl-tmpdir (2.0.1)
275
- rubysl-tsort (2.0.1)
276
- rubysl-un (2.0.0)
277
- rubysl-fileutils (~> 2.0)
278
- rubysl-optparse (~> 2.0)
279
- rubysl-unicode_normalize (2.0)
280
- rubysl-uri (2.0.0)
281
- rubysl-weakref (2.0.0)
282
- rubysl-webrick (2.0.0)
283
- rubysl-xmlrpc (2.0.0)
284
- rubysl-yaml (2.1.0)
285
- rubysl-zlib (2.0.1)
81
+ rspec-support (~> 3.10.0)
82
+ rspec-support (3.10.2)
286
83
  sixarm_ruby_unaccent (1.2.0)
287
84
  sort_alphabetical (1.1.0)
288
85
  unicode_utils (>= 1.2.2)
289
- thor (0.20.0)
86
+ thor (1.1.0)
290
87
  thread_safe (0.3.6)
291
- tzinfo (1.2.5)
88
+ tzinfo (1.2.9)
292
89
  thread_safe (~> 0.1)
293
90
  unicode_utils (1.4.0)
294
- wwtd (1.3.0)
91
+ wwtd (1.4.1)
295
92
 
296
93
  PLATFORMS
297
94
  ruby
298
95
 
299
96
  DEPENDENCIES
300
- actionpack (~> 5.2.0)
97
+ actionpack (~> 5.2.4)
301
98
  country_select!
302
99
  pry (~> 0)
303
- psych
304
- racc
305
- railties (~> 5.2.0)
306
- rake
100
+ railties (~> 5.2.4)
101
+ rake (~> 13)
307
102
  rspec (~> 3)
308
- rubysl (~> 2.0)
309
- wwtd
103
+ wwtd (~> 1)
310
104
 
311
105
  BUNDLED WITH
312
- 1.17.1
106
+ 2.2.13
@@ -0,0 +1,6 @@
1
+ source "https://rubygems.org"
2
+
3
+ gemspec :path => "../"
4
+
5
+ gem "railties", "~> 6.0.2"
6
+ gem "actionpack", "~> 6.0.2"
@@ -0,0 +1,108 @@
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 (6.0.3.5)
12
+ actionview (= 6.0.3.5)
13
+ activesupport (= 6.0.3.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.2.0)
18
+ actionview (6.0.3.5)
19
+ activesupport (= 6.0.3.5)
20
+ builder (~> 3.1)
21
+ erubi (~> 1.4)
22
+ rails-dom-testing (~> 2.0)
23
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
24
+ activesupport (6.0.3.5)
25
+ concurrent-ruby (~> 1.0, >= 1.0.2)
26
+ i18n (>= 0.7, < 2)
27
+ minitest (~> 5.1)
28
+ tzinfo (~> 1.1)
29
+ zeitwerk (~> 2.2, >= 2.2.2)
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)
35
+ sixarm_ruby_unaccent (~> 1.1)
36
+ unicode_utils (~> 1.4)
37
+ crass (1.0.6)
38
+ diff-lcs (1.4.4)
39
+ erubi (1.10.0)
40
+ i18n (1.8.9)
41
+ concurrent-ruby (~> 1.0)
42
+ i18n_data (0.10.0)
43
+ loofah (2.9.0)
44
+ crass (~> 1.0.2)
45
+ nokogiri (>= 1.5.9)
46
+ method_source (1.0.0)
47
+ mini_portile2 (2.5.0)
48
+ minitest (5.14.4)
49
+ nokogiri (1.11.1)
50
+ mini_portile2 (~> 2.5.0)
51
+ racc (~> 1.4)
52
+ pry (0.14.0)
53
+ coderay (~> 1.1)
54
+ method_source (~> 1.0)
55
+ racc (1.5.2)
56
+ rack (2.2.3)
57
+ rack-test (1.1.0)
58
+ rack (>= 1.0, < 3)
59
+ rails-dom-testing (2.0.3)
60
+ activesupport (>= 4.2.0)
61
+ nokogiri (>= 1.6)
62
+ rails-html-sanitizer (1.3.0)
63
+ loofah (~> 2.3)
64
+ railties (6.0.3.5)
65
+ actionpack (= 6.0.3.5)
66
+ activesupport (= 6.0.3.5)
67
+ method_source
68
+ rake (>= 0.8.7)
69
+ thor (>= 0.20.3, < 2.0)
70
+ rake (13.0.3)
71
+ rspec (3.10.0)
72
+ rspec-core (~> 3.10.0)
73
+ rspec-expectations (~> 3.10.0)
74
+ rspec-mocks (~> 3.10.0)
75
+ rspec-core (3.10.1)
76
+ rspec-support (~> 3.10.0)
77
+ rspec-expectations (3.10.1)
78
+ diff-lcs (>= 1.2.0, < 2.0)
79
+ rspec-support (~> 3.10.0)
80
+ rspec-mocks (3.10.2)
81
+ diff-lcs (>= 1.2.0, < 2.0)
82
+ rspec-support (~> 3.10.0)
83
+ rspec-support (3.10.2)
84
+ sixarm_ruby_unaccent (1.2.0)
85
+ sort_alphabetical (1.1.0)
86
+ unicode_utils (>= 1.2.2)
87
+ thor (1.1.0)
88
+ thread_safe (0.3.6)
89
+ tzinfo (1.2.9)
90
+ thread_safe (~> 0.1)
91
+ unicode_utils (1.4.0)
92
+ wwtd (1.4.1)
93
+ zeitwerk (2.4.2)
94
+
95
+ PLATFORMS
96
+ ruby
97
+
98
+ DEPENDENCIES
99
+ actionpack (~> 6.0.2)
100
+ country_select!
101
+ pry (~> 0)
102
+ railties (~> 6.0.2)
103
+ rake (~> 13)
104
+ rspec (~> 3)
105
+ wwtd (~> 1)
106
+
107
+ BUNDLED WITH
108
+ 2.2.13