1
0
Fork 0
mirror of https://github.com/mperham/connection_pool synced 2023-03-27 23:22:21 -04:00

Remove BasicObject as this is now removed from ConnectionPool class in connection_pool.rb

This commit is contained in:
James Kyburz 2012-03-22 15:06:14 +01:00
parent 2d8762b073
commit 3e9523dae0

View file

@ -1,3 +1,3 @@
class ConnectionPool < BasicObject
class ConnectionPool
VERSION = "0.9.0"
end