shoulda 4.0.0.rc1 → 4.0.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,11 +8,14 @@ gem "m"
8
8
  gem "minitest", "~> 5.0"
9
9
  gem "minitest-reporters"
10
10
  gem "mry"
11
- gem "pry-byebug"
12
- gem "rubocop"
13
- gem "snowglobe"
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"
14
16
  gem "warnings_logger"
15
- gem "sqlite3", platform: :ruby
17
+ gem "sqlite3", "~> 1.4.0"
18
+ gem "rubyzip", "~> 1.3.0"
16
19
  gem "spring"
17
20
  gem "spring-commands-rspec"
18
21
  gem "rails", "~> 6.0.2"
@@ -1,63 +1,63 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- shoulda (4.0.0.rc1)
5
- shoulda-context (= 2.0.0.rc2)
4
+ shoulda (4.0.0.rc2)
5
+ shoulda-context (= 2.0.0.rc4)
6
6
  shoulda-matchers (~> 4.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (6.0.2)
12
- actionpack (= 6.0.2)
11
+ actioncable (6.0.2.2)
12
+ actionpack (= 6.0.2.2)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
- actionmailbox (6.0.2)
16
- actionpack (= 6.0.2)
17
- activejob (= 6.0.2)
18
- activerecord (= 6.0.2)
19
- activestorage (= 6.0.2)
20
- activesupport (= 6.0.2)
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
21
  mail (>= 2.7.1)
22
- actionmailer (6.0.2)
23
- actionpack (= 6.0.2)
24
- actionview (= 6.0.2)
25
- activejob (= 6.0.2)
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
26
  mail (~> 2.5, >= 2.5.4)
27
27
  rails-dom-testing (~> 2.0)
28
- actionpack (6.0.2)
29
- actionview (= 6.0.2)
30
- activesupport (= 6.0.2)
31
- rack (~> 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
32
  rack-test (>= 0.6.3)
33
33
  rails-dom-testing (~> 2.0)
34
34
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
35
- actiontext (6.0.2)
36
- actionpack (= 6.0.2)
37
- activerecord (= 6.0.2)
38
- activestorage (= 6.0.2)
39
- activesupport (= 6.0.2)
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
40
  nokogiri (>= 1.8.5)
41
- actionview (6.0.2)
42
- activesupport (= 6.0.2)
41
+ actionview (6.0.2.2)
42
+ activesupport (= 6.0.2.2)
43
43
  builder (~> 3.1)
44
44
  erubi (~> 1.4)
45
45
  rails-dom-testing (~> 2.0)
46
46
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
47
- activejob (6.0.2)
48
- activesupport (= 6.0.2)
47
+ activejob (6.0.2.2)
48
+ activesupport (= 6.0.2.2)
49
49
  globalid (>= 0.3.6)
50
- activemodel (6.0.2)
51
- activesupport (= 6.0.2)
52
- activerecord (6.0.2)
53
- activemodel (= 6.0.2)
54
- activesupport (= 6.0.2)
55
- activestorage (6.0.2)
56
- actionpack (= 6.0.2)
57
- activejob (= 6.0.2)
58
- activerecord (= 6.0.2)
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
59
  marcel (~> 0.3.1)
60
- activesupport (6.0.2)
60
+ activesupport (6.0.2.2)
61
61
  concurrent-ruby (~> 1.0, >= 1.0.2)
62
62
  i18n (>= 0.7, < 2)
63
63
  minitest (~> 5.1)
@@ -72,11 +72,11 @@ GEM
72
72
  thor (>= 0.14.0)
73
73
  ast (2.4.0)
74
74
  bcrypt (3.1.13)
75
- bootsnap (1.4.5)
75
+ bootsnap (1.4.6)
76
76
  msgpack (~> 1.0)
77
77
  builder (3.2.4)
78
- byebug (11.0.1)
79
- capybara (3.29.0)
78
+ byebug (10.0.2)
79
+ capybara (3.32.0)
80
80
  addressable
81
81
  mini_mime (>= 0.1.3)
82
82
  nokogiri (~> 1.8)
@@ -86,17 +86,17 @@ GEM
86
86
  xpath (~> 3.2)
87
87
  childprocess (3.0.0)
88
88
  coderay (1.1.2)
89
- concurrent-ruby (1.1.5)
90
- crass (1.0.5)
89
+ concurrent-ruby (1.1.6)
90
+ crass (1.0.6)
91
91
  erubi (1.9.0)
92
- ffi (1.11.3)
92
+ ffi (1.12.2)
93
93
  globalid (0.4.2)
94
94
  activesupport (>= 4.2.0)
95
- i18n (1.7.0)
95
+ i18n (1.8.2)
96
96
  concurrent-ruby (~> 1.0)
97
97
  jaro_winkler (1.5.4)
98
- jbuilder (2.9.1)
99
- activesupport (>= 4.2.0)
98
+ jbuilder (2.10.0)
99
+ activesupport (>= 5.0.0)
100
100
  listen (3.1.5)
101
101
  rb-fsevent (~> 0.9, >= 0.9.4)
102
102
  rb-inotify (~> 0.9, >= 0.9.7)
@@ -112,53 +112,53 @@ GEM
112
112
  marcel (0.3.3)
113
113
  mimemagic (~> 0.3.2)
114
114
  method_source (0.9.2)
115
- mimemagic (0.3.3)
115
+ mimemagic (0.3.4)
116
116
  mini_mime (1.0.2)
117
117
  mini_portile2 (2.4.0)
118
- minitest (5.13.0)
118
+ minitest (5.14.0)
119
119
  minitest-reporters (1.4.2)
120
120
  ansi
121
121
  builder
122
122
  minitest (>= 5.0)
123
123
  ruby-progressbar
124
- mry (0.77.0.2)
124
+ mry (0.78.0.0)
125
125
  rubocop (>= 0.41.0)
126
- msgpack (1.3.1)
126
+ msgpack (1.3.3)
127
127
  nio4r (2.5.2)
128
- nokogiri (1.10.7)
128
+ nokogiri (1.10.9)
129
129
  mini_portile2 (~> 2.4.0)
130
130
  parallel (1.19.1)
131
- parser (2.6.5.0)
131
+ parser (2.7.1.0)
132
132
  ast (~> 2.4.0)
133
- pg (1.1.4)
133
+ pg (1.2.3)
134
134
  pry (0.12.2)
135
135
  coderay (~> 1.1.0)
136
136
  method_source (~> 0.9.0)
137
- pry-byebug (3.7.0)
138
- byebug (~> 11.0)
137
+ pry-byebug (3.6.0)
138
+ byebug (~> 10.0)
139
139
  pry (~> 0.10)
140
- public_suffix (4.0.1)
141
- puma (4.3.1)
140
+ public_suffix (4.0.3)
141
+ puma (4.3.3)
142
142
  nio4r (~> 2.0)
143
- rack (2.0.7)
143
+ rack (2.2.2)
144
144
  rack-proxy (0.6.5)
145
145
  rack
146
146
  rack-test (1.1.0)
147
147
  rack (>= 1.0, < 3)
148
- rails (6.0.2)
149
- actioncable (= 6.0.2)
150
- actionmailbox (= 6.0.2)
151
- actionmailer (= 6.0.2)
152
- actionpack (= 6.0.2)
153
- actiontext (= 6.0.2)
154
- actionview (= 6.0.2)
155
- activejob (= 6.0.2)
156
- activemodel (= 6.0.2)
157
- activerecord (= 6.0.2)
158
- activestorage (= 6.0.2)
159
- activesupport (= 6.0.2)
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
160
  bundler (>= 1.3.0)
161
- railties (= 6.0.2)
161
+ railties (= 6.0.2.2)
162
162
  sprockets-rails (>= 2.0.0)
163
163
  rails-controller-testing (1.0.4)
164
164
  actionpack (>= 5.0.1.x)
@@ -169,28 +169,31 @@ GEM
169
169
  nokogiri (>= 1.6)
170
170
  rails-html-sanitizer (1.3.0)
171
171
  loofah (~> 2.3)
172
- railties (6.0.2)
173
- actionpack (= 6.0.2)
174
- activesupport (= 6.0.2)
172
+ railties (6.0.2.2)
173
+ actionpack (= 6.0.2.2)
174
+ activesupport (= 6.0.2.2)
175
175
  method_source
176
176
  rake (>= 0.8.7)
177
177
  thor (>= 0.20.3, < 2.0)
178
178
  rainbow (3.0.0)
179
179
  rake (13.0.1)
180
180
  rb-fsevent (0.10.3)
181
- rb-inotify (0.10.0)
181
+ rb-inotify (0.10.1)
182
182
  ffi (~> 1.0)
183
- regexp_parser (1.6.0)
184
- rubocop (0.77.0)
183
+ regexp_parser (1.7.0)
184
+ rubocop (0.71.0)
185
185
  jaro_winkler (~> 1.5.1)
186
186
  parallel (~> 1.10)
187
187
  parser (>= 2.6)
188
188
  rainbow (>= 2.2.2, < 4.0)
189
189
  ruby-progressbar (~> 1.7)
190
190
  unicode-display_width (>= 1.4.0, < 1.7)
191
+ rubocop-rails (2.0.1)
192
+ rack (>= 1.1)
193
+ rubocop (>= 0.70.0)
191
194
  ruby-progressbar (1.10.1)
192
195
  ruby_dep (1.5.0)
193
- rubyzip (2.0.0)
196
+ rubyzip (1.3.0)
194
197
  sass-rails (6.0.0)
195
198
  sassc-rails (~> 2.1, >= 2.1.1)
196
199
  sassc (2.2.1)
@@ -201,11 +204,11 @@ GEM
201
204
  sprockets (> 3.0)
202
205
  sprockets-rails
203
206
  tilt
204
- selenium-webdriver (3.142.6)
207
+ selenium-webdriver (3.142.7)
205
208
  childprocess (>= 0.5, < 4.0)
206
209
  rubyzip (>= 1.2.2)
207
- shoulda-context (2.0.0.rc2)
208
- shoulda-matchers (4.1.2)
210
+ shoulda-context (2.0.0.rc4)
211
+ shoulda-matchers (4.3.0)
209
212
  activesupport (>= 4.2.0)
210
213
  snowglobe (0.3.0)
211
214
  spring (2.1.0)
@@ -221,18 +224,18 @@ GEM
221
224
  actionpack (>= 4.0)
222
225
  activesupport (>= 4.0)
223
226
  sprockets (>= 3.0.0)
224
- sqlite3 (1.4.1)
227
+ sqlite3 (1.4.2)
225
228
  thor (1.0.1)
226
229
  thread_safe (0.3.6)
227
230
  tilt (2.0.10)
228
231
  turbolinks (5.2.1)
229
232
  turbolinks-source (~> 5.2)
230
233
  turbolinks-source (5.2.0)
231
- tzinfo (1.2.5)
234
+ tzinfo (1.2.7)
232
235
  thread_safe (~> 0.1)
233
- unicode-display_width (1.6.0)
236
+ unicode-display_width (1.6.1)
234
237
  warnings_logger (0.1.0)
235
- webdrivers (4.1.3)
238
+ webdrivers (4.2.0)
236
239
  nokogiri (~> 1.6)
237
240
  rubyzip (>= 1.3.0)
238
241
  selenium-webdriver (>= 3.0, < 4.0)
@@ -245,7 +248,7 @@ GEM
245
248
  websocket-extensions (0.1.4)
246
249
  xpath (3.2.0)
247
250
  nokogiri (~> 1.8)
248
- zeitwerk (2.2.2)
251
+ zeitwerk (2.3.0)
249
252
 
250
253
  PLATFORMS
251
254
  ruby
@@ -263,19 +266,22 @@ DEPENDENCIES
263
266
  minitest-reporters
264
267
  mry
265
268
  pg (~> 1.1)
266
- pry-byebug
269
+ pry (~> 0.12.0)
270
+ pry-byebug (~> 3.6.0)
267
271
  puma (~> 4.1)
268
272
  rails (~> 6.0.2)
269
273
  rails-controller-testing (>= 1.0.4)
270
- rubocop
274
+ rubocop (= 0.71.0)
275
+ rubocop-rails
276
+ rubyzip (~> 1.3.0)
271
277
  sass-rails (>= 6)
272
278
  selenium-webdriver
273
279
  shoulda!
274
- snowglobe
280
+ snowglobe (>= 0.3.0)
275
281
  spring
276
282
  spring-commands-rspec
277
283
  spring-watcher-listen (~> 2.0.0)
278
- sqlite3
284
+ sqlite3 (~> 1.4.0)
279
285
  turbolinks (~> 5)
280
286
  warnings_logger
281
287
  webdrivers
@@ -1,3 +1,3 @@
1
1
  module Shoulda
2
- VERSION = '4.0.0.rc1'.freeze
2
+ VERSION = '4.0.0.rc2'.freeze
3
3
  end
@@ -25,6 +25,6 @@ Gem::Specification.new do |s|
25
25
  end
26
26
  s.require_paths = ['lib']
27
27
 
28
- s.add_dependency('shoulda-context', '2.0.0.rc2')
28
+ s.add_dependency('shoulda-context', '2.0.0.rc4')
29
29
  s.add_dependency('shoulda-matchers', '~> 4.0')
30
30
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoulda
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.rc1
4
+ version: 4.0.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tammer Saleh
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2019-12-18 00:00:00.000000000 Z
15
+ date: 2020-04-08 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: shoulda-context
@@ -20,14 +20,14 @@ dependencies:
20
20
  requirements:
21
21
  - - '='
22
22
  - !ruby/object:Gem::Version
23
- version: 2.0.0.rc2
23
+ version: 2.0.0.rc4
24
24
  type: :runtime
25
25
  prerelease: false
26
26
  version_requirements: !ruby/object:Gem::Requirement
27
27
  requirements:
28
28
  - - '='
29
29
  - !ruby/object:Gem::Version
30
- version: 2.0.0.rc2
30
+ version: 2.0.0.rc4
31
31
  - !ruby/object:Gem::Dependency
32
32
  name: shoulda-matchers
33
33
  requirement: !ruby/object:Gem::Requirement
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  - !ruby/object:Gem::Version
109
109
  version: 1.3.1
110
110
  requirements: []
111
- rubygems_version: 3.0.6
111
+ rubygems_version: 3.1.2
112
112
  signing_key:
113
113
  specification_version: 4
114
114
  summary: Making tests easy on the fingers and eyes