Sha256: ccd0dd34c1e1c2398d9c979b0c05280bba20f27dedd1c79c392e28f3e1f46268

Contents?: true

Size: 889 Bytes

Versions: 6

Compression:

Stored size: 889 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |gem|
  gem.name        = "fluent-plugin-cloudstack"
  gem.version     = File.read("VERSION").strip
  gem.authors     = ["Yuichi UEMURA"]
  gem.email       = ["yuichi.u@gmail.com"]
  gem.homepage    = "https://github.com/u-ichi/fluent-plugin-cloudstack"
  gem.summary     = %q{cloudstack plugin for fluentd, a log collector}
  gem.description = %q{cloudstack plugin for fluentd, a log collector}

  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_dependency "fluentd", ">= 0.10.7"
  gem.add_dependency "fog"
  gem.add_dependency "eventmachine"

  gem.add_development_dependency "rake"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fluent-plugin-cloudstack-0.0.7 fluent-plugin-cloudstack.gemspec
fluent-plugin-cloudstack-0.0.6 fluent-plugin-cloudstack.gemspec
fluent-plugin-cloudstack-0.0.4 fluent-plugin-cloudstack.gemspec
fluent-plugin-cloudstack-0.0.3 fluent-plugin-cloudstack.gemspec
fluent-plugin-cloudstack-0.0.2 fluent-plugin-cloudstack.gemspec
fluent-plugin-cloudstack-0.0.1 fluent-plugin-cloudstack.gemspec