From cc97aeb35f8e0f61a13ee28b94355afa7c884281 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Tue, 31 Mar 2026 21:41:55 +0900 Subject: update metadata --- dispatch-tools-interface.gemspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dispatch-tools-interface.gemspec') diff --git a/dispatch-tools-interface.gemspec b/dispatch-tools-interface.gemspec index d754297..a8bde04 100644 --- a/dispatch-tools-interface.gemspec +++ b/dispatch-tools-interface.gemspec @@ -8,14 +8,14 @@ Gem::Specification.new do |spec| spec.authors = ["Adam Malczewski"] spec.email = ["github@tradam.dev"] - spec.summary = "TODO: Write a short summary, because RubyGems requires one." - spec.description = "TODO: Write a longer description or delete this line." - spec.homepage = "TODO: Put your gem's website or public repo URL here." +spec.summary = "Structured interface for defining, validating, and executing tool definitions with JSON Schema." +spec.description = "A Ruby gem that provides a structured interface for defining, validating, and executing tool definitions. Tools are defined with JSON Schema parameter validation and organized in a registry for lookup and execution." +spec.homepage = "https://github.com/realtradam/dispatch-tools-interface" spec.license = "MIT" spec.required_ruby_version = ">= 3.2.0" - spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'" +spec.metadata["allowed_push_host"] = "https://rubygems.org" spec.metadata["homepage_uri"] = spec.homepage - spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here." +spec.metadata["source_code_uri"] = "https://github.com/realtradam/dispatch-tools-interface" # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. -- cgit v1.2.3