Sha256: b3942f35113217b3d52cd19742bbd784f6b304f342226d6a8f523f0e30ab400e
Contents?: true
Size: 1.55 KB
Versions: 5
Compression:
Stored size: 1.55 KB
Contents
# -*- encoding: utf-8 -*- # stub: logstash-codec-plain 3.0.2 ruby lib Gem::Specification.new do |s| s.name = "logstash-codec-plain" s.version = "3.0.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.metadata = { "logstash_group" => "codec", "logstash_plugin" => "true" } if s.respond_to? :metadata= s.require_paths = ["lib"] s.authors = ["Elastic"] s.date = "2016-07-14" s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program" s.email = "info@elastic.co" s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html" s.licenses = ["Apache License (2.0)"] s.rubygems_version = "2.4.8" s.summary = "The plain codec is for plain text with no delimiting between events." s.installed_by_version = "2.4.8" if s.respond_to? :installed_by_version if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<logstash-core-plugin-api>, ["<= 2.99", ">= 1.60"]) s.add_development_dependency(%q<logstash-devutils>, [">= 0"]) else s.add_dependency(%q<logstash-core-plugin-api>, ["<= 2.99", ">= 1.60"]) s.add_dependency(%q<logstash-devutils>, [">= 0"]) end else s.add_dependency(%q<logstash-core-plugin-api>, ["<= 2.99", ">= 1.60"]) s.add_dependency(%q<logstash-devutils>, [">= 0"]) end end
Version data entries
5 entries across 5 versions & 3 rubygems