Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tiny_tds.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ['[email protected]', '[email protected]']
s.authors = ['Ken Collins', 'rails-sqlserver volunteers']
s.email = ['[email protected]']
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.'
Expand Down