We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/mperham/connection_pool/pull/187/files added methods like idle but didn't bump the version so there's no way to specify a connection_pool gem with the reap functionality without resorting to github SHA:
idle
connection_pool
irb(main):004:0> cp = ConnectionPool.new { {foo: 'bar'} } => #<ConnectionPool:0x00007f9b31059118 @size=5, @timeout=5, @auto_reload_after_fork=true, @available=# irb(main):005:0> cp.idle NoMethodError (undefined method `idle' for #<ConnectionPool:0x00007f9b31059118>) irb(main):006:0> ConnectionPool::VERSION => "2.4.1"
Is there a timeline for publishing a version of the gem with this change to RubyGems?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/mperham/connection_pool/pull/187/files added methods like
idle
but didn't bump the version so there's no way to specify aconnection_pool
gem with the reap functionality without resorting to github SHA:Is there a timeline for publishing a version of the gem with this change to RubyGems?
The text was updated successfully, but these errors were encountered: