summaryrefslogtreecommitdiff
path: root/gitem.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'gitem.gemspec')
-rw-r--r--gitem.gemspec12
1 files changed, 6 insertions, 6 deletions
diff --git a/gitem.gemspec b/gitem.gemspec
index 89e83a9..ab35d14 100644
--- a/gitem.gemspec
+++ b/gitem.gemspec
@@ -8,15 +8,16 @@ Gem::Specification.new do |spec|
spec.authors = ["mo khan"]
spec.email = ["mo@mokhan.ca"]
- spec.summary = "A static site generated for git repositories."
- spec.description = "A static site generated for git repositories."
- spec.homepage = "https://mokhan.ca/xlgmokha/gitem"
+ spec.summary = "A static site generator for git repositories."
+ spec.description = "Browse your git history locally with a GitHub-like interface."
+ spec.homepage = "https://github.com/xlgmokha/gitem"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.4.0"
spec.metadata["allowed_push_host"] = "https://rubygems.org"
spec.metadata["homepage_uri"] = spec.homepage
- spec.metadata["source_code_uri"] = "https://mokhan.ca/xlgmokha/gitem"
+ spec.metadata["source_code_uri"] = "https://github.com/xlgmokha/gitem"
+ spec.metadata["changelog_uri"] = "https://github.com/xlgmokha/gitem/blob/main/CHANGELOG.md"
# 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.
@@ -33,7 +34,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "fileutils", "~> 1.0"
spec.add_dependency "json", "~> 2.0"
- spec.add_dependency "open3", "~> 0.1"
spec.add_dependency "rugged", "~> 1.0"
- spec.add_dependency "time", "~> 0.1"
+ spec.add_dependency "webrick", "~> 1.8"
end