Skip to content

Commit

Permalink
Add additional metadata for the Ed project
Browse files Browse the repository at this point in the history
This should make the page for the Gem at rubygems.org more useful.
  • Loading branch information
karlstolley committed Sep 19, 2019
1 parent 735c7d5 commit fd85ff7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ed..gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ Gem::Specification.new do |spec|

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

spec.required_ruby_version = ">= 2.1.0"
spec.metadata = {
"bug_tracker_uri" => "https://github.com/minicomp/ed/issues",
"changelog_uri" => "https://github.com/minicomp/ed/releases",
"homepage_uri" => "https://minicomp.github.io/ed/",
"source_code_uri" => "https://github.com/minicomp/ed"
}

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) }

Expand Down

0 comments on commit fd85ff7

Please sign in to comment.