From e909c42c9d5d568fd77267326845a1692b9e0154 Mon Sep 17 00:00:00 2001 From: Aaron Averbuch <10715707+ahaverbuch@users.noreply.github.com> Date: Tue, 8 Apr 2025 11:12:01 -0400 Subject: [PATCH] Fix up gemspec --- confg.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/confg.gemspec b/confg.gemspec index 18b47ee..064a6b2 100644 --- a/confg.gemspec +++ b/confg.gemspec @@ -11,8 +11,8 @@ Gem::Specification.new do |spec| spec.email = ["mike@mnelson.io"] spec.description = "Config the pipes" spec.summary = "Sets shared variables for applications" - spec.homepage = "" - + spec.homepage = "https://github.com/guideline-tech/confg" + spec.license = "MIT" # 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.