Skip to content

Commit

Permalink
gemspec: Drop unused directives (#83)
Browse files Browse the repository at this point in the history
This gem exposes no executables.
  • Loading branch information
olleolleolle committed Dec 18, 2021
1 parent fc94069 commit d442ccf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rexml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ Gem::Specification.new do |spec|
spec.files = files
spec.rdoc_options.concat(["--main", "README.md"])
spec.extra_rdoc_files = rdoc_files
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }

spec.required_ruby_version = '>= 2.5.0'

Expand Down

0 comments on commit d442ccf

Please sign in to comment.