Sha256: cbedf4213507fdcc4f132dea252433597b722a4145be72462366fd465f663e82

Contents?: true

Size: 1.68 KB

Versions: 1

Compression:

Stored size: 1.68 KB

Contents

# Copyright 2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"). You
# may not use this file except in compliance with the License. A copy of
# the License is located at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# or in the "license" file accompanying this file. This file is
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
# ANY KIND, either express or implied. See the License for the specific
# language governing permissions and limitations under the License.

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require "fluent/plugin/fluent-plugin-firehose-version"

Gem::Specification.new do |spec|
  spec.name          = "fluent-plugin-firehose"
  spec.version       = FluentPluginFirehose::VERSION
  spec.author        = ['Amazon Web Services']
  spec.summary       = %q{Fluentd output plugin that sends events to Amazon Kinesis Firehose.}
  spec.license       = "Apache License, Version 2.0"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]
  spec.required_ruby_version = '>= 1.9.3'

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "test-unit-rr", "~> 1.0"

  spec.add_dependency "fluentd", ">= 0.10.53", "< 0.13"
  spec.add_dependency "aws-sdk-core", ">= 2.0.12", "< 3.0"
  spec.add_dependency "multi_json", "~> 1.0"
  spec.add_dependency "msgpack", ">= 0.5.8"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-firehose-0.0.11 fluent-plugin-firehose.gemspec