ruby-kafka.gemspec in ruby-kafka-1.1.0.beta1 vs ruby-kafka.gemspec in ruby-kafka-1.1.0
- old
+ new
@@ -16,10 +16,10 @@
spec.description = <<-DESC.gsub(/^ /, "").strip
A client library for the Kafka distributed commit log.
DESC
spec.homepage = "https://github.com/zendesk/ruby-kafka"
- spec.license = "Apache License Version 2.0"
+ spec.license = "Apache-2.0"
spec.required_ruby_version = '>= 2.1.0'
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = "exe"