shoulda 4.0.0.rc2 → 5.0.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{MIT-LICENSE → LICENSE} +1 -1
- data/README.md +39 -32
- data/lib/shoulda/version.rb +1 -1
- data/shoulda.gemspec +18 -15
- metadata +19 -63
- data/.autotest +0 -13
- data/.gitignore +0 -13
- data/.hound.yml +0 -3
- data/.rubocop.yml +0 -192
- data/.ruby-version +0 -1
- data/.travis.yml +0 -34
- data/Appraisals +0 -116
- data/CONTRIBUTING.md +0 -43
- data/Gemfile +0 -16
- data/Rakefile +0 -31
- data/gemfiles/rails_4_2.gemfile +0 -34
- data/gemfiles/rails_4_2.gemfile.lock +0 -240
- data/gemfiles/rails_5_0.gemfile +0 -32
- data/gemfiles/rails_5_0.gemfile.lock +0 -232
- data/gemfiles/rails_5_1.gemfile +0 -33
- data/gemfiles/rails_5_1.gemfile.lock +0 -247
- data/gemfiles/rails_5_2.gemfile +0 -35
- data/gemfiles/rails_5_2.gemfile.lock +0 -266
- data/gemfiles/rails_6_0.gemfile +0 -37
- data/gemfiles/rails_6_0.gemfile.lock +0 -291
- data/script/install_gems_in_all_appraisals +0 -16
- data/script/run_all_tests +0 -16
- data/script/supported_ruby_versions +0 -7
- data/script/update_gem_in_all_appraisals +0 -17
- data/script/update_gems_in_all_appraisals +0 -16
- data/test/acceptance/integrates_with_rails_test.rb +0 -580
- data/test/acceptance_test_helper.rb +0 -43
- data/test/support/acceptance/add_shoulda_to_project.rb +0 -73
- data/test/support/acceptance/helpers/array_helpers.rb +0 -13
- data/test/support/acceptance/helpers/pluralization_helpers.rb +0 -13
- data/test/support/acceptance/matchers/have_output.rb +0 -33
- data/test/support/acceptance/matchers/indicate_that_tests_were_run.rb +0 -109
- data/test/support/acceptance/rails_application_with_shoulda.rb +0 -47
- data/test/support/current_bundle.rb +0 -61
- data/test/support/snowglobe.rb +0 -5
- data/test/test_helper.rb +0 -23
@@ -1,266 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
shoulda (4.0.0.rc2)
|
5
|
-
shoulda-context (= 2.0.0.rc4)
|
6
|
-
shoulda-matchers (~> 4.0)
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
actioncable (5.2.4.2)
|
12
|
-
actionpack (= 5.2.4.2)
|
13
|
-
nio4r (~> 2.0)
|
14
|
-
websocket-driver (>= 0.6.1)
|
15
|
-
actionmailer (5.2.4.2)
|
16
|
-
actionpack (= 5.2.4.2)
|
17
|
-
actionview (= 5.2.4.2)
|
18
|
-
activejob (= 5.2.4.2)
|
19
|
-
mail (~> 2.5, >= 2.5.4)
|
20
|
-
rails-dom-testing (~> 2.0)
|
21
|
-
actionpack (5.2.4.2)
|
22
|
-
actionview (= 5.2.4.2)
|
23
|
-
activesupport (= 5.2.4.2)
|
24
|
-
rack (~> 2.0, >= 2.0.8)
|
25
|
-
rack-test (>= 0.6.3)
|
26
|
-
rails-dom-testing (~> 2.0)
|
27
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
28
|
-
actionview (5.2.4.2)
|
29
|
-
activesupport (= 5.2.4.2)
|
30
|
-
builder (~> 3.1)
|
31
|
-
erubi (~> 1.4)
|
32
|
-
rails-dom-testing (~> 2.0)
|
33
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
34
|
-
activejob (5.2.4.2)
|
35
|
-
activesupport (= 5.2.4.2)
|
36
|
-
globalid (>= 0.3.6)
|
37
|
-
activemodel (5.2.4.2)
|
38
|
-
activesupport (= 5.2.4.2)
|
39
|
-
activerecord (5.2.4.2)
|
40
|
-
activemodel (= 5.2.4.2)
|
41
|
-
activesupport (= 5.2.4.2)
|
42
|
-
arel (>= 9.0)
|
43
|
-
activestorage (5.2.4.2)
|
44
|
-
actionpack (= 5.2.4.2)
|
45
|
-
activerecord (= 5.2.4.2)
|
46
|
-
marcel (~> 0.3.1)
|
47
|
-
activesupport (5.2.4.2)
|
48
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
49
|
-
i18n (>= 0.7, < 2)
|
50
|
-
minitest (~> 5.1)
|
51
|
-
tzinfo (~> 1.1)
|
52
|
-
addressable (2.7.0)
|
53
|
-
public_suffix (>= 2.0.2, < 5.0)
|
54
|
-
ansi (1.5.0)
|
55
|
-
appraisal (2.2.0)
|
56
|
-
bundler
|
57
|
-
rake
|
58
|
-
thor (>= 0.14.0)
|
59
|
-
archive-zip (0.12.0)
|
60
|
-
io-like (~> 0.3.0)
|
61
|
-
arel (9.0.0)
|
62
|
-
ast (2.4.0)
|
63
|
-
bcrypt (3.1.13)
|
64
|
-
bootsnap (1.4.6)
|
65
|
-
msgpack (~> 1.0)
|
66
|
-
builder (3.2.4)
|
67
|
-
byebug (10.0.2)
|
68
|
-
capybara (3.1.1)
|
69
|
-
addressable
|
70
|
-
mini_mime (>= 0.1.3)
|
71
|
-
nokogiri (~> 1.8)
|
72
|
-
rack (>= 1.6.0)
|
73
|
-
rack-test (>= 0.6.3)
|
74
|
-
xpath (~> 3.0)
|
75
|
-
childprocess (3.0.0)
|
76
|
-
chromedriver-helper (2.1.1)
|
77
|
-
archive-zip (~> 0.10)
|
78
|
-
nokogiri (~> 1.8)
|
79
|
-
coderay (1.1.2)
|
80
|
-
concurrent-ruby (1.1.6)
|
81
|
-
crass (1.0.6)
|
82
|
-
erubi (1.9.0)
|
83
|
-
ffi (1.12.2)
|
84
|
-
globalid (0.4.2)
|
85
|
-
activesupport (>= 4.2.0)
|
86
|
-
i18n (1.8.2)
|
87
|
-
concurrent-ruby (~> 1.0)
|
88
|
-
io-like (0.3.1)
|
89
|
-
jaro_winkler (1.5.4)
|
90
|
-
jbuilder (2.10.0)
|
91
|
-
activesupport (>= 5.0.0)
|
92
|
-
listen (3.1.5)
|
93
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
94
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
95
|
-
ruby_dep (~> 1.2)
|
96
|
-
loofah (2.4.0)
|
97
|
-
crass (~> 1.0.2)
|
98
|
-
nokogiri (>= 1.5.9)
|
99
|
-
m (1.5.1)
|
100
|
-
method_source (>= 0.6.7)
|
101
|
-
rake (>= 0.9.2.2)
|
102
|
-
mail (2.7.1)
|
103
|
-
mini_mime (>= 0.1.1)
|
104
|
-
marcel (0.3.3)
|
105
|
-
mimemagic (~> 0.3.2)
|
106
|
-
method_source (0.9.2)
|
107
|
-
mimemagic (0.3.4)
|
108
|
-
mini_mime (1.0.2)
|
109
|
-
mini_portile2 (2.4.0)
|
110
|
-
minitest (5.14.0)
|
111
|
-
minitest-reporters (1.4.2)
|
112
|
-
ansi
|
113
|
-
builder
|
114
|
-
minitest (>= 5.0)
|
115
|
-
ruby-progressbar
|
116
|
-
mry (0.78.0.0)
|
117
|
-
rubocop (>= 0.41.0)
|
118
|
-
msgpack (1.3.3)
|
119
|
-
nio4r (2.5.2)
|
120
|
-
nokogiri (1.10.9)
|
121
|
-
mini_portile2 (~> 2.4.0)
|
122
|
-
parallel (1.19.1)
|
123
|
-
parser (2.7.1.0)
|
124
|
-
ast (~> 2.4.0)
|
125
|
-
pry (0.12.2)
|
126
|
-
coderay (~> 1.1.0)
|
127
|
-
method_source (~> 0.9.0)
|
128
|
-
pry-byebug (3.6.0)
|
129
|
-
byebug (~> 10.0)
|
130
|
-
pry (~> 0.10)
|
131
|
-
public_suffix (4.0.3)
|
132
|
-
puma (3.12.4)
|
133
|
-
rack (2.2.2)
|
134
|
-
rack-test (1.1.0)
|
135
|
-
rack (>= 1.0, < 3)
|
136
|
-
rails (5.2.4.2)
|
137
|
-
actioncable (= 5.2.4.2)
|
138
|
-
actionmailer (= 5.2.4.2)
|
139
|
-
actionpack (= 5.2.4.2)
|
140
|
-
actionview (= 5.2.4.2)
|
141
|
-
activejob (= 5.2.4.2)
|
142
|
-
activemodel (= 5.2.4.2)
|
143
|
-
activerecord (= 5.2.4.2)
|
144
|
-
activestorage (= 5.2.4.2)
|
145
|
-
activesupport (= 5.2.4.2)
|
146
|
-
bundler (>= 1.3.0)
|
147
|
-
railties (= 5.2.4.2)
|
148
|
-
sprockets-rails (>= 2.0.0)
|
149
|
-
rails-controller-testing (1.0.4)
|
150
|
-
actionpack (>= 5.0.1.x)
|
151
|
-
actionview (>= 5.0.1.x)
|
152
|
-
activesupport (>= 5.0.1.x)
|
153
|
-
rails-dom-testing (2.0.3)
|
154
|
-
activesupport (>= 4.2.0)
|
155
|
-
nokogiri (>= 1.6)
|
156
|
-
rails-html-sanitizer (1.3.0)
|
157
|
-
loofah (~> 2.3)
|
158
|
-
railties (5.2.4.2)
|
159
|
-
actionpack (= 5.2.4.2)
|
160
|
-
activesupport (= 5.2.4.2)
|
161
|
-
method_source
|
162
|
-
rake (>= 0.8.7)
|
163
|
-
thor (>= 0.19.0, < 2.0)
|
164
|
-
rainbow (3.0.0)
|
165
|
-
rake (13.0.1)
|
166
|
-
rb-fsevent (0.10.3)
|
167
|
-
rb-inotify (0.10.1)
|
168
|
-
ffi (~> 1.0)
|
169
|
-
rubocop (0.71.0)
|
170
|
-
jaro_winkler (~> 1.5.1)
|
171
|
-
parallel (~> 1.10)
|
172
|
-
parser (>= 2.6)
|
173
|
-
rainbow (>= 2.2.2, < 4.0)
|
174
|
-
ruby-progressbar (~> 1.7)
|
175
|
-
unicode-display_width (>= 1.4.0, < 1.7)
|
176
|
-
rubocop-rails (2.0.1)
|
177
|
-
rack (>= 1.1)
|
178
|
-
rubocop (>= 0.70.0)
|
179
|
-
ruby-progressbar (1.10.1)
|
180
|
-
ruby_dep (1.5.0)
|
181
|
-
rubyzip (1.3.0)
|
182
|
-
sass (3.7.4)
|
183
|
-
sass-listen (~> 4.0.0)
|
184
|
-
sass-listen (4.0.0)
|
185
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
186
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
187
|
-
sass-rails (5.1.0)
|
188
|
-
railties (>= 5.2.0)
|
189
|
-
sass (~> 3.1)
|
190
|
-
sprockets (>= 2.8, < 4.0)
|
191
|
-
sprockets-rails (>= 2.0, < 4.0)
|
192
|
-
tilt (>= 1.1, < 3)
|
193
|
-
selenium-webdriver (3.142.7)
|
194
|
-
childprocess (>= 0.5, < 4.0)
|
195
|
-
rubyzip (>= 1.2.2)
|
196
|
-
shoulda-context (2.0.0.rc4)
|
197
|
-
shoulda-matchers (4.3.0)
|
198
|
-
activesupport (>= 4.2.0)
|
199
|
-
snowglobe (0.3.0)
|
200
|
-
spring (2.1.0)
|
201
|
-
spring-commands-rspec (1.0.4)
|
202
|
-
spring (>= 0.9.1)
|
203
|
-
spring-watcher-listen (2.0.1)
|
204
|
-
listen (>= 2.7, < 4.0)
|
205
|
-
spring (>= 1.2, < 3.0)
|
206
|
-
sprockets (3.7.2)
|
207
|
-
concurrent-ruby (~> 1.0)
|
208
|
-
rack (> 1, < 3)
|
209
|
-
sprockets-rails (3.2.1)
|
210
|
-
actionpack (>= 4.0)
|
211
|
-
activesupport (>= 4.0)
|
212
|
-
sprockets (>= 3.0.0)
|
213
|
-
sqlite3 (1.3.13)
|
214
|
-
thor (1.0.1)
|
215
|
-
thread_safe (0.3.6)
|
216
|
-
tilt (2.0.10)
|
217
|
-
turbolinks (5.2.1)
|
218
|
-
turbolinks-source (~> 5.2)
|
219
|
-
turbolinks-source (5.2.0)
|
220
|
-
tzinfo (1.2.7)
|
221
|
-
thread_safe (~> 0.1)
|
222
|
-
unicode-display_width (1.6.1)
|
223
|
-
warnings_logger (0.1.0)
|
224
|
-
websocket-driver (0.7.1)
|
225
|
-
websocket-extensions (>= 0.1.0)
|
226
|
-
websocket-extensions (0.1.4)
|
227
|
-
xpath (3.2.0)
|
228
|
-
nokogiri (~> 1.8)
|
229
|
-
|
230
|
-
PLATFORMS
|
231
|
-
ruby
|
232
|
-
|
233
|
-
DEPENDENCIES
|
234
|
-
appraisal (~> 2.1)
|
235
|
-
bcrypt (~> 3.1.7)
|
236
|
-
bootsnap (>= 1.1.0)
|
237
|
-
bundler (~> 1.0)
|
238
|
-
capybara (~> 3.1.1)
|
239
|
-
chromedriver-helper
|
240
|
-
jbuilder (~> 2.5)
|
241
|
-
listen (>= 3.0.5, < 3.2)
|
242
|
-
m
|
243
|
-
minitest (~> 5.0)
|
244
|
-
minitest-reporters
|
245
|
-
mry
|
246
|
-
pry (~> 0.12.0)
|
247
|
-
pry-byebug (~> 3.6.0)
|
248
|
-
puma (~> 3.11)
|
249
|
-
rails (~> 5.2.2)
|
250
|
-
rails-controller-testing (>= 1.0.1)
|
251
|
-
rubocop (= 0.71.0)
|
252
|
-
rubocop-rails
|
253
|
-
rubyzip (~> 1.3.0)
|
254
|
-
sass-rails (~> 5.0)
|
255
|
-
selenium-webdriver
|
256
|
-
shoulda!
|
257
|
-
snowglobe (>= 0.3.0)
|
258
|
-
spring
|
259
|
-
spring-commands-rspec
|
260
|
-
spring-watcher-listen (~> 2.0.0)
|
261
|
-
sqlite3 (~> 1.3.6)
|
262
|
-
turbolinks (~> 5)
|
263
|
-
warnings_logger
|
264
|
-
|
265
|
-
BUNDLED WITH
|
266
|
-
1.17.3
|
data/gemfiles/rails_6_0.gemfile
DELETED
@@ -1,37 +0,0 @@
|
|
1
|
-
# This file was generated by Appraisal
|
2
|
-
|
3
|
-
source "https://rubygems.org"
|
4
|
-
|
5
|
-
gem "appraisal", "~> 2.1"
|
6
|
-
gem "bundler", "~> 1.0"
|
7
|
-
gem "m"
|
8
|
-
gem "minitest", "~> 5.0"
|
9
|
-
gem "minitest-reporters"
|
10
|
-
gem "mry"
|
11
|
-
gem "pry", "~> 0.12.0"
|
12
|
-
gem "pry-byebug", "~> 3.6.0"
|
13
|
-
gem "rubocop", "0.71.0", require: false
|
14
|
-
gem "rubocop-rails", require: false
|
15
|
-
gem "snowglobe", ">= 0.3.0"
|
16
|
-
gem "warnings_logger"
|
17
|
-
gem "sqlite3", "~> 1.4.0"
|
18
|
-
gem "rubyzip", "~> 1.3.0"
|
19
|
-
gem "spring"
|
20
|
-
gem "spring-commands-rspec"
|
21
|
-
gem "rails", "~> 6.0.2"
|
22
|
-
gem "puma", "~> 4.1"
|
23
|
-
gem "sass-rails", ">= 6"
|
24
|
-
gem "webpacker", "~> 4.0"
|
25
|
-
gem "turbolinks", "~> 5"
|
26
|
-
gem "jbuilder", "~> 2.7"
|
27
|
-
gem "bcrypt", "~> 3.1.7"
|
28
|
-
gem "bootsnap", ">= 1.4.2", require: false
|
29
|
-
gem "listen", ">= 3.0.5", "< 3.2"
|
30
|
-
gem "spring-watcher-listen", "~> 2.0.0"
|
31
|
-
gem "capybara", ">= 2.15"
|
32
|
-
gem "selenium-webdriver"
|
33
|
-
gem "webdrivers"
|
34
|
-
gem "rails-controller-testing", ">= 1.0.4"
|
35
|
-
gem "pg", "~> 1.1", platform: :ruby
|
36
|
-
|
37
|
-
gemspec path: "../"
|
@@ -1,291 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
shoulda (4.0.0.rc2)
|
5
|
-
shoulda-context (= 2.0.0.rc4)
|
6
|
-
shoulda-matchers (~> 4.0)
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
actioncable (6.0.2.2)
|
12
|
-
actionpack (= 6.0.2.2)
|
13
|
-
nio4r (~> 2.0)
|
14
|
-
websocket-driver (>= 0.6.1)
|
15
|
-
actionmailbox (6.0.2.2)
|
16
|
-
actionpack (= 6.0.2.2)
|
17
|
-
activejob (= 6.0.2.2)
|
18
|
-
activerecord (= 6.0.2.2)
|
19
|
-
activestorage (= 6.0.2.2)
|
20
|
-
activesupport (= 6.0.2.2)
|
21
|
-
mail (>= 2.7.1)
|
22
|
-
actionmailer (6.0.2.2)
|
23
|
-
actionpack (= 6.0.2.2)
|
24
|
-
actionview (= 6.0.2.2)
|
25
|
-
activejob (= 6.0.2.2)
|
26
|
-
mail (~> 2.5, >= 2.5.4)
|
27
|
-
rails-dom-testing (~> 2.0)
|
28
|
-
actionpack (6.0.2.2)
|
29
|
-
actionview (= 6.0.2.2)
|
30
|
-
activesupport (= 6.0.2.2)
|
31
|
-
rack (~> 2.0, >= 2.0.8)
|
32
|
-
rack-test (>= 0.6.3)
|
33
|
-
rails-dom-testing (~> 2.0)
|
34
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
35
|
-
actiontext (6.0.2.2)
|
36
|
-
actionpack (= 6.0.2.2)
|
37
|
-
activerecord (= 6.0.2.2)
|
38
|
-
activestorage (= 6.0.2.2)
|
39
|
-
activesupport (= 6.0.2.2)
|
40
|
-
nokogiri (>= 1.8.5)
|
41
|
-
actionview (6.0.2.2)
|
42
|
-
activesupport (= 6.0.2.2)
|
43
|
-
builder (~> 3.1)
|
44
|
-
erubi (~> 1.4)
|
45
|
-
rails-dom-testing (~> 2.0)
|
46
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
47
|
-
activejob (6.0.2.2)
|
48
|
-
activesupport (= 6.0.2.2)
|
49
|
-
globalid (>= 0.3.6)
|
50
|
-
activemodel (6.0.2.2)
|
51
|
-
activesupport (= 6.0.2.2)
|
52
|
-
activerecord (6.0.2.2)
|
53
|
-
activemodel (= 6.0.2.2)
|
54
|
-
activesupport (= 6.0.2.2)
|
55
|
-
activestorage (6.0.2.2)
|
56
|
-
actionpack (= 6.0.2.2)
|
57
|
-
activejob (= 6.0.2.2)
|
58
|
-
activerecord (= 6.0.2.2)
|
59
|
-
marcel (~> 0.3.1)
|
60
|
-
activesupport (6.0.2.2)
|
61
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
62
|
-
i18n (>= 0.7, < 2)
|
63
|
-
minitest (~> 5.1)
|
64
|
-
tzinfo (~> 1.1)
|
65
|
-
zeitwerk (~> 2.2)
|
66
|
-
addressable (2.7.0)
|
67
|
-
public_suffix (>= 2.0.2, < 5.0)
|
68
|
-
ansi (1.5.0)
|
69
|
-
appraisal (2.2.0)
|
70
|
-
bundler
|
71
|
-
rake
|
72
|
-
thor (>= 0.14.0)
|
73
|
-
ast (2.4.0)
|
74
|
-
bcrypt (3.1.13)
|
75
|
-
bootsnap (1.4.6)
|
76
|
-
msgpack (~> 1.0)
|
77
|
-
builder (3.2.4)
|
78
|
-
byebug (10.0.2)
|
79
|
-
capybara (3.32.0)
|
80
|
-
addressable
|
81
|
-
mini_mime (>= 0.1.3)
|
82
|
-
nokogiri (~> 1.8)
|
83
|
-
rack (>= 1.6.0)
|
84
|
-
rack-test (>= 0.6.3)
|
85
|
-
regexp_parser (~> 1.5)
|
86
|
-
xpath (~> 3.2)
|
87
|
-
childprocess (3.0.0)
|
88
|
-
coderay (1.1.2)
|
89
|
-
concurrent-ruby (1.1.6)
|
90
|
-
crass (1.0.6)
|
91
|
-
erubi (1.9.0)
|
92
|
-
ffi (1.12.2)
|
93
|
-
globalid (0.4.2)
|
94
|
-
activesupport (>= 4.2.0)
|
95
|
-
i18n (1.8.2)
|
96
|
-
concurrent-ruby (~> 1.0)
|
97
|
-
jaro_winkler (1.5.4)
|
98
|
-
jbuilder (2.10.0)
|
99
|
-
activesupport (>= 5.0.0)
|
100
|
-
listen (3.1.5)
|
101
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
102
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
103
|
-
ruby_dep (~> 1.2)
|
104
|
-
loofah (2.4.0)
|
105
|
-
crass (~> 1.0.2)
|
106
|
-
nokogiri (>= 1.5.9)
|
107
|
-
m (1.5.1)
|
108
|
-
method_source (>= 0.6.7)
|
109
|
-
rake (>= 0.9.2.2)
|
110
|
-
mail (2.7.1)
|
111
|
-
mini_mime (>= 0.1.1)
|
112
|
-
marcel (0.3.3)
|
113
|
-
mimemagic (~> 0.3.2)
|
114
|
-
method_source (0.9.2)
|
115
|
-
mimemagic (0.3.4)
|
116
|
-
mini_mime (1.0.2)
|
117
|
-
mini_portile2 (2.4.0)
|
118
|
-
minitest (5.14.0)
|
119
|
-
minitest-reporters (1.4.2)
|
120
|
-
ansi
|
121
|
-
builder
|
122
|
-
minitest (>= 5.0)
|
123
|
-
ruby-progressbar
|
124
|
-
mry (0.78.0.0)
|
125
|
-
rubocop (>= 0.41.0)
|
126
|
-
msgpack (1.3.3)
|
127
|
-
nio4r (2.5.2)
|
128
|
-
nokogiri (1.10.9)
|
129
|
-
mini_portile2 (~> 2.4.0)
|
130
|
-
parallel (1.19.1)
|
131
|
-
parser (2.7.1.0)
|
132
|
-
ast (~> 2.4.0)
|
133
|
-
pg (1.2.3)
|
134
|
-
pry (0.12.2)
|
135
|
-
coderay (~> 1.1.0)
|
136
|
-
method_source (~> 0.9.0)
|
137
|
-
pry-byebug (3.6.0)
|
138
|
-
byebug (~> 10.0)
|
139
|
-
pry (~> 0.10)
|
140
|
-
public_suffix (4.0.3)
|
141
|
-
puma (4.3.3)
|
142
|
-
nio4r (~> 2.0)
|
143
|
-
rack (2.2.2)
|
144
|
-
rack-proxy (0.6.5)
|
145
|
-
rack
|
146
|
-
rack-test (1.1.0)
|
147
|
-
rack (>= 1.0, < 3)
|
148
|
-
rails (6.0.2.2)
|
149
|
-
actioncable (= 6.0.2.2)
|
150
|
-
actionmailbox (= 6.0.2.2)
|
151
|
-
actionmailer (= 6.0.2.2)
|
152
|
-
actionpack (= 6.0.2.2)
|
153
|
-
actiontext (= 6.0.2.2)
|
154
|
-
actionview (= 6.0.2.2)
|
155
|
-
activejob (= 6.0.2.2)
|
156
|
-
activemodel (= 6.0.2.2)
|
157
|
-
activerecord (= 6.0.2.2)
|
158
|
-
activestorage (= 6.0.2.2)
|
159
|
-
activesupport (= 6.0.2.2)
|
160
|
-
bundler (>= 1.3.0)
|
161
|
-
railties (= 6.0.2.2)
|
162
|
-
sprockets-rails (>= 2.0.0)
|
163
|
-
rails-controller-testing (1.0.4)
|
164
|
-
actionpack (>= 5.0.1.x)
|
165
|
-
actionview (>= 5.0.1.x)
|
166
|
-
activesupport (>= 5.0.1.x)
|
167
|
-
rails-dom-testing (2.0.3)
|
168
|
-
activesupport (>= 4.2.0)
|
169
|
-
nokogiri (>= 1.6)
|
170
|
-
rails-html-sanitizer (1.3.0)
|
171
|
-
loofah (~> 2.3)
|
172
|
-
railties (6.0.2.2)
|
173
|
-
actionpack (= 6.0.2.2)
|
174
|
-
activesupport (= 6.0.2.2)
|
175
|
-
method_source
|
176
|
-
rake (>= 0.8.7)
|
177
|
-
thor (>= 0.20.3, < 2.0)
|
178
|
-
rainbow (3.0.0)
|
179
|
-
rake (13.0.1)
|
180
|
-
rb-fsevent (0.10.3)
|
181
|
-
rb-inotify (0.10.1)
|
182
|
-
ffi (~> 1.0)
|
183
|
-
regexp_parser (1.7.0)
|
184
|
-
rubocop (0.71.0)
|
185
|
-
jaro_winkler (~> 1.5.1)
|
186
|
-
parallel (~> 1.10)
|
187
|
-
parser (>= 2.6)
|
188
|
-
rainbow (>= 2.2.2, < 4.0)
|
189
|
-
ruby-progressbar (~> 1.7)
|
190
|
-
unicode-display_width (>= 1.4.0, < 1.7)
|
191
|
-
rubocop-rails (2.0.1)
|
192
|
-
rack (>= 1.1)
|
193
|
-
rubocop (>= 0.70.0)
|
194
|
-
ruby-progressbar (1.10.1)
|
195
|
-
ruby_dep (1.5.0)
|
196
|
-
rubyzip (1.3.0)
|
197
|
-
sass-rails (6.0.0)
|
198
|
-
sassc-rails (~> 2.1, >= 2.1.1)
|
199
|
-
sassc (2.2.1)
|
200
|
-
ffi (~> 1.9)
|
201
|
-
sassc-rails (2.1.2)
|
202
|
-
railties (>= 4.0.0)
|
203
|
-
sassc (>= 2.0)
|
204
|
-
sprockets (> 3.0)
|
205
|
-
sprockets-rails
|
206
|
-
tilt
|
207
|
-
selenium-webdriver (3.142.7)
|
208
|
-
childprocess (>= 0.5, < 4.0)
|
209
|
-
rubyzip (>= 1.2.2)
|
210
|
-
shoulda-context (2.0.0.rc4)
|
211
|
-
shoulda-matchers (4.3.0)
|
212
|
-
activesupport (>= 4.2.0)
|
213
|
-
snowglobe (0.3.0)
|
214
|
-
spring (2.1.0)
|
215
|
-
spring-commands-rspec (1.0.4)
|
216
|
-
spring (>= 0.9.1)
|
217
|
-
spring-watcher-listen (2.0.1)
|
218
|
-
listen (>= 2.7, < 4.0)
|
219
|
-
spring (>= 1.2, < 3.0)
|
220
|
-
sprockets (4.0.0)
|
221
|
-
concurrent-ruby (~> 1.0)
|
222
|
-
rack (> 1, < 3)
|
223
|
-
sprockets-rails (3.2.1)
|
224
|
-
actionpack (>= 4.0)
|
225
|
-
activesupport (>= 4.0)
|
226
|
-
sprockets (>= 3.0.0)
|
227
|
-
sqlite3 (1.4.2)
|
228
|
-
thor (1.0.1)
|
229
|
-
thread_safe (0.3.6)
|
230
|
-
tilt (2.0.10)
|
231
|
-
turbolinks (5.2.1)
|
232
|
-
turbolinks-source (~> 5.2)
|
233
|
-
turbolinks-source (5.2.0)
|
234
|
-
tzinfo (1.2.7)
|
235
|
-
thread_safe (~> 0.1)
|
236
|
-
unicode-display_width (1.6.1)
|
237
|
-
warnings_logger (0.1.0)
|
238
|
-
webdrivers (4.2.0)
|
239
|
-
nokogiri (~> 1.6)
|
240
|
-
rubyzip (>= 1.3.0)
|
241
|
-
selenium-webdriver (>= 3.0, < 4.0)
|
242
|
-
webpacker (4.2.2)
|
243
|
-
activesupport (>= 4.2)
|
244
|
-
rack-proxy (>= 0.6.1)
|
245
|
-
railties (>= 4.2)
|
246
|
-
websocket-driver (0.7.1)
|
247
|
-
websocket-extensions (>= 0.1.0)
|
248
|
-
websocket-extensions (0.1.4)
|
249
|
-
xpath (3.2.0)
|
250
|
-
nokogiri (~> 1.8)
|
251
|
-
zeitwerk (2.3.0)
|
252
|
-
|
253
|
-
PLATFORMS
|
254
|
-
ruby
|
255
|
-
|
256
|
-
DEPENDENCIES
|
257
|
-
appraisal (~> 2.1)
|
258
|
-
bcrypt (~> 3.1.7)
|
259
|
-
bootsnap (>= 1.4.2)
|
260
|
-
bundler (~> 1.0)
|
261
|
-
capybara (>= 2.15)
|
262
|
-
jbuilder (~> 2.7)
|
263
|
-
listen (>= 3.0.5, < 3.2)
|
264
|
-
m
|
265
|
-
minitest (~> 5.0)
|
266
|
-
minitest-reporters
|
267
|
-
mry
|
268
|
-
pg (~> 1.1)
|
269
|
-
pry (~> 0.12.0)
|
270
|
-
pry-byebug (~> 3.6.0)
|
271
|
-
puma (~> 4.1)
|
272
|
-
rails (~> 6.0.2)
|
273
|
-
rails-controller-testing (>= 1.0.4)
|
274
|
-
rubocop (= 0.71.0)
|
275
|
-
rubocop-rails
|
276
|
-
rubyzip (~> 1.3.0)
|
277
|
-
sass-rails (>= 6)
|
278
|
-
selenium-webdriver
|
279
|
-
shoulda!
|
280
|
-
snowglobe (>= 0.3.0)
|
281
|
-
spring
|
282
|
-
spring-commands-rspec
|
283
|
-
spring-watcher-listen (~> 2.0.0)
|
284
|
-
sqlite3 (~> 1.4.0)
|
285
|
-
turbolinks (~> 5)
|
286
|
-
warnings_logger
|
287
|
-
webdrivers
|
288
|
-
webpacker (~> 4.0)
|
289
|
-
|
290
|
-
BUNDLED WITH
|
291
|
-
1.17.3
|
@@ -1,16 +0,0 @@
|
|
1
|
-
#!/bin/bash
|
2
|
-
|
3
|
-
set -euo pipefail
|
4
|
-
|
5
|
-
SUPPORTED_VERSIONS=$(script/supported_ruby_versions)
|
6
|
-
|
7
|
-
install-gems-for-version() {
|
8
|
-
local version="$1"
|
9
|
-
(export RBENV_VERSION=$version; bundle && bundle exec appraisal install)
|
10
|
-
}
|
11
|
-
|
12
|
-
for version in $SUPPORTED_VERSIONS; do
|
13
|
-
echo
|
14
|
-
echo "*** Installing gems for $version ***"
|
15
|
-
install-gems-for-version $version
|
16
|
-
done
|
data/script/run_all_tests
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
#!/bin/bash
|
2
|
-
|
3
|
-
set -euo pipefail
|
4
|
-
|
5
|
-
SUPPORTED_VERSIONS=$(script/supported_ruby_versions)
|
6
|
-
|
7
|
-
run-tests-for-version() {
|
8
|
-
local version="$1"
|
9
|
-
(export RBENV_VERSION=$version; bundle exec rake)
|
10
|
-
}
|
11
|
-
|
12
|
-
for version in $SUPPORTED_VERSIONS; do
|
13
|
-
echo
|
14
|
-
echo "*** Running tests for $version ***"
|
15
|
-
run-tests-for-version $version
|
16
|
-
done
|
@@ -1,17 +0,0 @@
|
|
1
|
-
#!/bin/bash
|
2
|
-
|
3
|
-
set -euo pipefail
|
4
|
-
|
5
|
-
SUPPORTED_VERSIONS=$(script/supported_ruby_versions)
|
6
|
-
gem="$1"
|
7
|
-
|
8
|
-
update-gem-for-version() {
|
9
|
-
local version="$1"
|
10
|
-
(export RBENV_VERSION=$version; bundle update "$gem"; bundle exec appraisal update "$gem")
|
11
|
-
}
|
12
|
-
|
13
|
-
for version in $SUPPORTED_VERSIONS; do
|
14
|
-
echo
|
15
|
-
echo "*** Updating $gem for $version ***"
|
16
|
-
update-gem-for-version $version
|
17
|
-
done
|
@@ -1,16 +0,0 @@
|
|
1
|
-
#!/bin/bash
|
2
|
-
|
3
|
-
set -euo pipefail
|
4
|
-
|
5
|
-
SUPPORTED_VERSIONS=$(script/supported_ruby_versions)
|
6
|
-
|
7
|
-
update-gems-for-version() {
|
8
|
-
local version="$1"
|
9
|
-
(export RBENV_VERSION=$version; bundle update "${@:2}"; bundle exec appraisal update "${@:2}")
|
10
|
-
}
|
11
|
-
|
12
|
-
for version in $SUPPORTED_VERSIONS; do
|
13
|
-
echo
|
14
|
-
echo "*** Updating gems for $version ***"
|
15
|
-
update-gems-for-version "$version" "$@"
|
16
|
-
done
|