traxor 0.1.17 → 0.1.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +0 -14
- data/.rubocop.yml +12 -2
- data/.travis.yml +9 -2
- data/Appraisals +13 -0
- data/Gemfile +2 -0
- data/Gemfile.lock +39 -25
- data/Guardfile +72 -0
- data/README.md +157 -5
- data/Rakefile +2 -0
- data/bin/_guard-core +29 -0
- data/bin/appraisal +29 -0
- data/bin/code_climate_reek +1 -1
- data/bin/console +1 -0
- data/bin/{lois → guard} +3 -3
- data/bin/rake +1 -1
- data/bin/reek +1 -1
- data/bin/rspec +1 -1
- data/bin/rubocop +1 -1
- data/gemfiles/.bundle/config +2 -0
- data/gemfiles/active_support_5_0.gemfile +7 -0
- data/gemfiles/active_support_5_0.gemfile.lock +252 -0
- data/gemfiles/active_support_5_1.gemfile +7 -0
- data/gemfiles/active_support_5_1.gemfile.lock +252 -0
- data/gemfiles/active_support_5_2.gemfile +7 -0
- data/gemfiles/active_support_5_2.gemfile.lock +252 -0
- data/lib/traxor/faraday.rb +21 -8
- data/lib/traxor/metric.rb +11 -5
- data/lib/traxor/rack/middleware/post.rb +2 -0
- data/lib/traxor/rack/middleware/pre.rb +36 -12
- data/lib/traxor/rack/middleware/queue_time.rb +6 -10
- data/lib/traxor/rack/middleware.rb +3 -0
- data/lib/traxor/rack.rb +2 -0
- data/lib/traxor/rails/action_controller.rb +44 -21
- data/lib/traxor/rails/action_mailer.rb +17 -4
- data/lib/traxor/rails/active_record.rb +42 -19
- data/lib/traxor/rails/engine.rb +40 -0
- data/lib/traxor/rails.rb +2 -33
- data/lib/traxor/sidekiq.rb +13 -11
- data/lib/traxor/tags.rb +3 -1
- data/lib/traxor/version.rb +3 -1
- data/lib/traxor.rb +6 -2
- data/traxor.gemspec +6 -6
- metadata +22 -38
@@ -0,0 +1,252 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
traxor (0.1.18)
|
5
|
+
activesupport (>= 5.0)
|
6
|
+
|
7
|
+
GEM
|
8
|
+
remote: https://rubygems.org/
|
9
|
+
specs:
|
10
|
+
actioncable (5.2.0)
|
11
|
+
actionpack (= 5.2.0)
|
12
|
+
nio4r (~> 2.0)
|
13
|
+
websocket-driver (>= 0.6.1)
|
14
|
+
actionmailer (5.2.0)
|
15
|
+
actionpack (= 5.2.0)
|
16
|
+
actionview (= 5.2.0)
|
17
|
+
activejob (= 5.2.0)
|
18
|
+
mail (~> 2.5, >= 2.5.4)
|
19
|
+
rails-dom-testing (~> 2.0)
|
20
|
+
actionpack (5.2.0)
|
21
|
+
actionview (= 5.2.0)
|
22
|
+
activesupport (= 5.2.0)
|
23
|
+
rack (~> 2.0)
|
24
|
+
rack-test (>= 0.6.3)
|
25
|
+
rails-dom-testing (~> 2.0)
|
26
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
27
|
+
actionview (5.2.0)
|
28
|
+
activesupport (= 5.2.0)
|
29
|
+
builder (~> 3.1)
|
30
|
+
erubi (~> 1.4)
|
31
|
+
rails-dom-testing (~> 2.0)
|
32
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
33
|
+
activejob (5.2.0)
|
34
|
+
activesupport (= 5.2.0)
|
35
|
+
globalid (>= 0.3.6)
|
36
|
+
activemodel (5.2.0)
|
37
|
+
activesupport (= 5.2.0)
|
38
|
+
activerecord (5.2.0)
|
39
|
+
activemodel (= 5.2.0)
|
40
|
+
activesupport (= 5.2.0)
|
41
|
+
arel (>= 9.0)
|
42
|
+
activestorage (5.2.0)
|
43
|
+
actionpack (= 5.2.0)
|
44
|
+
activerecord (= 5.2.0)
|
45
|
+
marcel (~> 0.3.1)
|
46
|
+
activesupport (5.2.0)
|
47
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
48
|
+
i18n (>= 0.7, < 2)
|
49
|
+
minitest (~> 5.1)
|
50
|
+
tzinfo (~> 1.1)
|
51
|
+
appraisal (2.2.0)
|
52
|
+
bundler
|
53
|
+
rake
|
54
|
+
thor (>= 0.14.0)
|
55
|
+
arel (9.0.0)
|
56
|
+
ast (2.4.0)
|
57
|
+
axiom-types (0.1.1)
|
58
|
+
descendants_tracker (~> 0.0.4)
|
59
|
+
ice_nine (~> 0.11.0)
|
60
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
61
|
+
builder (3.2.3)
|
62
|
+
byebug (10.0.2)
|
63
|
+
codeclimate-engine-rb (0.4.1)
|
64
|
+
virtus (~> 1.0)
|
65
|
+
coderay (1.1.2)
|
66
|
+
coercible (1.0.0)
|
67
|
+
descendants_tracker (~> 0.0.1)
|
68
|
+
concurrent-ruby (1.0.5)
|
69
|
+
connection_pool (2.2.1)
|
70
|
+
crass (1.0.4)
|
71
|
+
descendants_tracker (0.0.4)
|
72
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
73
|
+
diff-lcs (1.3)
|
74
|
+
docile (1.3.0)
|
75
|
+
equalizer (0.0.11)
|
76
|
+
erubi (1.7.1)
|
77
|
+
faraday (0.15.0)
|
78
|
+
multipart-post (>= 1.2, < 3)
|
79
|
+
ffi (1.9.23)
|
80
|
+
formatador (0.2.5)
|
81
|
+
globalid (0.4.1)
|
82
|
+
activesupport (>= 4.2.0)
|
83
|
+
guard (2.14.2)
|
84
|
+
formatador (>= 0.2.4)
|
85
|
+
listen (>= 2.7, < 4.0)
|
86
|
+
lumberjack (>= 1.0.12, < 2.0)
|
87
|
+
nenv (~> 0.1)
|
88
|
+
notiffany (~> 0.0)
|
89
|
+
pry (>= 0.9.12)
|
90
|
+
shellany (~> 0.0)
|
91
|
+
thor (>= 0.18.1)
|
92
|
+
guard-compat (1.2.1)
|
93
|
+
guard-rspec (4.7.3)
|
94
|
+
guard (~> 2.1)
|
95
|
+
guard-compat (~> 1.1)
|
96
|
+
rspec (>= 2.99.0, < 4.0)
|
97
|
+
i18n (1.0.1)
|
98
|
+
concurrent-ruby (~> 1.0)
|
99
|
+
ice_nine (0.11.2)
|
100
|
+
json (2.1.0)
|
101
|
+
listen (3.1.5)
|
102
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
103
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
104
|
+
ruby_dep (~> 1.2)
|
105
|
+
loofah (2.2.2)
|
106
|
+
crass (~> 1.0.2)
|
107
|
+
nokogiri (>= 1.5.9)
|
108
|
+
lumberjack (1.0.13)
|
109
|
+
mail (2.7.0)
|
110
|
+
mini_mime (>= 0.1.1)
|
111
|
+
marcel (0.3.2)
|
112
|
+
mimemagic (~> 0.3.2)
|
113
|
+
method_source (0.9.0)
|
114
|
+
mimemagic (0.3.2)
|
115
|
+
mini_mime (1.0.0)
|
116
|
+
mini_portile2 (2.3.0)
|
117
|
+
minitest (5.11.3)
|
118
|
+
multipart-post (2.0.0)
|
119
|
+
nenv (0.3.0)
|
120
|
+
nio4r (2.3.1)
|
121
|
+
nokogiri (1.8.2)
|
122
|
+
mini_portile2 (~> 2.3.0)
|
123
|
+
notiffany (0.1.1)
|
124
|
+
nenv (~> 0.1)
|
125
|
+
shellany (~> 0.0)
|
126
|
+
parallel (1.12.1)
|
127
|
+
parser (2.5.1.0)
|
128
|
+
ast (~> 2.4.0)
|
129
|
+
powerpack (0.1.1)
|
130
|
+
pry (0.11.3)
|
131
|
+
coderay (~> 1.1.0)
|
132
|
+
method_source (~> 0.9.0)
|
133
|
+
pry-byebug (3.6.0)
|
134
|
+
byebug (~> 10.0)
|
135
|
+
pry (~> 0.10)
|
136
|
+
rack (2.0.5)
|
137
|
+
rack-protection (2.0.1)
|
138
|
+
rack
|
139
|
+
rack-test (1.0.0)
|
140
|
+
rack (>= 1.0, < 3)
|
141
|
+
rails (5.2.0)
|
142
|
+
actioncable (= 5.2.0)
|
143
|
+
actionmailer (= 5.2.0)
|
144
|
+
actionpack (= 5.2.0)
|
145
|
+
actionview (= 5.2.0)
|
146
|
+
activejob (= 5.2.0)
|
147
|
+
activemodel (= 5.2.0)
|
148
|
+
activerecord (= 5.2.0)
|
149
|
+
activestorage (= 5.2.0)
|
150
|
+
activesupport (= 5.2.0)
|
151
|
+
bundler (>= 1.3.0)
|
152
|
+
railties (= 5.2.0)
|
153
|
+
sprockets-rails (>= 2.0.0)
|
154
|
+
rails-dom-testing (2.0.3)
|
155
|
+
activesupport (>= 4.2.0)
|
156
|
+
nokogiri (>= 1.6)
|
157
|
+
rails-html-sanitizer (1.0.4)
|
158
|
+
loofah (~> 2.2, >= 2.2.2)
|
159
|
+
railties (5.2.0)
|
160
|
+
actionpack (= 5.2.0)
|
161
|
+
activesupport (= 5.2.0)
|
162
|
+
method_source
|
163
|
+
rake (>= 0.8.7)
|
164
|
+
thor (>= 0.18.1, < 2.0)
|
165
|
+
rainbow (3.0.0)
|
166
|
+
rake (12.3.1)
|
167
|
+
rb-fsevent (0.10.3)
|
168
|
+
rb-inotify (0.9.10)
|
169
|
+
ffi (>= 0.5.0, < 2)
|
170
|
+
redis (4.0.1)
|
171
|
+
reek (4.8.1)
|
172
|
+
codeclimate-engine-rb (~> 0.4.0)
|
173
|
+
parser (>= 2.5.0.0, < 2.6)
|
174
|
+
rainbow (>= 2.0, < 4.0)
|
175
|
+
rspec (3.7.0)
|
176
|
+
rspec-core (~> 3.7.0)
|
177
|
+
rspec-expectations (~> 3.7.0)
|
178
|
+
rspec-mocks (~> 3.7.0)
|
179
|
+
rspec-core (3.7.1)
|
180
|
+
rspec-support (~> 3.7.0)
|
181
|
+
rspec-expectations (3.7.0)
|
182
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
183
|
+
rspec-support (~> 3.7.0)
|
184
|
+
rspec-mocks (3.7.0)
|
185
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
186
|
+
rspec-support (~> 3.7.0)
|
187
|
+
rspec-support (3.7.1)
|
188
|
+
rspec_junit_formatter (0.3.0)
|
189
|
+
rspec-core (>= 2, < 4, != 2.12.0)
|
190
|
+
rubocop (0.55.0)
|
191
|
+
parallel (~> 1.10)
|
192
|
+
parser (>= 2.5)
|
193
|
+
powerpack (~> 0.1)
|
194
|
+
rainbow (>= 2.2.2, < 4.0)
|
195
|
+
ruby-progressbar (~> 1.7)
|
196
|
+
unicode-display_width (~> 1.0, >= 1.0.1)
|
197
|
+
ruby-progressbar (1.9.0)
|
198
|
+
ruby_dep (1.5.0)
|
199
|
+
shellany (0.0.1)
|
200
|
+
sidekiq (5.1.3)
|
201
|
+
concurrent-ruby (~> 1.0)
|
202
|
+
connection_pool (~> 2.2, >= 2.2.0)
|
203
|
+
rack-protection (>= 1.5.0)
|
204
|
+
redis (>= 3.3.5, < 5)
|
205
|
+
simplecov (0.16.1)
|
206
|
+
docile (~> 1.1)
|
207
|
+
json (>= 1.8, < 3)
|
208
|
+
simplecov-html (~> 0.10.0)
|
209
|
+
simplecov-html (0.10.2)
|
210
|
+
sprockets (3.7.1)
|
211
|
+
concurrent-ruby (~> 1.0)
|
212
|
+
rack (> 1, < 3)
|
213
|
+
sprockets-rails (3.2.1)
|
214
|
+
actionpack (>= 4.0)
|
215
|
+
activesupport (>= 4.0)
|
216
|
+
sprockets (>= 3.0.0)
|
217
|
+
thor (0.20.0)
|
218
|
+
thread_safe (0.3.6)
|
219
|
+
tzinfo (1.2.5)
|
220
|
+
thread_safe (~> 0.1)
|
221
|
+
unicode-display_width (1.3.2)
|
222
|
+
virtus (1.0.5)
|
223
|
+
axiom-types (~> 0.1)
|
224
|
+
coercible (~> 1.0)
|
225
|
+
descendants_tracker (~> 0.0, >= 0.0.3)
|
226
|
+
equalizer (~> 0.0, >= 0.0.9)
|
227
|
+
websocket-driver (0.7.0)
|
228
|
+
websocket-extensions (>= 0.1.0)
|
229
|
+
websocket-extensions (0.1.3)
|
230
|
+
|
231
|
+
PLATFORMS
|
232
|
+
ruby
|
233
|
+
|
234
|
+
DEPENDENCIES
|
235
|
+
activesupport (~> 5.0)
|
236
|
+
appraisal
|
237
|
+
bundler
|
238
|
+
faraday
|
239
|
+
guard-rspec
|
240
|
+
pry-byebug
|
241
|
+
rails
|
242
|
+
rake
|
243
|
+
reek
|
244
|
+
rspec
|
245
|
+
rspec_junit_formatter
|
246
|
+
rubocop
|
247
|
+
sidekiq
|
248
|
+
simplecov
|
249
|
+
traxor!
|
250
|
+
|
251
|
+
BUNDLED WITH
|
252
|
+
1.16.1
|
@@ -0,0 +1,252 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
traxor (0.1.18)
|
5
|
+
activesupport (>= 5.0)
|
6
|
+
|
7
|
+
GEM
|
8
|
+
remote: https://rubygems.org/
|
9
|
+
specs:
|
10
|
+
actioncable (5.2.0)
|
11
|
+
actionpack (= 5.2.0)
|
12
|
+
nio4r (~> 2.0)
|
13
|
+
websocket-driver (>= 0.6.1)
|
14
|
+
actionmailer (5.2.0)
|
15
|
+
actionpack (= 5.2.0)
|
16
|
+
actionview (= 5.2.0)
|
17
|
+
activejob (= 5.2.0)
|
18
|
+
mail (~> 2.5, >= 2.5.4)
|
19
|
+
rails-dom-testing (~> 2.0)
|
20
|
+
actionpack (5.2.0)
|
21
|
+
actionview (= 5.2.0)
|
22
|
+
activesupport (= 5.2.0)
|
23
|
+
rack (~> 2.0)
|
24
|
+
rack-test (>= 0.6.3)
|
25
|
+
rails-dom-testing (~> 2.0)
|
26
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
27
|
+
actionview (5.2.0)
|
28
|
+
activesupport (= 5.2.0)
|
29
|
+
builder (~> 3.1)
|
30
|
+
erubi (~> 1.4)
|
31
|
+
rails-dom-testing (~> 2.0)
|
32
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
33
|
+
activejob (5.2.0)
|
34
|
+
activesupport (= 5.2.0)
|
35
|
+
globalid (>= 0.3.6)
|
36
|
+
activemodel (5.2.0)
|
37
|
+
activesupport (= 5.2.0)
|
38
|
+
activerecord (5.2.0)
|
39
|
+
activemodel (= 5.2.0)
|
40
|
+
activesupport (= 5.2.0)
|
41
|
+
arel (>= 9.0)
|
42
|
+
activestorage (5.2.0)
|
43
|
+
actionpack (= 5.2.0)
|
44
|
+
activerecord (= 5.2.0)
|
45
|
+
marcel (~> 0.3.1)
|
46
|
+
activesupport (5.2.0)
|
47
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
48
|
+
i18n (>= 0.7, < 2)
|
49
|
+
minitest (~> 5.1)
|
50
|
+
tzinfo (~> 1.1)
|
51
|
+
appraisal (2.2.0)
|
52
|
+
bundler
|
53
|
+
rake
|
54
|
+
thor (>= 0.14.0)
|
55
|
+
arel (9.0.0)
|
56
|
+
ast (2.4.0)
|
57
|
+
axiom-types (0.1.1)
|
58
|
+
descendants_tracker (~> 0.0.4)
|
59
|
+
ice_nine (~> 0.11.0)
|
60
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
61
|
+
builder (3.2.3)
|
62
|
+
byebug (10.0.2)
|
63
|
+
codeclimate-engine-rb (0.4.1)
|
64
|
+
virtus (~> 1.0)
|
65
|
+
coderay (1.1.2)
|
66
|
+
coercible (1.0.0)
|
67
|
+
descendants_tracker (~> 0.0.1)
|
68
|
+
concurrent-ruby (1.0.5)
|
69
|
+
connection_pool (2.2.1)
|
70
|
+
crass (1.0.4)
|
71
|
+
descendants_tracker (0.0.4)
|
72
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
73
|
+
diff-lcs (1.3)
|
74
|
+
docile (1.3.0)
|
75
|
+
equalizer (0.0.11)
|
76
|
+
erubi (1.7.1)
|
77
|
+
faraday (0.15.0)
|
78
|
+
multipart-post (>= 1.2, < 3)
|
79
|
+
ffi (1.9.23)
|
80
|
+
formatador (0.2.5)
|
81
|
+
globalid (0.4.1)
|
82
|
+
activesupport (>= 4.2.0)
|
83
|
+
guard (2.14.2)
|
84
|
+
formatador (>= 0.2.4)
|
85
|
+
listen (>= 2.7, < 4.0)
|
86
|
+
lumberjack (>= 1.0.12, < 2.0)
|
87
|
+
nenv (~> 0.1)
|
88
|
+
notiffany (~> 0.0)
|
89
|
+
pry (>= 0.9.12)
|
90
|
+
shellany (~> 0.0)
|
91
|
+
thor (>= 0.18.1)
|
92
|
+
guard-compat (1.2.1)
|
93
|
+
guard-rspec (4.7.3)
|
94
|
+
guard (~> 2.1)
|
95
|
+
guard-compat (~> 1.1)
|
96
|
+
rspec (>= 2.99.0, < 4.0)
|
97
|
+
i18n (1.0.1)
|
98
|
+
concurrent-ruby (~> 1.0)
|
99
|
+
ice_nine (0.11.2)
|
100
|
+
json (2.1.0)
|
101
|
+
listen (3.1.5)
|
102
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
103
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
104
|
+
ruby_dep (~> 1.2)
|
105
|
+
loofah (2.2.2)
|
106
|
+
crass (~> 1.0.2)
|
107
|
+
nokogiri (>= 1.5.9)
|
108
|
+
lumberjack (1.0.13)
|
109
|
+
mail (2.7.0)
|
110
|
+
mini_mime (>= 0.1.1)
|
111
|
+
marcel (0.3.2)
|
112
|
+
mimemagic (~> 0.3.2)
|
113
|
+
method_source (0.9.0)
|
114
|
+
mimemagic (0.3.2)
|
115
|
+
mini_mime (1.0.0)
|
116
|
+
mini_portile2 (2.3.0)
|
117
|
+
minitest (5.11.3)
|
118
|
+
multipart-post (2.0.0)
|
119
|
+
nenv (0.3.0)
|
120
|
+
nio4r (2.3.1)
|
121
|
+
nokogiri (1.8.2)
|
122
|
+
mini_portile2 (~> 2.3.0)
|
123
|
+
notiffany (0.1.1)
|
124
|
+
nenv (~> 0.1)
|
125
|
+
shellany (~> 0.0)
|
126
|
+
parallel (1.12.1)
|
127
|
+
parser (2.5.1.0)
|
128
|
+
ast (~> 2.4.0)
|
129
|
+
powerpack (0.1.1)
|
130
|
+
pry (0.11.3)
|
131
|
+
coderay (~> 1.1.0)
|
132
|
+
method_source (~> 0.9.0)
|
133
|
+
pry-byebug (3.6.0)
|
134
|
+
byebug (~> 10.0)
|
135
|
+
pry (~> 0.10)
|
136
|
+
rack (2.0.5)
|
137
|
+
rack-protection (2.0.1)
|
138
|
+
rack
|
139
|
+
rack-test (1.0.0)
|
140
|
+
rack (>= 1.0, < 3)
|
141
|
+
rails (5.2.0)
|
142
|
+
actioncable (= 5.2.0)
|
143
|
+
actionmailer (= 5.2.0)
|
144
|
+
actionpack (= 5.2.0)
|
145
|
+
actionview (= 5.2.0)
|
146
|
+
activejob (= 5.2.0)
|
147
|
+
activemodel (= 5.2.0)
|
148
|
+
activerecord (= 5.2.0)
|
149
|
+
activestorage (= 5.2.0)
|
150
|
+
activesupport (= 5.2.0)
|
151
|
+
bundler (>= 1.3.0)
|
152
|
+
railties (= 5.2.0)
|
153
|
+
sprockets-rails (>= 2.0.0)
|
154
|
+
rails-dom-testing (2.0.3)
|
155
|
+
activesupport (>= 4.2.0)
|
156
|
+
nokogiri (>= 1.6)
|
157
|
+
rails-html-sanitizer (1.0.4)
|
158
|
+
loofah (~> 2.2, >= 2.2.2)
|
159
|
+
railties (5.2.0)
|
160
|
+
actionpack (= 5.2.0)
|
161
|
+
activesupport (= 5.2.0)
|
162
|
+
method_source
|
163
|
+
rake (>= 0.8.7)
|
164
|
+
thor (>= 0.18.1, < 2.0)
|
165
|
+
rainbow (3.0.0)
|
166
|
+
rake (12.3.1)
|
167
|
+
rb-fsevent (0.10.3)
|
168
|
+
rb-inotify (0.9.10)
|
169
|
+
ffi (>= 0.5.0, < 2)
|
170
|
+
redis (4.0.1)
|
171
|
+
reek (4.8.1)
|
172
|
+
codeclimate-engine-rb (~> 0.4.0)
|
173
|
+
parser (>= 2.5.0.0, < 2.6)
|
174
|
+
rainbow (>= 2.0, < 4.0)
|
175
|
+
rspec (3.7.0)
|
176
|
+
rspec-core (~> 3.7.0)
|
177
|
+
rspec-expectations (~> 3.7.0)
|
178
|
+
rspec-mocks (~> 3.7.0)
|
179
|
+
rspec-core (3.7.1)
|
180
|
+
rspec-support (~> 3.7.0)
|
181
|
+
rspec-expectations (3.7.0)
|
182
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
183
|
+
rspec-support (~> 3.7.0)
|
184
|
+
rspec-mocks (3.7.0)
|
185
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
186
|
+
rspec-support (~> 3.7.0)
|
187
|
+
rspec-support (3.7.1)
|
188
|
+
rspec_junit_formatter (0.3.0)
|
189
|
+
rspec-core (>= 2, < 4, != 2.12.0)
|
190
|
+
rubocop (0.55.0)
|
191
|
+
parallel (~> 1.10)
|
192
|
+
parser (>= 2.5)
|
193
|
+
powerpack (~> 0.1)
|
194
|
+
rainbow (>= 2.2.2, < 4.0)
|
195
|
+
ruby-progressbar (~> 1.7)
|
196
|
+
unicode-display_width (~> 1.0, >= 1.0.1)
|
197
|
+
ruby-progressbar (1.9.0)
|
198
|
+
ruby_dep (1.5.0)
|
199
|
+
shellany (0.0.1)
|
200
|
+
sidekiq (5.1.3)
|
201
|
+
concurrent-ruby (~> 1.0)
|
202
|
+
connection_pool (~> 2.2, >= 2.2.0)
|
203
|
+
rack-protection (>= 1.5.0)
|
204
|
+
redis (>= 3.3.5, < 5)
|
205
|
+
simplecov (0.16.1)
|
206
|
+
docile (~> 1.1)
|
207
|
+
json (>= 1.8, < 3)
|
208
|
+
simplecov-html (~> 0.10.0)
|
209
|
+
simplecov-html (0.10.2)
|
210
|
+
sprockets (3.7.1)
|
211
|
+
concurrent-ruby (~> 1.0)
|
212
|
+
rack (> 1, < 3)
|
213
|
+
sprockets-rails (3.2.1)
|
214
|
+
actionpack (>= 4.0)
|
215
|
+
activesupport (>= 4.0)
|
216
|
+
sprockets (>= 3.0.0)
|
217
|
+
thor (0.20.0)
|
218
|
+
thread_safe (0.3.6)
|
219
|
+
tzinfo (1.2.5)
|
220
|
+
thread_safe (~> 0.1)
|
221
|
+
unicode-display_width (1.3.2)
|
222
|
+
virtus (1.0.5)
|
223
|
+
axiom-types (~> 0.1)
|
224
|
+
coercible (~> 1.0)
|
225
|
+
descendants_tracker (~> 0.0, >= 0.0.3)
|
226
|
+
equalizer (~> 0.0, >= 0.0.9)
|
227
|
+
websocket-driver (0.7.0)
|
228
|
+
websocket-extensions (>= 0.1.0)
|
229
|
+
websocket-extensions (0.1.3)
|
230
|
+
|
231
|
+
PLATFORMS
|
232
|
+
ruby
|
233
|
+
|
234
|
+
DEPENDENCIES
|
235
|
+
activesupport (~> 5.1)
|
236
|
+
appraisal
|
237
|
+
bundler
|
238
|
+
faraday
|
239
|
+
guard-rspec
|
240
|
+
pry-byebug
|
241
|
+
rails
|
242
|
+
rake
|
243
|
+
reek
|
244
|
+
rspec
|
245
|
+
rspec_junit_formatter
|
246
|
+
rubocop
|
247
|
+
sidekiq
|
248
|
+
simplecov
|
249
|
+
traxor!
|
250
|
+
|
251
|
+
BUNDLED WITH
|
252
|
+
1.16.1
|