Sha256: 2aa9c27f96bdeb4769e1315f43e865003510d3d33d41919da53bba4d4d64a8d9

Contents?: true

Size: 1013 Bytes

Versions: 1

Compression:

Stored size: 1013 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "fluent-plugin-bugsnag"
  spec.version       = '0.2.0'
  spec.authors       = ["koshigoe"]
  spec.email         = ["koshigoeb@gmail.com"]

  spec.summary       = %q{Fluentd output plubin for Bugsnag.}
  spec.description   = %q{Fluentd output plubin for Bugsnag.}
  spec.homepage      = "https://github.com/feedforce/fluent-plugin-bugsnag"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency 'test-unit'
  spec.add_development_dependency 'webmock'

  spec.add_runtime_dependency 'fluentd'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-bugsnag-0.2.0 fluent-plugin-bugsnag.gemspec