Sha256: 7dde9698f819b347616907933d48366890befdcf97f442647f7bed14de39c96c

Contents?: true

Size: 1.04 KB

Versions: 2

Compression:

Stored size: 1.04 KB

Contents

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

Gem::Specification.new do |gem|
  gem.name        = "fluent-plugin-slackrtm"
  gem.description = "Slack Real Time Messagina input plugin for Fluentd"
  gem.homepage    = "https://github.com/tarata/fluent-plugin-slackrtm"
  gem.summary     = gem.description
  gem.version     = File.read("VERSION").strip
  gem.authors     = ["Arata Tanaka"]
  gem.email       = "t.arata.43@gmail.com"
  gem.has_rdoc    = false
  gem.license     = 'Apache-2.0'
  #gem.platform    = Gem::Platform::RUBY
  gem.files       = `git ls-files`.split("\n")
  gem.test_files  = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.require_paths = ['lib']

  gem.add_dependency "fluentd", [">= 0.10.49", "< 2"]
  gem.add_dependency "slack-rtmapi", '1.0.0.rc4'
  gem.add_dependency "fluent-mixin-config-placeholders", ">= 0.3.0"
  gem.add_development_dependency "rake", ">= 0.9.2"
  gem.add_development_dependency "test-unit", ">= 3.0.8"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-slackrtm-0.2.4 fluent-plugin-slackrtm.gemspec
fluent-plugin-slackrtm-0.2.3 fluent-plugin-slackrtm.gemspec