Skip to content

Commit

Permalink
Update gemspec with files whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Mar 8, 2021
1 parent 7b2bbee commit 25ed7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidekiq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
gem.license = "LGPL-3.0"

gem.executables = ["sidekiq", "sidekiqmon"]
gem.files = `git ls-files | grep -Ev '^(test|myapp|examples)'`.split("\n")
gem.files = ["sidekiq.gemspec", "README.md", "Changes.md", "LICENSE"] + `git ls-files | grep -E '^(bin|lib|web)'`.split("\n")
gem.name = "sidekiq"
gem.version = Sidekiq::VERSION
gem.required_ruby_version = ">= 2.5.0"
Expand Down

0 comments on commit 25ed7c7

Please sign in to comment.