File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 99
1010# rspec failure tracking
1111.rspec_status
12+
13+ Gemfile.lock
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments