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 c9feec5 commit 3af23f9Copy full SHA for 3af23f9
1 file changed
fcntl.gemspec
@@ -11,12 +11,11 @@ Gem::Specification.new do |spec|
11
spec.homepage = "https://github.com/ruby/fcntl"
12
spec.license = "BSD-2-Clause"
13
14
- spec.files = `git ls-files -z`.split("\x0").reject do |f|
15
- f.match(%r{^(test|spec|features)/})
16
- end
+ spec.files = ["ext/fcntl/extconf.rb", "ext/fcntl/fcntl.c"]
17
spec.bindir = "exe"
18
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
spec.require_paths = ["lib"]
+ spec.extensions = "ext/fcntl/extconf.rb"
20
spec.required_ruby_version = ">= 2.5.0dev"
21
22
spec.add_development_dependency "bundler", "~> 1.14"
0 commit comments