We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8569803 commit 457150aCopy full SHA for 457150a
1 file changed
cloudconvert.gemspec
@@ -8,6 +8,11 @@ Gem::Specification.new do |spec|
8
spec.description = "A Ruby interface to the CloudConvert API v2."
9
spec.summary = spec.description
10
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
+ }
16
spec.files = %w[cloudconvert.gemspec LICENSE.txt README.md] + Dir["lib/**/*.rb"]
17
spec.license = "MIT"
18
spec.require_paths = %w[lib]
0 commit comments