Sha256: a6e793058e4f4555bd24944a33cae388ae6fa14197d1e0328d849d59a3708eb7

Contents?: true

Size: 1.16 KB

Versions: 1

Compression:

Stored size: 1.16 KB

Contents

Gem::Specification.new do |gem|
  gem.name          = 'fluent-plugin-google-cloud'
  gem.description   = %q{Fluentd plugin to stream logs to the Google Cloud Platform's logging API, which will make them 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.}
  gem.summary       = %q{Fluentd plugin to stream logs to the Google Cloud Platform's logging API}
  gem.homepage      = 'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud'
  gem.license       = 'Apache 2.0'
  gem.version       = '0.2.1'
  gem.authors       = ['Todd Derr', 'Alex Robinson']
  gem.email         = ['salty@google.com']

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

  gem.add_runtime_dependency 'fluentd', '~> 0.10'
  gem.add_runtime_dependency 'google-api-client', '~> 0.7'
  gem.add_runtime_dependency 'signet', '~> 0.5.0'
  gem.add_development_dependency "rake", '>= 10.3.2'
  gem.add_development_dependency "webmock", '>= 1.17.0'
  gem.add_development_dependency "minitest", '~> 4.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

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