Sha256: 17a64d519c86ee65cfef3b935e1849c1a1df25473d1d573e991c8ff2c7c1d580

Contents?: true

Size: 924 Bytes

Versions: 1

Compression:

Stored size: 924 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "fluent-plugin-select"
  s.version     = "0.0.3"
  s.authors     = ["Kohei Tomita"]
  s.email       = ["tommy.fmale@gmail.com"]
  s.homepage    = "https://github.com/tomity/fluent-plugin-select"
  s.summary     = %q{fluent-plugin-select is the non-buffered plugin that can be filtered by ruby script. }
  s.description = %q{fluent-plugin-select is the non-buffered plugin that can be filtered by ruby script. }

  s.rubyforge_project = "fluent-plugin-select"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_development_dependency "rake", "~> 0.9.2.2"
  s.add_development_dependency "fluentd", "~> 0.10.24"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-select-0.0.3 fluent-plugin-select.gemspec