Skip to content

Commit 309643d

Browse files
committed
Modernize code.
1 parent 3b6c2a8 commit 309643d

6 files changed

Lines changed: 8 additions & 3 deletions

File tree

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ Alex Matchneer <machty@gmail.com>
22
Math Ieu <sigsys@gmail.com>
33
Shizuo Fujita <watson1978@gmail.com>
44
Jean Boussier <jean.boussier+github@shopify.com>
5+
Fletcher Dares <fletcher.dares@shopify.com> FletcherDares <52580867+FletcherDares@users.noreply.github.com>

fixtures/io/event/test_scheduler.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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.
5+
# Copyright, 2026, by Fletcher Dares.
56

67
require "io/event/timers"
78

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", "Alex Matchneer", "Anthony Ross", "Delton Ding", "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", "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"]
1111
spec.license = "MIT"
1212

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

license.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Copyright, 2026, by William T. Nelson.
1717
Copyright, 2026, by Stan Hu.
1818
Copyright, 2026, by John Hawthorn.
1919
Copyright, 2026, by Italo Brandão.
20+
Copyright, 2026, by Fletcher Dares.
21+
Copyright, 2026, by Tavian Barnes.
2022

2123
Permission is hereby granted, free of charge, to any person obtaining a copy
2224
of this software and associated documentation files (the "Software"), to deal

test/io/event/selector.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, 2021-2025, by Samuel Williams.
4+
# Copyright, 2021-2026, by Samuel Williams.
55
# Copyright, 2023, by Math Ieu.
66

77
require "io/event"

test/io/event/worker_pool.rb

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

33
# Released under the MIT License.
44
# Copyright, 2025, by Samuel Williams.
5+
# Copyright, 2026, by Fletcher Dares.
56

67
require "io/event"
78
require "io/event/test_scheduler"

0 commit comments

Comments
 (0)