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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 20a9a6f6780a0916fcbf7509a444ed0c81119d38883cd1fbd4d6b9c00fbddf75
4
- data.tar.gz: 51531a8091695d11b2d6619a4ee941b2ba02858931c0aceccd66aa54676c1b5f
3
+ metadata.gz: d4ec4ee74bd9f5145210fd14e031323873b0bc1351c999b773df463de5a92232
4
+ data.tar.gz: 61d1548a0b704ad2d6776ec21d7d3b81618b37e420066a5b142967897fdcc55a
5
5
  SHA512:
6
- metadata.gz: 67370479c4a42f497b6d0c5f4c0567504611183a18aaafc3a1ccf2a855ba9f61cb8ea69f823db41819bc856d76a297986a36f811ee3e511f6626d8a2f0402777
7
- data.tar.gz: '08409a1e1a48079d5ec4aabe31d51572e277d7c82e4d490f932928fecf0aab4904ba66fe772e4fd5a9ef539c05ae594d248dbb28cccb3141741d6ce8603d44b1'
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.0)
14
+ fast_ci (1.0.2)
15
15
  async-websocket (<= 0.20.0)
16
16
  brakeman (>= 5.4.1)
17
- console (~> 1.10.0)
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 (6.1.7.8)
25
- actionview (= 6.1.7.8)
26
- activesupport (= 6.1.7.8)
27
- rack (~> 2.0, >= 2.0.9)
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.0)
30
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
31
- actionview (6.1.7.8)
32
- activesupport (= 6.1.7.8)
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.4)
35
- rails-dom-testing (~> 2.0)
36
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
37
- activesupport (6.1.7.8)
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.30.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.56.5)
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.22.0)
55
- protocol-http1 (~> 0.14.0)
56
- protocol-http2 (~> 0.14.0)
57
- async-io (1.33.0)
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.3.9)
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
- brakeman (5.4.1)
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
- console (1.10.2)
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
- equalizer (0.0.11)
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
- minitest (5.15.0)
105
- minitest-rails (6.1.1)
106
- minitest (~> 5.10)
107
- railties (~> 6.1.0)
108
- nio4r (2.5.8)
109
- nokogiri (1.12.5-x86_64-linux)
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.0.3.2)
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.2)
115
- protocol-http (0.22.6)
116
- protocol-http1 (0.14.2)
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.14.2)
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
- public_suffix (4.0.7)
149
+ psych (5.1.2)
150
+ stringio
151
+ public_suffix (6.0.1)
128
152
  racc (1.8.1)
129
- rack (2.2.9)
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.5.0)
137
- loofah (~> 2.19, >= 2.19.1)
138
- railties (6.1.7.8)
139
- actionpack (= 6.1.7.8)
140
- activesupport (= 6.1.7.8)
141
- method_source
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
- reek (6.0.6)
178
+ rdoc (6.7.0)
179
+ psych (>= 4.0.0)
180
+ reek (6.1.4)
147
181
  kwalify (~> 0.7.0)
148
- parser (~> 3.0.0)
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.19.2)
200
+ ruby_parser (3.21.1)
201
+ racc (~> 1.5)
164
202
  sexp_processor (~> 4.16)
165
- rubycritic (4.7.0)
166
- flay (~> 2.8)
167
- flog (~> 4.4)
168
- launchy (>= 2.0.0)
169
- parser (>= 2.6.0)
170
- rainbow (~> 3.0)
171
- reek (~> 6.0, < 7.0)
172
- ruby_parser (~> 3.8)
173
- simplecov (>= 0.17.0)
174
- tty-which (~> 0.4.0)
175
- virtus (~> 1.0)
176
- sexp_processor (4.16.1)
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
- thor (1.2.2)
222
+ stringio (3.1.1)
223
+ thor (1.3.2)
184
224
  thread_safe (0.3.6)
185
- timers (4.3.3)
186
- tty-which (0.4.2)
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 (1.0.5)
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
- equalizer (~> 0.0, >= 0.0.9)
234
+ webrick (1.8.2)
194
235
  zeitwerk (2.6.18)
195
236
 
196
237
  PLATFORMS
197
- x86_64-linux
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.10.0"
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"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FastCI
4
- VERSION = "1.0.2"
4
+ VERSION = "1.0.3"
5
5
  end
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.2
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.10.0
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.10.0
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
- rubyforge_project:
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