Skip to content

Commit f2642d6

Browse files
committed
Merge pull request #625 from domcleal/license-file
Fix LICENSE filename in gem file list
2 parents 9047e70 + 147c2e5 commit f2642d6

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)