Sha256: 31e5d00918e9ea922b791acc7de2749fddbac73bdf94137da629b7699dcf4f41

Contents?: true

Size: 1.6 KB

Versions: 1

Compression:

Stored size: 1.6 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.9.10"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Kazuki Ohta"]
  s.date = %q{2011-09-29}
  s.extra_rdoc_files = [
    "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/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"
  ]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.6.2}
  s.summary = %q{Scribe plugin for Fluent event collector}

  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<fluent>, ["~> 0.9.7"])
      s.add_runtime_dependency(%q<thrift>, ["~> 0.7.0"])
    else
      s.add_dependency(%q<fluent>, ["~> 0.9.7"])
      s.add_dependency(%q<thrift>, ["~> 0.7.0"])
    end
  else
    s.add_dependency(%q<fluent>, ["~> 0.9.7"])
    s.add_dependency(%q<thrift>, ["~> 0.7.0"])
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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