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:
parent
df864b30be
commit
3ab6369416
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue