Skip to content

Commit 7a425c1

Browse files
committed
add gemspec metadata
1 parent 6ff4a10 commit 7a425c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bashly.gemspec

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,11 @@ Gem::Specification.new do |s|
2121
s.add_runtime_dependency 'completely', '~> 0.1', '>= 0.1.2'
2222
s.add_runtime_dependency 'mister_bin', '~> 0.7'
2323
s.add_runtime_dependency 'requires', '~> 0.1'
24+
25+
s.metadata = {
26+
"bug_tracker_uri" => "https://github.com/DannyBen/bashly/issues",
27+
"changelog_uri" => "https://github.com/DannyBen/bashly/blob/master/CHANGELOG.md",
28+
"homepage_uri" => "https://bashly.dannyb.co/",
29+
"source_code_uri" => "https://github.com/DannyBen/bashly",
30+
}
2431
end

0 commit comments

Comments
 (0)