Add MIT license to Gemspec.

This commit is contained in:
Stan Campbell 2014-07-25 12:50:20 -07:00
parent 80754f6296
commit 8750406502
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ SPEC = Gem::Specification.new do |s|
s.require_paths = ["lib", "ext"]
s.rubygems_version = %q{2.2.2}
s.summary = %q{The Kafka consumer is based on the librdkafka C library.}
s.licenses = ['MIT']
s.platform = Gem::Platform::CURRENT