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 f3511b1 commit 8776b6fCopy full SHA for 8776b6f
Rakefile
@@ -345,7 +345,7 @@ spec = Gem::Specification.new do |s|
345
s.author = "Phusion - http://www.phusion.nl/"
346
s.email = "info@phusion.nl"
347
s.requirements << "fastthread" << "Apache 2 with development headers"
348
- s.require_path = "lib"
+ s.require_path = ["lib", "ext"]
349
s.add_dependency 'rake', '>= 0.8.1'
350
s.add_dependency 'fastthread', '>= 1.0.1'
351
s.extensions << 'ext/passenger/extconf.rb'
0 commit comments