Skip to content

Commit 1561ae2

Browse files
committed
Add metadata
1 parent 2de3405 commit 1561ae2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ferrum.gemspec

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ Gem::Specification.new do |s|
1515
s.license = "MIT"
1616
s.require_paths = ["lib"]
1717
s.files = Dir["{lib}/**/*"] + %w[LICENSE README.md]
18+
s.metadata = {
19+
"homepage_uri" => "https://ferrum.rocks/",
20+
"bug_tracker_uri" => "https://github.com/rubycdp/ferrum/issues",
21+
"documentation_uri" => "https://github.com/rubycdp/ferrum/blob/master/README.md",
22+
"changelog_uri" => "https://github.com/rubycdp/ferrum/blob/master/CHANGELOG.md",
23+
"source_code_uri" => "https://github.com/rubycdp/ferrum",
24+
}
1825

1926
s.required_ruby_version = ">= 2.3.0"
2027

0 commit comments

Comments
 (0)