mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/fiddle] Add missing spec.extensions
https://github.com/ruby/fiddle/commit/2ce36b1fdc
This commit is contained in:
parent
77cc13943c
commit
5fb7ca33e6
Notes:
git
2020-05-23 14:29:42 +09:00
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ Gem::Specification.new do |spec|
|
|||
spec.bindir = "exe"
|
||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||
spec.require_paths = ["lib"]
|
||||
spec.extensions = ["ext/fiddle/extconf.rb"]
|
||||
|
||||
spec.required_ruby_version = ">= 2.3.0"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue