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:
parent
ed84837843
commit
823125f941
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue