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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c9bcdeaebcbad6163fb495b327408b64f7d85f90efd7ab171275ba4fd61e484
4
- data.tar.gz: c08433086b9cfcb57e88e275e63f8600083945afdd738962a952e94573b95f77
3
+ metadata.gz: 4178759cb111f2f83cad983712c1b82220aa09ecdbd7d710b7517974c63fee8c
4
+ data.tar.gz: dc83bc5526b88239ba2d55661a8ab61865a7a8d19f8c195d2caa41e00125b7e5
5
5
  SHA512:
6
- metadata.gz: e69305fb469eab8714569cea4b57fb6a3b9050ea97065230ef86afa27e8c089d094b75673515348e31f8ec989a61924fb7924d70c21fdbd31decdef8e490459e
7
- data.tar.gz: 1592fccf3753f33c74f449ad2debe029806778383fd07f089c9bb67e49861e5a3885d04497720dd04525511182ca8b87ff6774c90837845204f210d85f3db270
6
+ metadata.gz: 7aba197cb61bff3286913de3678a6df0f4595774bb7283228de6e26ae64fb03586e8233362bf9cea3ef041cc1e53a539a323e3c5d59fb6d16470f6db904402e5
7
+ data.tar.gz: bc49d93f8dc68d09612ba36220dd7f380a2f8cc4657f968dc9a8220d96f07532c912f119fed9e2d25ba0840b9480f82a12954ea30a54bd1c1fe357bea8920154
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.3.1
2
+
3
+ - Loosen railties dependencies after verifying basic Rails 7 support
4
+
1
5
  # 0.3.0
2
6
 
3
7
  - Add a `test_data:reinitialize` task that will delete the `test_data` database
data/Gemfile.lock CHANGED
@@ -1,55 +1,54 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- test_data (0.3.0)
5
- railties (~> 6.0)
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 (6.1.4.1)
11
- actionview (= 6.1.4.1)
12
- activesupport (= 6.1.4.1)
13
- rack (~> 2.0, >= 2.0.9)
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 (6.1.4.1)
18
- activesupport (= 6.1.4.1)
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 (6.1.4.1)
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.9)
31
+ concurrent-ruby (1.1.10)
33
32
  crass (1.0.6)
34
33
  erubi (1.10.0)
35
- i18n (1.8.10)
34
+ i18n (1.10.0)
36
35
  concurrent-ruby (~> 1.0)
37
- loofah (2.12.0)
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.6.1)
42
- minitest (5.14.4)
43
- nokogiri (1.12.4)
44
- mini_portile2 (~> 2.6.1)
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.20.1)
47
- parser (3.0.1.0)
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.5.2)
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 (6.1.4.1)
62
- actionpack (= 6.1.4.1)
63
- activesupport (= 6.1.4.1)
60
+ railties (7.0.2.3)
61
+ actionpack (= 7.0.2.3)
62
+ activesupport (= 7.0.2.3)
64
63
  method_source
65
- rake (>= 0.13)
64
+ rake (>= 12.2)
66
65
  thor (~> 1.0)
67
- rainbow (3.0.0)
68
- rake (13.0.3)
69
- regexp_parser (2.1.1)
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.12.1)
71
+ rubocop (1.26.0)
72
72
  parallel (~> 1.10)
73
- parser (>= 3.0.0.0)
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.2.0, < 2.0)
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.4.1)
81
- parser (>= 2.7.1.5)
82
- rubocop-performance (1.10.1)
83
- rubocop (>= 0.90.0, < 2.0)
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.5)
87
- rubocop (= 1.12.1)
88
- rubocop-performance (= 1.10.1)
89
- thor (1.1.0)
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.0.0)
93
- zeitwerk (2.4.2)
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.2.15
106
+ 2.3.10
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2021 Test Double, LLC
1
+ Copyright (c) 2021 Test Double, Inc.
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/example/Gemfile.lock CHANGED
@@ -1,171 +1,196 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- test_data (0.3.0)
5
- railties (~> 6.0)
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 (6.1.3.2)
11
- actionpack (= 6.1.3.2)
12
- activesupport (= 6.1.3.2)
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 (6.1.3.2)
16
- actionpack (= 6.1.3.2)
17
- activejob (= 6.1.3.2)
18
- activerecord (= 6.1.3.2)
19
- activestorage (= 6.1.3.2)
20
- activesupport (= 6.1.3.2)
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
- actionmailer (6.1.3.2)
23
- actionpack (= 6.1.3.2)
24
- actionview (= 6.1.3.2)
25
- activejob (= 6.1.3.2)
26
- activesupport (= 6.1.3.2)
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 (6.1.3.2)
30
- actionview (= 6.1.3.2)
31
- activesupport (= 6.1.3.2)
32
- rack (~> 2.0, >= 2.0.9)
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 (6.1.3.2)
37
- actionpack (= 6.1.3.2)
38
- activerecord (= 6.1.3.2)
39
- activestorage (= 6.1.3.2)
40
- activesupport (= 6.1.3.2)
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 (6.1.3.2)
43
- activesupport (= 6.1.3.2)
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 (6.1.3.2)
49
- activesupport (= 6.1.3.2)
55
+ activejob (7.0.2.3)
56
+ activesupport (= 7.0.2.3)
50
57
  globalid (>= 0.3.6)
51
- activemodel (6.1.3.2)
52
- activesupport (= 6.1.3.2)
53
- activerecord (6.1.3.2)
54
- activemodel (= 6.1.3.2)
55
- activesupport (= 6.1.3.2)
56
- activestorage (6.1.3.2)
57
- actionpack (= 6.1.3.2)
58
- activejob (= 6.1.3.2)
59
- activerecord (= 6.1.3.2)
60
- activesupport (= 6.1.3.2)
61
- marcel (~> 1.0.0)
62
- mini_mime (~> 1.0.2)
63
- activesupport (6.1.3.2)
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
- zeitwerk (~> 2.3)
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.7.5)
73
- msgpack (~> 1.0)
78
+ bootsnap (1.11.1)
79
+ msgpack (~> 1.2)
74
80
  builder (3.2.4)
75
- capybara (3.35.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 (3.0.0)
90
+ childprocess (4.1.0)
84
91
  coderay (1.1.3)
85
- concurrent-ruby (1.1.9)
92
+ concurrent-ruby (1.1.10)
86
93
  crass (1.0.6)
87
- diff-lcs (1.4.4)
94
+ diff-lcs (1.5.0)
95
+ digest (3.1.0)
88
96
  erubi (1.10.0)
89
- factory_bot (6.2.0)
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.4.2)
95
- activesupport (>= 4.2.0)
96
- i18n (1.8.10)
102
+ globalid (1.0.0)
103
+ activesupport (>= 5.0)
104
+ i18n (1.10.0)
97
105
  concurrent-ruby (~> 1.0)
98
- loofah (2.10.0)
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.1)
112
+ marcel (1.0.2)
113
+ matrix (0.4.2)
104
114
  method_source (1.0.0)
105
- mini_mime (1.0.3)
106
- mini_portile2 (2.5.3)
107
- minitest (5.14.4)
108
- msgpack (1.4.2)
109
- nio4r (2.5.7)
110
- nokogiri (1.11.7)
111
- mini_portile2 (~> 2.5.0)
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.20.1)
115
- parser (3.0.1.1)
139
+ parallel (1.22.1)
140
+ parser (3.1.1.0)
116
141
  ast (~> 2.4.1)
117
- pg (1.2.3)
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.3.2)
149
+ puma (5.6.2)
125
150
  nio4r (~> 2.0)
126
- racc (1.5.2)
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 (6.1.3.2)
131
- actioncable (= 6.1.3.2)
132
- actionmailbox (= 6.1.3.2)
133
- actionmailer (= 6.1.3.2)
134
- actionpack (= 6.1.3.2)
135
- actiontext (= 6.1.3.2)
136
- actionview (= 6.1.3.2)
137
- activejob (= 6.1.3.2)
138
- activemodel (= 6.1.3.2)
139
- activerecord (= 6.1.3.2)
140
- activestorage (= 6.1.3.2)
141
- activesupport (= 6.1.3.2)
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 (= 6.1.3.2)
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.3.0)
172
+ rails-html-sanitizer (1.4.2)
149
173
  loofah (~> 2.3)
150
- railties (6.1.3.2)
151
- actionpack (= 6.1.3.2)
152
- activesupport (= 6.1.3.2)
174
+ railties (7.0.2.3)
175
+ actionpack (= 7.0.2.3)
176
+ activesupport (= 7.0.2.3)
153
177
  method_source
154
- rake (>= 0.8.7)
178
+ rake (>= 12.2)
155
179
  thor (~> 1.0)
156
- rainbow (3.0.0)
157
- rake (13.0.3)
158
- regexp_parser (2.1.1)
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.10.1)
161
- rspec-support (~> 3.10.0)
162
- rspec-expectations (3.10.1)
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.10.0)
165
- rspec-mocks (3.10.2)
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.10.0)
168
- rspec-rails (5.0.1)
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.10.2)
177
- rubocop (1.14.0)
201
+ rspec-support (3.11.0)
202
+ rubocop (1.26.0)
178
203
  parallel (~> 1.10)
179
- parser (>= 3.0.0.0)
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.5.0, < 2.0)
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.7.0)
187
- parser (>= 3.0.1.1)
188
- rubocop-performance (1.11.2)
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.0)
193
- selenium-webdriver (3.142.7)
194
- childprocess (>= 0.5, < 4.0)
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
- sprockets (4.0.2)
197
- concurrent-ruby (~> 1.0)
198
- rack (> 1, < 3)
199
- sprockets-rails (3.2.2)
200
- actionpack (>= 4.0)
201
- activesupport (>= 4.0)
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.0.0)
210
- webdrivers (4.6.0)
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 (>= 3.0, < 4.0)
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.2)
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.2.15
261
+ 2.3.10
@@ -1,3 +1,3 @@
1
1
  module TestData
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
data/test_data.gemspec CHANGED
@@ -23,5 +23,5 @@ Gem::Specification.new do |spec|
23
23
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
24
24
  spec.require_paths = ["lib"]
25
25
 
26
- spec.add_dependency "railties", "~> 6.0"
26
+ spec.add_dependency "railties", ">= 6.0", "< 8.0"
27
27
  end
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.0
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: 2021-09-13 00:00:00.000000000 Z
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.2.15
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