webhook_system 2.4.0 → 2.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.coveralls.yml +1 -0
- data/.github/workflows/{build.yml → ci.yml} +17 -22
- data/.github/workflows/rubocop-challenger.yml +1 -1
- data/.rubocop.yml +40 -1
- data/.rubocop_challenge.yml +4 -0
- data/.rubocop_todo.yml +148 -111
- data/Gemfile +0 -1
- data/Rakefile +5 -7
- data/gemfiles/rails_6.1.gemfile +1 -1
- data/gemfiles/rails_7.0.gemfile +2 -0
- data/gemfiles/rails_7.1.gemfile +9 -0
- data/lib/webhook_system/base_event.rb +17 -8
- data/lib/webhook_system/encoder.rb +7 -9
- data/lib/webhook_system/job.rb +14 -13
- data/lib/webhook_system/subscription.rb +5 -5
- data/lib/webhook_system/version.rb +1 -1
- data/webhook_system.gemspec +7 -4
- metadata +53 -25
- data/.rubocop.hound.yml +0 -221
- data/gemfiles/rails_4.2.gemfile +0 -8
- data/gemfiles/rails_4.2.gemfile.lock +0 -295
@@ -1,295 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
webhook_system (2.3.1)
|
5
|
-
activejob (> 4.2, < 7.1)
|
6
|
-
activerecord (> 4.2, < 7.1)
|
7
|
-
activesupport (> 4.2, < 7.1)
|
8
|
-
faraday (> 0.9)
|
9
|
-
faraday-encoding (>= 0.0.2, < 1.0)
|
10
|
-
ph_model
|
11
|
-
validate_url (~> 1.0)
|
12
|
-
|
13
|
-
GEM
|
14
|
-
remote: https://rubygems.org/
|
15
|
-
specs:
|
16
|
-
actionmailer (4.2.11.3)
|
17
|
-
actionpack (= 4.2.11.3)
|
18
|
-
actionview (= 4.2.11.3)
|
19
|
-
activejob (= 4.2.11.3)
|
20
|
-
mail (~> 2.5, >= 2.5.4)
|
21
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
22
|
-
actionpack (4.2.11.3)
|
23
|
-
actionview (= 4.2.11.3)
|
24
|
-
activesupport (= 4.2.11.3)
|
25
|
-
rack (~> 1.6)
|
26
|
-
rack-test (~> 0.6.2)
|
27
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
28
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
29
|
-
actionview (4.2.11.3)
|
30
|
-
activesupport (= 4.2.11.3)
|
31
|
-
builder (~> 3.1)
|
32
|
-
erubis (~> 2.7.0)
|
33
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
34
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
35
|
-
active_attr (0.15.4)
|
36
|
-
actionpack (>= 3.0.2, < 7.1)
|
37
|
-
activemodel (>= 3.0.2, < 7.1)
|
38
|
-
activesupport (>= 3.0.2, < 7.1)
|
39
|
-
activejob (4.2.11.3)
|
40
|
-
activesupport (= 4.2.11.3)
|
41
|
-
globalid (>= 0.3.0)
|
42
|
-
activemodel (4.2.11.3)
|
43
|
-
activesupport (= 4.2.11.3)
|
44
|
-
builder (~> 3.1)
|
45
|
-
activerecord (4.2.11.3)
|
46
|
-
activemodel (= 4.2.11.3)
|
47
|
-
activesupport (= 4.2.11.3)
|
48
|
-
arel (~> 6.0)
|
49
|
-
activesupport (4.2.11.3)
|
50
|
-
i18n (~> 0.7)
|
51
|
-
minitest (~> 5.1)
|
52
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
53
|
-
tzinfo (~> 1.1)
|
54
|
-
addressable (2.8.0)
|
55
|
-
public_suffix (>= 2.0.2, < 5.0)
|
56
|
-
arel (6.0.4)
|
57
|
-
ast (2.4.2)
|
58
|
-
async (1.30.1)
|
59
|
-
console (~> 1.10)
|
60
|
-
nio4r (~> 2.3)
|
61
|
-
timers (~> 4.1)
|
62
|
-
async-http (0.56.5)
|
63
|
-
async (>= 1.25)
|
64
|
-
async-io (>= 1.28)
|
65
|
-
async-pool (>= 0.2)
|
66
|
-
protocol-http (~> 0.22.0)
|
67
|
-
protocol-http1 (~> 0.14.0)
|
68
|
-
protocol-http2 (~> 0.14.0)
|
69
|
-
async-http-faraday (0.11.0)
|
70
|
-
async-http (~> 0.42)
|
71
|
-
faraday
|
72
|
-
async-io (1.33.0)
|
73
|
-
async
|
74
|
-
async-pool (0.3.9)
|
75
|
-
async (>= 1.25)
|
76
|
-
builder (3.2.4)
|
77
|
-
concurrent-ruby (1.1.10)
|
78
|
-
console (1.15.0)
|
79
|
-
fiber-local
|
80
|
-
crack (0.4.5)
|
81
|
-
rexml
|
82
|
-
crass (1.0.6)
|
83
|
-
diff-lcs (1.5.0)
|
84
|
-
erubis (2.7.0)
|
85
|
-
factory_bot (5.2.0)
|
86
|
-
activesupport (>= 4.2.0)
|
87
|
-
faraday (1.10.0)
|
88
|
-
faraday-em_http (~> 1.0)
|
89
|
-
faraday-em_synchrony (~> 1.0)
|
90
|
-
faraday-excon (~> 1.1)
|
91
|
-
faraday-httpclient (~> 1.0)
|
92
|
-
faraday-multipart (~> 1.0)
|
93
|
-
faraday-net_http (~> 1.0)
|
94
|
-
faraday-net_http_persistent (~> 1.0)
|
95
|
-
faraday-patron (~> 1.0)
|
96
|
-
faraday-rack (~> 1.0)
|
97
|
-
faraday-retry (~> 1.0)
|
98
|
-
ruby2_keywords (>= 0.0.4)
|
99
|
-
faraday-em_http (1.0.0)
|
100
|
-
faraday-em_synchrony (1.0.0)
|
101
|
-
faraday-encoding (0.0.5)
|
102
|
-
faraday
|
103
|
-
faraday-excon (1.1.0)
|
104
|
-
faraday-http-cache (2.2.0)
|
105
|
-
faraday (>= 0.8)
|
106
|
-
faraday-httpclient (1.0.1)
|
107
|
-
faraday-multipart (1.0.3)
|
108
|
-
multipart-post (>= 1.2, < 3)
|
109
|
-
faraday-net_http (1.0.1)
|
110
|
-
faraday-net_http_persistent (1.2.0)
|
111
|
-
faraday-patron (1.0.0)
|
112
|
-
faraday-rack (1.0.0)
|
113
|
-
faraday-retry (1.0.3)
|
114
|
-
fiber-local (1.0.0)
|
115
|
-
github_changelog_generator (1.16.4)
|
116
|
-
activesupport
|
117
|
-
async (>= 1.25.0)
|
118
|
-
async-http-faraday
|
119
|
-
faraday-http-cache
|
120
|
-
multi_json
|
121
|
-
octokit (~> 4.6)
|
122
|
-
rainbow (>= 2.2.1)
|
123
|
-
rake (>= 10.0)
|
124
|
-
globalid (0.4.2)
|
125
|
-
activesupport (>= 4.2.0)
|
126
|
-
hashdiff (1.0.1)
|
127
|
-
i18n (0.9.5)
|
128
|
-
concurrent-ruby (~> 1.0)
|
129
|
-
io-console (0.5.9)
|
130
|
-
irb (1.4.1)
|
131
|
-
reline (>= 0.3.0)
|
132
|
-
loofah (2.16.0)
|
133
|
-
crass (~> 1.0.2)
|
134
|
-
nokogiri (>= 1.5.9)
|
135
|
-
mail (2.7.1)
|
136
|
-
mini_mime (>= 0.1.1)
|
137
|
-
mini_mime (1.1.2)
|
138
|
-
mini_portile2 (2.6.1)
|
139
|
-
minitest (5.15.0)
|
140
|
-
multi_json (1.15.0)
|
141
|
-
multipart-post (2.1.1)
|
142
|
-
nio4r (2.5.8)
|
143
|
-
nokogiri (1.12.5)
|
144
|
-
mini_portile2 (~> 2.6.1)
|
145
|
-
racc (~> 1.4)
|
146
|
-
octokit (4.22.0)
|
147
|
-
faraday (>= 0.9)
|
148
|
-
sawyer (~> 0.8.0, >= 0.5.3)
|
149
|
-
parallel (1.22.1)
|
150
|
-
parser (3.1.2.0)
|
151
|
-
ast (~> 2.4.1)
|
152
|
-
ph_model (1.1.3)
|
153
|
-
active_attr (~> 0.8)
|
154
|
-
activemodel (> 3.2)
|
155
|
-
activesupport (> 3.2)
|
156
|
-
pr_comet (0.5.1)
|
157
|
-
octokit
|
158
|
-
rainbow
|
159
|
-
protocol-hpack (1.4.2)
|
160
|
-
protocol-http (0.22.5)
|
161
|
-
protocol-http1 (0.14.2)
|
162
|
-
protocol-http (~> 0.22)
|
163
|
-
protocol-http2 (0.14.2)
|
164
|
-
protocol-hpack (~> 1.4)
|
165
|
-
protocol-http (~> 0.18)
|
166
|
-
public_suffix (4.0.7)
|
167
|
-
racc (1.6.0)
|
168
|
-
rack (1.6.13)
|
169
|
-
rack-test (0.6.3)
|
170
|
-
rack (>= 1.0)
|
171
|
-
rails (4.2.11.3)
|
172
|
-
actionmailer (= 4.2.11.3)
|
173
|
-
actionpack (= 4.2.11.3)
|
174
|
-
actionview (= 4.2.11.3)
|
175
|
-
activejob (= 4.2.11.3)
|
176
|
-
activemodel (= 4.2.11.3)
|
177
|
-
activerecord (= 4.2.11.3)
|
178
|
-
activesupport (= 4.2.11.3)
|
179
|
-
bundler (>= 1.3.0, < 2.0)
|
180
|
-
railties (= 4.2.11.3)
|
181
|
-
sprockets-rails
|
182
|
-
rails-deprecated_sanitizer (1.0.4)
|
183
|
-
activesupport (>= 4.2.0.alpha)
|
184
|
-
rails-dom-testing (1.0.9)
|
185
|
-
activesupport (>= 4.2.0, < 5.0)
|
186
|
-
nokogiri (~> 1.6)
|
187
|
-
rails-deprecated_sanitizer (>= 1.0.1)
|
188
|
-
rails-html-sanitizer (1.4.2)
|
189
|
-
loofah (~> 2.3)
|
190
|
-
railties (4.2.11.3)
|
191
|
-
actionpack (= 4.2.11.3)
|
192
|
-
activesupport (= 4.2.11.3)
|
193
|
-
rake (>= 0.8.7)
|
194
|
-
thor (>= 0.18.1, < 2.0)
|
195
|
-
rainbow (3.1.1)
|
196
|
-
rake (13.0.6)
|
197
|
-
regexp_parser (2.3.1)
|
198
|
-
reline (0.3.1)
|
199
|
-
io-console (~> 0.5)
|
200
|
-
rexml (3.2.5)
|
201
|
-
rspec (3.11.0)
|
202
|
-
rspec-core (~> 3.11.0)
|
203
|
-
rspec-expectations (~> 3.11.0)
|
204
|
-
rspec-mocks (~> 3.11.0)
|
205
|
-
rspec-core (3.11.0)
|
206
|
-
rspec-support (~> 3.11.0)
|
207
|
-
rspec-expectations (3.11.0)
|
208
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
209
|
-
rspec-support (~> 3.11.0)
|
210
|
-
rspec-mocks (3.11.1)
|
211
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
212
|
-
rspec-support (~> 3.11.0)
|
213
|
-
rspec-support (3.11.0)
|
214
|
-
rubocop (1.28.2)
|
215
|
-
parallel (~> 1.10)
|
216
|
-
parser (>= 3.1.0.0)
|
217
|
-
rainbow (>= 2.2.2, < 4.0)
|
218
|
-
regexp_parser (>= 1.8, < 3.0)
|
219
|
-
rexml
|
220
|
-
rubocop-ast (>= 1.17.0, < 2.0)
|
221
|
-
ruby-progressbar (~> 1.7)
|
222
|
-
unicode-display_width (>= 1.4.0, < 3.0)
|
223
|
-
rubocop-ast (1.17.0)
|
224
|
-
parser (>= 3.1.1.0)
|
225
|
-
rubocop-performance (1.13.3)
|
226
|
-
rubocop (>= 1.7.0, < 2.0)
|
227
|
-
rubocop-ast (>= 0.4.0)
|
228
|
-
rubocop-rails (2.14.2)
|
229
|
-
activesupport (>= 4.2.0)
|
230
|
-
rack (>= 1.1)
|
231
|
-
rubocop (>= 1.7.0, < 2.0)
|
232
|
-
rubocop-rake (0.6.0)
|
233
|
-
rubocop (~> 1.0)
|
234
|
-
rubocop-rspec (2.10.0)
|
235
|
-
rubocop (~> 1.19)
|
236
|
-
rubocop_challenger (2.3.0)
|
237
|
-
pr_comet (~> 0.5.1)
|
238
|
-
rainbow
|
239
|
-
rubocop (>= 0.87)
|
240
|
-
rubocop-performance
|
241
|
-
rubocop-rails
|
242
|
-
rubocop-rake
|
243
|
-
rubocop-rspec
|
244
|
-
thor
|
245
|
-
yard
|
246
|
-
ruby-progressbar (1.11.0)
|
247
|
-
ruby2_keywords (0.0.5)
|
248
|
-
rubygems-tasks (0.2.5)
|
249
|
-
irb (~> 1.0)
|
250
|
-
sawyer (0.8.2)
|
251
|
-
addressable (>= 2.3.5)
|
252
|
-
faraday (> 0.8, < 2.0)
|
253
|
-
sprockets (4.0.3)
|
254
|
-
concurrent-ruby (~> 1.0)
|
255
|
-
rack (> 1, < 3)
|
256
|
-
sprockets-rails (3.2.2)
|
257
|
-
actionpack (>= 4.0)
|
258
|
-
activesupport (>= 4.0)
|
259
|
-
sprockets (>= 3.0.0)
|
260
|
-
sqlite3 (1.3.13)
|
261
|
-
thor (1.2.1)
|
262
|
-
thread_safe (0.3.6)
|
263
|
-
timers (4.3.3)
|
264
|
-
tzinfo (1.2.9)
|
265
|
-
thread_safe (~> 0.1)
|
266
|
-
unicode-display_width (2.1.0)
|
267
|
-
validate_url (1.0.13)
|
268
|
-
activemodel (>= 3.0.0)
|
269
|
-
public_suffix
|
270
|
-
webmock (3.14.0)
|
271
|
-
addressable (>= 2.8.0)
|
272
|
-
crack (>= 0.3.2)
|
273
|
-
hashdiff (>= 0.4.0, < 2.0.0)
|
274
|
-
webrick (1.7.0)
|
275
|
-
yard (0.9.27)
|
276
|
-
webrick (~> 1.7.0)
|
277
|
-
|
278
|
-
PLATFORMS
|
279
|
-
ruby
|
280
|
-
|
281
|
-
DEPENDENCIES
|
282
|
-
bundler (> 1.17, < 2.5)
|
283
|
-
factory_bot
|
284
|
-
github_changelog_generator (~> 1.6)
|
285
|
-
rails (~> 4.2.11)
|
286
|
-
rake
|
287
|
-
rspec (~> 3.0)
|
288
|
-
rubocop_challenger
|
289
|
-
rubygems-tasks (~> 0.2)
|
290
|
-
sqlite3 (~> 1.3.6)
|
291
|
-
webhook_system!
|
292
|
-
webmock
|
293
|
-
|
294
|
-
BUNDLED WITH
|
295
|
-
1.17.3
|