From edfb20653ebc492783b8872eec6554fd042c2d35 Mon Sep 17 00:00:00 2001 From: brgix Date: Sat, 3 Jan 2026 14:08:37 -0500 Subject: [PATCH 1/3] Tests candidate TBD v351 (branch 'osut') --- Gemfile | 3 ++- LICENSE.md | 2 +- lib/measures/tbd_monkey_patch/LICENSE.md | 2 +- lib/measures/tbd_monkey_patch/measure.rb | 2 +- lib/tbd_tests.rb | 2 +- lib/tbd_tests/version.rb | 4 ++-- tbd_tests.gemspec | 3 ++- 7 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 0243d8d..68b61d3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,6 @@ source "https://rubygems.org" -gem "tbd", git: "https://github.com/rd2/tbd", branch: "develop" +gem "tbd", git: "https://github.com/rd2/tbd", branch: "osut" +gem "osut", git: "https://github.com/rd2/osut", branch: "reset_uo" gemspec 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..9656178 100644 --- a/tbd_tests.gemspec +++ b/tbd_tests.gemspec @@ -27,7 +27,8 @@ 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 "osut", "~> 0.8.1" s.add_development_dependency "json-schema", "~> 4" s.add_development_dependency "rake", "~> 13.0" s.add_development_dependency "rspec", "~> 3.11" From dc89c21b46fb269d3316e1a1372ec42b628118ee Mon Sep 17 00:00:00 2001 From: brgix Date: Sat, 3 Jan 2026 15:00:17 -0500 Subject: [PATCH 2/3] Pulls OSut v0.8.1 gem --- Gemfile | 1 - tbd_tests.gemspec | 1 - 2 files changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 68b61d3..ec6879f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,5 @@ source "https://rubygems.org" gem "tbd", git: "https://github.com/rd2/tbd", branch: "osut" -gem "osut", git: "https://github.com/rd2/osut", branch: "reset_uo" gemspec diff --git a/tbd_tests.gemspec b/tbd_tests.gemspec index 9656178..53bf11f 100644 --- a/tbd_tests.gemspec +++ b/tbd_tests.gemspec @@ -28,7 +28,6 @@ Gem::Specification.new do |s| s.metadata = {} s.add_development_dependency "tbd", "~> 3.5.1" - s.add_development_dependency "osut", "~> 0.8.1" s.add_development_dependency "json-schema", "~> 4" s.add_development_dependency "rake", "~> 13.0" s.add_development_dependency "rspec", "~> 3.11" From 3426a021508c4abf2d94e6369d611e71a36dc622 Mon Sep 17 00:00:00 2001 From: brgix Date: Sun, 4 Jan 2026 09:10:03 -0500 Subject: [PATCH 3/3] Tests TBD candidate v351 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ec6879f..0243d8d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" -gem "tbd", git: "https://github.com/rd2/tbd", branch: "osut" +gem "tbd", git: "https://github.com/rd2/tbd", branch: "develop" gemspec