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

Add Damian to owners

This commit is contained in:
Mike Perham 2013-08-14 20:26:18 -07:00
parent df864b30be
commit 3ab6369416

View file

@ -5,8 +5,8 @@ Gem::Specification.new do |s|
s.name = "connection_pool" s.name = "connection_pool"
s.version = ConnectionPool::VERSION s.version = ConnectionPool::VERSION
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.authors = ["Mike Perham"] s.authors = ["Mike Perham", "Damian Janowski"]
s.email = ["mperham@gmail.com"] s.email = ["mperham@gmail.com", "damian@educabilia.com"]
s.homepage = "https://github.com/mperham/connection_pool" s.homepage = "https://github.com/mperham/connection_pool"
s.description = s.summary = %q{Generic connection pool for Ruby} s.description = s.summary = %q{Generic connection pool for Ruby}