We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2520ae7 commit 16612c6Copy full SHA for 16612c6
rpush-redis.gemspec
@@ -18,6 +18,12 @@ Gem::Specification.new do |spec|
18
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
spec.require_paths = ["lib"]
20
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
+
27
spec.add_dependency "modis", [">= 3.0", "< 5.0"]
28
29
spec.add_development_dependency "bundler"
0 commit comments