Skip to content

Commit b6d0c74

Browse files
committed
Update gemspec.
1 parent d8d0a0c commit b6d0c74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

activerecord-sqlserver-adapter.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ Gem::Specification.new do |spec|
66
spec.name = 'activerecord-sqlserver-adapter'
77
spec.version = ActiveRecord::ConnectionAdapters::SQLServer::Version::VERSION
88
spec.platform = Gem::Platform::RUBY
9+
spec.license = 'MIT'
910
spec.authors = ['Ken Collins', 'Anna Carey', 'Will Bond', 'Murray Steele', 'Shawn Balestracci', 'Joe Rafaniello', 'Tom Ward']
1011
spec.email = ['ken@metaskills.net', 'will@wbond.net']
1112
spec.homepage = 'http://github.com/rails-sqlserver/activerecord-sqlserver-adapter'
1213
spec.summary = 'ActiveRecord SQL Server Adapter.'
13-
spec.description = spec.summary
14+
spec.description = 'ActiveRecord SQL Server Adapter. SQL Server 2012 and upward.'
1415
spec.files = `git ls-files -z`.split("\x0")
1516
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
1617
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})

0 commit comments

Comments
 (0)