Skip to content

Commit

Permalink
year up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 28, 2024
1 parent 433b749 commit 9aff93e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# Copyright (c) 2018-2023 Yegor Bugayenko
# Copyright (c) 2018-2024 Yegor Bugayenko
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the 'Software'), to deal
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# Copyright (c) 2018-2023 Yegor Bugayenko
# Copyright (c) 2018-2024 Yegor Bugayenko
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the 'Software'), to deal
Expand Down
4 changes: 2 additions & 2 deletions lib/threads.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# (The MIT License)
#
# Copyright (c) 2018-2023 Yegor Bugayenko
# Copyright (c) 2018-2024 Yegor Bugayenko
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the 'Software'), to deal
Expand All @@ -27,7 +27,7 @@

# Threads.
# Author:: Yegor Bugayenko (yegor256@gmail.com)
# Copyright:: Copyright (c) 2018-2023 Yegor Bugayenko
# Copyright:: Copyright (c) 2018-2024 Yegor Bugayenko
# License:: MIT
class Threads
def initialize(total = Concurrent.processor_count * 8, log: $stdout)
Expand Down
4 changes: 2 additions & 2 deletions test/test_threads.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# (The MIT License)
#
# Copyright (c) 2018-2023 Yegor Bugayenko
# Copyright (c) 2018-2024 Yegor Bugayenko
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the 'Software'), to deal
Expand All @@ -28,7 +28,7 @@

# Threads test.
# Author:: Yegor Bugayenko (yegor256@gmail.com)
# Copyright:: Copyright (c) 2018-2023 Yegor Bugayenko
# Copyright:: Copyright (c) 2018-2024 Yegor Bugayenko
# License:: MIT
class ThreadsTest < Minitest::Test
def test_multiple_threads
Expand Down
2 changes: 1 addition & 1 deletion threads.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# (The MIT License)
#
# Copyright (c) 2018-2023 Yegor Bugayenko
# Copyright (c) 2018-2024 Yegor Bugayenko
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the 'Software'), to deal
Expand Down

0 comments on commit 9aff93e

Please sign in to comment.