File tree Expand file tree Collapse file tree 8 files changed +11
-8
lines changed
Expand file tree Collapse file tree 8 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 3434 timeout-minutes : 5
3535 run : bundle exec bake test
3636
37- - uses : actions/upload-artifact@v3
37+ - uses : actions/upload-artifact@v4
3838 with :
3939 name : coverage-${{matrix.os}}-${{matrix.ruby}}
4040 path : .covered.db
5050 ruby-version : " 3.3"
5151 bundler-cache : true
5252
53- - uses : actions/download-artifact@v3
53+ - uses : actions/download-artifact@v4
5454
5555 - name : Validate coverage
5656 timeout-minutes : 5
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ Layout/IndentationConsistency:
1616 Enabled : true
1717 EnforcedStyle : normal
1818
19+ Layout/BlockAlignment :
20+ Enabled : true
21+
1922Layout/EndAlignment :
2023 Enabled : true
2124 EnforcedStyleAlignWith : start_of_line
Original file line number Diff line number Diff line change 22# frozen_string_literal: true
33
44# Released under the MIT License.
5- # Copyright, 2019-2022 , by Samuel Williams.
5+ # Copyright, 2019-2024 , by Samuel Williams.
66# Copyright, 2019, by Yuji Yaginuma.
77# Copyright, 2022, by Anton Sozontov.
88
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33# Released under the MIT License.
4- # Copyright, 2019-2022 , by Samuel Williams.
4+ # Copyright, 2019-2024 , by Samuel Williams.
55
66module Async
77 module Container
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33# Released under the MIT License.
4- # Copyright, 2020-2022 , by Samuel Williams.
4+ # Copyright, 2020-2024 , by Samuel Williams.
55# Copyright, 2020, by Olle Jonsson.
66
77require_relative 'channel'
Original file line number Diff line number Diff line change 22# frozen_string_literal: true
33
44# Released under the MIT License.
5- # Copyright, 2020- 2024, by Samuel Williams.
5+ # Copyright, 2024, by Samuel Williams.
66
77require_relative '../../../lib/async/container/controller'
88
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33# Released under the MIT License.
4- # Copyright, 2019-2022 , by Samuel Williams.
4+ # Copyright, 2019-2024 , by Samuel Williams.
55
66require "async/container/hybrid"
77require "async/container/best"
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33# Released under the MIT License.
4- # Copyright, 2018-2022 , by Samuel Williams.
4+ # Copyright, 2018-2024 , by Samuel Williams.
55
66require "async/container/threaded"
77require "async/container/a_container"
You can’t perform that action at this time.
0 commit comments