Sha256: 559623ca026c8d4038d2f7232111a2e06a2d7f49545a5e95aa4c82f52441f83b

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

$:.push File.expand_path('../lib', __FILE__)

Gem::Specification.new do |gem|
  gem.name = "fluent-plugin-scalyr"
  gem.summary = "Scalyr plugin for fluentd"
  gem.description = "Sends log data collected by fluentd to Scalyr (http://www.scalyr.com)"
  gem.homepage = "https://github.com/scalyr/scalyr-fluentd"
  gem.version = File.read("VERSION").strip
  gem.authors = ["Imron Alston"]
  gem.licenses = ["Apache-2.0"]
  gem.email = "imron@scalyr.com"
  gem.has_rdoc = false
  gem.platform = Gem::Platform::RUBY
  gem.files = Dir['AUTHORS', 'Gemfile', 'LICENSE', 'README.md', 'Rakefile', 'VERSION', 'fluent-plugin-scalyr.gemspec', 'fluent.conf.sample', 'lib/**/*', 'test/**/*']
  gem.test_files = Dir.glob("{test,spec,features}/**/*")
  gem.executables = Dir.glob("bin/*").map{ |f| File.basename(f) }
  gem.require_paths = ['lib']
  gem.add_dependency "fluentd", [">= 0.14.0", "< 2"]
  gem.add_development_dependency "rake", "~> 0.9"
  gem.add_development_dependency "test-unit", "~> 3.0"
  gem.add_development_dependency "flexmock", "~> 1.2"
  gem.add_development_dependency "bundler", "~> 1.9"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-scalyr-0.8.4 fluent-plugin-scalyr.gemspec
fluent-plugin-scalyr-0.8.3 fluent-plugin-scalyr.gemspec