From 8c989af528cd91af0eb781cad4bd1cb54be0753e Mon Sep 17 00:00:00 2001 From: "Tj (bougyman) Vanderpoel" Date: Thu, 31 Jul 2025 12:30:59 -0500 Subject: [PATCH 1/2] fix: Fixes copypasta cruft from oldgem --- .release-please-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.release-please-config.json b/.release-please-config.json index 735db4a..a9af345 100644 --- a/.release-please-config.json +++ b/.release-please-config.json @@ -11,7 +11,7 @@ "extra-files": [ { "type": "generic", - "path": "lib/sequel/pgt_outbox/version.rb" + "path": "lib/leopard/version.rb" }, { "type": "generic", @@ -21,7 +21,7 @@ "exclude-paths": [ ".release-please-manifest.json", ".version.txt", - "lib/sequel/pgt_outbox/version.rb", + "lib/leopard/version.rb", ".rubocop.yml", ".overcommit.yml", "coverage/coverage.json" From 41af97f07b73f2b8965a50dac0db81f5902c79d6 Mon Sep 17 00:00:00 2001 From: "Tj (bougyman) Vanderpoel" Date: Thu, 31 Jul 2025 12:31:58 -0500 Subject: [PATCH 2/2] docs: Only ruby 3.4+ is going to be supported --- Readme.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.adoc b/Readme.adoc index eb360e4..69e4494 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -22,7 +22,7 @@ minimal DSL for defining endpoints and middleware. == Requirements -* Ruby >= 3.3.0 +* Ruby >= 3.4.0 * A running NATS server with the Service API enabled. == Installation