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