Sha256: c10113e6f77d54e917f6e362ee46287d6126e95320acc5106f3ae8788a6124d9

Contents?: true

Size: 1.94 KB

Versions: 2

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 = %q{fluent-plugin-scribe}
  s.version = "0.10.4"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Kazuki Ohta"]
  s.date = %q{2011-11-15}
  s.default_executable = %q{fluent-scribe-remote}
  s.email = %q{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"
  ]
  s.homepage = %q{https://github.com/fluent/fluent-plugin-scribe}
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.6.2}
  s.summary = %q{Scribe Input/Output plugin for Fluent event collector}
  s.test_files = ["test/plugin/in_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.7.0"])
    else
      s.add_dependency(%q<fluentd>, ["~> 0.10.0"])
      s.add_dependency(%q<thrift>, ["~> 0.7.0"])
    end
  else
    s.add_dependency(%q<fluentd>, ["~> 0.10.0"])
    s.add_dependency(%q<thrift>, ["~> 0.7.0"])
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-scribe-0.10.5 fluent-plugin-scribe.gemspec
fluent-plugin-scribe-0.10.4 fluent-plugin-scribe.gemspec