Commit ecc324e
Changed files (1)
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.