# -*- encoding: utf-8 -*- # stub: logstash-output-elasticsearch-shield 0.1.4 ruby lib Gem::Specification.new do |s| s.name = "logstash-output-elasticsearch-shield".freeze s.version = "0.1.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "logstash_group" => "output", "logstash_plugin" => "true" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Elasticsearch".freeze] s.date = "2015-02-19" s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program".freeze s.email = "info@elasticsearch.com".freeze s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/logstash/outputs/elasticsearch/shield.rb".freeze, "logstash-output-elasticsearch-shield.gemspec".freeze, "spec/outputs/shield_spec.rb".freeze] s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html".freeze s.licenses = ["SHIELD SOFTWARE LICENSE AGREEMENT".freeze] s.requirements = ["jar 'org.elasticsearch:elasticsearch-shield', '1.0.0'".freeze, "repo https://maven.elasticsearch.org/artifactory/releases".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Shield plugin for the Elasticsearch Output".freeze s.test_files = ["spec/outputs/shield_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.1.7".freeze, "~> 0.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end