mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 16:05:12 +02:00
e4b5e9d41d
Generic connection pooling for Ruby. MongoDB has its own connection pool. ActiveRecord has its own connection pool. This is a generic connection pool that can be used with anything, e.g. Redis, Dalli and other Ruby network clients. OK jeremy@
14 lines
587 B
Plaintext
14 lines
587 B
Plaintext
${GEM_LIB}/cache/${DISTNAME}.gem
|
|
${GEM_LIB}/gems/${DISTNAME}/
|
|
${GEM_LIB}/gems/${DISTNAME}/Changes.md
|
|
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
|
${GEM_LIB}/gems/${DISTNAME}/README.md
|
|
${GEM_LIB}/gems/${DISTNAME}/connection_pool.gemspec
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/connection_pool/
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/connection_pool.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/connection_pool/timed_stack.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/connection_pool/version.rb
|
|
${GEM_LIB}/gems/${DISTNAME}/lib/connection_pool/wrapper.rb
|
|
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|