test_data 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +41 -41
- data/LICENSE.txt +1 -1
- data/example/Gemfile.lock +144 -123
- data/lib/test_data/version.rb +1 -1
- data/test_data.gemspec +1 -1
- metadata +11 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4178759cb111f2f83cad983712c1b82220aa09ecdbd7d710b7517974c63fee8c
|
4
|
+
data.tar.gz: dc83bc5526b88239ba2d55661a8ab61865a7a8d19f8c195d2caa41e00125b7e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7aba197cb61bff3286913de3678a6df0f4595774bb7283228de6e26ae64fb03586e8233362bf9cea3ef041cc1e53a539a323e3c5d59fb6d16470f6db904402e5
|
7
|
+
data.tar.gz: bc49d93f8dc68d09612ba36220dd7f380a2f8cc4657f968dc9a8220d96f07532c912f119fed9e2d25ba0840b9480f82a12954ea30a54bd1c1fe357bea8920154
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,55 +1,54 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
test_data (0.3.
|
5
|
-
railties (
|
4
|
+
test_data (0.3.1)
|
5
|
+
railties (>= 6.0, < 8.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actionpack (
|
11
|
-
actionview (=
|
12
|
-
activesupport (=
|
13
|
-
rack (~> 2.0, >= 2.0
|
10
|
+
actionpack (7.0.2.3)
|
11
|
+
actionview (= 7.0.2.3)
|
12
|
+
activesupport (= 7.0.2.3)
|
13
|
+
rack (~> 2.0, >= 2.2.0)
|
14
14
|
rack-test (>= 0.6.3)
|
15
15
|
rails-dom-testing (~> 2.0)
|
16
16
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
17
|
-
actionview (
|
18
|
-
activesupport (=
|
17
|
+
actionview (7.0.2.3)
|
18
|
+
activesupport (= 7.0.2.3)
|
19
19
|
builder (~> 3.1)
|
20
20
|
erubi (~> 1.4)
|
21
21
|
rails-dom-testing (~> 2.0)
|
22
22
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
23
|
-
activesupport (
|
23
|
+
activesupport (7.0.2.3)
|
24
24
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
25
25
|
i18n (>= 1.6, < 2)
|
26
26
|
minitest (>= 5.1)
|
27
27
|
tzinfo (~> 2.0)
|
28
|
-
zeitwerk (~> 2.3)
|
29
28
|
ast (2.4.2)
|
30
29
|
builder (3.2.4)
|
31
30
|
coderay (1.1.3)
|
32
|
-
concurrent-ruby (1.1.
|
31
|
+
concurrent-ruby (1.1.10)
|
33
32
|
crass (1.0.6)
|
34
33
|
erubi (1.10.0)
|
35
|
-
i18n (1.
|
34
|
+
i18n (1.10.0)
|
36
35
|
concurrent-ruby (~> 1.0)
|
37
|
-
loofah (2.
|
36
|
+
loofah (2.15.0)
|
38
37
|
crass (~> 1.0.2)
|
39
38
|
nokogiri (>= 1.5.9)
|
40
39
|
method_source (1.0.0)
|
41
|
-
mini_portile2 (2.
|
42
|
-
minitest (5.
|
43
|
-
nokogiri (1.
|
44
|
-
mini_portile2 (~> 2.
|
40
|
+
mini_portile2 (2.8.0)
|
41
|
+
minitest (5.15.0)
|
42
|
+
nokogiri (1.13.3)
|
43
|
+
mini_portile2 (~> 2.8.0)
|
45
44
|
racc (~> 1.4)
|
46
|
-
parallel (1.
|
47
|
-
parser (3.
|
45
|
+
parallel (1.22.1)
|
46
|
+
parser (3.1.1.0)
|
48
47
|
ast (~> 2.4.1)
|
49
48
|
pry (0.14.1)
|
50
49
|
coderay (~> 1.1)
|
51
50
|
method_source (~> 1.0)
|
52
|
-
racc (1.
|
51
|
+
racc (1.6.0)
|
53
52
|
rack (2.2.3)
|
54
53
|
rack-test (1.1.0)
|
55
54
|
rack (>= 1.0, < 3)
|
@@ -58,39 +57,40 @@ GEM
|
|
58
57
|
nokogiri (>= 1.6)
|
59
58
|
rails-html-sanitizer (1.4.2)
|
60
59
|
loofah (~> 2.3)
|
61
|
-
railties (
|
62
|
-
actionpack (=
|
63
|
-
activesupport (=
|
60
|
+
railties (7.0.2.3)
|
61
|
+
actionpack (= 7.0.2.3)
|
62
|
+
activesupport (= 7.0.2.3)
|
64
63
|
method_source
|
65
|
-
rake (>=
|
64
|
+
rake (>= 12.2)
|
66
65
|
thor (~> 1.0)
|
67
|
-
|
68
|
-
|
69
|
-
|
66
|
+
zeitwerk (~> 2.5)
|
67
|
+
rainbow (3.1.1)
|
68
|
+
rake (13.0.6)
|
69
|
+
regexp_parser (2.2.1)
|
70
70
|
rexml (3.2.5)
|
71
|
-
rubocop (1.
|
71
|
+
rubocop (1.26.0)
|
72
72
|
parallel (~> 1.10)
|
73
|
-
parser (>= 3.
|
73
|
+
parser (>= 3.1.0.0)
|
74
74
|
rainbow (>= 2.2.2, < 4.0)
|
75
75
|
regexp_parser (>= 1.8, < 3.0)
|
76
76
|
rexml
|
77
|
-
rubocop-ast (>= 1.
|
77
|
+
rubocop-ast (>= 1.16.0, < 2.0)
|
78
78
|
ruby-progressbar (~> 1.7)
|
79
79
|
unicode-display_width (>= 1.4.0, < 3.0)
|
80
|
-
rubocop-ast (1.
|
81
|
-
parser (>=
|
82
|
-
rubocop-performance (1.
|
83
|
-
rubocop (>=
|
80
|
+
rubocop-ast (1.16.0)
|
81
|
+
parser (>= 3.1.1.0)
|
82
|
+
rubocop-performance (1.13.3)
|
83
|
+
rubocop (>= 1.7.0, < 2.0)
|
84
84
|
rubocop-ast (>= 0.4.0)
|
85
85
|
ruby-progressbar (1.11.0)
|
86
|
-
standard (1.0
|
87
|
-
rubocop (= 1.
|
88
|
-
rubocop-performance (= 1.
|
89
|
-
thor (1.1
|
86
|
+
standard (1.9.0)
|
87
|
+
rubocop (= 1.26.0)
|
88
|
+
rubocop-performance (= 1.13.3)
|
89
|
+
thor (1.2.1)
|
90
90
|
tzinfo (2.0.4)
|
91
91
|
concurrent-ruby (~> 1.0)
|
92
|
-
unicode-display_width (2.
|
93
|
-
zeitwerk (2.4
|
92
|
+
unicode-display_width (2.1.0)
|
93
|
+
zeitwerk (2.5.4)
|
94
94
|
|
95
95
|
PLATFORMS
|
96
96
|
ruby
|
@@ -103,4 +103,4 @@ DEPENDENCIES
|
|
103
103
|
test_data!
|
104
104
|
|
105
105
|
BUNDLED WITH
|
106
|
-
2.
|
106
|
+
2.3.10
|
data/LICENSE.txt
CHANGED
data/example/Gemfile.lock
CHANGED
@@ -1,171 +1,196 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
test_data (0.3.
|
5
|
-
railties (
|
4
|
+
test_data (0.3.1)
|
5
|
+
railties (>= 6.0, < 8.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (
|
11
|
-
actionpack (=
|
12
|
-
activesupport (=
|
10
|
+
actioncable (7.0.2.3)
|
11
|
+
actionpack (= 7.0.2.3)
|
12
|
+
activesupport (= 7.0.2.3)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (>= 0.6.1)
|
15
|
-
actionmailbox (
|
16
|
-
actionpack (=
|
17
|
-
activejob (=
|
18
|
-
activerecord (=
|
19
|
-
activestorage (=
|
20
|
-
activesupport (=
|
15
|
+
actionmailbox (7.0.2.3)
|
16
|
+
actionpack (= 7.0.2.3)
|
17
|
+
activejob (= 7.0.2.3)
|
18
|
+
activerecord (= 7.0.2.3)
|
19
|
+
activestorage (= 7.0.2.3)
|
20
|
+
activesupport (= 7.0.2.3)
|
21
21
|
mail (>= 2.7.1)
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
22
|
+
net-imap
|
23
|
+
net-pop
|
24
|
+
net-smtp
|
25
|
+
actionmailer (7.0.2.3)
|
26
|
+
actionpack (= 7.0.2.3)
|
27
|
+
actionview (= 7.0.2.3)
|
28
|
+
activejob (= 7.0.2.3)
|
29
|
+
activesupport (= 7.0.2.3)
|
27
30
|
mail (~> 2.5, >= 2.5.4)
|
31
|
+
net-imap
|
32
|
+
net-pop
|
33
|
+
net-smtp
|
28
34
|
rails-dom-testing (~> 2.0)
|
29
|
-
actionpack (
|
30
|
-
actionview (=
|
31
|
-
activesupport (=
|
32
|
-
rack (~> 2.0, >= 2.0
|
35
|
+
actionpack (7.0.2.3)
|
36
|
+
actionview (= 7.0.2.3)
|
37
|
+
activesupport (= 7.0.2.3)
|
38
|
+
rack (~> 2.0, >= 2.2.0)
|
33
39
|
rack-test (>= 0.6.3)
|
34
40
|
rails-dom-testing (~> 2.0)
|
35
41
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
36
|
-
actiontext (
|
37
|
-
actionpack (=
|
38
|
-
activerecord (=
|
39
|
-
activestorage (=
|
40
|
-
activesupport (=
|
42
|
+
actiontext (7.0.2.3)
|
43
|
+
actionpack (= 7.0.2.3)
|
44
|
+
activerecord (= 7.0.2.3)
|
45
|
+
activestorage (= 7.0.2.3)
|
46
|
+
activesupport (= 7.0.2.3)
|
47
|
+
globalid (>= 0.6.0)
|
41
48
|
nokogiri (>= 1.8.5)
|
42
|
-
actionview (
|
43
|
-
activesupport (=
|
49
|
+
actionview (7.0.2.3)
|
50
|
+
activesupport (= 7.0.2.3)
|
44
51
|
builder (~> 3.1)
|
45
52
|
erubi (~> 1.4)
|
46
53
|
rails-dom-testing (~> 2.0)
|
47
54
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
48
|
-
activejob (
|
49
|
-
activesupport (=
|
55
|
+
activejob (7.0.2.3)
|
56
|
+
activesupport (= 7.0.2.3)
|
50
57
|
globalid (>= 0.3.6)
|
51
|
-
activemodel (
|
52
|
-
activesupport (=
|
53
|
-
activerecord (
|
54
|
-
activemodel (=
|
55
|
-
activesupport (=
|
56
|
-
activestorage (
|
57
|
-
actionpack (=
|
58
|
-
activejob (=
|
59
|
-
activerecord (=
|
60
|
-
activesupport (=
|
61
|
-
marcel (~> 1.0
|
62
|
-
mini_mime (
|
63
|
-
activesupport (
|
58
|
+
activemodel (7.0.2.3)
|
59
|
+
activesupport (= 7.0.2.3)
|
60
|
+
activerecord (7.0.2.3)
|
61
|
+
activemodel (= 7.0.2.3)
|
62
|
+
activesupport (= 7.0.2.3)
|
63
|
+
activestorage (7.0.2.3)
|
64
|
+
actionpack (= 7.0.2.3)
|
65
|
+
activejob (= 7.0.2.3)
|
66
|
+
activerecord (= 7.0.2.3)
|
67
|
+
activesupport (= 7.0.2.3)
|
68
|
+
marcel (~> 1.0)
|
69
|
+
mini_mime (>= 1.1.0)
|
70
|
+
activesupport (7.0.2.3)
|
64
71
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
65
72
|
i18n (>= 1.6, < 2)
|
66
73
|
minitest (>= 5.1)
|
67
74
|
tzinfo (~> 2.0)
|
68
|
-
|
69
|
-
addressable (2.7.0)
|
75
|
+
addressable (2.8.0)
|
70
76
|
public_suffix (>= 2.0.2, < 5.0)
|
71
77
|
ast (2.4.2)
|
72
|
-
bootsnap (1.
|
73
|
-
msgpack (~> 1.
|
78
|
+
bootsnap (1.11.1)
|
79
|
+
msgpack (~> 1.2)
|
74
80
|
builder (3.2.4)
|
75
|
-
capybara (3.
|
81
|
+
capybara (3.36.0)
|
76
82
|
addressable
|
83
|
+
matrix
|
77
84
|
mini_mime (>= 0.1.3)
|
78
85
|
nokogiri (~> 1.8)
|
79
86
|
rack (>= 1.6.0)
|
80
87
|
rack-test (>= 0.6.3)
|
81
88
|
regexp_parser (>= 1.5, < 3.0)
|
82
89
|
xpath (~> 3.2)
|
83
|
-
childprocess (
|
90
|
+
childprocess (4.1.0)
|
84
91
|
coderay (1.1.3)
|
85
|
-
concurrent-ruby (1.1.
|
92
|
+
concurrent-ruby (1.1.10)
|
86
93
|
crass (1.0.6)
|
87
|
-
diff-lcs (1.
|
94
|
+
diff-lcs (1.5.0)
|
95
|
+
digest (3.1.0)
|
88
96
|
erubi (1.10.0)
|
89
|
-
factory_bot (6.2.
|
97
|
+
factory_bot (6.2.1)
|
90
98
|
activesupport (>= 5.0.0)
|
91
99
|
factory_bot_rails (6.2.0)
|
92
100
|
factory_bot (~> 6.2.0)
|
93
101
|
railties (>= 5.0.0)
|
94
|
-
globalid (0.
|
95
|
-
activesupport (>=
|
96
|
-
i18n (1.
|
102
|
+
globalid (1.0.0)
|
103
|
+
activesupport (>= 5.0)
|
104
|
+
i18n (1.10.0)
|
97
105
|
concurrent-ruby (~> 1.0)
|
98
|
-
|
106
|
+
io-wait (0.2.1)
|
107
|
+
loofah (2.15.0)
|
99
108
|
crass (~> 1.0.2)
|
100
109
|
nokogiri (>= 1.5.9)
|
101
110
|
mail (2.7.1)
|
102
111
|
mini_mime (>= 0.1.1)
|
103
|
-
marcel (1.0.
|
112
|
+
marcel (1.0.2)
|
113
|
+
matrix (0.4.2)
|
104
114
|
method_source (1.0.0)
|
105
|
-
mini_mime (1.
|
106
|
-
mini_portile2 (2.
|
107
|
-
minitest (5.
|
108
|
-
msgpack (1.4.
|
109
|
-
|
110
|
-
|
111
|
-
|
115
|
+
mini_mime (1.1.2)
|
116
|
+
mini_portile2 (2.8.0)
|
117
|
+
minitest (5.15.0)
|
118
|
+
msgpack (1.4.5)
|
119
|
+
net-imap (0.2.3)
|
120
|
+
digest
|
121
|
+
net-protocol
|
122
|
+
strscan
|
123
|
+
net-pop (0.1.1)
|
124
|
+
digest
|
125
|
+
net-protocol
|
126
|
+
timeout
|
127
|
+
net-protocol (0.1.2)
|
128
|
+
io-wait
|
129
|
+
timeout
|
130
|
+
net-smtp (0.3.1)
|
131
|
+
digest
|
132
|
+
net-protocol
|
133
|
+
timeout
|
134
|
+
nio4r (2.5.8)
|
135
|
+
nokogiri (1.13.3)
|
136
|
+
mini_portile2 (~> 2.8.0)
|
112
137
|
racc (~> 1.4)
|
113
138
|
noncommittal (0.2.0)
|
114
|
-
parallel (1.
|
115
|
-
parser (3.
|
139
|
+
parallel (1.22.1)
|
140
|
+
parser (3.1.1.0)
|
116
141
|
ast (~> 2.4.1)
|
117
|
-
pg (1.
|
142
|
+
pg (1.3.4)
|
118
143
|
pry (0.14.1)
|
119
144
|
coderay (~> 1.1)
|
120
145
|
method_source (~> 1.0)
|
121
146
|
pry-rails (0.3.9)
|
122
147
|
pry (>= 0.10.4)
|
123
148
|
public_suffix (4.0.6)
|
124
|
-
puma (5.
|
149
|
+
puma (5.6.2)
|
125
150
|
nio4r (~> 2.0)
|
126
|
-
racc (1.
|
151
|
+
racc (1.6.0)
|
127
152
|
rack (2.2.3)
|
128
153
|
rack-test (1.1.0)
|
129
154
|
rack (>= 1.0, < 3)
|
130
|
-
rails (
|
131
|
-
actioncable (=
|
132
|
-
actionmailbox (=
|
133
|
-
actionmailer (=
|
134
|
-
actionpack (=
|
135
|
-
actiontext (=
|
136
|
-
actionview (=
|
137
|
-
activejob (=
|
138
|
-
activemodel (=
|
139
|
-
activerecord (=
|
140
|
-
activestorage (=
|
141
|
-
activesupport (=
|
155
|
+
rails (7.0.2.3)
|
156
|
+
actioncable (= 7.0.2.3)
|
157
|
+
actionmailbox (= 7.0.2.3)
|
158
|
+
actionmailer (= 7.0.2.3)
|
159
|
+
actionpack (= 7.0.2.3)
|
160
|
+
actiontext (= 7.0.2.3)
|
161
|
+
actionview (= 7.0.2.3)
|
162
|
+
activejob (= 7.0.2.3)
|
163
|
+
activemodel (= 7.0.2.3)
|
164
|
+
activerecord (= 7.0.2.3)
|
165
|
+
activestorage (= 7.0.2.3)
|
166
|
+
activesupport (= 7.0.2.3)
|
142
167
|
bundler (>= 1.15.0)
|
143
|
-
railties (=
|
144
|
-
sprockets-rails (>= 2.0.0)
|
168
|
+
railties (= 7.0.2.3)
|
145
169
|
rails-dom-testing (2.0.3)
|
146
170
|
activesupport (>= 4.2.0)
|
147
171
|
nokogiri (>= 1.6)
|
148
|
-
rails-html-sanitizer (1.
|
172
|
+
rails-html-sanitizer (1.4.2)
|
149
173
|
loofah (~> 2.3)
|
150
|
-
railties (
|
151
|
-
actionpack (=
|
152
|
-
activesupport (=
|
174
|
+
railties (7.0.2.3)
|
175
|
+
actionpack (= 7.0.2.3)
|
176
|
+
activesupport (= 7.0.2.3)
|
153
177
|
method_source
|
154
|
-
rake (>=
|
178
|
+
rake (>= 12.2)
|
155
179
|
thor (~> 1.0)
|
156
|
-
|
157
|
-
|
158
|
-
|
180
|
+
zeitwerk (~> 2.5)
|
181
|
+
rainbow (3.1.1)
|
182
|
+
rake (13.0.6)
|
183
|
+
regexp_parser (2.2.1)
|
159
184
|
rexml (3.2.5)
|
160
|
-
rspec-core (3.
|
161
|
-
rspec-support (~> 3.
|
162
|
-
rspec-expectations (3.
|
185
|
+
rspec-core (3.11.0)
|
186
|
+
rspec-support (~> 3.11.0)
|
187
|
+
rspec-expectations (3.11.0)
|
163
188
|
diff-lcs (>= 1.2.0, < 2.0)
|
164
|
-
rspec-support (~> 3.
|
165
|
-
rspec-mocks (3.
|
189
|
+
rspec-support (~> 3.11.0)
|
190
|
+
rspec-mocks (3.11.0)
|
166
191
|
diff-lcs (>= 1.2.0, < 2.0)
|
167
|
-
rspec-support (~> 3.
|
168
|
-
rspec-rails (5.
|
192
|
+
rspec-support (~> 3.11.0)
|
193
|
+
rspec-rails (5.1.1)
|
169
194
|
actionpack (>= 5.2)
|
170
195
|
activesupport (>= 5.2)
|
171
196
|
railties (>= 5.2)
|
@@ -173,50 +198,46 @@ GEM
|
|
173
198
|
rspec-expectations (~> 3.10)
|
174
199
|
rspec-mocks (~> 3.10)
|
175
200
|
rspec-support (~> 3.10)
|
176
|
-
rspec-support (3.
|
177
|
-
rubocop (1.
|
201
|
+
rspec-support (3.11.0)
|
202
|
+
rubocop (1.26.0)
|
178
203
|
parallel (~> 1.10)
|
179
|
-
parser (>= 3.
|
204
|
+
parser (>= 3.1.0.0)
|
180
205
|
rainbow (>= 2.2.2, < 4.0)
|
181
206
|
regexp_parser (>= 1.8, < 3.0)
|
182
207
|
rexml
|
183
|
-
rubocop-ast (>= 1.
|
208
|
+
rubocop-ast (>= 1.16.0, < 2.0)
|
184
209
|
ruby-progressbar (~> 1.7)
|
185
210
|
unicode-display_width (>= 1.4.0, < 3.0)
|
186
|
-
rubocop-ast (1.
|
187
|
-
parser (>= 3.
|
188
|
-
rubocop-performance (1.
|
211
|
+
rubocop-ast (1.16.0)
|
212
|
+
parser (>= 3.1.1.0)
|
213
|
+
rubocop-performance (1.13.3)
|
189
214
|
rubocop (>= 1.7.0, < 2.0)
|
190
215
|
rubocop-ast (>= 0.4.0)
|
191
216
|
ruby-progressbar (1.11.0)
|
192
|
-
rubyzip (2.3.
|
193
|
-
selenium-webdriver (
|
194
|
-
childprocess (>= 0.5, <
|
217
|
+
rubyzip (2.3.2)
|
218
|
+
selenium-webdriver (4.1.0)
|
219
|
+
childprocess (>= 0.5, < 5.0)
|
220
|
+
rexml (~> 3.2, >= 3.2.5)
|
195
221
|
rubyzip (>= 1.2.2)
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
sprockets (>= 3.0.0)
|
203
|
-
standard (1.1.1)
|
204
|
-
rubocop (= 1.14.0)
|
205
|
-
rubocop-performance (= 1.11.2)
|
206
|
-
thor (1.1.0)
|
222
|
+
standard (1.9.0)
|
223
|
+
rubocop (= 1.26.0)
|
224
|
+
rubocop-performance (= 1.13.3)
|
225
|
+
strscan (3.0.1)
|
226
|
+
thor (1.2.1)
|
227
|
+
timeout (0.2.0)
|
207
228
|
tzinfo (2.0.4)
|
208
229
|
concurrent-ruby (~> 1.0)
|
209
|
-
unicode-display_width (2.
|
210
|
-
webdrivers (
|
230
|
+
unicode-display_width (2.1.0)
|
231
|
+
webdrivers (5.0.0)
|
211
232
|
nokogiri (~> 1.6)
|
212
233
|
rubyzip (>= 1.3.0)
|
213
|
-
selenium-webdriver (
|
234
|
+
selenium-webdriver (~> 4.0)
|
214
235
|
websocket-driver (0.7.5)
|
215
236
|
websocket-extensions (>= 0.1.0)
|
216
237
|
websocket-extensions (0.1.5)
|
217
238
|
xpath (3.2.0)
|
218
239
|
nokogiri (~> 1.8)
|
219
|
-
zeitwerk (2.4
|
240
|
+
zeitwerk (2.5.4)
|
220
241
|
|
221
242
|
PLATFORMS
|
222
243
|
ruby
|
@@ -237,4 +258,4 @@ DEPENDENCIES
|
|
237
258
|
webdrivers
|
238
259
|
|
239
260
|
BUNDLED WITH
|
240
|
-
2.
|
261
|
+
2.3.10
|
data/lib/test_data/version.rb
CHANGED
data/test_data.gemspec
CHANGED
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: test_data
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Searls
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '6.0'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '8.0'
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
25
28
|
- !ruby/object:Gem::Version
|
26
29
|
version: '6.0'
|
30
|
+
- - "<"
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '8.0'
|
27
33
|
description:
|
28
34
|
email:
|
29
35
|
- searls@gmail.com
|
@@ -182,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
182
188
|
- !ruby/object:Gem::Version
|
183
189
|
version: '0'
|
184
190
|
requirements: []
|
185
|
-
rubygems_version: 3.
|
191
|
+
rubygems_version: 3.3.6
|
186
192
|
signing_key:
|
187
193
|
specification_version: 4
|
188
194
|
summary: Dumps and Loads data for your Rails app's tests
|