Skip to content

Commit 44da6af

Browse files
committed
Modernize code.
1 parent 03e9e20 commit 44da6af

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

async-container.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 = Async::Container::VERSION
88

99
spec.summary = "Abstract container-based parallelism using threads and processes where appropriate."
10-
spec.authors = ["Samuel Williams", "Olle Jonsson", "Anton Sozontov", "Juan Antonio Martín Lucas", "Yuji Yaginuma"]
10+
spec.authors = ["Samuel Williams", "Olle Jonsson", "Anton Sozontov", "Juan Antonio Martín Lucas", "Marc-André Cournoyer", "Yuji Yaginuma"]
1111
spec.license = "MIT"
1212

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

bake.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
# @parameter version [String] The new version number.
99
def after_gem_release_version_increment(version)
1010
context["releases:update"].call(version)
11-
context["utopia:project:readme:update"].call
11+
context["utopia:project:update"].call
1212
end

lib/async/container/channel.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, 2020-2024, by Samuel Williams.
4+
# Copyright, 2020-2025, by Samuel Williams.
55

66
require "json"
77

lib/async/container/generic.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, 2019-2025, by Samuel Williams.
5+
# Copyright, 2025, by Marc-André Cournoyer.
56

67
require "etc"
78
require "async/clock"

license.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Copyright, 2019, by Yuji Yaginuma.
55
Copyright, 2020, by Olle Jonsson.
66
Copyright, 2020, by Juan Antonio Martín Lucas.
77
Copyright, 2022, by Anton Sozontov.
8+
Copyright, 2025, by Marc-André Cournoyer.
89

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

0 commit comments

Comments
 (0)