Sha256: 84e49d984ddb4ddb3455185e728526b725833dc617cb2550efdce5a976c0ecbe

Contents?: true

Size: 1.37 KB

Versions: 1

Compression:

Stored size: 1.37 KB

Contents

Gem::Specification.new do |s|
  s.name          = 'logstash-input-cloudwatch'
  s.version         = '2.1.1'
  s.licenses      = ['Apache License (2.0)']
  s.summary       = "Pulls events from the Amazon Web Services CloudWatch API "
  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.authors       = ["Jurgens du Toit"]
  s.email         = 'jrgns@eagerelk.com'
  s.homepage      = "http://eagerelk.com"
  s.require_paths = ["lib"]

  # Files
  s.files = Dir[
    '*.gemspec',
    '*.md',
    'CONTRIBUTORS',
    'docs/**/*',
    'Gemfile',
    'lib/**/*',
    'LICENSE',
    'NOTICE.TXT',
    'spec/**/*',
    'vendor/**/*',
    'vendor/jar-dependencies/**/*.jar',
    'vendor/jar-dependencies/**/*.rb',
    'VERSION',
  ]

  # Tests
  s.test_files = s.files.grep(%r{^(test|spec|features)/})

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

  # Gem dependencies
  s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
  s.add_runtime_dependency 'logstash-codec-plain'
  s.add_runtime_dependency 'stud', '>= 0.0.19'
  s.add_runtime_dependency 'logstash-mixin-aws', '>= 4.3.0'
  s.add_development_dependency 'logstash-devutils'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logstash-input-cloudwatch-2.1.1 logstash-input-cloudwatch.gemspec