Skip to content

Commit

Permalink
gemspec: Drop unused directives
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Jan 13, 2022
1 parent fcdcea5 commit 09996d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sidekiq-logstash.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Gem::Specification.new do |spec|
spec.license = 'MIT'

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.5.0'

Expand Down

0 comments on commit 09996d3

Please sign in to comment.