Sha256: 0d69d9c26165222ef6930514d6eec072f870d297bb791aa44fe66bf497b334e4

Contents?: true

Size: 1.49 KB

Versions: 5

Compression:

Stored size: 1.49 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'logstash/inputs/kinesiscloudwatchlogsubscription/version'

Gem::Specification.new do |spec|
  spec.name          = "logstash-input-kinesis-cloudwatch-log-subscription"
  spec.version       = Logstash::Input::KinesisCloudWatchLogSubscription::VERSION
  spec.authors       = ["Laurence MacGuire"]
  spec.email         = ["leprechaun@gmail.com"]
  spec.summary       = %q{Logstash plugin for Kinesis input from cloudwatch log subscriptions}
  spec.description   = %q{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}
  spec.homepage      = "https://github.com/leprechaun/logstash-input-kinesis-cloudwatch-log-subscription"
  spec.licenses      = ['Apache License (2.0)']

  spec.files         = `git ls-files`.split($\)
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  # Special flag to let us know this is actually a logstash plugin
  spec.metadata      = { "logstash_plugin" => "true", "logstash_group" => "input" }

  spec.platform      = 'java'

  spec.add_development_dependency "bundler", "~> 1.7"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.2.0"
  spec.add_development_dependency "logstash-core", ">= 1.5.1"
  spec.add_development_dependency "logstash-codec-json"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
logstash-input-kinesis-cloudwatch-log-subscription-1.3.6-java logstash-input-kinesis.gemspec
logstash-input-kinesis-cloudwatch-log-subscription-1.3.5-java logstash-input-kinesis.gemspec
logstash-input-kinesis-cloudwatch-log-subscription-1.3.4-java logstash-input-kinesis.gemspec
logstash-input-kinesis-cloudwatch-log-subscription-1.3.3-java logstash-input-kinesis.gemspec
logstash-input-kinesis-cloudwatch-log-subscription-1.3.2-java logstash-input-kinesis.gemspec