Skip to content

Commit d4f7078

Browse files
Modernize code.
1 parent 08ce4e2 commit d4f7078

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/documentation-coverage.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ permissions:
77

88
env:
99
COVERAGE: PartialSummary
10+
BUNDLE_WITH: maintenance
1011

1112
jobs:
1213
validate:

gems.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
gem "bake-modernize"
1313
gem "bake-releases"
1414

15+
gem "decode"
16+
1517
gem "agent-context"
1618

1719
gem "utopia-project"
@@ -21,7 +23,6 @@
2123
gem "sus"
2224
gem "sus-fixtures-benchmark"
2325
gem "covered"
24-
gem "decode"
2526

2627
gem "rubocop"
2728
gem "rubocop-md"

io-event.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
77
spec.version = IO::Event::VERSION
88

99
spec.summary = "An event loop."
10-
spec.authors = ["Samuel Williams", "Math Ieu", "Wander Hillen", "Jean Boussier", "Benoit Daloze", "Bruno Sutic", "Shizuo Fujita", "Tavian Barnes", "Alex Matchneer", "Anthony Ross", "Delton Ding", "Fletcher Dares", "Italo Brandão", "John Hawthorn", "Luke Gruber", "Pavel Rosický", "Stan Hu", "Stanislav (Stas) Katkov", "William T. Nelson"]
10+
spec.authors = ["Samuel Williams", "Math Ieu", "Wander Hillen", "Jean Boussier", "Tavian Barnes", "Benoit Daloze", "Bruno Sutic", "Shizuo Fujita", "Alex Matchneer", "Anthony Ross", "Delton Ding", "Fletcher Dares", "Italo Brandão", "John Hawthorn", "Luke Gruber", "Pavel Rosický", "Stan Hu", "Stanislav (Stas) Katkov", "William T. Nelson"]
1111
spec.license = "MIT"
1212

1313
spec.cert_chain = ["release.cert"]

lib/io/event/timers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
# Released under the MIT License.
4-
# Copyright, 2024-2025, by Samuel Williams.
4+
# Copyright, 2024-2026, by Samuel Williams.
55

66
require_relative "priority_heap"
77

test/io/event/worker_pool.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
# Released under the MIT License.
4-
# Copyright, 2025, by Samuel Williams.
4+
# Copyright, 2025-2026, by Samuel Williams.
55
# Copyright, 2026, by Fletcher Dares.
66

77
require "io/event"

0 commit comments

Comments
 (0)