From ecc324eb9fd20c6b48d65cb279e0afad6e5d886e Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 11 Dec 2025 14:47:28 -0700 Subject: chore: Update gemspec --- gitem.gemspec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gitem.gemspec b/gitem.gemspec index 924fe4a..e64b544 100644 --- a/gitem.gemspec +++ b/gitem.gemspec @@ -8,16 +8,16 @@ Gem::Specification.new do |spec| spec.authors = ["mo khan"] spec.email = ["mo@mokhan.ca"] - spec.summary = "TODO: Write a short summary, because RubyGems requires one." - spec.description = "TODO: Write a longer description or delete this line." + spec.summary = "A static site generated for git repositories." + spec.description = "A static site generated for git repositories." spec.homepage = "https://github.com/xlgmokha/gitem" spec.license = "MIT" - spec.required_ruby_version = ">= 3.2.0" + spec.required_ruby_version = ">= 3.4.0" - spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'" + spec.metadata["allowed_push_host"] = "https://rubygems.org" spec.metadata["homepage_uri"] = spec.homepage - spec.metadata["source_code_uri"] = "https://github.com/xlgmokha/gitem" - spec.metadata["changelog_uri"] = "https://github.com/xlgmokha/gitem/blob/main/CHANGELOG.md" + spec.metadata["source_code_uri"] = "https://mokhan.ca/xlgmokha/gitem" + spec.metadata["changelog_uri"] = "https://mokhan.ca/xlgmokha/gitem/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. -- cgit v1.2.3