Sha256: 083376af63bd169f2b74cf1faa93b3a12c7232cdef2ddbe7f24779bd9c3dc14d

Contents?: true

Size: 1.94 KB

Versions: 1

Compression:

Stored size: 1.94 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "fluent-plugin-scribe"
  s.version = "0.10.10"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Kazuki Ohta"]
  s.date = "2013-02-06"
  s.email = "kazuki.ohta@gmail.com"
  s.executables = ["fluent-scribe-remote"]
  s.extra_rdoc_files = [
    "ChangeLog",
    "README.rdoc"
  ]
  s.files = [
    "AUTHORS",
    "Rakefile",
    "VERSION",
    "bin/fluent-scribe-remote",
    "example.conf",
    "fluent-plugin-scribe.gemspec",
    "lib/fluent/plugin/in_scribe.rb",
    "lib/fluent/plugin/out_scribe.rb",
    "lib/fluent/plugin/thrift/facebook_service.rb",
    "lib/fluent/plugin/thrift/fb303.thrift",
    "lib/fluent/plugin/thrift/fb303_constants.rb",
    "lib/fluent/plugin/thrift/fb303_types.rb",
    "lib/fluent/plugin/thrift/scribe.rb",
    "lib/fluent/plugin/thrift/scribe.thrift",
    "lib/fluent/plugin/thrift/scribe_constants.rb",
    "lib/fluent/plugin/thrift/scribe_types.rb",
    "test/plugin/in_scribe.rb",
    "test/plugin/out_scribe.rb"
  ]
  s.homepage = "https://github.com/fluent/fluent-plugin-scribe"
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.21"
  s.summary = "Scribe Input/Output plugin for Fluentd event collector"
  s.test_files = ["test/plugin/in_scribe.rb", "test/plugin/out_scribe.rb"]

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<fluentd>, ["~> 0.10.0"])
      s.add_runtime_dependency(%q<thrift>, ["~> 0.8.0"])
    else
      s.add_dependency(%q<fluentd>, ["~> 0.10.0"])
      s.add_dependency(%q<thrift>, ["~> 0.8.0"])
    end
  else
    s.add_dependency(%q<fluentd>, ["~> 0.10.0"])
    s.add_dependency(%q<thrift>, ["~> 0.8.0"])
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-scribe-0.10.10 fluent-plugin-scribe.gemspec