Sha256: bc33c2a0f8e426885ac2dbc1465643faf6263cfafd58788d0eff66570ea97ddc
Contents?: true
Size: 1.62 KB
Versions: 1
Compression:
Stored size: 1.62 KB
Contents
Gem::Specification.new do |gem| gem.name = 'fluent-plugin-google-cloud' gem.description = <<-eos Fluentd plugins for the Stackdriver Logging API, which will make logs viewable in the Stackdriver Logs Viewer and can optionally store them in Google Cloud Storage and/or BigQuery. This is an official Google Ruby gem. eos gem.summary = 'fluentd plugins for the Stackdriver Logging API' gem.homepage = 'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud' gem.license = 'Apache-2.0' gem.version = '0.7.6' gem.authors = ['Stackdriver Agents Team'] gem.email = ['stackdriver-agents@google.com'] gem.required_ruby_version = Gem::Requirement.new('>= 2.2') 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', '1.2.5' gem.add_runtime_dependency 'googleapis-common-protos', '1.3.7' gem.add_runtime_dependency 'googleauth', '0.6.6' gem.add_runtime_dependency 'google-api-client', '0.28.4' gem.add_runtime_dependency 'google-cloud-logging', '1.6.0' gem.add_runtime_dependency 'google-protobuf', '3.6.1' gem.add_runtime_dependency 'grpc', '1.14.2' gem.add_runtime_dependency 'json', '2.1.0' gem.add_development_dependency 'mocha', '~> 1.1' gem.add_development_dependency 'prometheus-client', '~> 0.7.1' gem.add_development_dependency 'rake', '~> 10.3' gem.add_development_dependency 'rubocop', '~> 0.39.0' gem.add_development_dependency 'test-unit', '~> 3.0' gem.add_development_dependency 'webmock', '~> 2.3.1' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-google-cloud-0.7.6 | fluent-plugin-google-cloud.gemspec |