summaryrefslogtreecommitdiffhomepage
path: root/dispatch-adapter-copilot.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'dispatch-adapter-copilot.gemspec')
-rw-r--r--dispatch-adapter-copilot.gemspec13
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.