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 4bcc056 commit 5488d45Copy full SHA for 5488d45
asset_sync.gemspec
@@ -40,5 +40,9 @@ Gem::Specification.new do |s|
40
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
41
s.require_paths = ["lib"]
42
43
- s.metadata["changelog_uri"] = "#{s.homepage}/blob/master/CHANGELOG.md"
+ s.metadata = {
44
+ "bug_tracker_uri" => "#{s.homepage}/issues",
45
+ "changelog_uri" => "#{s.homepage}/blob/master/CHANGELOG.md",
46
+ "source_code_uri" => s.homepage,
47
+ }
48
end
0 commit comments