Sha256: 3e66a34f3ae0096957b70b3bfc85bf7bed2248c1cf6ad0da4fe3bb636022f7ce

Contents?: true

Size: 1.35 KB

Versions: 1

Compression:

Stored size: 1.35 KB

Contents

Gem::Specification.new do |gem|
  gem.name          = 'fluent-plugin-google-cloud'
  gem.description   = <<-eos
   Fluentd output plugin for the Google Cloud Logging API, which will make
   logs viewable in the Developer Console's log viewer and can optionally
   store them in Google Cloud Storage and/or BigQuery.
   This is an official Google Ruby gem.
eos
  gem.summary       = 'fluentd output plugin for the Google Cloud Logging API'
  gem.homepage      = \
    'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud'
  gem.license       = 'Apache-2.0'
  gem.version       = '0.5.1'
  gem.authors       = ['Todd Derr', 'Alex Robinson']
  gem.email         = ['salty@google.com']
  gem.required_ruby_version = Gem::Requirement.new('>= 2.0')

  gem.files         = Dir['**/*'].keep_if { |file| File.file?(file) }
  gem.test_files    = gem.files.grep(/^(test)/)
  gem.require_paths = ['lib']

  gem.add_runtime_dependency 'fluentd', '~> 0.10'
  gem.add_runtime_dependency 'google-api-client', '> 0.9'
  gem.add_runtime_dependency 'googleauth', '~> 0.4'
  gem.add_runtime_dependency 'json', '~> 1.8'

  gem.add_development_dependency 'mocha', '~> 1.1'
  gem.add_development_dependency 'rake', '~> 10.3'
  gem.add_development_dependency 'rubocop', '= 0.35.0'
  gem.add_development_dependency 'webmock', '~> 1.17'
  gem.add_development_dependency 'test-unit', '~> 3.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-google-cloud-0.5.1 fluent-plugin-google-cloud.gemspec