Skip to content

Commit d625502

Browse files
committed
Gemspec
1 parent 32f7bba commit d625502

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@
99

1010
# rspec failure tracking
1111
.rspec_status
12+
13+
Gemfile.lock

ruby_llm-docker.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Gem::Specification.new do |spec|
88
spec.authors = ["Aaron F Stanton"]
99
spec.email = ["[email protected]"]
1010

11-
spec.summary = "TODO: Write a short summary, because RubyGems requires one."
12-
spec.description = "TODO: Write a longer description or delete this line."
13-
spec.homepage = "TODO: Put your gem's website or public repo URL here."
11+
spec.summary = "A Ruby gem for interacting with Docker containers directly with RubyLLM."
12+
spec.description = "This gem provides a simple interface for managing Docker containers from Ruby via RubyLLM."
13+
spec.homepage = "https://github.com/afstanton/ruby_llm-docker"
1414
spec.license = "MIT"
1515
spec.required_ruby_version = ">= 3.2.0"
1616

17-
spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
17+
spec.metadata["allowed_push_host"] = "https://rubygems.org"
1818
spec.metadata["homepage_uri"] = spec.homepage
19-
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
19+
spec.metadata["source_code_uri"] = spec.homepage
2020

2121
# Specify which files should be added to the gem when it is released.
2222
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)