Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/measures/tbd_monkey_patch/LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/measures/tbd_monkey_patch/measure.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/tbd_tests.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/tbd_tests/version.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion tbd_tests.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down