ruby-kafka.gemspec in ruby-kafka-0.1.3 vs ruby-kafka.gemspec in ruby-kafka-0.1.4

- old
+ new

@@ -7,19 +7,21 @@ spec.name = "ruby-kafka" spec.version = Kafka::VERSION spec.authors = ["Daniel Schierbeck"] spec.email = ["daniel.schierbeck@gmail.com"] - spec.summary = %q{A client library for the Kafka distributed commit log.} + spec.summary = "A client library for the Kafka distributed commit log." spec.description = <<-DESC.gsub(/^ /, "").strip A client library for the Kafka distributed commit log. Currently, only the Producer API is implemented. DESC spec.homepage = "https://github.com/zendesk/ruby-kafka" spec.license = "Apache License Version 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" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"]