Skip to content

Commit 4863da7

Browse files
authored
Merge pull request #37 from rd2/osut
Tests candidate TBD v351 (branch 'osut')
2 parents 462fba9 + 3426a02 commit 4863da7

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2020-2025, Denis Bourgeois & Dan Macumber
3+
Copyright (c) 2020-2026, Denis Bourgeois & Dan Macumber
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

lib/measures/tbd_monkey_patch/LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2025 Denis Bourgeois & Dan Macumber
3+
Copyright (c) 2020-2026 Denis Bourgeois & Dan Macumber
44

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

lib/measures/tbd_monkey_patch/measure.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2020-2025 Denis Bourgeois & Dan Macumber
3+
# Copyright (c) 2020-2026 Denis Bourgeois & Dan Macumber
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

lib/tbd_tests.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BSD 3-Clause License
22
#
3-
# Copyright (c) 2020-2025, Denis Bourgeois & Dan Macumber
3+
# Copyright (c) 2020-2026, Denis Bourgeois & Dan Macumber
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

lib/tbd_tests/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BSD 3-Clause License
22
#
3-
# Copyright (c) 2020-2025, Denis Bourgeois & Dan Macumber
3+
# Copyright (c) 2020-2026, Denis Bourgeois & Dan Macumber
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without
@@ -29,5 +29,5 @@
2929
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030

3131
module TBD_Tests
32-
VERSION = "0.3.0".freeze
32+
VERSION = "0.3.1".freeze
3333
end

tbd_tests.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
2727
s.required_ruby_version = [">= 2.5.0", "< 4"]
2828
s.metadata = {}
2929

30-
s.add_development_dependency "tbd", "~> 3.5.0"
30+
s.add_development_dependency "tbd", "~> 3.5.1"
3131
s.add_development_dependency "json-schema", "~> 4"
3232
s.add_development_dependency "rake", "~> 13.0"
3333
s.add_development_dependency "rspec", "~> 3.11"

0 commit comments

Comments
 (0)