Skip to content

Commit e481aad

Browse files
committed
Add missing metadata to gemspec
1 parent 34c138e commit e481aad

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

redcarpet.gemspec

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ Gem::Specification.new do |s|
77
s.date = '2025-02-25'
88
s.email = 'vicent@github.com'
99
s.homepage = 'https://github.com/vmg/redcarpet'
10+
s.metadata = {
11+
"bug_tracker_uri" => "https://github.com/vmg/redcarpet/issues",
12+
"changelog_uri" => "https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md",
13+
"homepage_uri" => "https://github.com/vmg/redcarpet",
14+
"source_code_uri" => "https://github.com/vmg/redcarpet",
15+
"wiki_uri" => "https://github.com/vmg/redcarpet/wiki",
16+
}
1017
s.authors = ["Natacha Porté", "Vicent Martí"]
1118
s.license = 'MIT'
1219
s.required_ruby_version = '>= 1.9.2'

0 commit comments

Comments
 (0)