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 2ff22ab commit e116ffeCopy full SHA for e116ffe
zstd-ruby.gemspec
@@ -29,6 +29,7 @@ Gem::Specification.new do |spec|
29
spec.bindir = "exe"
30
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
31
spec.require_paths = ["lib"]
32
+ spec.extensions = ["ext/zstdruby/extconf.rb"]
33
34
spec.add_development_dependency "bundler", "~> 1.14"
35
spec.add_development_dependency "rake", "~> 10.0"
0 commit comments