mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Remove test files, this isn’t used by anyone
This commit is contained in:
parent
0c193abcae
commit
c4a854cac8
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ Gem::Specification.new do |gem|
|
|||
gem.license = "LGPL-3.0"
|
||||
|
||||
gem.executables = ['sidekiq', 'sidekiqctl']
|
||||
gem.files = `git ls-files | grep -Ev '^(myapp|examples)'`.split("\n")
|
||||
gem.test_files = `git ls-files -- test/*`.split("\n")
|
||||
gem.files = `git ls-files | grep -Ev '^(test|myapp|examples)'`.split("\n")
|
||||
gem.test_files = []
|
||||
gem.name = "sidekiq"
|
||||
gem.require_paths = ["lib"]
|
||||
gem.version = Sidekiq::VERSION
|
||||
|
|
Loading…
Add table
Reference in a new issue