fast_ci 1.0.9 → 1.0.10

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: 5a53d5bd3a8c908378d45cf12c8a95e0137e8c4af2d0804797a010054053f66f
4
- data.tar.gz: 77d83fa973502e57b4e5a1403c62d24dd5884d16aff87ce40423b099f174f2d5
3
+ metadata.gz: bd1932ce58a8a70869d78bd3f2565e6579913fa30e714c401e0f495c67d972bf
4
+ data.tar.gz: efe6e817a021281f499863617df04b6b8e2686dc9c61fafa40a8b54acffa1f80
5
5
  SHA512:
6
- metadata.gz: 6dc289483947b48de22dc8136aa63f8c512b8e454afc0927b9fc49ff8b82e1f02402a72cc4f6576ece038344fce710e5ed36c6c421a27d98f7fefa5f69158b36
7
- data.tar.gz: 48515289cbbbccb6cca2635bfd42ad6bd5e7078164bc50fdb3862dbde883de3efb1c292e129dbf488d88fbc326296cf0cf1bad480dbaeb05fefd3a69ba0e6f8d
6
+ metadata.gz: c8eb904233f82aa9474b89212e653308127fd897c8156f10c3eada6cbfe0fccc69831c6f41e55b798c755067b2049e3f393cda2e4141afc9a70ded67994168b8
7
+ data.tar.gz: 58bb57f5560a0d40004d31dae417773d8b2e490bd85b77e8b9eeec6c638367815c3a633b071086202df22b87affbcf7c2f19eadd6536267de1fbf71a4374e829
@@ -0,0 +1,38 @@
1
+ name: Test
2
+
3
+ on:
4
+ push:
5
+ branches: [ master ]
6
+ pull_request:
7
+ branches: [ master ]
8
+
9
+ jobs:
10
+ build:
11
+
12
+ runs-on: ubuntu-latest
13
+
14
+ strategy:
15
+ fail-fast: false
16
+ matrix:
17
+ ruby:
18
+ - 3.2
19
+ - 3.1
20
+ - '3.0'
21
+ - 2.7
22
+ - 2.6
23
+
24
+ env:
25
+ RAILS_ENV: test
26
+
27
+ steps:
28
+ - uses: actions/checkout@v4
29
+
30
+ - name: Set up Ruby
31
+ uses: ruby/setup-ruby@v1
32
+ with:
33
+ ruby-version: ${{ matrix.ruby }}
34
+ bundler-cache: true
35
+
36
+ - name: Build and test
37
+ run: |
38
+ bundle exec rspec spec
data/.gitignore CHANGED
@@ -9,3 +9,4 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+ vendor/bundle
data/Gemfile.lock CHANGED
@@ -11,7 +11,7 @@ GIT
11
11
  PATH
12
12
  remote: .
13
13
  specs:
14
- fast_ci (1.0.9)
14
+ fast_ci (1.0.10)
15
15
  async-websocket (<= 0.20.0)
16
16
  brakeman (>= 5.4.1)
17
17
  console (>= 1.10.0)
@@ -23,32 +23,25 @@ PATH
23
23
  GEM
24
24
  remote: https://rubygems.org/
25
25
  specs:
26
- actionpack (7.1.4.2)
27
- actionview (= 7.1.4.2)
28
- activesupport (= 7.1.4.2)
29
- nokogiri (>= 1.8.5)
30
- racc
31
- rack (>= 2.2.4)
32
- rack-session (>= 1.0.1)
26
+ actionpack (6.1.7.10)
27
+ actionview (= 6.1.7.10)
28
+ activesupport (= 6.1.7.10)
29
+ rack (~> 2.0, >= 2.0.9)
33
30
  rack-test (>= 0.6.3)
34
- rails-dom-testing (~> 2.2)
35
- rails-html-sanitizer (~> 1.6)
36
- actionview (7.1.4.2)
37
- activesupport (= 7.1.4.2)
31
+ rails-dom-testing (~> 2.0)
32
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
33
+ actionview (6.1.7.10)
34
+ activesupport (= 6.1.7.10)
38
35
  builder (~> 3.1)
39
- erubi (~> 1.11)
40
- rails-dom-testing (~> 2.2)
41
- rails-html-sanitizer (~> 1.6)
42
- activesupport (7.1.4.2)
43
- base64
44
- bigdecimal
36
+ erubi (~> 1.4)
37
+ rails-dom-testing (~> 2.0)
38
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
39
+ activesupport (6.1.7.10)
45
40
  concurrent-ruby (~> 1.0, >= 1.0.2)
46
- connection_pool (>= 2.2.5)
47
- drb
48
41
  i18n (>= 1.6, < 2)
49
42
  minitest (>= 5.1)
50
- mutex_m
51
43
  tzinfo (~> 2.0)
44
+ zeitwerk (~> 2.3)
52
45
  addressable (2.8.7)
53
46
  public_suffix (>= 2.0.2, < 7.0)
54
47
  ast (2.4.2)
@@ -56,14 +49,13 @@ GEM
56
49
  console (~> 1.10)
57
50
  nio4r (~> 2.3)
58
51
  timers (~> 4.1)
59
- async-http (0.64.2)
60
- async (>= 1.25)
61
- async-io (>= 1.28)
62
- async-pool (>= 0.2)
63
- protocol-http (~> 0.26.0)
64
- protocol-http1 (~> 0.19.0)
65
- protocol-http2 (~> 0.16.0)
66
- traces (>= 0.10.0)
52
+ async-http (0.54.0)
53
+ async (~> 1.25)
54
+ async-io (~> 1.28)
55
+ async-pool (~> 0.2)
56
+ protocol-http (~> 0.21.0)
57
+ protocol-http1 (~> 0.13.0)
58
+ protocol-http2 (~> 0.14.0)
67
59
  async-io (1.43.2)
68
60
  async
69
61
  async-pool (0.4.0)
@@ -72,10 +64,7 @@ GEM
72
64
  descendants_tracker (~> 0.0.4)
73
65
  ice_nine (~> 0.11.0)
74
66
  thread_safe (~> 0.3, >= 0.3.1)
75
- base64 (0.2.0)
76
- bigdecimal (3.1.8)
77
- brakeman (6.2.2)
78
- racc
67
+ brakeman (5.4.1)
79
68
  builder (3.3.0)
80
69
  childprocess (5.1.0)
81
70
  logger (~> 1.5)
@@ -83,18 +72,15 @@ GEM
83
72
  coercible (1.0.0)
84
73
  descendants_tracker (~> 0.0.1)
85
74
  concurrent-ruby (1.3.4)
86
- connection_pool (2.4.1)
87
- console (1.21.0)
88
- fiber-annotation
75
+ console (1.10.0)
89
76
  fiber-local
90
77
  crass (1.0.6)
91
78
  descendants_tracker (0.0.4)
92
79
  thread_safe (~> 0.3, >= 0.3.1)
93
80
  diff-lcs (1.5.0)
94
81
  docile (1.4.1)
95
- drb (2.2.1)
82
+ equalizer (0.0.11)
96
83
  erubi (1.13.0)
97
- fiber-annotation (0.2.0)
98
84
  fiber-local (1.0.0)
99
85
  flay (2.13.3)
100
86
  erubi (~> 1.10)
@@ -108,38 +94,33 @@ GEM
108
94
  i18n (1.14.6)
109
95
  concurrent-ruby (~> 1.0)
110
96
  ice_nine (0.11.2)
111
- io-console (0.7.2)
112
- irb (1.14.1)
113
- rdoc (>= 4.0.0)
114
- reline (>= 0.4.2)
115
97
  kwalify (0.7.2)
116
98
  launchy (3.0.1)
117
99
  addressable (~> 2.8)
118
100
  childprocess (~> 5.0)
119
101
  logger (1.6.1)
120
- loofah (2.23.0)
102
+ loofah (2.23.1)
121
103
  crass (~> 1.0.2)
122
104
  nokogiri (>= 1.12.0)
123
105
  method_source (1.0.0)
124
106
  mini_portile2 (2.8.7)
125
107
  minitest (5.25.1)
126
- minitest-rails (7.1.1)
127
- minitest (~> 5.20)
128
- railties (>= 7.1.0, < 8.0.0)
129
- mutex_m (0.2.0)
108
+ minitest-rails (6.1.1)
109
+ minitest (~> 5.10)
110
+ railties (~> 6.1.0)
130
111
  nio4r (2.7.3)
131
- nokogiri (1.16.7)
132
- mini_portile2 (~> 2.8.2)
112
+ nokogiri (1.13.10)
113
+ mini_portile2 (~> 2.8.0)
133
114
  racc (~> 1.4)
134
115
  parser (3.2.2.4)
135
116
  ast (~> 2.4.1)
136
117
  racc
137
118
  path_expander (1.1.3)
138
- protocol-hpack (1.4.3)
139
- protocol-http (0.26.4)
140
- protocol-http1 (0.19.1)
141
- protocol-http (~> 0.22)
142
- protocol-http2 (0.16.0)
119
+ protocol-hpack (1.4.2)
120
+ protocol-http (0.21.0)
121
+ protocol-http1 (0.13.2)
122
+ protocol-http (~> 0.19)
123
+ protocol-http2 (0.14.2)
143
124
  protocol-hpack (~> 1.4)
144
125
  protocol-http (~> 0.18)
145
126
  protocol-websocket (0.7.5)
@@ -148,44 +129,29 @@ GEM
148
129
  pry (0.14.1)
149
130
  coderay (~> 1.1)
150
131
  method_source (~> 1.0)
151
- psych (5.1.2)
152
- stringio
153
- public_suffix (6.0.1)
132
+ public_suffix (5.1.1)
154
133
  racc (1.8.1)
155
- rack (3.1.8)
156
- rack-session (2.0.0)
157
- rack (>= 3.0.0)
134
+ rack (2.2.10)
158
135
  rack-test (2.1.0)
159
136
  rack (>= 1.3)
160
- rackup (2.1.0)
161
- rack (>= 3)
162
- webrick (~> 1.8)
163
137
  rails-dom-testing (2.2.0)
164
138
  activesupport (>= 5.0.0)
165
139
  minitest
166
140
  nokogiri (>= 1.6)
167
- rails-html-sanitizer (1.6.0)
168
- loofah (~> 2.21)
169
- nokogiri (~> 1.14)
170
- railties (7.1.4.2)
171
- actionpack (= 7.1.4.2)
172
- activesupport (= 7.1.4.2)
173
- irb
174
- rackup (>= 1.0.0)
141
+ rails-html-sanitizer (1.5.0)
142
+ loofah (~> 2.19, >= 2.19.1)
143
+ railties (6.1.7.10)
144
+ actionpack (= 6.1.7.10)
145
+ activesupport (= 6.1.7.10)
146
+ method_source
175
147
  rake (>= 12.2)
176
- thor (~> 1.0, >= 1.2.2)
177
- zeitwerk (~> 2.6)
148
+ thor (~> 1.0)
178
149
  rainbow (3.1.1)
179
150
  rake (13.0.6)
180
- rdoc (6.7.0)
181
- psych (>= 4.0.0)
182
151
  reek (6.1.4)
183
152
  kwalify (~> 0.7.0)
184
153
  parser (~> 3.2.0)
185
154
  rainbow (>= 2.0, < 4.0)
186
- reline (0.5.10)
187
- io-console (~> 0.5)
188
- rexml (3.3.9)
189
155
  rspec (3.11.0)
190
156
  rspec-core (~> 3.11.0)
191
157
  rspec-expectations (~> 3.11.0)
@@ -202,18 +168,17 @@ GEM
202
168
  ruby_parser (3.21.1)
203
169
  racc (~> 1.5)
204
170
  sexp_processor (~> 4.16)
205
- rubycritic (4.9.1)
206
- flay (~> 2.13)
207
- flog (~> 4.7)
208
- launchy (>= 2.5.2)
209
- parser (>= 3.2.2.4)
210
- rainbow (~> 3.1.1)
211
- reek (~> 6.0, < 6.2)
212
- rexml
213
- ruby_parser (~> 3.21)
214
- simplecov (>= 0.22.0)
215
- tty-which (~> 0.5.0)
216
- virtus (~> 2.0)
171
+ rubycritic (4.7.0)
172
+ flay (~> 2.8)
173
+ flog (~> 4.4)
174
+ launchy (>= 2.0.0)
175
+ parser (>= 2.6.0)
176
+ rainbow (~> 3.0)
177
+ reek (~> 6.0, < 7.0)
178
+ ruby_parser (~> 3.8)
179
+ simplecov (>= 0.17.0)
180
+ tty-which (~> 0.4.0)
181
+ virtus (~> 1.0)
217
182
  sexp_processor (4.17.2)
218
183
  simplecov (0.22.0)
219
184
  docile (~> 1.1)
@@ -221,19 +186,17 @@ GEM
221
186
  simplecov_json_formatter (~> 0.1)
222
187
  simplecov-html (0.13.1)
223
188
  simplecov_json_formatter (0.1.4)
224
- stringio (3.1.1)
225
189
  thor (1.3.2)
226
190
  thread_safe (0.3.6)
227
191
  timers (4.3.5)
228
- traces (0.11.1)
229
- tty-which (0.5.0)
192
+ tty-which (0.4.2)
230
193
  tzinfo (2.0.6)
231
194
  concurrent-ruby (~> 1.0)
232
- virtus (2.0.0)
195
+ virtus (1.0.5)
233
196
  axiom-types (~> 0.1)
234
197
  coercible (~> 1.0)
235
198
  descendants_tracker (~> 0.0, >= 0.0.3)
236
- webrick (1.8.2)
199
+ equalizer (~> 0.0, >= 0.0.9)
237
200
  zeitwerk (2.6.18)
238
201
 
239
202
  PLATFORMS
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FastCI
4
- VERSION = "1.0.9"
4
+ VERSION = "1.0.10"
5
5
  end
@@ -201,7 +201,7 @@ module Minitest
201
201
 
202
202
  test.failure.backtrace.each do |l|
203
203
  if !l["/cache/"]
204
- fully_formatted << "\n " + cyan + l + "\033[0m"
204
+ fully_formatted << "\n " + "\e[1;36m" + l + "\033[0m"
205
205
  end
206
206
  end
207
207
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fast_ci
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nesha Zoric
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-04 00:00:00.000000000 Z
11
+ date: 2024-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: console
@@ -134,6 +134,7 @@ extra_rdoc_files: []
134
134
  files:
135
135
  - ".github/workflows/main.yml"
136
136
  - ".github/workflows/release.yml"
137
+ - ".github/workflows/test.yml"
137
138
  - ".gitignore"
138
139
  - ".rspec"
139
140
  - ".rubocop.yml"