mperham / connection_pool

Generic connection pooling for Ruby
MIT License
1.63k stars 143 forks source link

Raise on nothing to checkin #51

Closed drbrain closed 10 years ago

drbrain commented 10 years ago

This introduces class ConnectionPool::Error < RuntimeError as the exception raised when a user attempts to #checkin when they don't have anything checked out.

mperham commented 10 years ago

We should probably have Travis running ze specs.

drbrain commented 10 years ago

I added a .travis.yml to my fork, tested it out, then pushed it upstream. Now you only need to enable the travis service and add your email.