Sha256: 53188d1e8efb241995b9dd670cc2a50024416c68ee934608b99cac0d4773127b

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

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-typetalk"
  spec.version       = "0.0.9"
  spec.authors       = ["tksmd","umakoz"]
  spec.email         = ["someda@isenshi.com"]
  spec.description   = %q{fluent plugin to send message to typetalk}
  spec.summary       = spec.description
  spec.homepage      = "https://github.com/nulab/fluent-plugin-typetalk"
  spec.license       = "Apache-2.0"

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

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rr", ">= 1.0.0"
  # not to use mime-types 3.0 that doesn't support ruby 1.9.x
  spec.add_runtime_dependency "mime-types", "~> 2.6", "< 2.99"
  spec.add_runtime_dependency "fluentd"
  spec.add_runtime_dependency "typetalk"

  spec.required_ruby_version = '>= 1.9.3'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-typetalk-0.0.9 fluent-plugin-typetalk.gemspec