fast_ci 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +107 -66
- data/fast_ci.gemspec +1 -1
- data/lib/fast_ci/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d4ec4ee74bd9f5145210fd14e031323873b0bc1351c999b773df463de5a92232
|
4
|
+
data.tar.gz: 61d1548a0b704ad2d6776ec21d7d3b81618b37e420066a5b142967897fdcc55a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b15760ffd0f956c605dde92618b5a60c9e48ccfefcca30d1616d6d7b9608906ab7a39e825aed2dfa74c495b803ab8f6134dc910b5e9f0ca96028f764f808f483
|
7
|
+
data.tar.gz: fa06088d46ced658174317976d92a4444a0bef3965bfe86480654252a4455f5da7aea6022e625c3e1ddb85e9c71c5f99e26d3f33a6b75dd9f165b48995b05691
|
data/Gemfile.lock
CHANGED
@@ -11,58 +11,69 @@ GIT
|
|
11
11
|
PATH
|
12
12
|
remote: .
|
13
13
|
specs:
|
14
|
-
fast_ci (1.0.
|
14
|
+
fast_ci (1.0.2)
|
15
15
|
async-websocket (<= 0.20.0)
|
16
16
|
brakeman (>= 5.4.1)
|
17
|
-
console (~> 1.
|
17
|
+
console (~> 1.21.0)
|
18
18
|
minitest-rails (>= 5.1)
|
19
19
|
rubycritic (>= 4.1.0)
|
20
20
|
|
21
21
|
GEM
|
22
22
|
remote: https://rubygems.org/
|
23
23
|
specs:
|
24
|
-
actionpack (
|
25
|
-
actionview (=
|
26
|
-
activesupport (=
|
27
|
-
|
24
|
+
actionpack (7.1.4)
|
25
|
+
actionview (= 7.1.4)
|
26
|
+
activesupport (= 7.1.4)
|
27
|
+
nokogiri (>= 1.8.5)
|
28
|
+
racc
|
29
|
+
rack (>= 2.2.4)
|
30
|
+
rack-session (>= 1.0.1)
|
28
31
|
rack-test (>= 0.6.3)
|
29
|
-
rails-dom-testing (~> 2.
|
30
|
-
rails-html-sanitizer (~> 1.
|
31
|
-
actionview (
|
32
|
-
activesupport (=
|
32
|
+
rails-dom-testing (~> 2.2)
|
33
|
+
rails-html-sanitizer (~> 1.6)
|
34
|
+
actionview (7.1.4)
|
35
|
+
activesupport (= 7.1.4)
|
33
36
|
builder (~> 3.1)
|
34
|
-
erubi (~> 1.
|
35
|
-
rails-dom-testing (~> 2.
|
36
|
-
rails-html-sanitizer (~> 1.
|
37
|
-
activesupport (
|
37
|
+
erubi (~> 1.11)
|
38
|
+
rails-dom-testing (~> 2.2)
|
39
|
+
rails-html-sanitizer (~> 1.6)
|
40
|
+
activesupport (7.1.4)
|
41
|
+
base64
|
42
|
+
bigdecimal
|
38
43
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
44
|
+
connection_pool (>= 2.2.5)
|
45
|
+
drb
|
39
46
|
i18n (>= 1.6, < 2)
|
40
47
|
minitest (>= 5.1)
|
48
|
+
mutex_m
|
41
49
|
tzinfo (~> 2.0)
|
42
|
-
zeitwerk (~> 2.3)
|
43
50
|
addressable (2.8.7)
|
44
51
|
public_suffix (>= 2.0.2, < 7.0)
|
45
52
|
ast (2.4.2)
|
46
|
-
async (1.
|
53
|
+
async (1.32.1)
|
47
54
|
console (~> 1.10)
|
48
55
|
nio4r (~> 2.3)
|
49
56
|
timers (~> 4.1)
|
50
|
-
async-http (0.
|
57
|
+
async-http (0.64.2)
|
51
58
|
async (>= 1.25)
|
52
59
|
async-io (>= 1.28)
|
53
60
|
async-pool (>= 0.2)
|
54
|
-
protocol-http (~> 0.
|
55
|
-
protocol-http1 (~> 0.
|
56
|
-
protocol-http2 (~> 0.
|
57
|
-
|
61
|
+
protocol-http (~> 0.26.0)
|
62
|
+
protocol-http1 (~> 0.19.0)
|
63
|
+
protocol-http2 (~> 0.16.0)
|
64
|
+
traces (>= 0.10.0)
|
65
|
+
async-io (1.43.2)
|
58
66
|
async
|
59
|
-
async-pool (0.
|
67
|
+
async-pool (0.4.0)
|
60
68
|
async (>= 1.25)
|
61
69
|
axiom-types (0.1.1)
|
62
70
|
descendants_tracker (~> 0.0.4)
|
63
71
|
ice_nine (~> 0.11.0)
|
64
72
|
thread_safe (~> 0.3, >= 0.3.1)
|
65
|
-
|
73
|
+
base64 (0.2.0)
|
74
|
+
bigdecimal (3.1.8)
|
75
|
+
brakeman (6.2.1)
|
76
|
+
racc
|
66
77
|
builder (3.3.0)
|
67
78
|
childprocess (5.1.0)
|
68
79
|
logger (~> 1.5)
|
@@ -70,15 +81,18 @@ GEM
|
|
70
81
|
coercible (1.0.0)
|
71
82
|
descendants_tracker (~> 0.0.1)
|
72
83
|
concurrent-ruby (1.3.4)
|
73
|
-
|
84
|
+
connection_pool (2.4.1)
|
85
|
+
console (1.21.0)
|
86
|
+
fiber-annotation
|
74
87
|
fiber-local
|
75
88
|
crass (1.0.6)
|
76
89
|
descendants_tracker (0.0.4)
|
77
90
|
thread_safe (~> 0.3, >= 0.3.1)
|
78
91
|
diff-lcs (1.5.0)
|
79
92
|
docile (1.4.1)
|
80
|
-
|
93
|
+
drb (2.2.1)
|
81
94
|
erubi (1.13.0)
|
95
|
+
fiber-annotation (0.2.0)
|
82
96
|
fiber-local (1.0.0)
|
83
97
|
flay (2.13.3)
|
84
98
|
erubi (~> 1.10)
|
@@ -92,6 +106,10 @@ GEM
|
|
92
106
|
i18n (1.14.6)
|
93
107
|
concurrent-ruby (~> 1.0)
|
94
108
|
ice_nine (0.11.2)
|
109
|
+
io-console (0.7.2)
|
110
|
+
irb (1.14.1)
|
111
|
+
rdoc (>= 4.0.0)
|
112
|
+
reline (>= 0.4.2)
|
95
113
|
kwalify (0.7.2)
|
96
114
|
launchy (3.0.1)
|
97
115
|
addressable (~> 2.8)
|
@@ -101,21 +119,25 @@ GEM
|
|
101
119
|
crass (~> 1.0.2)
|
102
120
|
nokogiri (>= 1.12.0)
|
103
121
|
method_source (1.0.0)
|
104
|
-
|
105
|
-
minitest
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
122
|
+
mini_portile2 (2.8.7)
|
123
|
+
minitest (5.25.1)
|
124
|
+
minitest-rails (7.1.1)
|
125
|
+
minitest (~> 5.20)
|
126
|
+
railties (>= 7.1.0, < 8.0.0)
|
127
|
+
mutex_m (0.2.0)
|
128
|
+
nio4r (2.7.3)
|
129
|
+
nokogiri (1.16.7)
|
130
|
+
mini_portile2 (~> 2.8.2)
|
110
131
|
racc (~> 1.4)
|
111
|
-
parser (3.
|
132
|
+
parser (3.2.2.4)
|
112
133
|
ast (~> 2.4.1)
|
134
|
+
racc
|
113
135
|
path_expander (1.1.3)
|
114
|
-
protocol-hpack (1.4.
|
115
|
-
protocol-http (0.
|
116
|
-
protocol-http1 (0.
|
136
|
+
protocol-hpack (1.4.3)
|
137
|
+
protocol-http (0.26.4)
|
138
|
+
protocol-http1 (0.19.1)
|
117
139
|
protocol-http (~> 0.22)
|
118
|
-
protocol-http2 (0.
|
140
|
+
protocol-http2 (0.16.0)
|
119
141
|
protocol-hpack (~> 1.4)
|
120
142
|
protocol-http (~> 0.18)
|
121
143
|
protocol-websocket (0.7.5)
|
@@ -124,29 +146,44 @@ GEM
|
|
124
146
|
pry (0.14.1)
|
125
147
|
coderay (~> 1.1)
|
126
148
|
method_source (~> 1.0)
|
127
|
-
|
149
|
+
psych (5.1.2)
|
150
|
+
stringio
|
151
|
+
public_suffix (6.0.1)
|
128
152
|
racc (1.8.1)
|
129
|
-
rack (
|
153
|
+
rack (3.1.7)
|
154
|
+
rack-session (2.0.0)
|
155
|
+
rack (>= 3.0.0)
|
130
156
|
rack-test (2.1.0)
|
131
157
|
rack (>= 1.3)
|
158
|
+
rackup (2.1.0)
|
159
|
+
rack (>= 3)
|
160
|
+
webrick (~> 1.8)
|
132
161
|
rails-dom-testing (2.2.0)
|
133
162
|
activesupport (>= 5.0.0)
|
134
163
|
minitest
|
135
164
|
nokogiri (>= 1.6)
|
136
|
-
rails-html-sanitizer (1.
|
137
|
-
loofah (~> 2.
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
165
|
+
rails-html-sanitizer (1.6.0)
|
166
|
+
loofah (~> 2.21)
|
167
|
+
nokogiri (~> 1.14)
|
168
|
+
railties (7.1.4)
|
169
|
+
actionpack (= 7.1.4)
|
170
|
+
activesupport (= 7.1.4)
|
171
|
+
irb
|
172
|
+
rackup (>= 1.0.0)
|
142
173
|
rake (>= 12.2)
|
143
|
-
thor (~> 1.0)
|
174
|
+
thor (~> 1.0, >= 1.2.2)
|
175
|
+
zeitwerk (~> 2.6)
|
144
176
|
rainbow (3.1.1)
|
145
177
|
rake (13.0.6)
|
146
|
-
|
178
|
+
rdoc (6.7.0)
|
179
|
+
psych (>= 4.0.0)
|
180
|
+
reek (6.1.4)
|
147
181
|
kwalify (~> 0.7.0)
|
148
|
-
parser (~> 3.
|
182
|
+
parser (~> 3.2.0)
|
149
183
|
rainbow (>= 2.0, < 4.0)
|
184
|
+
reline (0.5.10)
|
185
|
+
io-console (~> 0.5)
|
186
|
+
rexml (3.3.8)
|
150
187
|
rspec (3.11.0)
|
151
188
|
rspec-core (~> 3.11.0)
|
152
189
|
rspec-expectations (~> 3.11.0)
|
@@ -160,41 +197,45 @@ GEM
|
|
160
197
|
diff-lcs (>= 1.2.0, < 2.0)
|
161
198
|
rspec-support (~> 3.11.0)
|
162
199
|
rspec-support (3.11.0)
|
163
|
-
ruby_parser (3.
|
200
|
+
ruby_parser (3.21.1)
|
201
|
+
racc (~> 1.5)
|
164
202
|
sexp_processor (~> 4.16)
|
165
|
-
rubycritic (4.
|
166
|
-
flay (~> 2.
|
167
|
-
flog (~> 4.
|
168
|
-
launchy (>= 2.
|
169
|
-
parser (>= 2.
|
170
|
-
rainbow (~> 3.
|
171
|
-
reek (~> 6.0, <
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
203
|
+
rubycritic (4.9.1)
|
204
|
+
flay (~> 2.13)
|
205
|
+
flog (~> 4.7)
|
206
|
+
launchy (>= 2.5.2)
|
207
|
+
parser (>= 3.2.2.4)
|
208
|
+
rainbow (~> 3.1.1)
|
209
|
+
reek (~> 6.0, < 6.2)
|
210
|
+
rexml
|
211
|
+
ruby_parser (~> 3.21)
|
212
|
+
simplecov (>= 0.22.0)
|
213
|
+
tty-which (~> 0.5.0)
|
214
|
+
virtus (~> 2.0)
|
215
|
+
sexp_processor (4.17.2)
|
177
216
|
simplecov (0.22.0)
|
178
217
|
docile (~> 1.1)
|
179
218
|
simplecov-html (~> 0.11)
|
180
219
|
simplecov_json_formatter (~> 0.1)
|
181
220
|
simplecov-html (0.13.1)
|
182
221
|
simplecov_json_formatter (0.1.4)
|
183
|
-
|
222
|
+
stringio (3.1.1)
|
223
|
+
thor (1.3.2)
|
184
224
|
thread_safe (0.3.6)
|
185
|
-
timers (4.3.
|
186
|
-
|
225
|
+
timers (4.3.5)
|
226
|
+
traces (0.11.1)
|
227
|
+
tty-which (0.5.0)
|
187
228
|
tzinfo (2.0.6)
|
188
229
|
concurrent-ruby (~> 1.0)
|
189
|
-
virtus (
|
230
|
+
virtus (2.0.0)
|
190
231
|
axiom-types (~> 0.1)
|
191
232
|
coercible (~> 1.0)
|
192
233
|
descendants_tracker (~> 0.0, >= 0.0.3)
|
193
|
-
|
234
|
+
webrick (1.8.2)
|
194
235
|
zeitwerk (2.6.18)
|
195
236
|
|
196
237
|
PLATFORMS
|
197
|
-
|
238
|
+
ruby
|
198
239
|
|
199
240
|
DEPENDENCIES
|
200
241
|
async-websocket!
|
data/fast_ci.gemspec
CHANGED
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
|
|
26
26
|
spec.executables = ["fastci_rubycritic", "fastci_brakeman", "fastci_bundle_audit"]
|
27
27
|
spec.require_paths = ["lib"]
|
28
28
|
|
29
|
-
spec.add_dependency "console", "~> 1.
|
29
|
+
spec.add_dependency "console", "~> 1.21.0"
|
30
30
|
spec.add_dependency "async-websocket", '<= 0.20.0'
|
31
31
|
spec.add_dependency "rubycritic", ">= 4.1.0"
|
32
32
|
spec.add_dependency "brakeman", ">= 5.4.1"
|
data/lib/fast_ci/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fast_ci
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nesha Zoric
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.
|
19
|
+
version: 1.21.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.
|
26
|
+
version: 1.21.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: async-websocket
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -159,8 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
159
159
|
- !ruby/object:Gem::Version
|
160
160
|
version: '0'
|
161
161
|
requirements: []
|
162
|
-
|
163
|
-
rubygems_version: 2.7.7
|
162
|
+
rubygems_version: 3.2.3
|
164
163
|
signing_key:
|
165
164
|
specification_version: 4
|
166
165
|
summary: Ruby wrapper for creating FastCI integrations
|