diff options
| author | mo khan <mo@mokhan.ca> | 2025-12-11 14:47:28 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-12-11 14:47:28 -0700 |
| commit | ecc324eb9fd20c6b48d65cb279e0afad6e5d886e (patch) | |
| tree | a69f65b2704b8f7991b9a536a40759cb79611443 | |
| parent | fa4f814d496168d90238f9893b114644aebb069e (diff) | |
chore: Update gemspec
| -rw-r--r-- | gitem.gemspec | 12 |
1 files 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. |
