shoulda-context 2.0.0.rc3 → 2.0.0.rc4

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,11 +2,32 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
+ gem "appraisal"
6
+ gem "bundler", "~> 1.0"
7
+ gem "byebug"
8
+ gem "m"
5
9
  gem "minitest"
10
+ gem "mocha"
11
+ gem "pry", "~> 0.12.0"
12
+ gem "pry-byebug", "~> 3.6.0"
13
+ gem "rake"
14
+ gem "rubocop", "0.71.0"
15
+ gem "snowglobe", ">= 0.3.0"
6
16
  gem "test-unit"
7
17
  gem "warnings_logger"
8
- gem "rails", "~> 5.0.0"
9
- gem "sprockets", "~> 3.0"
10
18
  gem "sqlite3", "~> 1.3.6"
19
+ gem "spring"
20
+ gem "spring-commands-rspec"
21
+ gem "minitest-reporters"
22
+ gem "rails", "~> 5.0.7"
23
+ gem "rails-controller-testing", ">= 1.0.1"
24
+ gem "puma", "~> 3.0"
25
+ gem "sass-rails", "~> 5.0"
26
+ gem "jquery-rails"
27
+ gem "turbolinks", "~> 5"
28
+ gem "jbuilder", "~> 2.5"
29
+ gem "bcrypt", "~> 3.1.7"
30
+ gem "listen", "~> 3.0.5"
31
+ gem "spring-watcher-listen", "~> 2.0.0"
11
32
 
12
33
  gemspec path: "../"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- shoulda-context (2.0.0.rc3)
4
+ shoulda-context (2.0.0.rc4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -43,23 +43,35 @@ GEM
43
43
  i18n (>= 0.7, < 2)
44
44
  minitest (~> 5.1)
45
45
  tzinfo (~> 1.1)
46
+ ansi (1.5.0)
46
47
  appraisal (2.2.0)
47
48
  bundler
48
49
  rake
49
50
  thor (>= 0.14.0)
50
51
  arel (7.1.4)
51
52
  ast (2.4.0)
53
+ bcrypt (3.1.13)
52
54
  builder (3.2.4)
53
55
  byebug (10.0.2)
54
56
  coderay (1.1.2)
55
57
  concurrent-ruby (1.1.6)
56
58
  crass (1.0.6)
57
59
  erubis (2.7.0)
60
+ ffi (1.12.2)
58
61
  globalid (0.4.2)
59
62
  activesupport (>= 4.2.0)
60
63
  i18n (1.8.2)
61
64
  concurrent-ruby (~> 1.0)
62
65
  jaro_winkler (1.5.4)
66
+ jbuilder (2.10.0)
67
+ activesupport (>= 5.0.0)
68
+ jquery-rails (4.3.5)
69
+ rails-dom-testing (>= 1, < 3)
70
+ railties (>= 4.2.0)
71
+ thor (>= 0.14, < 2.0)
72
+ listen (3.0.8)
73
+ rb-fsevent (~> 0.9, >= 0.9.4)
74
+ rb-inotify (~> 0.9, >= 0.9.7)
63
75
  loofah (2.4.0)
64
76
  crass (~> 1.0.2)
65
77
  nokogiri (>= 1.5.9)
@@ -72,6 +84,11 @@ GEM
72
84
  mini_mime (1.0.2)
73
85
  mini_portile2 (2.4.0)
74
86
  minitest (5.14.0)
87
+ minitest-reporters (1.4.2)
88
+ ansi
89
+ builder
90
+ minitest (>= 5.0)
91
+ ruby-progressbar
75
92
  mocha (1.11.2)
76
93
  nio4r (2.5.2)
77
94
  nokogiri (1.10.9)
@@ -80,13 +97,13 @@ GEM
80
97
  parser (2.7.1.0)
81
98
  ast (~> 2.4.0)
82
99
  power_assert (1.1.7)
83
- powerpack (0.1.2)
84
100
  pry (0.12.2)
85
101
  coderay (~> 1.1.0)
86
102
  method_source (~> 0.9.0)
87
103
  pry-byebug (3.6.0)
88
104
  byebug (~> 10.0)
89
105
  pry (~> 0.10)
106
+ puma (3.12.4)
90
107
  rack (2.2.2)
91
108
  rack-test (0.6.3)
92
109
  rack (>= 1.0)
@@ -102,6 +119,10 @@ GEM
102
119
  bundler (>= 1.3.0)
103
120
  railties (= 5.0.7.2)
104
121
  sprockets-rails (>= 2.0.0)
122
+ rails-controller-testing (1.0.4)
123
+ actionpack (>= 5.0.1.x)
124
+ actionview (>= 5.0.1.x)
125
+ activesupport (>= 5.0.1.x)
105
126
  rails-dom-testing (2.0.3)
106
127
  activesupport (>= 4.2.0)
107
128
  nokogiri (>= 1.6)
@@ -115,16 +136,35 @@ GEM
115
136
  thor (>= 0.18.1, < 2.0)
116
137
  rainbow (3.0.0)
117
138
  rake (13.0.1)
118
- rubocop (0.64.0)
139
+ rb-fsevent (0.10.3)
140
+ rb-inotify (0.10.1)
141
+ ffi (~> 1.0)
142
+ rubocop (0.71.0)
119
143
  jaro_winkler (~> 1.5.1)
120
144
  parallel (~> 1.10)
121
- parser (>= 2.5, != 2.5.1.1)
122
- powerpack (~> 0.1)
145
+ parser (>= 2.6)
123
146
  rainbow (>= 2.2.2, < 4.0)
124
147
  ruby-progressbar (~> 1.7)
125
- unicode-display_width (~> 1.4.0)
148
+ unicode-display_width (>= 1.4.0, < 1.7)
126
149
  ruby-progressbar (1.10.1)
150
+ sass (3.7.4)
151
+ sass-listen (~> 4.0.0)
152
+ sass-listen (4.0.0)
153
+ rb-fsevent (~> 0.9, >= 0.9.4)
154
+ rb-inotify (~> 0.9, >= 0.9.7)
155
+ sass-rails (5.0.7)
156
+ railties (>= 4.0.0, < 6)
157
+ sass (~> 3.1)
158
+ sprockets (>= 2.8, < 4.0)
159
+ sprockets-rails (>= 2.0, < 4.0)
160
+ tilt (>= 1.1, < 3)
127
161
  snowglobe (0.3.0)
162
+ spring (2.1.0)
163
+ spring-commands-rspec (1.0.4)
164
+ spring (>= 0.9.1)
165
+ spring-watcher-listen (2.0.1)
166
+ listen (>= 2.7, < 4.0)
167
+ spring (>= 1.2, < 3.0)
128
168
  sprockets (3.7.2)
129
169
  concurrent-ruby (~> 1.0)
130
170
  rack (> 1, < 3)
@@ -137,9 +177,13 @@ GEM
137
177
  power_assert
138
178
  thor (1.0.1)
139
179
  thread_safe (0.3.6)
180
+ tilt (2.0.10)
181
+ turbolinks (5.2.1)
182
+ turbolinks-source (~> 5.2)
183
+ turbolinks-source (5.2.0)
140
184
  tzinfo (1.2.7)
141
185
  thread_safe (~> 0.1)
142
- unicode-display_width (1.4.1)
186
+ unicode-display_width (1.6.1)
143
187
  warnings_logger (0.1.0)
144
188
  websocket-driver (0.6.5)
145
189
  websocket-extensions (>= 0.1.0)
@@ -150,21 +194,32 @@ PLATFORMS
150
194
 
151
195
  DEPENDENCIES
152
196
  appraisal
197
+ bcrypt (~> 3.1.7)
153
198
  bundler (~> 1.0)
154
199
  byebug
200
+ jbuilder (~> 2.5)
201
+ jquery-rails
202
+ listen (~> 3.0.5)
155
203
  m
156
204
  minitest
205
+ minitest-reporters
157
206
  mocha
158
207
  pry (~> 0.12.0)
159
208
  pry-byebug (~> 3.6.0)
160
- rails (~> 5.0.0)
209
+ puma (~> 3.0)
210
+ rails (~> 5.0.7)
211
+ rails-controller-testing (>= 1.0.1)
161
212
  rake
162
- rubocop (= 0.64.0)
213
+ rubocop (= 0.71.0)
214
+ sass-rails (~> 5.0)
163
215
  shoulda-context!
164
216
  snowglobe (>= 0.3.0)
165
- sprockets (~> 3.0)
217
+ spring
218
+ spring-commands-rspec
219
+ spring-watcher-listen (~> 2.0.0)
166
220
  sqlite3 (~> 1.3.6)
167
221
  test-unit
222
+ turbolinks (~> 5)
168
223
  warnings_logger
169
224
 
170
225
  BUNDLED WITH
@@ -2,11 +2,33 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
+ gem "appraisal"
6
+ gem "bundler", "~> 1.0"
7
+ gem "byebug"
8
+ gem "m"
5
9
  gem "minitest"
10
+ gem "mocha"
11
+ gem "pry", "~> 0.12.0"
12
+ gem "pry-byebug", "~> 3.6.0"
13
+ gem "rake"
14
+ gem "rubocop", "0.71.0"
15
+ gem "snowglobe", ">= 0.3.0"
6
16
  gem "test-unit"
7
17
  gem "warnings_logger"
8
- gem "rails", "~> 5.1.0"
9
- gem "sprockets", "~> 3.0"
10
18
  gem "sqlite3", "~> 1.3.6"
19
+ gem "spring"
20
+ gem "spring-commands-rspec"
21
+ gem "minitest-reporters"
22
+ gem "rails", "~> 5.1.6"
23
+ gem "rails-controller-testing", ">= 1.0.1"
24
+ gem "puma", "~> 3.7"
25
+ gem "sass-rails", "~> 5.0"
26
+ gem "turbolinks", "~> 5"
27
+ gem "jbuilder", "~> 2.5"
28
+ gem "bcrypt", "~> 3.1.7"
29
+ gem "capybara", "~> 2.13"
30
+ gem "selenium-webdriver"
31
+ gem "listen", ">= 3.0.5", "< 3.2"
32
+ gem "spring-watcher-listen", "~> 2.0.0"
11
33
 
12
34
  gemspec path: "../"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- shoulda-context (2.0.0.rc3)
4
+ shoulda-context (2.0.0.rc4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -43,23 +43,42 @@ GEM
43
43
  i18n (>= 0.7, < 2)
44
44
  minitest (~> 5.1)
45
45
  tzinfo (~> 1.1)
46
+ addressable (2.7.0)
47
+ public_suffix (>= 2.0.2, < 5.0)
48
+ ansi (1.5.0)
46
49
  appraisal (2.2.0)
47
50
  bundler
48
51
  rake
49
52
  thor (>= 0.14.0)
50
53
  arel (8.0.0)
51
54
  ast (2.4.0)
55
+ bcrypt (3.1.13)
52
56
  builder (3.2.4)
53
57
  byebug (10.0.2)
58
+ capybara (2.18.0)
59
+ addressable
60
+ mini_mime (>= 0.1.3)
61
+ nokogiri (>= 1.3.3)
62
+ rack (>= 1.0.0)
63
+ rack-test (>= 0.5.4)
64
+ xpath (>= 2.0, < 4.0)
65
+ childprocess (3.0.0)
54
66
  coderay (1.1.2)
55
67
  concurrent-ruby (1.1.6)
56
68
  crass (1.0.6)
57
69
  erubi (1.9.0)
70
+ ffi (1.12.2)
58
71
  globalid (0.4.2)
59
72
  activesupport (>= 4.2.0)
60
73
  i18n (1.8.2)
61
74
  concurrent-ruby (~> 1.0)
62
75
  jaro_winkler (1.5.4)
76
+ jbuilder (2.10.0)
77
+ activesupport (>= 5.0.0)
78
+ listen (3.1.5)
79
+ rb-fsevent (~> 0.9, >= 0.9.4)
80
+ rb-inotify (~> 0.9, >= 0.9.7)
81
+ ruby_dep (~> 1.2)
63
82
  loofah (2.4.0)
64
83
  crass (~> 1.0.2)
65
84
  nokogiri (>= 1.5.9)
@@ -72,6 +91,11 @@ GEM
72
91
  mini_mime (1.0.2)
73
92
  mini_portile2 (2.4.0)
74
93
  minitest (5.14.0)
94
+ minitest-reporters (1.4.2)
95
+ ansi
96
+ builder
97
+ minitest (>= 5.0)
98
+ ruby-progressbar
75
99
  mocha (1.11.2)
76
100
  nio4r (2.5.2)
77
101
  nokogiri (1.10.9)
@@ -80,13 +104,14 @@ GEM
80
104
  parser (2.7.1.0)
81
105
  ast (~> 2.4.0)
82
106
  power_assert (1.1.7)
83
- powerpack (0.1.2)
84
107
  pry (0.12.2)
85
108
  coderay (~> 1.1.0)
86
109
  method_source (~> 0.9.0)
87
110
  pry-byebug (3.6.0)
88
111
  byebug (~> 10.0)
89
112
  pry (~> 0.10)
113
+ public_suffix (4.0.3)
114
+ puma (3.12.4)
90
115
  rack (2.2.2)
91
116
  rack-test (1.1.0)
92
117
  rack (>= 1.0, < 3)
@@ -102,6 +127,10 @@ GEM
102
127
  bundler (>= 1.3.0)
103
128
  railties (= 5.1.7)
104
129
  sprockets-rails (>= 2.0.0)
130
+ rails-controller-testing (1.0.4)
131
+ actionpack (>= 5.0.1.x)
132
+ actionview (>= 5.0.1.x)
133
+ activesupport (>= 5.0.1.x)
105
134
  rails-dom-testing (2.0.3)
106
135
  activesupport (>= 4.2.0)
107
136
  nokogiri (>= 1.6)
@@ -115,16 +144,40 @@ GEM
115
144
  thor (>= 0.18.1, < 2.0)
116
145
  rainbow (3.0.0)
117
146
  rake (13.0.1)
118
- rubocop (0.64.0)
147
+ rb-fsevent (0.10.3)
148
+ rb-inotify (0.10.1)
149
+ ffi (~> 1.0)
150
+ rubocop (0.71.0)
119
151
  jaro_winkler (~> 1.5.1)
120
152
  parallel (~> 1.10)
121
- parser (>= 2.5, != 2.5.1.1)
122
- powerpack (~> 0.1)
153
+ parser (>= 2.6)
123
154
  rainbow (>= 2.2.2, < 4.0)
124
155
  ruby-progressbar (~> 1.7)
125
- unicode-display_width (~> 1.4.0)
156
+ unicode-display_width (>= 1.4.0, < 1.7)
126
157
  ruby-progressbar (1.10.1)
158
+ ruby_dep (1.5.0)
159
+ rubyzip (2.3.0)
160
+ sass (3.7.4)
161
+ sass-listen (~> 4.0.0)
162
+ sass-listen (4.0.0)
163
+ rb-fsevent (~> 0.9, >= 0.9.4)
164
+ rb-inotify (~> 0.9, >= 0.9.7)
165
+ sass-rails (5.0.7)
166
+ railties (>= 4.0.0, < 6)
167
+ sass (~> 3.1)
168
+ sprockets (>= 2.8, < 4.0)
169
+ sprockets-rails (>= 2.0, < 4.0)
170
+ tilt (>= 1.1, < 3)
171
+ selenium-webdriver (3.142.7)
172
+ childprocess (>= 0.5, < 4.0)
173
+ rubyzip (>= 1.2.2)
127
174
  snowglobe (0.3.0)
175
+ spring (2.1.0)
176
+ spring-commands-rspec (1.0.4)
177
+ spring (>= 0.9.1)
178
+ spring-watcher-listen (2.0.1)
179
+ listen (>= 2.7, < 4.0)
180
+ spring (>= 1.2, < 3.0)
128
181
  sprockets (3.7.2)
129
182
  concurrent-ruby (~> 1.0)
130
183
  rack (> 1, < 3)
@@ -137,34 +190,52 @@ GEM
137
190
  power_assert
138
191
  thor (1.0.1)
139
192
  thread_safe (0.3.6)
193
+ tilt (2.0.10)
194
+ turbolinks (5.2.1)
195
+ turbolinks-source (~> 5.2)
196
+ turbolinks-source (5.2.0)
140
197
  tzinfo (1.2.7)
141
198
  thread_safe (~> 0.1)
142
- unicode-display_width (1.4.1)
199
+ unicode-display_width (1.6.1)
143
200
  warnings_logger (0.1.0)
144
201
  websocket-driver (0.6.5)
145
202
  websocket-extensions (>= 0.1.0)
146
203
  websocket-extensions (0.1.4)
204
+ xpath (3.2.0)
205
+ nokogiri (~> 1.8)
147
206
 
148
207
  PLATFORMS
149
208
  ruby
150
209
 
151
210
  DEPENDENCIES
152
211
  appraisal
212
+ bcrypt (~> 3.1.7)
153
213
  bundler (~> 1.0)
154
214
  byebug
215
+ capybara (~> 2.13)
216
+ jbuilder (~> 2.5)
217
+ listen (>= 3.0.5, < 3.2)
155
218
  m
156
219
  minitest
220
+ minitest-reporters
157
221
  mocha
158
222
  pry (~> 0.12.0)
159
223
  pry-byebug (~> 3.6.0)
160
- rails (~> 5.1.0)
224
+ puma (~> 3.7)
225
+ rails (~> 5.1.6)
226
+ rails-controller-testing (>= 1.0.1)
161
227
  rake
162
- rubocop (= 0.64.0)
228
+ rubocop (= 0.71.0)
229
+ sass-rails (~> 5.0)
230
+ selenium-webdriver
163
231
  shoulda-context!
164
232
  snowglobe (>= 0.3.0)
165
- sprockets (~> 3.0)
233
+ spring
234
+ spring-commands-rspec
235
+ spring-watcher-listen (~> 2.0.0)
166
236
  sqlite3 (~> 1.3.6)
167
237
  test-unit
238
+ turbolinks (~> 5)
168
239
  warnings_logger
169
240
 
170
241
  BUNDLED WITH
@@ -2,11 +2,35 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
+ gem "appraisal"
6
+ gem "bundler", "~> 1.0"
7
+ gem "byebug"
8
+ gem "m"
5
9
  gem "minitest"
10
+ gem "mocha"
11
+ gem "pry", "~> 0.12.0"
12
+ gem "pry-byebug", "~> 3.6.0"
13
+ gem "rake"
14
+ gem "rubocop", "0.71.0"
15
+ gem "snowglobe", ">= 0.3.0"
6
16
  gem "test-unit"
7
17
  gem "warnings_logger"
8
- gem "rails", "~> 5.2.0"
9
- gem "sprockets", "~> 3.0"
10
18
  gem "sqlite3", "~> 1.3.6"
19
+ gem "spring"
20
+ gem "spring-commands-rspec"
21
+ gem "minitest-reporters"
22
+ gem "rails", "~> 5.2.2"
23
+ gem "rails-controller-testing", ">= 1.0.1"
24
+ gem "puma", "~> 3.11"
25
+ gem "bootsnap", ">= 1.1.0", require: false
26
+ gem "sass-rails", "~> 5.0"
27
+ gem "turbolinks", "~> 5"
28
+ gem "jbuilder", "~> 2.5"
29
+ gem "bcrypt", "~> 3.1.7"
30
+ gem "capybara", "~> 3.1.1"
31
+ gem "selenium-webdriver"
32
+ gem "chromedriver-helper"
33
+ gem "listen", ">= 3.0.5", "< 3.2"
34
+ gem "spring-watcher-listen", "~> 2.0.0"
11
35
 
12
36
  gemspec path: "../"