Sha256: bb9dae878cea698cc104a31eeaec567fbcd187217cb7372e74f3097e18dcfa26

Contents?: true

Size: 1020 Bytes

Versions: 1

Compression:

Stored size: 1020 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |gem|
  gem.name          = "fluent-plugin-newrelictransform"
  gem.version       = "0.0.1"
  gem.date          = '2015-01-30'
  gem.authors       = ["chandrashekar Tippur"]
  gem.email         = ["ctippur@gmail.com"]
  gem.summary       = %q{Fluentd input plugin for Newrelic alerts}
  gem.description   = %q{FLuentd plugin for Newrelic alerts... WIP}
  gem.homepage      = 'https://github.com/ctippur/fluent-plugin-newrelic'
  gem.license       = 'MIT'

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

  gem.add_runtime_dependency 'fluentd', '~> 0.10', '>= 0.10.9'
  gem.add_development_dependency 'bundler', '~> 1.3'
  gem.add_development_dependency 'rake', '~> 0.9', '>= 0.9.2'
  gem.add_development_dependency 'rspec', '~> 2.11', '>= 2.11.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-newrelictransform-0.0.1 fluent-plugin-newrelic.gemspec