Skip to content

Commit fd85ff7

Browse files
committed
Add additional metadata for the Ed project
This should make the page for the Gem at rubygems.org more useful.
1 parent 735c7d5 commit fd85ff7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ed..gemspec

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@ Gem::Specification.new do |spec|
88

99
spec.summary = "A Jekyll theme for minimal editions"
1010
spec.description = "Ed is a Jekyll theme designed for textual editors based on minimal computing principles, and focused on legibility, durability, ease and flexibility."
11-
spec.homepage = "http://minicomp.github.io/ed/"
11+
spec.homepage = "https://minicomp.github.io/ed/"
1212
spec.license = "MIT"
1313

1414
spec.required_ruby_version = ">= 2.1.0"
15+
spec.metadata = {
16+
"bug_tracker_uri" => "https://github.com/minicomp/ed/issues",
17+
"changelog_uri" => "https://github.com/minicomp/ed/releases",
18+
"homepage_uri" => "https://minicomp.github.io/ed/",
19+
"source_code_uri" => "https://github.com/minicomp/ed"
20+
}
1521

1622
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(404|assets|optional|_layouts|_includes|_sass|_texts|index|search|about|credits|documentation|atom|Gemfile|LICENSE|README)}i) }
1723

0 commit comments

Comments
 (0)