Sha256: 8916ef6a74a216d2b93ca6a0851052fe5caa30d97a82916547d97239c5f0bf33
Contents?: true
Size: 927 Bytes
Versions: 6
Compression:
Stored size: 927 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{Fluentd input plugin to get usages and events from CloudStack API} gem.description = %q{Fluentd input plugin to get usages and events from CloudStack API} 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