diff options
| author | Adam Malczewski <[email protected]> | 2026-03-31 20:22:45 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-03-31 20:22:45 +0900 |
| commit | 3e32dec579fbdedec8c7ddb881207b25bb342e60 (patch) | |
| tree | 9db02b8f744fa2c1203b78e6c84a62f770bc1e73 /dispatch-adapter-copilot.gemspec | |
| parent | a1eed75083df6afd4895a4438309319d2a9e5523 (diff) | |
| download | dispatch-adapter-copilot-3e32dec579fbdedec8c7ddb881207b25bb342e60.tar.gz dispatch-adapter-copilot-3e32dec579fbdedec8c7ddb881207b25bb342e60.zip | |
imp
Diffstat (limited to 'dispatch-adapter-copilot.gemspec')
| -rw-r--r-- | dispatch-adapter-copilot.gemspec | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/dispatch-adapter-copilot.gemspec b/dispatch-adapter-copilot.gemspec index 2255734..7f6c756 100644 --- a/dispatch-adapter-copilot.gemspec +++ b/dispatch-adapter-copilot.gemspec @@ -1,21 +1,20 @@ # frozen_string_literal: true -require_relative "lib/dispatch/adapter/copilot/version" +require_relative "lib/dispatch/adapter/version" Gem::Specification.new do |spec| spec.name = "dispatch-adapter-copilot" - spec.version = Dispatch::Adapter::Copilot::VERSION + spec.version = Dispatch::Adapter::CopilotVersion::VERSION 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 = "GitHub Copilot adapter for Dispatch LLM framework" + spec.description = "Provider-agnostic LLM adapter interface with a concrete GitHub Copilot implementation using the Copilot API directly over HTTP." + spec.homepage = "https://github.com/tradam/dispatch-adapter-copilot" 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["homepage_uri"] = spec.homepage - spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here." + spec.metadata["source_code_uri"] = spec.homepage # 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. |
