Commit 55e2913
Changed files (2)
net-llm.gemspec
@@ -10,12 +10,12 @@ Gem::Specification.new do |spec|
spec.summary = "Ruby client for OpenAI, Ollama, and Anthropic LLM APIs"
spec.description = "A minimal Ruby gem providing interfaces to connect to OpenAI, Ollama, and Anthropic (Claude) LLM APIs"
- spec.homepage = "https://github.com/xlgmokha/net-llm"
+ spec.homepage = "https://src.mokhan.ca/xlgmokha/net-llm/"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.2.0"
spec.metadata["homepage_uri"] = spec.homepage
- spec.metadata["source_code_uri"] = "https://github.com/xlgmokha/net-llm"
- spec.metadata["changelog_uri"] = "https://github.com/xlgmokha/net-llm/blob/main/CHANGELOG.md"
+ spec.metadata["source_code_uri"] = "https://src.mokhan.ca/xlgmokha/net-llm/"
+ spec.metadata["changelog_uri"] = "https://src.mokhan.ca/xlgmokha/net-llm/blob/main/CHANGELOG.md.html"
# 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.
README.md
@@ -235,7 +235,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
## Contributing
-Bug reports and pull requests are welcome on GitHub at https://github.com/xlgmokha/net-llm.
+Send me an email. For instructions see https://git-send-email.io/.
## License