Sha256: 6584fac3a96571e2fbc3c53e9a72114dff7c526b5c90e7cd577515f89a640ba0

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

Contents

$:.push File.expand_path('../lib', __FILE__)

Gem::Specification.new do |gem|
  gem.name        = 'fluent-plugin-stackdriver-monitoring'
  gem.description = 'Stackdriver Monitoring custom metrics output plugin for Fluentd'
  gem.license     = 'MIT'
  gem.homepage    = 'https://github.com/mia-0032/fluent-plugin-stackdriver-monitoring'
  gem.summary     = gem.description
  gem.version     = '0.0.1'
  gem.authors     = ['Yoshihiro MIYAI']
  gem.email       = 'msparrow17@gmail.com'
  gem.has_rdoc    = false
  gem.files       = `git ls-files`.split("\n")
  gem.test_files  = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.require_paths = ['lib']

  gem.add_runtime_dependency 'fluentd', ['>= 0.12.0', '< 2']
  gem.add_runtime_dependency 'google-cloud-monitoring', '~> 0.21.0'

  gem.add_development_dependency 'bundler'
  gem.add_development_dependency 'rake'
  gem.add_development_dependency 'test-unit'
  gem.add_development_dependency 'test-unit-rr'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-stackdriver-monitoring-0.0.1 fluent-plugin-stackdriver-monitoring.gemspec