Skip to content

Commit e488147

Browse files
author
Jeff Weiss
committed
Add license to gemspec
Prior to this commit, the gemspec did not include the license, which means that one can't use the rubygems API to automatically determine licensing of vendored gems. This commit adds the licensing to the gemspec.
1 parent 984a39d commit e488147

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql2.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Gem::Specification.new do |s|
44
s.name = %q{mysql2}
55
s.version = Mysql2::VERSION
66
s.authors = ["Brian Lopez"]
7+
s.license = "MIT"
78
s.email = %q{[email protected]}
89
s.extensions = ["ext/mysql2/extconf.rb"]
910
s.homepage = %q{http://github.com/brianmario/mysql2}

0 commit comments

Comments
 (0)