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 0fb88a2 commit a2d9b79Copy full SHA for a2d9b79
1 file changed
cuprite.gemspec
@@ -15,6 +15,12 @@ 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://cuprite.rubycdp.com/",
20
+ "bug_tracker_uri" => "https://github.com/rubycdp/cuprite/issues",
21
+ "documentation_uri" => "https://github.com/rubycdp/cuprite/blob/master/README.md",
22
+ "source_code_uri" => "https://github.com/rubycdp/cuprite",
23
+ }
24
25
s.required_ruby_version = ">= 2.3.0"
26
0 commit comments