diff --git a/LICENSE.md b/LICENSE.md index 1ed1606..00bea5e 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2020-2025, Denis Bourgeois & Dan Macumber +Copyright (c) 2020-2026, Denis Bourgeois & Dan Macumber All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/lib/measures/tbd_monkey_patch/LICENSE.md b/lib/measures/tbd_monkey_patch/LICENSE.md index 6b566ce..2645bf1 100644 --- a/lib/measures/tbd_monkey_patch/LICENSE.md +++ b/lib/measures/tbd_monkey_patch/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2025 Denis Bourgeois & Dan Macumber +Copyright (c) 2020-2026 Denis Bourgeois & Dan Macumber Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/measures/tbd_monkey_patch/measure.rb b/lib/measures/tbd_monkey_patch/measure.rb index 3b18b7c..a395e2a 100644 --- a/lib/measures/tbd_monkey_patch/measure.rb +++ b/lib/measures/tbd_monkey_patch/measure.rb @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2020-2025 Denis Bourgeois & Dan Macumber +# Copyright (c) 2020-2026 Denis Bourgeois & Dan Macumber # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/tbd_tests.rb b/lib/tbd_tests.rb index 20b3465..2919265 100644 --- a/lib/tbd_tests.rb +++ b/lib/tbd_tests.rb @@ -1,6 +1,6 @@ # BSD 3-Clause License # -# Copyright (c) 2020-2025, Denis Bourgeois & Dan Macumber +# Copyright (c) 2020-2026, Denis Bourgeois & Dan Macumber # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/lib/tbd_tests/version.rb b/lib/tbd_tests/version.rb index 2103801..a70fcd9 100644 --- a/lib/tbd_tests/version.rb +++ b/lib/tbd_tests/version.rb @@ -1,6 +1,6 @@ # BSD 3-Clause License # -# Copyright (c) 2020-2025, Denis Bourgeois & Dan Macumber +# Copyright (c) 2020-2026, Denis Bourgeois & Dan Macumber # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -29,5 +29,5 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. module TBD_Tests - VERSION = "0.3.0".freeze + VERSION = "0.3.1".freeze end diff --git a/tbd_tests.gemspec b/tbd_tests.gemspec index 1ce2082..53bf11f 100644 --- a/tbd_tests.gemspec +++ b/tbd_tests.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |s| s.required_ruby_version = [">= 2.5.0", "< 4"] s.metadata = {} - s.add_development_dependency "tbd", "~> 3.5.0" + s.add_development_dependency "tbd", "~> 3.5.1" s.add_development_dependency "json-schema", "~> 4" s.add_development_dependency "rake", "~> 13.0" s.add_development_dependency "rspec", "~> 3.11"