Skip to content

Commit 2762fc6

Browse files
committed
remove ext from load path
1 parent aecbde5 commit 2762fc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mysql2.gemspec

Lines changed: 1 addition & 2 deletions
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")
@@ -26,4 +26,3 @@ Gem::Specification.new do |s|
2626
s.add_development_dependency 'sequel'
2727
s.add_development_dependency 'faker'
2828
end
29-

0 commit comments

Comments
 (0)