1
0
Fork 0
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:
Matt Griffin 2012-06-19 13:55:06 -04:00
parent 82da2cd62b
commit 29af991a09

View file

@ -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")