# -*- encoding: utf-8 -*- # stub: logstash-output-https 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "logstash-output-https".freeze s.version = "0.0.2".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 = ["Emdeon Enterprise Monitoring".freeze] s.date = "2015-05-15" s.description = "This gem is a logstash plugin 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 = "ISSProductionMonitoring-Data@emdeon.com".freeze s.files = [".gitignore".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "lib/logstash/outputs/https.rb".freeze, "logstash-output-https.gemspec".freeze, "spec/outputs/https_spec.rb".freeze] s.homepage = "http://www.emdeon.com/".freeze s.licenses = ["Apache License (2.0)".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Simple HTTPS Output.".freeze s.test_files = ["spec/outputs/https_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.4.0".freeze, "< 2.0.0".freeze]) s.add_development_dependency(%q.freeze, ["= 0.0.12".freeze]) end