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 2de3405 commit 1561ae2Copy full SHA for 1561ae2
ferrum.gemspec
@@ -15,6 +15,13 @@ Gem::Specification.new do |s|
15
s.license = "MIT"
16
s.require_paths = ["lib"]
17
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
+ }
25
26
s.required_ruby_version = ">= 2.3.0"
27
0 commit comments