Skip to content

Commit 457150a

Browse files
committed
add metadata to gemspec
1 parent 8569803 commit 457150a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cloudconvert.gemspec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Gem::Specification.new do |spec|
88
spec.description = "A Ruby interface to the CloudConvert API v2."
99
spec.summary = spec.description
1010
spec.homepage = "https://cloudconvert.com/api/v2"
11+
spec.metadata = {
12+
"bug_tracker_uri" => "https://github.com/cloudconvert/cloudconvert-ruby/issues",
13+
"documentation_uri" => "https://cloudconvert.com/api/v2",
14+
"source_code_uri" => "https://github.com/cloudconvert/cloudconvert-ruby"
15+
}
1116
spec.files = %w[cloudconvert.gemspec LICENSE.txt README.md] + Dir["lib/**/*.rb"]
1217
spec.license = "MIT"
1318
spec.require_paths = %w[lib]

0 commit comments

Comments
 (0)