@@ -4,19 +4,20 @@ Gem::Specification.new do |spec|
44 spec . name = "resque-pool"
55 spec . version = Resque ::Pool ::VERSION
66 spec . authors = [ "nicholas a. evans" , ]
7- spec . email = [ "nick@ekenosen.net " ]
7+ spec . email = [ "nick@rubinick.dev " ]
88
99 spec . summary = "quickly and easily fork a pool of resque workers"
1010 spec . description = <<-EOF
1111 quickly and easily fork a pool of resque workers,
1212 saving memory (w/REE) and monitoring their uptime
1313 EOF
14- spec . homepage = "http://github.com/nevans /resque-pool"
14+ spec . homepage = "http://github.com/resque /resque-pool"
1515 spec . license = 'MIT'
1616
1717 spec . metadata [ "homepage_uri" ] = spec . homepage
18- spec . metadata [ "source_code_uri" ] = "http://github.com/nevans/resque-pool"
19- spec . metadata [ "changelog_uri" ] = "https://github.com/resque/resque/blob/master/HISTORY.md"
18+ spec . metadata [ "source_code_uri" ] = "http://github.com/resque/resque-pool"
19+ spec . metadata [ "changelog_uri" ] = "https://github.com/resque/resque-pool/blob/main/Changelog.md"
20+ spec . metadata [ "rubygems_mfa_required" ] = "true"
2021
2122 # Specify which files should be added to the gem when it is released.
2223 # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -30,7 +31,7 @@ Gem::Specification.new do |spec|
3031 spec . required_ruby_version = '>= 2.0'
3132
3233 spec . add_dependency "resque" , ">= 1.22" , "< 3"
33- spec . add_dependency "rake" , ">= 10.0" , "< 14.0"
34+ spec . add_dependency "rake" , ">= 10.0"
3435
3536 spec . add_development_dependency "bundler"
3637 spec . add_development_dependency "rspec"
0 commit comments