Skip to content

Commit 147c2e5

Browse files
author
Dominic Cleal
committed
Fix LICENSE filename in gem file list
1 parent 9047e70 commit 147c2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.rdoc_options = ["--charset=UTF-8"]
1212
s.summary = %q{A simple, fast Mysql library for Ruby, binding to libmysql}
1313

14-
s.files = `git ls-files README.md CHANGELOG.md MIT-LICENSE ext lib support`.split
14+
s.files = `git ls-files README.md CHANGELOG.md LICENSE ext lib support`.split
1515
s.test_files = `git ls-files spec examples`.split
1616

1717
# tests

0 commit comments

Comments
 (0)