shoulda-context 2.0.0.rc2 → 2.0.0.rc3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,9 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "minitest"
6
6
  gem "test-unit"
7
- gem "sqlite3", "~> 1.3.6"
7
+ gem "warnings_logger"
8
8
  gem "rails", "~> 5.2.0"
9
+ gem "sprockets", "~> 3.0"
10
+ gem "sqlite3", "~> 1.3.6"
9
11
 
10
12
  gemspec path: "../"
@@ -1,48 +1,48 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- shoulda-context (2.0.0.rc2)
4
+ shoulda-context (2.0.0.rc3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- actioncable (5.2.2)
10
- actionpack (= 5.2.2)
9
+ actioncable (5.2.4.2)
10
+ actionpack (= 5.2.4.2)
11
11
  nio4r (~> 2.0)
12
12
  websocket-driver (>= 0.6.1)
13
- actionmailer (5.2.2)
14
- actionpack (= 5.2.2)
15
- actionview (= 5.2.2)
16
- activejob (= 5.2.2)
13
+ actionmailer (5.2.4.2)
14
+ actionpack (= 5.2.4.2)
15
+ actionview (= 5.2.4.2)
16
+ activejob (= 5.2.4.2)
17
17
  mail (~> 2.5, >= 2.5.4)
18
18
  rails-dom-testing (~> 2.0)
19
- actionpack (5.2.2)
20
- actionview (= 5.2.2)
21
- activesupport (= 5.2.2)
22
- rack (~> 2.0)
19
+ actionpack (5.2.4.2)
20
+ actionview (= 5.2.4.2)
21
+ activesupport (= 5.2.4.2)
22
+ rack (~> 2.0, >= 2.0.8)
23
23
  rack-test (>= 0.6.3)
24
24
  rails-dom-testing (~> 2.0)
25
25
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
26
- actionview (5.2.2)
27
- activesupport (= 5.2.2)
26
+ actionview (5.2.4.2)
27
+ activesupport (= 5.2.4.2)
28
28
  builder (~> 3.1)
29
29
  erubi (~> 1.4)
30
30
  rails-dom-testing (~> 2.0)
31
31
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
32
- activejob (5.2.2)
33
- activesupport (= 5.2.2)
32
+ activejob (5.2.4.2)
33
+ activesupport (= 5.2.4.2)
34
34
  globalid (>= 0.3.6)
35
- activemodel (5.2.2)
36
- activesupport (= 5.2.2)
37
- activerecord (5.2.2)
38
- activemodel (= 5.2.2)
39
- activesupport (= 5.2.2)
35
+ activemodel (5.2.4.2)
36
+ activesupport (= 5.2.4.2)
37
+ activerecord (5.2.4.2)
38
+ activemodel (= 5.2.4.2)
39
+ activesupport (= 5.2.4.2)
40
40
  arel (>= 9.0)
41
- activestorage (5.2.2)
42
- actionpack (= 5.2.2)
43
- activerecord (= 5.2.2)
41
+ activestorage (5.2.4.2)
42
+ actionpack (= 5.2.4.2)
43
+ activerecord (= 5.2.4.2)
44
44
  marcel (~> 0.3.1)
45
- activesupport (5.2.2)
45
+ activesupport (5.2.4.2)
46
46
  concurrent-ruby (~> 1.0, >= 1.0.2)
47
47
  i18n (>= 0.7, < 2)
48
48
  minitest (~> 5.1)
@@ -53,18 +53,18 @@ GEM
53
53
  thor (>= 0.14.0)
54
54
  arel (9.0.0)
55
55
  ast (2.4.0)
56
- builder (3.2.3)
56
+ builder (3.2.4)
57
57
  byebug (10.0.2)
58
58
  coderay (1.1.2)
59
- concurrent-ruby (1.1.4)
60
- crass (1.0.4)
61
- erubi (1.8.0)
59
+ concurrent-ruby (1.1.6)
60
+ crass (1.0.6)
61
+ erubi (1.9.0)
62
62
  globalid (0.4.2)
63
63
  activesupport (>= 4.2.0)
64
- i18n (1.5.3)
64
+ i18n (1.8.2)
65
65
  concurrent-ruby (~> 1.0)
66
- jaro_winkler (1.5.2)
67
- loofah (2.2.3)
66
+ jaro_winkler (1.5.4)
67
+ loofah (2.4.0)
68
68
  crass (~> 1.0.2)
69
69
  nokogiri (>= 1.5.9)
70
70
  m (1.5.1)
@@ -74,21 +74,19 @@ GEM
74
74
  mini_mime (>= 0.1.1)
75
75
  marcel (0.3.3)
76
76
  mimemagic (~> 0.3.2)
77
- metaclass (0.0.4)
78
77
  method_source (0.9.2)
79
- mimemagic (0.3.3)
80
- mini_mime (1.0.1)
78
+ mimemagic (0.3.4)
79
+ mini_mime (1.0.2)
81
80
  mini_portile2 (2.4.0)
82
- minitest (5.11.3)
83
- mocha (1.8.0)
84
- metaclass (~> 0.0.1)
85
- nio4r (2.3.1)
86
- nokogiri (1.10.1)
81
+ minitest (5.14.0)
82
+ mocha (1.11.2)
83
+ nio4r (2.5.2)
84
+ nokogiri (1.10.9)
87
85
  mini_portile2 (~> 2.4.0)
88
- parallel (1.17.0)
89
- parser (2.6.2.1)
86
+ parallel (1.19.1)
87
+ parser (2.7.1.0)
90
88
  ast (~> 2.4.0)
91
- power_assert (1.1.3)
89
+ power_assert (1.1.7)
92
90
  powerpack (0.1.2)
93
91
  pry (0.12.2)
94
92
  coderay (~> 1.1.0)
@@ -96,35 +94,35 @@ GEM
96
94
  pry-byebug (3.6.0)
97
95
  byebug (~> 10.0)
98
96
  pry (~> 0.10)
99
- rack (2.0.6)
97
+ rack (2.2.2)
100
98
  rack-test (1.1.0)
101
99
  rack (>= 1.0, < 3)
102
- rails (5.2.2)
103
- actioncable (= 5.2.2)
104
- actionmailer (= 5.2.2)
105
- actionpack (= 5.2.2)
106
- actionview (= 5.2.2)
107
- activejob (= 5.2.2)
108
- activemodel (= 5.2.2)
109
- activerecord (= 5.2.2)
110
- activestorage (= 5.2.2)
111
- activesupport (= 5.2.2)
100
+ rails (5.2.4.2)
101
+ actioncable (= 5.2.4.2)
102
+ actionmailer (= 5.2.4.2)
103
+ actionpack (= 5.2.4.2)
104
+ actionview (= 5.2.4.2)
105
+ activejob (= 5.2.4.2)
106
+ activemodel (= 5.2.4.2)
107
+ activerecord (= 5.2.4.2)
108
+ activestorage (= 5.2.4.2)
109
+ activesupport (= 5.2.4.2)
112
110
  bundler (>= 1.3.0)
113
- railties (= 5.2.2)
111
+ railties (= 5.2.4.2)
114
112
  sprockets-rails (>= 2.0.0)
115
113
  rails-dom-testing (2.0.3)
116
114
  activesupport (>= 4.2.0)
117
115
  nokogiri (>= 1.6)
118
- rails-html-sanitizer (1.0.4)
119
- loofah (~> 2.2, >= 2.2.2)
120
- railties (5.2.2)
121
- actionpack (= 5.2.2)
122
- activesupport (= 5.2.2)
116
+ rails-html-sanitizer (1.3.0)
117
+ loofah (~> 2.3)
118
+ railties (5.2.4.2)
119
+ actionpack (= 5.2.4.2)
120
+ activesupport (= 5.2.4.2)
123
121
  method_source
124
122
  rake (>= 0.8.7)
125
123
  thor (>= 0.19.0, < 2.0)
126
124
  rainbow (3.0.0)
127
- rake (12.3.2)
125
+ rake (13.0.1)
128
126
  rubocop (0.64.0)
129
127
  jaro_winkler (~> 1.5.1)
130
128
  parallel (~> 1.10)
@@ -133,7 +131,7 @@ GEM
133
131
  rainbow (>= 2.2.2, < 4.0)
134
132
  ruby-progressbar (~> 1.7)
135
133
  unicode-display_width (~> 1.4.0)
136
- ruby-progressbar (1.10.0)
134
+ ruby-progressbar (1.10.1)
137
135
  snowglobe (0.3.0)
138
136
  sprockets (3.7.2)
139
137
  concurrent-ruby (~> 1.0)
@@ -143,16 +141,17 @@ GEM
143
141
  activesupport (>= 4.0)
144
142
  sprockets (>= 3.0.0)
145
143
  sqlite3 (1.3.13)
146
- test-unit (3.3.0)
144
+ test-unit (3.3.5)
147
145
  power_assert
148
- thor (0.20.3)
146
+ thor (1.0.1)
149
147
  thread_safe (0.3.6)
150
- tzinfo (1.2.5)
148
+ tzinfo (1.2.7)
151
149
  thread_safe (~> 0.1)
152
150
  unicode-display_width (1.4.1)
153
- websocket-driver (0.7.0)
151
+ warnings_logger (0.1.0)
152
+ websocket-driver (0.7.1)
154
153
  websocket-extensions (>= 0.1.0)
155
- websocket-extensions (0.1.3)
154
+ websocket-extensions (0.1.4)
156
155
 
157
156
  PLATFORMS
158
157
  ruby
@@ -160,17 +159,21 @@ PLATFORMS
160
159
  DEPENDENCIES
161
160
  appraisal
162
161
  bundler (~> 1.0)
162
+ byebug
163
163
  m
164
164
  minitest
165
165
  mocha
166
- pry-byebug
166
+ pry (~> 0.12.0)
167
+ pry-byebug (~> 3.6.0)
167
168
  rails (~> 5.2.0)
168
169
  rake
169
170
  rubocop (= 0.64.0)
170
171
  shoulda-context!
171
172
  snowglobe (>= 0.3.0)
173
+ sprockets (~> 3.0)
172
174
  sqlite3 (~> 1.3.6)
173
175
  test-unit
176
+ warnings_logger
174
177
 
175
178
  BUNDLED WITH
176
179
  1.17.3
@@ -0,0 +1,15 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "minitest"
6
+ gem "test-unit"
7
+ gem "warnings_logger"
8
+ gem "rails", "~> 6.0.0"
9
+ gem "bootsnap", ">= 1.4.2", require: false
10
+ gem "listen", ">= 3.0.5", "< 3.2"
11
+ gem "sqlite3", "~> 1.4"
12
+ gem "sprockets", "~> 4.0"
13
+ gem "webpacker", "~> 4.0"
14
+
15
+ gemspec path: "../"
@@ -0,0 +1,216 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ shoulda-context (2.0.0.rc3)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ actioncable (6.0.2.2)
10
+ actionpack (= 6.0.2.2)
11
+ nio4r (~> 2.0)
12
+ websocket-driver (>= 0.6.1)
13
+ actionmailbox (6.0.2.2)
14
+ actionpack (= 6.0.2.2)
15
+ activejob (= 6.0.2.2)
16
+ activerecord (= 6.0.2.2)
17
+ activestorage (= 6.0.2.2)
18
+ activesupport (= 6.0.2.2)
19
+ mail (>= 2.7.1)
20
+ actionmailer (6.0.2.2)
21
+ actionpack (= 6.0.2.2)
22
+ actionview (= 6.0.2.2)
23
+ activejob (= 6.0.2.2)
24
+ mail (~> 2.5, >= 2.5.4)
25
+ rails-dom-testing (~> 2.0)
26
+ actionpack (6.0.2.2)
27
+ actionview (= 6.0.2.2)
28
+ activesupport (= 6.0.2.2)
29
+ rack (~> 2.0, >= 2.0.8)
30
+ rack-test (>= 0.6.3)
31
+ rails-dom-testing (~> 2.0)
32
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
33
+ actiontext (6.0.2.2)
34
+ actionpack (= 6.0.2.2)
35
+ activerecord (= 6.0.2.2)
36
+ activestorage (= 6.0.2.2)
37
+ activesupport (= 6.0.2.2)
38
+ nokogiri (>= 1.8.5)
39
+ actionview (6.0.2.2)
40
+ activesupport (= 6.0.2.2)
41
+ builder (~> 3.1)
42
+ erubi (~> 1.4)
43
+ rails-dom-testing (~> 2.0)
44
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
45
+ activejob (6.0.2.2)
46
+ activesupport (= 6.0.2.2)
47
+ globalid (>= 0.3.6)
48
+ activemodel (6.0.2.2)
49
+ activesupport (= 6.0.2.2)
50
+ activerecord (6.0.2.2)
51
+ activemodel (= 6.0.2.2)
52
+ activesupport (= 6.0.2.2)
53
+ activestorage (6.0.2.2)
54
+ actionpack (= 6.0.2.2)
55
+ activejob (= 6.0.2.2)
56
+ activerecord (= 6.0.2.2)
57
+ marcel (~> 0.3.1)
58
+ activesupport (6.0.2.2)
59
+ concurrent-ruby (~> 1.0, >= 1.0.2)
60
+ i18n (>= 0.7, < 2)
61
+ minitest (~> 5.1)
62
+ tzinfo (~> 1.1)
63
+ zeitwerk (~> 2.2)
64
+ appraisal (2.2.0)
65
+ bundler
66
+ rake
67
+ thor (>= 0.14.0)
68
+ ast (2.4.0)
69
+ bootsnap (1.4.6)
70
+ msgpack (~> 1.0)
71
+ builder (3.2.4)
72
+ byebug (10.0.2)
73
+ coderay (1.1.2)
74
+ concurrent-ruby (1.1.6)
75
+ crass (1.0.6)
76
+ erubi (1.9.0)
77
+ ffi (1.12.2)
78
+ globalid (0.4.2)
79
+ activesupport (>= 4.2.0)
80
+ i18n (1.8.2)
81
+ concurrent-ruby (~> 1.0)
82
+ jaro_winkler (1.5.4)
83
+ listen (3.1.5)
84
+ rb-fsevent (~> 0.9, >= 0.9.4)
85
+ rb-inotify (~> 0.9, >= 0.9.7)
86
+ ruby_dep (~> 1.2)
87
+ loofah (2.4.0)
88
+ crass (~> 1.0.2)
89
+ nokogiri (>= 1.5.9)
90
+ m (1.5.1)
91
+ method_source (>= 0.6.7)
92
+ rake (>= 0.9.2.2)
93
+ mail (2.7.1)
94
+ mini_mime (>= 0.1.1)
95
+ marcel (0.3.3)
96
+ mimemagic (~> 0.3.2)
97
+ method_source (0.9.2)
98
+ mimemagic (0.3.4)
99
+ mini_mime (1.0.2)
100
+ mini_portile2 (2.4.0)
101
+ minitest (5.14.0)
102
+ mocha (1.11.2)
103
+ msgpack (1.3.3)
104
+ nio4r (2.5.2)
105
+ nokogiri (1.10.9)
106
+ mini_portile2 (~> 2.4.0)
107
+ parallel (1.19.1)
108
+ parser (2.7.1.0)
109
+ ast (~> 2.4.0)
110
+ power_assert (1.1.7)
111
+ powerpack (0.1.2)
112
+ pry (0.12.2)
113
+ coderay (~> 1.1.0)
114
+ method_source (~> 0.9.0)
115
+ pry-byebug (3.6.0)
116
+ byebug (~> 10.0)
117
+ pry (~> 0.10)
118
+ rack (2.2.2)
119
+ rack-proxy (0.6.5)
120
+ rack
121
+ rack-test (1.1.0)
122
+ rack (>= 1.0, < 3)
123
+ rails (6.0.2.2)
124
+ actioncable (= 6.0.2.2)
125
+ actionmailbox (= 6.0.2.2)
126
+ actionmailer (= 6.0.2.2)
127
+ actionpack (= 6.0.2.2)
128
+ actiontext (= 6.0.2.2)
129
+ actionview (= 6.0.2.2)
130
+ activejob (= 6.0.2.2)
131
+ activemodel (= 6.0.2.2)
132
+ activerecord (= 6.0.2.2)
133
+ activestorage (= 6.0.2.2)
134
+ activesupport (= 6.0.2.2)
135
+ bundler (>= 1.3.0)
136
+ railties (= 6.0.2.2)
137
+ sprockets-rails (>= 2.0.0)
138
+ rails-dom-testing (2.0.3)
139
+ activesupport (>= 4.2.0)
140
+ nokogiri (>= 1.6)
141
+ rails-html-sanitizer (1.3.0)
142
+ loofah (~> 2.3)
143
+ railties (6.0.2.2)
144
+ actionpack (= 6.0.2.2)
145
+ activesupport (= 6.0.2.2)
146
+ method_source
147
+ rake (>= 0.8.7)
148
+ thor (>= 0.20.3, < 2.0)
149
+ rainbow (3.0.0)
150
+ rake (13.0.1)
151
+ rb-fsevent (0.10.3)
152
+ rb-inotify (0.10.1)
153
+ ffi (~> 1.0)
154
+ rubocop (0.64.0)
155
+ jaro_winkler (~> 1.5.1)
156
+ parallel (~> 1.10)
157
+ parser (>= 2.5, != 2.5.1.1)
158
+ powerpack (~> 0.1)
159
+ rainbow (>= 2.2.2, < 4.0)
160
+ ruby-progressbar (~> 1.7)
161
+ unicode-display_width (~> 1.4.0)
162
+ ruby-progressbar (1.10.1)
163
+ ruby_dep (1.5.0)
164
+ snowglobe (0.3.0)
165
+ sprockets (4.0.0)
166
+ concurrent-ruby (~> 1.0)
167
+ rack (> 1, < 3)
168
+ sprockets-rails (3.2.1)
169
+ actionpack (>= 4.0)
170
+ activesupport (>= 4.0)
171
+ sprockets (>= 3.0.0)
172
+ sqlite3 (1.4.2)
173
+ test-unit (3.3.5)
174
+ power_assert
175
+ thor (1.0.1)
176
+ thread_safe (0.3.6)
177
+ tzinfo (1.2.7)
178
+ thread_safe (~> 0.1)
179
+ unicode-display_width (1.4.1)
180
+ warnings_logger (0.1.0)
181
+ webpacker (4.2.2)
182
+ activesupport (>= 4.2)
183
+ rack-proxy (>= 0.6.1)
184
+ railties (>= 4.2)
185
+ websocket-driver (0.7.1)
186
+ websocket-extensions (>= 0.1.0)
187
+ websocket-extensions (0.1.4)
188
+ zeitwerk (2.3.0)
189
+
190
+ PLATFORMS
191
+ ruby
192
+
193
+ DEPENDENCIES
194
+ appraisal
195
+ bootsnap (>= 1.4.2)
196
+ bundler (~> 1.0)
197
+ byebug
198
+ listen (>= 3.0.5, < 3.2)
199
+ m
200
+ minitest
201
+ mocha
202
+ pry (~> 0.12.0)
203
+ pry-byebug (~> 3.6.0)
204
+ rails (~> 6.0.0)
205
+ rake
206
+ rubocop (= 0.64.0)
207
+ shoulda-context!
208
+ snowglobe (>= 0.3.0)
209
+ sprockets (~> 4.0)
210
+ sqlite3 (~> 1.4)
211
+ test-unit
212
+ warnings_logger
213
+ webpacker (~> 4.0)
214
+
215
+ BUNDLED WITH
216
+ 1.17.3