Skip to content

Commit 16612c6

Browse files
committed
Add gemspec metadata
1 parent 2520ae7 commit 16612c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rpush-redis.gemspec

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Gem::Specification.new do |spec|
1818
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
1919
spec.require_paths = ["lib"]
2020

21+
s.metadata = {
22+
"bug_tracker_uri" => "https://github.com/rpush/rpush-redis/issues",
23+
"changelog_uri" => "https://github.com/rpush/rpush-redis/blob/master/CHANGELOG.md",
24+
"source_code_uri" => "https://github.com/rpush/rpush-redis"
25+
}
26+
2127
spec.add_dependency "modis", [">= 3.0", "< 5.0"]
2228

2329
spec.add_development_dependency "bundler"

0 commit comments

Comments
 (0)