1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Add all of the links!

This commit is contained in:
Mike Perham 2021-03-03 14:33:51 -08:00
parent ed84837843
commit 823125f941

View file

@ -14,6 +14,14 @@ Gem::Specification.new do |gem|
gem.version = Sidekiq::VERSION
gem.required_ruby_version = ">= 2.5.0"
gem.metadata = {
"homepage_uri" => "https://sidekiq.org",
"bug_tracker_uri" => "https://github.com/mperham/sidekiq/issues",
"documentation_uri" => "https://github.com/mperham/sidekiq/wiki",
"changelog_uri" => "https://github.com/mperham/sidekiq/blob/master/Changes.md",
"source_code_uri" => "https://github.com/mperham/sidekiq",
}
gem.add_dependency "redis", ">= 4.2.0"
gem.add_dependency "connection_pool", ">= 2.2.2"
gem.add_dependency "rack", "~> 2.0"