Sha256: b774a34916971be16f4250d92cdbc7e27ac6f48dab5dd4a03b7a0c6479142b34

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-logging-on-prem'
  gem.description   = <<-DESC
   Fluentd plugins for the Google Cloud Logging API, which will make logs
   viewable in the Logs Explorer.
  DESC
  gem.summary       = 'fluentd output plugin for the Google Cloud Logging API'
  gem.homepage      = 'https://github.com/cakemail/fluent-plugin-google-cloud-logging-on-prem'
  gem.license       = 'MIT'
  gem.version       = '0.1.2'
  gem.authors       = ['Pedro Padron']
  gem.email         = ['pedro@cakemail.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.16.0'
  gem.add_runtime_dependency 'google-api-client', '~> 0.53.0'
  gem.add_runtime_dependency 'google-cloud-logging', '~> 2.3.0'
  gem.add_runtime_dependency 'grpc', '~> 1.54.0'
  gem.add_runtime_dependency 'json', '~> 2.6.0'

  gem.add_development_dependency 'grpc_mock', '~> 0.4.0'
  gem.add_development_dependency 'mocha', '~> 2.0.0'
  gem.add_development_dependency 'rubocop', '~> 1.50.0'
  gem.add_development_dependency 'test-unit', '~> 3.5.0'
  gem.add_development_dependency 'vcr', '~> 6.1.0'
  gem.add_development_dependency 'webmock', '~> 3.18.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-google-cloud-logging-on-prem-0.1.2 fluent-plugin-google-cloud-logging-on-prem.gemspec