mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Declare the license in gemspec
This commit is contained in:
parent
82da2cd62b
commit
29af991a09
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ Gem::Specification.new do |gem|
|
|||
gem.email = ["mperham@gmail.com"]
|
||||
gem.description = gem.summary = "Simple, efficient message processing for Ruby"
|
||||
gem.homepage = "http://mperham.github.com/sidekiq"
|
||||
gem.license = "LGPL-3.0"
|
||||
|
||||
gem.executables = ['sidekiq', 'sidekiqctl']
|
||||
gem.files = `git ls-files`.split("\n")
|
||||
|
|
Loading…
Add table
Reference in a new issue