imgix.gemspec in imgix-3.1.1 vs imgix.gemspec in imgix-3.2.0
- old
+ new
@@ -11,9 +11,16 @@
spec.description = 'Easily create and sign imgix URLs.'
spec.summary = 'Official Ruby Gem for easily creating and signing imgix URLs.'
spec.homepage = 'https://github.com/imgix/imgix-rb'
spec.license = 'MIT'
+ spec.metadata = {
+ 'bug_tracker_uri' => 'https://github.com/imgix/imgix-rb/issues',
+ 'changelog_uri' => 'https://github.com/imgix/imgix-rb/blob/master/CHANGELOG.md',
+ 'documentation_uri' => "https://www.rubydoc.info/gems/imgix/#{spec.version}",
+ 'source_code_uri' => "https://github.com/imgix/imgix-rb/tree/#{spec.version}"
+ }
+
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']