Skip to content

Commit

Permalink
Update authors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Aug 23, 2023
1 parent 9cdcee4 commit 6fe874f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 23 deletions.
21 changes: 1 addition & 20 deletions ext/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,7 @@

# Released under the MIT License.
# Copyright, 2021-2023, by Samuel Williams.

# Copyright, 2021, by Samuel G. D. Williams. <http://www.codeotaku.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
# Copyright, 2023, by Math Ieu.

return if RUBY_DESCRIPTION =~ /jruby/

Expand Down
2 changes: 1 addition & 1 deletion io-event.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.version = IO::Event::VERSION

spec.summary = "An event loop."
spec.authors = ["Samuel Williams", "Bruno Sutic", "Math Ieu", "Alex Matchneer", "Benoit Daloze", "Delton Ding"]
spec.authors = ["Samuel Williams", "Math Ieu", "Bruno Sutic", "Alex Matchneer", "Benoit Daloze", "Delton Ding"]
spec.license = "MIT"

spec.cert_chain = ['release.cert']
Expand Down
2 changes: 1 addition & 1 deletion lib/io/event/selector.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2021-2022, by Samuel Williams.
# Copyright, 2021-2023, by Samuel Williams.

require_relative 'selector/select'
require_relative 'debug/selector'
Expand Down
2 changes: 1 addition & 1 deletion test/io/event/selector/interrupt.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2021-2023, by Samuel Williams.
# Copyright, 2023, by Samuel Williams.

require 'io/event'
require 'io/event/selector'
Expand Down
1 change: 1 addition & 0 deletions test/io/event/selector/process_io.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Released under the MIT License.
# Copyright, 2022, by Samuel Williams.
# Copyright, 2023, by Math Ieu.

require 'io/event'
require 'io/event/selector'
Expand Down

0 comments on commit 6fe874f

Please sign in to comment.