diff options
| -rw-r--r-- | dispatch-tools-interface.gemspec | 10 |
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. |
