country_select 4.0.0 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/build.yml +25 -0
  3. data/.github/workflows/codeql-analysis.yml +70 -0
  4. data/CHANGELOG.md +42 -0
  5. data/Gemfile +0 -6
  6. data/Gemfile.lock +56 -270
  7. data/README.md +31 -11
  8. data/Rakefile +29 -3
  9. data/country_select.gemspec +9 -9
  10. data/gemfiles/{actionpack5.2.gemfile → actionpack-5.2.gemfile} +0 -6
  11. data/gemfiles/actionpack-5.2.gemfile.lock +98 -0
  12. data/gemfiles/actionpack-6.0.gemfile +6 -0
  13. data/gemfiles/actionpack-6.0.gemfile.lock +100 -0
  14. data/gemfiles/actionpack-6.1.gemfile +6 -0
  15. data/gemfiles/actionpack-6.1.gemfile.lock +99 -0
  16. data/gemfiles/actionpack-7.0.gemfile +6 -0
  17. data/gemfiles/actionpack-7.0.gemfile.lock +99 -0
  18. data/lib/country_select/country_select_helper.rb +5 -0
  19. data/lib/country_select/defaults.rb +11 -0
  20. data/lib/country_select/formats.rb +3 -1
  21. data/lib/country_select/tag_helper.rb +13 -18
  22. data/lib/country_select/version.rb +1 -1
  23. data/lib/country_select.rb +2 -7
  24. data/spec/country_select_spec.rb +94 -25
  25. metadata +33 -67
  26. data/.travis.yml +0 -41
  27. data/gemfiles/actionpack.edge.gemfile +0 -15
  28. data/gemfiles/actionpack.edge.gemfile.lock +0 -310
  29. data/gemfiles/actionpack3.2.gemfile +0 -11
  30. data/gemfiles/actionpack3.2.gemfile.lock +0 -297
  31. data/gemfiles/actionpack4.0.gemfile +0 -11
  32. data/gemfiles/actionpack4.0.gemfile.lock +0 -286
  33. data/gemfiles/actionpack4.1.gemfile +0 -11
  34. data/gemfiles/actionpack4.1.gemfile.lock +0 -290
  35. data/gemfiles/actionpack4.2.gemfile +0 -14
  36. data/gemfiles/actionpack4.2.gemfile.lock +0 -306
  37. data/gemfiles/actionpack5.0.gemfile +0 -12
  38. data/gemfiles/actionpack5.0.gemfile.lock +0 -311
  39. data/gemfiles/actionpack5.1.gemfile +0 -12
  40. data/gemfiles/actionpack5.1.gemfile.lock +0 -311
  41. data/gemfiles/actionpack5.2.gemfile.lock +0 -312
  42. data/lib/country_select/rails3/country_select_helper.rb +0 -39
  43. data/lib/country_select_without_sort_alphabetical.rb +0 -13
@@ -1,286 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- country_select (4.0.0)
5
- countries (~> 3.0)
6
- sort_alphabetical (~> 1.0)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actionpack (4.0.13)
12
- activesupport (= 4.0.13)
13
- builder (~> 3.1.0)
14
- erubis (~> 2.7.0)
15
- rack (~> 1.5.2)
16
- rack-test (~> 0.6.2)
17
- activesupport (4.0.13)
18
- i18n (~> 0.6, >= 0.6.9)
19
- minitest (~> 4.2)
20
- multi_json (~> 1.3)
21
- thread_safe (~> 0.1)
22
- tzinfo (~> 0.3.37)
23
- builder (3.1.4)
24
- coderay (1.1.1)
25
- countries (3.0.0)
26
- i18n_data (~> 0.8.0)
27
- sixarm_ruby_unaccent (~> 1.1)
28
- unicode_utils (~> 1.4)
29
- diff-lcs (1.3)
30
- erubis (2.7.0)
31
- ffi2-generators (0.1.1)
32
- i18n (0.8.6)
33
- i18n_data (0.8.0)
34
- method_source (0.8.2)
35
- minitest (4.7.5)
36
- multi_json (1.12.1)
37
- pry (0.10.4)
38
- coderay (~> 1.1.0)
39
- method_source (~> 0.8.1)
40
- slop (~> 3.4)
41
- psych (2.2.4)
42
- racc (1.4.14)
43
- rack (1.5.5)
44
- rack-test (0.6.3)
45
- rack (>= 1.0)
46
- rake (12.0.0)
47
- rspec (3.6.0)
48
- rspec-core (~> 3.6.0)
49
- rspec-expectations (~> 3.6.0)
50
- rspec-mocks (~> 3.6.0)
51
- rspec-core (3.6.0)
52
- rspec-support (~> 3.6.0)
53
- rspec-expectations (3.6.0)
54
- diff-lcs (>= 1.2.0, < 2.0)
55
- rspec-support (~> 3.6.0)
56
- rspec-mocks (3.6.0)
57
- diff-lcs (>= 1.2.0, < 2.0)
58
- rspec-support (~> 3.6.0)
59
- rspec-support (3.6.0)
60
- rubysl (2.2.0)
61
- rubysl-abbrev (~> 2.0)
62
- rubysl-base64 (~> 2.0)
63
- rubysl-benchmark (~> 2.0)
64
- rubysl-bigdecimal (~> 2.0)
65
- rubysl-cgi (~> 2.0)
66
- rubysl-cgi-session (~> 2.0)
67
- rubysl-cmath (~> 2.0)
68
- rubysl-complex (~> 2.0)
69
- rubysl-continuation (~> 2.0)
70
- rubysl-coverage (~> 2.0)
71
- rubysl-csv (~> 2.0)
72
- rubysl-curses (~> 2.0)
73
- rubysl-date (~> 2.0)
74
- rubysl-delegate (~> 2.0)
75
- rubysl-digest (~> 2.0)
76
- rubysl-drb (~> 2.0)
77
- rubysl-e2mmap (~> 2.0)
78
- rubysl-english (~> 2.0)
79
- rubysl-enumerator (~> 2.0)
80
- rubysl-erb (~> 2.0)
81
- rubysl-etc (~> 2.0)
82
- rubysl-expect (~> 2.0)
83
- rubysl-fcntl (~> 2.0)
84
- rubysl-fiber (~> 2.0)
85
- rubysl-fileutils (~> 2.0)
86
- rubysl-find (~> 2.0)
87
- rubysl-forwardable (~> 2.0)
88
- rubysl-getoptlong (~> 2.0)
89
- rubysl-gserver (~> 2.0)
90
- rubysl-io-console (~> 2.0)
91
- rubysl-io-nonblock (~> 2.0)
92
- rubysl-io-wait (~> 2.0)
93
- rubysl-ipaddr (~> 2.0)
94
- rubysl-irb (~> 2.1)
95
- rubysl-logger (~> 2.0)
96
- rubysl-mathn (~> 2.0)
97
- rubysl-matrix (~> 2.0)
98
- rubysl-mkmf (~> 2.0)
99
- rubysl-monitor (~> 2.0)
100
- rubysl-mutex_m (~> 2.0)
101
- rubysl-net-ftp (~> 2.0)
102
- rubysl-net-http (~> 2.0)
103
- rubysl-net-imap (~> 2.0)
104
- rubysl-net-pop (~> 2.0)
105
- rubysl-net-protocol (~> 2.0)
106
- rubysl-net-smtp (~> 2.0)
107
- rubysl-net-telnet (~> 2.0)
108
- rubysl-nkf (~> 2.0)
109
- rubysl-observer (~> 2.0)
110
- rubysl-open-uri (~> 2.0)
111
- rubysl-open3 (~> 2.0)
112
- rubysl-openssl (~> 2.0)
113
- rubysl-optparse (~> 2.0)
114
- rubysl-ostruct (~> 2.0)
115
- rubysl-pathname (~> 2.0)
116
- rubysl-prettyprint (~> 2.0)
117
- rubysl-prime (~> 2.0)
118
- rubysl-profile (~> 2.0)
119
- rubysl-profiler (~> 2.0)
120
- rubysl-pstore (~> 2.0)
121
- rubysl-pty (~> 2.0)
122
- rubysl-rational (~> 2.0)
123
- rubysl-resolv (~> 2.0)
124
- rubysl-rexml (~> 2.0)
125
- rubysl-rinda (~> 2.0)
126
- rubysl-rss (~> 2.0)
127
- rubysl-scanf (~> 2.0)
128
- rubysl-securerandom (~> 2.0)
129
- rubysl-set (~> 2.0)
130
- rubysl-shellwords (~> 2.0)
131
- rubysl-singleton (~> 2.0)
132
- rubysl-socket (~> 2.0)
133
- rubysl-stringio (~> 2.0)
134
- rubysl-strscan (~> 2.0)
135
- rubysl-sync (~> 2.0)
136
- rubysl-syslog (~> 2.0)
137
- rubysl-tempfile (~> 2.0)
138
- rubysl-thread (~> 2.0)
139
- rubysl-thwait (~> 2.0)
140
- rubysl-time (~> 2.0)
141
- rubysl-timeout (~> 2.0)
142
- rubysl-tmpdir (~> 2.0)
143
- rubysl-tsort (~> 2.0)
144
- rubysl-un (~> 2.0)
145
- rubysl-unicode_normalize (~> 2.0)
146
- rubysl-uri (~> 2.0)
147
- rubysl-weakref (~> 2.0)
148
- rubysl-webrick (~> 2.0)
149
- rubysl-xmlrpc (~> 2.0)
150
- rubysl-yaml (~> 2.0)
151
- rubysl-zlib (~> 2.0)
152
- rubysl-abbrev (2.0.4)
153
- rubysl-base64 (2.0.0)
154
- rubysl-benchmark (2.0.1)
155
- rubysl-bigdecimal (2.0.2)
156
- rubysl-cgi (2.0.1)
157
- rubysl-cgi-session (2.1.0)
158
- rubysl-cmath (2.0.0)
159
- rubysl-complex (2.0.0)
160
- rubysl-continuation (2.0.0)
161
- rubysl-coverage (2.1)
162
- rubysl-csv (2.0.2)
163
- rubysl-english (~> 2.0)
164
- rubysl-curses (2.0.1)
165
- rubysl-date (2.0.9)
166
- rubysl-delegate (2.0.1)
167
- rubysl-digest (2.0.8)
168
- rubysl-drb (2.0.1)
169
- rubysl-e2mmap (2.0.0)
170
- rubysl-english (2.0.0)
171
- rubysl-enumerator (2.0.0)
172
- rubysl-erb (2.0.2)
173
- rubysl-etc (2.0.3)
174
- ffi2-generators (~> 0.1)
175
- rubysl-expect (2.0.0)
176
- rubysl-fcntl (2.0.4)
177
- ffi2-generators (~> 0.1)
178
- rubysl-fiber (2.0.0)
179
- rubysl-fileutils (2.0.3)
180
- rubysl-find (2.0.1)
181
- rubysl-forwardable (2.0.1)
182
- rubysl-getoptlong (2.0.0)
183
- rubysl-gserver (2.0.0)
184
- rubysl-socket (~> 2.0)
185
- rubysl-thread (~> 2.0)
186
- rubysl-io-console (2.0.0)
187
- rubysl-io-nonblock (2.0.0)
188
- rubysl-io-wait (2.0.0)
189
- rubysl-ipaddr (2.0.0)
190
- rubysl-irb (2.1.1)
191
- rubysl-e2mmap (~> 2.0)
192
- rubysl-mathn (~> 2.0)
193
- rubysl-thread (~> 2.0)
194
- rubysl-logger (2.1.0)
195
- rubysl-mathn (2.0.0)
196
- rubysl-matrix (2.1.0)
197
- rubysl-e2mmap (~> 2.0)
198
- rubysl-mkmf (2.1)
199
- rubysl-fileutils (~> 2.0)
200
- rubysl-shellwords (~> 2.0)
201
- rubysl-monitor (2.0.0)
202
- rubysl-mutex_m (2.0.0)
203
- rubysl-net-ftp (2.0.1)
204
- rubysl-net-http (2.0.4)
205
- rubysl-cgi (~> 2.0)
206
- rubysl-erb (~> 2.0)
207
- rubysl-singleton (~> 2.0)
208
- rubysl-net-imap (2.0.1)
209
- rubysl-net-pop (2.0.1)
210
- rubysl-net-protocol (2.0.1)
211
- rubysl-net-smtp (2.0.1)
212
- rubysl-net-telnet (2.0.0)
213
- rubysl-nkf (2.0.1)
214
- rubysl-observer (2.0.0)
215
- rubysl-open-uri (2.0.0)
216
- rubysl-open3 (2.0.0)
217
- rubysl-openssl (2.9)
218
- rubysl-optparse (2.0.1)
219
- rubysl-shellwords (~> 2.0)
220
- rubysl-ostruct (2.1.0)
221
- rubysl-pathname (2.3)
222
- rubysl-prettyprint (2.0.3)
223
- rubysl-prime (2.0.1)
224
- rubysl-profile (2.0.0)
225
- rubysl-profiler (2.1)
226
- rubysl-pstore (2.0.0)
227
- rubysl-pty (2.0.3)
228
- rubysl-rational (2.0.1)
229
- rubysl-resolv (2.1.2)
230
- rubysl-rexml (2.0.4)
231
- rubysl-rinda (2.0.1)
232
- rubysl-rss (2.0.0)
233
- rubysl-scanf (2.0.0)
234
- rubysl-securerandom (2.0.0)
235
- rubysl-set (2.0.1)
236
- rubysl-shellwords (2.0.0)
237
- rubysl-singleton (2.0.0)
238
- rubysl-socket (2.2.1)
239
- rubysl-fcntl (~> 2.0)
240
- rubysl-stringio (2.1.0)
241
- rubysl-strscan (2.0.0)
242
- rubysl-sync (2.0.0)
243
- rubysl-syslog (2.1.0)
244
- ffi2-generators (~> 0.1)
245
- rubysl-tempfile (2.0.1)
246
- rubysl-thread (2.0.3)
247
- rubysl-thwait (2.0.0)
248
- rubysl-time (2.0.3)
249
- rubysl-timeout (2.0.0)
250
- rubysl-tmpdir (2.0.1)
251
- rubysl-tsort (2.0.1)
252
- rubysl-un (2.0.0)
253
- rubysl-fileutils (~> 2.0)
254
- rubysl-optparse (~> 2.0)
255
- rubysl-unicode_normalize (2.0)
256
- rubysl-uri (2.0.0)
257
- rubysl-weakref (2.0.0)
258
- rubysl-webrick (2.0.0)
259
- rubysl-xmlrpc (2.0.0)
260
- rubysl-yaml (2.1.0)
261
- rubysl-zlib (2.0.1)
262
- sixarm_ruby_unaccent (1.2.0)
263
- slop (3.6.0)
264
- sort_alphabetical (1.1.0)
265
- unicode_utils (>= 1.2.2)
266
- thread_safe (0.3.6)
267
- tzinfo (0.3.53)
268
- unicode_utils (1.4.0)
269
- wwtd (1.3.0)
270
-
271
- PLATFORMS
272
- ruby
273
-
274
- DEPENDENCIES
275
- actionpack (~> 4.0.0)
276
- country_select!
277
- pry (~> 0)
278
- psych
279
- racc
280
- rake
281
- rspec (~> 3)
282
- rubysl (~> 2.0)
283
- wwtd
284
-
285
- BUNDLED WITH
286
- 1.17.1
@@ -1,11 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- gemspec :path => "../"
4
-
5
- gem "actionpack", "~> 4.1.0"
6
-
7
- platforms :rbx do
8
- gem "racc"
9
- gem "rubysl", "~> 2.0"
10
- gem "psych"
11
- end
@@ -1,290 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- country_select (4.0.0)
5
- countries (~> 3.0)
6
- sort_alphabetical (~> 1.0)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actionpack (4.1.16)
12
- actionview (= 4.1.16)
13
- activesupport (= 4.1.16)
14
- rack (~> 1.5.2)
15
- rack-test (~> 0.6.2)
16
- actionview (4.1.16)
17
- activesupport (= 4.1.16)
18
- builder (~> 3.1)
19
- erubis (~> 2.7.0)
20
- activesupport (4.1.16)
21
- i18n (~> 0.6, >= 0.6.9)
22
- json (~> 1.7, >= 1.7.7)
23
- minitest (~> 5.1)
24
- thread_safe (~> 0.1)
25
- tzinfo (~> 1.1)
26
- builder (3.2.3)
27
- coderay (1.1.1)
28
- countries (3.0.0)
29
- i18n_data (~> 0.8.0)
30
- sixarm_ruby_unaccent (~> 1.1)
31
- unicode_utils (~> 1.4)
32
- diff-lcs (1.3)
33
- erubis (2.7.0)
34
- ffi2-generators (0.1.1)
35
- i18n (0.8.6)
36
- i18n_data (0.8.0)
37
- json (1.8.6)
38
- method_source (0.8.2)
39
- minitest (5.10.2)
40
- pry (0.10.4)
41
- coderay (~> 1.1.0)
42
- method_source (~> 0.8.1)
43
- slop (~> 3.4)
44
- psych (2.2.4)
45
- racc (1.4.14)
46
- rack (1.5.5)
47
- rack-test (0.6.3)
48
- rack (>= 1.0)
49
- rake (12.0.0)
50
- rspec (3.6.0)
51
- rspec-core (~> 3.6.0)
52
- rspec-expectations (~> 3.6.0)
53
- rspec-mocks (~> 3.6.0)
54
- rspec-core (3.6.0)
55
- rspec-support (~> 3.6.0)
56
- rspec-expectations (3.6.0)
57
- diff-lcs (>= 1.2.0, < 2.0)
58
- rspec-support (~> 3.6.0)
59
- rspec-mocks (3.6.0)
60
- diff-lcs (>= 1.2.0, < 2.0)
61
- rspec-support (~> 3.6.0)
62
- rspec-support (3.6.0)
63
- rubysl (2.2.0)
64
- rubysl-abbrev (~> 2.0)
65
- rubysl-base64 (~> 2.0)
66
- rubysl-benchmark (~> 2.0)
67
- rubysl-bigdecimal (~> 2.0)
68
- rubysl-cgi (~> 2.0)
69
- rubysl-cgi-session (~> 2.0)
70
- rubysl-cmath (~> 2.0)
71
- rubysl-complex (~> 2.0)
72
- rubysl-continuation (~> 2.0)
73
- rubysl-coverage (~> 2.0)
74
- rubysl-csv (~> 2.0)
75
- rubysl-curses (~> 2.0)
76
- rubysl-date (~> 2.0)
77
- rubysl-delegate (~> 2.0)
78
- rubysl-digest (~> 2.0)
79
- rubysl-drb (~> 2.0)
80
- rubysl-e2mmap (~> 2.0)
81
- rubysl-english (~> 2.0)
82
- rubysl-enumerator (~> 2.0)
83
- rubysl-erb (~> 2.0)
84
- rubysl-etc (~> 2.0)
85
- rubysl-expect (~> 2.0)
86
- rubysl-fcntl (~> 2.0)
87
- rubysl-fiber (~> 2.0)
88
- rubysl-fileutils (~> 2.0)
89
- rubysl-find (~> 2.0)
90
- rubysl-forwardable (~> 2.0)
91
- rubysl-getoptlong (~> 2.0)
92
- rubysl-gserver (~> 2.0)
93
- rubysl-io-console (~> 2.0)
94
- rubysl-io-nonblock (~> 2.0)
95
- rubysl-io-wait (~> 2.0)
96
- rubysl-ipaddr (~> 2.0)
97
- rubysl-irb (~> 2.1)
98
- rubysl-logger (~> 2.0)
99
- rubysl-mathn (~> 2.0)
100
- rubysl-matrix (~> 2.0)
101
- rubysl-mkmf (~> 2.0)
102
- rubysl-monitor (~> 2.0)
103
- rubysl-mutex_m (~> 2.0)
104
- rubysl-net-ftp (~> 2.0)
105
- rubysl-net-http (~> 2.0)
106
- rubysl-net-imap (~> 2.0)
107
- rubysl-net-pop (~> 2.0)
108
- rubysl-net-protocol (~> 2.0)
109
- rubysl-net-smtp (~> 2.0)
110
- rubysl-net-telnet (~> 2.0)
111
- rubysl-nkf (~> 2.0)
112
- rubysl-observer (~> 2.0)
113
- rubysl-open-uri (~> 2.0)
114
- rubysl-open3 (~> 2.0)
115
- rubysl-openssl (~> 2.0)
116
- rubysl-optparse (~> 2.0)
117
- rubysl-ostruct (~> 2.0)
118
- rubysl-pathname (~> 2.0)
119
- rubysl-prettyprint (~> 2.0)
120
- rubysl-prime (~> 2.0)
121
- rubysl-profile (~> 2.0)
122
- rubysl-profiler (~> 2.0)
123
- rubysl-pstore (~> 2.0)
124
- rubysl-pty (~> 2.0)
125
- rubysl-rational (~> 2.0)
126
- rubysl-resolv (~> 2.0)
127
- rubysl-rexml (~> 2.0)
128
- rubysl-rinda (~> 2.0)
129
- rubysl-rss (~> 2.0)
130
- rubysl-scanf (~> 2.0)
131
- rubysl-securerandom (~> 2.0)
132
- rubysl-set (~> 2.0)
133
- rubysl-shellwords (~> 2.0)
134
- rubysl-singleton (~> 2.0)
135
- rubysl-socket (~> 2.0)
136
- rubysl-stringio (~> 2.0)
137
- rubysl-strscan (~> 2.0)
138
- rubysl-sync (~> 2.0)
139
- rubysl-syslog (~> 2.0)
140
- rubysl-tempfile (~> 2.0)
141
- rubysl-thread (~> 2.0)
142
- rubysl-thwait (~> 2.0)
143
- rubysl-time (~> 2.0)
144
- rubysl-timeout (~> 2.0)
145
- rubysl-tmpdir (~> 2.0)
146
- rubysl-tsort (~> 2.0)
147
- rubysl-un (~> 2.0)
148
- rubysl-unicode_normalize (~> 2.0)
149
- rubysl-uri (~> 2.0)
150
- rubysl-weakref (~> 2.0)
151
- rubysl-webrick (~> 2.0)
152
- rubysl-xmlrpc (~> 2.0)
153
- rubysl-yaml (~> 2.0)
154
- rubysl-zlib (~> 2.0)
155
- rubysl-abbrev (2.0.4)
156
- rubysl-base64 (2.0.0)
157
- rubysl-benchmark (2.0.1)
158
- rubysl-bigdecimal (2.0.2)
159
- rubysl-cgi (2.0.1)
160
- rubysl-cgi-session (2.1.0)
161
- rubysl-cmath (2.0.0)
162
- rubysl-complex (2.0.0)
163
- rubysl-continuation (2.0.0)
164
- rubysl-coverage (2.1)
165
- rubysl-csv (2.0.2)
166
- rubysl-english (~> 2.0)
167
- rubysl-curses (2.0.1)
168
- rubysl-date (2.0.9)
169
- rubysl-delegate (2.0.1)
170
- rubysl-digest (2.0.8)
171
- rubysl-drb (2.0.1)
172
- rubysl-e2mmap (2.0.0)
173
- rubysl-english (2.0.0)
174
- rubysl-enumerator (2.0.0)
175
- rubysl-erb (2.0.2)
176
- rubysl-etc (2.0.3)
177
- ffi2-generators (~> 0.1)
178
- rubysl-expect (2.0.0)
179
- rubysl-fcntl (2.0.4)
180
- ffi2-generators (~> 0.1)
181
- rubysl-fiber (2.0.0)
182
- rubysl-fileutils (2.0.3)
183
- rubysl-find (2.0.1)
184
- rubysl-forwardable (2.0.1)
185
- rubysl-getoptlong (2.0.0)
186
- rubysl-gserver (2.0.0)
187
- rubysl-socket (~> 2.0)
188
- rubysl-thread (~> 2.0)
189
- rubysl-io-console (2.0.0)
190
- rubysl-io-nonblock (2.0.0)
191
- rubysl-io-wait (2.0.0)
192
- rubysl-ipaddr (2.0.0)
193
- rubysl-irb (2.1.1)
194
- rubysl-e2mmap (~> 2.0)
195
- rubysl-mathn (~> 2.0)
196
- rubysl-thread (~> 2.0)
197
- rubysl-logger (2.1.0)
198
- rubysl-mathn (2.0.0)
199
- rubysl-matrix (2.1.0)
200
- rubysl-e2mmap (~> 2.0)
201
- rubysl-mkmf (2.1)
202
- rubysl-fileutils (~> 2.0)
203
- rubysl-shellwords (~> 2.0)
204
- rubysl-monitor (2.0.0)
205
- rubysl-mutex_m (2.0.0)
206
- rubysl-net-ftp (2.0.1)
207
- rubysl-net-http (2.0.4)
208
- rubysl-cgi (~> 2.0)
209
- rubysl-erb (~> 2.0)
210
- rubysl-singleton (~> 2.0)
211
- rubysl-net-imap (2.0.1)
212
- rubysl-net-pop (2.0.1)
213
- rubysl-net-protocol (2.0.1)
214
- rubysl-net-smtp (2.0.1)
215
- rubysl-net-telnet (2.0.0)
216
- rubysl-nkf (2.0.1)
217
- rubysl-observer (2.0.0)
218
- rubysl-open-uri (2.0.0)
219
- rubysl-open3 (2.0.0)
220
- rubysl-openssl (2.9)
221
- rubysl-optparse (2.0.1)
222
- rubysl-shellwords (~> 2.0)
223
- rubysl-ostruct (2.1.0)
224
- rubysl-pathname (2.3)
225
- rubysl-prettyprint (2.0.3)
226
- rubysl-prime (2.0.1)
227
- rubysl-profile (2.0.0)
228
- rubysl-profiler (2.1)
229
- rubysl-pstore (2.0.0)
230
- rubysl-pty (2.0.3)
231
- rubysl-rational (2.0.1)
232
- rubysl-resolv (2.1.2)
233
- rubysl-rexml (2.0.4)
234
- rubysl-rinda (2.0.1)
235
- rubysl-rss (2.0.0)
236
- rubysl-scanf (2.0.0)
237
- rubysl-securerandom (2.0.0)
238
- rubysl-set (2.0.1)
239
- rubysl-shellwords (2.0.0)
240
- rubysl-singleton (2.0.0)
241
- rubysl-socket (2.2.1)
242
- rubysl-fcntl (~> 2.0)
243
- rubysl-stringio (2.1.0)
244
- rubysl-strscan (2.0.0)
245
- rubysl-sync (2.0.0)
246
- rubysl-syslog (2.1.0)
247
- ffi2-generators (~> 0.1)
248
- rubysl-tempfile (2.0.1)
249
- rubysl-thread (2.0.3)
250
- rubysl-thwait (2.0.0)
251
- rubysl-time (2.0.3)
252
- rubysl-timeout (2.0.0)
253
- rubysl-tmpdir (2.0.1)
254
- rubysl-tsort (2.0.1)
255
- rubysl-un (2.0.0)
256
- rubysl-fileutils (~> 2.0)
257
- rubysl-optparse (~> 2.0)
258
- rubysl-unicode_normalize (2.0)
259
- rubysl-uri (2.0.0)
260
- rubysl-weakref (2.0.0)
261
- rubysl-webrick (2.0.0)
262
- rubysl-xmlrpc (2.0.0)
263
- rubysl-yaml (2.1.0)
264
- rubysl-zlib (2.0.1)
265
- sixarm_ruby_unaccent (1.2.0)
266
- slop (3.6.0)
267
- sort_alphabetical (1.1.0)
268
- unicode_utils (>= 1.2.2)
269
- thread_safe (0.3.6)
270
- tzinfo (1.2.3)
271
- thread_safe (~> 0.1)
272
- unicode_utils (1.4.0)
273
- wwtd (1.3.0)
274
-
275
- PLATFORMS
276
- ruby
277
-
278
- DEPENDENCIES
279
- actionpack (~> 4.1.0)
280
- country_select!
281
- pry (~> 0)
282
- psych
283
- racc
284
- rake
285
- rspec (~> 3)
286
- rubysl (~> 2.0)
287
- wwtd
288
-
289
- BUNDLED WITH
290
- 1.17.1
@@ -1,14 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- gemspec :path => "../"
4
-
5
- gem "actionpack", "~> 4.2.0"
6
-
7
- # Need to specify nokogiri to prevent rails-dom-testing from loading one incompatible with ruby < 2.1
8
- gem "nokogiri", "~> 1.6.0"
9
-
10
- platforms :rbx do
11
- gem "racc"
12
- gem "rubysl", "~> 2.0"
13
- gem "psych"
14
- end