We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff4a10 commit 7a425c1Copy full SHA for 7a425c1
bashly.gemspec
@@ -21,4 +21,11 @@ Gem::Specification.new do |s|
21
s.add_runtime_dependency 'completely', '~> 0.1', '>= 0.1.2'
22
s.add_runtime_dependency 'mister_bin', '~> 0.7'
23
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
+ }
31
end
0 commit comments