update gemspec

This commit is contained in:
Aleks Rūtiņš 2024-09-08 21:21:37 -04:00
parent f824eae230
commit 88e0c3366a

View file

@ -8,17 +8,16 @@ Gem::Specification.new do |spec|
spec.authors = ["Aleks Rūtiņš"]
spec.email = ["aleks@rutins.com"]
spec.summary = "TODO: Write a short summary, because RubyGems requires one."
spec.description = "TODO: Write a longer description or delete this line."
spec.homepage = "TODO: Put your gem's website or public repo URL here."
spec.summary = "A tiny SSG as a library, using Phlex for rendering"
spec.homepage = "https://sr.ht/~aleksrutins/phlexite"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.0.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"] = "TODO: Put your gem's public repo URL here."
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
spec.metadata["source_code_uri"] = "https://git.sr.ht/~aleksrutins/phlexite"
# spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
# 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.