mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Remove superfluous binary and remove examples from gem
This commit is contained in:
parent
fe57c7d6dd
commit
62adfd8639
2 changed files with 1 additions and 8 deletions
|
@ -1,7 +0,0 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
require 'sidekiq'
|
||||
|
||||
10.times do
|
||||
Sidekiq::Client.push('class' => 'HardWorker', 'args' => ['bob', 1])
|
||||
end
|
|
@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
|
|||
gem.license = "LGPL-3.0"
|
||||
|
||||
gem.executables = ['sidekiq', 'sidekiqctl']
|
||||
gem.files = `git ls-files | grep -v myapp`.split("\n")
|
||||
gem.files = `git ls-files | grep -Ev '^(myapp|examples)'`.split("\n")
|
||||
gem.test_files = `git ls-files -- test/*`.split("\n")
|
||||
gem.name = "sidekiq"
|
||||
gem.require_paths = ["lib"]
|
||||
|
|
Loading…
Add table
Reference in a new issue