From 1fd1ff11be2c5e2294c60adb263f59994910cb1c Mon Sep 17 00:00:00 2001 From: Andrew Harper Date: Tue, 29 Nov 2022 09:53:55 -0500 Subject: [PATCH] Update gem maintainers --- tiny_tds.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tiny_tds.gemspec b/tiny_tds.gemspec index fa50d942..ead347cf 100644 --- a/tiny_tds.gemspec +++ b/tiny_tds.gemspec @@ -6,8 +6,8 @@ Gem::Specification.new do |s| s.name = 'tiny_tds' s.version = TinyTds::VERSION s.platform = Gem::Platform::RUBY - s.authors = ['Ken Collins', 'Erik Bryn', 'Will Bond'] - s.email = ['ken@metaskills.net', 'will@wbond.net'] + s.authors = ['Ken Collins', 'rails-sqlserver volunteers'] + s.email = ['ken@metaskills.net'] s.homepage = 'http://github.com/rails-sqlserver/tiny_tds' s.summary = 'TinyTDS - A modern, simple and fast FreeTDS library for Ruby using DB-Library.' s.description = 'TinyTDS - A modern, simple and fast FreeTDS library for Ruby using DB-Library. Developed for the ActiveRecord SQL Server adapter.'