fluent-plugin-honeycomb.gemspec in fluent-plugin-honeycomb-0.6.0 vs fluent-plugin-honeycomb.gemspec in fluent-plugin-honeycomb-0.7.0

- old
+ new

@@ -1,8 +1,8 @@ Gem::Specification.new do |spec| spec.name = 'fluent-plugin-honeycomb' - spec.version = '0.6.0' + spec.version = '0.7.0' spec.summary = "Fluentd output plugin for Honeycomb.io" spec.description = "Fluentd output plugin for Honeycomb.io" spec.authors = ['The Honeycomb.io Team'] spec.email = 'support@honeycomb.io' @@ -13,10 +13,10 @@ spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.require_paths = ["lib"] - spec.required_ruby_version = '>= 2.1.0' + spec.required_ruby_version = '>= 2.0.0' spec.add_runtime_dependency "fluentd", "~> 0.12" spec.add_runtime_dependency "http", "< 3" spec.add_development_dependency "bundler", "~> 1.7"