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 9afc1ac commit 60d8f5eCopy full SHA for 60d8f5e
cgi.gemspec
@@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
25
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
26
`git ls-files -z 2>/dev/null`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
27
end
28
+ spec.extensions = ["ext/cgi/escape/extconf.rb"]
29
spec.bindir = "exe"
30
spec.executables = []
31
spec.require_paths = ["lib"]
0 commit comments