Sha256: eaa103535e2ad1c17cde1c1a099c6b4479b24100beb3ac63f24ba3fdf59146c4

Contents?: true

Size: 1.16 KB

Versions: 9

Compression:

Stored size: 1.16 KB

Contents

lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)

require 'logstash/outputs/newrelic_version/version'

Gem::Specification.new do |s|
  s.name          = 'logstash-output-newrelic'
  s.version       = LogStash::Outputs::NewRelicVersion::VERSION
  s.licenses      = ['Apache-2.0']
  s.summary       = "Sends Lostash events to New Relic"
  s.homepage      = 'https://github.com/newrelic/logstash-output-plugin'
  s.authors       = ['New Relic Logging Team']
  s.email         = 'logging-team@newrelic.com'
  s.require_paths = ['lib']

  # Files
  s.files = Dir['lib/**/*','spec/**/*','vendor/**/*','*.gemspec','*.md','CONTRIBUTORS','Gemfile','LICENSE','NOTICE.TXT']
   # 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" => "output" }

  # Gem dependencies
  s.add_runtime_dependency "logstash-core-plugin-api", "~> 2.0"
  s.add_runtime_dependency "logstash-codec-plain"
  s.add_development_dependency "logstash-devutils"
  s.add_development_dependency "webmock"
  s.add_development_dependency "rspec-wait"

end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
logstash-output-newrelic-1.1.1 logstash-output-newrelic.gemspec
logstash-output-newrelic-1.0.9 logstash-output-newrelic.gemspec
logstash-output-newrelic-1.0.8 logstash-output-newrelic.gemspec
logstash-output-newrelic-1.0.7 logstash-output-newrelic.gemspec
logstash-output-newrelic-1.0.5.pre.beta logstash-output-newrelic.gemspec
logstash-output-newrelic-1.0.4 logstash-output-newrelic.gemspec
logstash-output-newrelic-1.0.3 logstash-output-newrelic.gemspec
logstash-output-newrelic-1.0.2 logstash-output-newrelic.gemspec
logstash-output-newrelic-1.0.1 logstash-output-newrelic.gemspec