We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9047e70 commit 147c2e5Copy full SHA for 147c2e5
mysql2.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
s.rdoc_options = ["--charset=UTF-8"]
12
s.summary = %q{A simple, fast Mysql library for Ruby, binding to libmysql}
13
14
- s.files = `git ls-files README.md CHANGELOG.md MIT-LICENSE ext lib support`.split
+ s.files = `git ls-files README.md CHANGELOG.md LICENSE ext lib support`.split
15
s.test_files = `git ls-files spec examples`.split
16
17
# tests
0 commit comments