Skip to content

Commit

Permalink
Merge pull request #1024 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
Drop unused executables gemspec directive
  • Loading branch information
unixmonkey authored May 19, 2022
2 parents 8580e19 + c49940c commit be4283c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wicked_pdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ DESC

spec.required_ruby_version = Gem::Requirement.new('>= 2.2')
spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

Expand Down

0 comments on commit be4283c

Please sign in to comment.