Skip to content

Commit

Permalink
#228: Update copyright info and actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Jan 13, 2024
1 parent e5f0876 commit 7d717e9
Show file tree
Hide file tree
Showing 32 changed files with 46 additions and 46 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
codecov:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: '2.7'
- run: bundle update
- run: bundle exec rake
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
with:
file: coverage/.resultset.json
fail_ci_if_error: true
4 changes: 2 additions & 2 deletions .github/workflows/rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
ruby: ['2.7', '3.0']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- run: bundle update
Expand Down
2 changes: 1 addition & 1 deletion .simplecov
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(The MIT License)

Copyright (c) 2014-2023 Yegor Bugayenko
Copyright (c) 2014-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,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 assets/puzzles.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
(The MIT License)
Copyright (c) 2014-2023 Yegor Bugayenko
Copyright (c) 2014-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 assets/puzzles.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
(The MIT License)
Copyright (c) 2014-2023 Yegor Bugayenko
Copyright (c) 2014-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 bin/pdd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 features/step_definitions/steps.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 features/support/env.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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/pdd.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 Expand Up @@ -30,7 +30,7 @@

# PDD main module.
# Author:: Yegor Bugayenko ([email protected])
# Copyright:: Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright:: Copyright (c) 2014-2024 Yegor Bugayenko
# License:: MIT
module PDD
# If it breaks.
Expand Down
2 changes: 1 addition & 1 deletion lib/pdd/puzzle.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 lib/pdd/rule/duplicates.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 lib/pdd/rule/estimates.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 lib/pdd/rule/roles.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 lib/pdd/rule/text.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 lib/pdd/source.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 lib/pdd/sources.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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/pdd/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 @@ -20,7 +20,7 @@

# PDD main module.
# Author:: Yegor Bugayenko ([email protected])
# Copyright:: Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright:: Copyright (c) 2014-2024 Yegor Bugayenko
# License:: MIT
module PDD
VERSION = '0.0.0'.freeze
Expand Down
2 changes: 1 addition & 1 deletion pdd.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 test/test__helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 test/test_duplicates.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 @@ -24,7 +24,7 @@

# PDD::Rule::MaxDuplicates class test.
# Author:: Yegor Bugayenko ([email protected])
# Copyright:: Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright:: Copyright (c) 2014-2024 Yegor Bugayenko
# License:: MIT
class TestMaxDuplicates < Minitest::Test
def test_max_duplicates
Expand Down
4 changes: 2 additions & 2 deletions test/test_estimates.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 @@ -24,7 +24,7 @@

# PDD::Rule::Estimate module tests.
# Author:: Yegor Bugayenko ([email protected])
# Copyright:: Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright:: Copyright (c) 2014-2024 Yegor Bugayenko
# License:: MIT
class TestEstimates < Minitest::Test
def test_min
Expand Down
4 changes: 2 additions & 2 deletions test/test_many.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 @@ -25,7 +25,7 @@

# Test many puzzles to make sure their IDs are correct.
# Author:: Yegor Bugayenko ([email protected])
# Copyright:: Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright:: Copyright (c) 2014-2024 Yegor Bugayenko
# License:: MIT
class TestMany < Minitest::Test
def test_parsing
Expand Down
4 changes: 2 additions & 2 deletions test/test_pdd.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 Expand Up @@ -26,7 +26,7 @@

# PDD main module test.
# Author:: Yegor Bugayenko ([email protected])
# Copyright:: Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright:: Copyright (c) 2014-2024 Yegor Bugayenko
# License:: MIT
class TestPDD < Minitest::Test
def test_basic
Expand Down
4 changes: 2 additions & 2 deletions test/test_roles.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 @@ -24,7 +24,7 @@

# PDD::Rule::Role module tests.
# Author:: Yegor Bugayenko ([email protected])
# Copyright:: Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright:: Copyright (c) 2014-2024 Yegor Bugayenko
# License:: MIT
class TestRoles < Minitest::Test
def test_incorrect_role
Expand Down
4 changes: 2 additions & 2 deletions test/test_source.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 Expand Up @@ -26,7 +26,7 @@

# Source test.
# Author:: Yegor Bugayenko ([email protected])
# Copyright:: Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright:: Copyright (c) 2014-2024 Yegor Bugayenko
# License:: MIT
class TestSource < Minitest::Test
def test_parsing
Expand Down
2 changes: 1 addition & 1 deletion test/test_source_todo.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 test/test_sources.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 Expand Up @@ -26,7 +26,7 @@

# Sources test.
# Author:: Yegor Bugayenko ([email protected])
# Copyright:: Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright:: Copyright (c) 2014-2024 Yegor Bugayenko
# License:: MIT
class TestSources < Minitest::Test
def test_iterator
Expand Down
4 changes: 2 additions & 2 deletions test/test_text.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 @@ -24,7 +24,7 @@

# PDD::Rule::Text module tests.
# Author:: Yegor Bugayenko ([email protected])
# Copyright:: Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright:: Copyright (c) 2014-2024 Yegor Bugayenko
# License:: MIT
class TestText < Minitest::Test
def test_min_words
Expand Down
2 changes: 1 addition & 1 deletion utils/glob.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2023 Yegor Bugayenko
# Copyright (c) 2014-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 7d717e9

Please sign in to comment.