1
0
Fork 0
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:
Sutou Kouhei 2020-04-18 15:40:13 +09:00 committed by Nobuyoshi Nakada
parent 77cc13943c
commit 5fb7ca33e6
Notes: git 2020-05-23 14:29:42 +09:00

View file

@ -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"