Skip to content

Commit 3586f7a

Browse files
committed
remove ext/ from loadpath
1 parent 13b6027 commit 3586f7a

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
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010
s.files = `git ls-files`.split("\n")
1111
s.homepage = %q{http://github.com/brianmario/mysql2}
1212
s.rdoc_options = ["--charset=UTF-8"]
13-
s.require_paths = ["lib", "ext"]
13+
s.require_paths = ["lib"]
1414
s.rubygems_version = %q{1.4.2}
1515
s.summary = %q{A simple, fast Mysql library for Ruby, binding to libmysql}
1616
s.test_files = `git ls-files spec examples`.split("\n")

0 commit comments

Comments
 (0)