Sha256: 61aa75e66a4cd864c7b1e76531e17700212c97700029d0fd5c0dae74fb601300

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

# -*- encoding: utf-8 -*-
# stub: logstash-core-plugin-api 2.1.23 java lib

Gem::Specification.new do |s|
  s.name = "logstash-core-plugin-api"
  s.version = "2.1.23"
  s.platform = "java"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Elastic"]
  s.date = "2017-02-28"
  s.description = "Logstash plugin API"
  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 = "Define the plugin API that the plugin need to follow."

  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>, ["= 5.2.1"])
    else
      s.add_dependency(%q<logstash-core>, ["= 5.2.1"])
    end
  else
    s.add_dependency(%q<logstash-core>, ["= 5.2.1"])
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
logstash-output-icinga-1.1.0 vendor/jruby/1.9/specifications/logstash-core-plugin-api-2.1.23-java.gemspec
logstash-output-icinga-1.0.0 vendor/jruby/1.9/specifications/logstash-core-plugin-api-2.1.23-java.gemspec