Skip to content

Commit d79e804

Browse files
committed
Merge pull request #366 from jeffweiss/master
Add license to gemspec
2 parents 123f50f + e488147 commit d79e804

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)