summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-03-31 21:41:55 +0900
committerAdam Malczewski <[email protected]>2026-03-31 21:41:55 +0900
commitcc97aeb35f8e0f61a13ee28b94355afa7c884281 (patch)
treede82008ecfdbb0255f9455b29ff6e54c24d4ee04
parent6b6e158d0614806dc970f7307fb63d392f0cb976 (diff)
downloaddispatch-tools-interface-cc97aeb35f8e0f61a13ee28b94355afa7c884281.tar.gz
dispatch-tools-interface-cc97aeb35f8e0f61a13ee28b94355afa7c884281.zip
update metadata
-rw-r--r--dispatch-tools-interface.gemspec10
1 files changed, 5 insertions, 5 deletions
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 = ["[email protected]"]
- 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.