Sha256: 745df971f4c90917594b035ceea119cfe11f2abc0271b2a1318c5a2baa16622d
Contents?: true
Size: 749 Bytes
Versions: 1
Compression:
Stored size: 749 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "fluent-plugin-kibana-server" s.version = "0.0.1" s.authors = ["OKUNO Akihiro"] s.email = ["choplin.choplin@gmail.com"] s.homepage = "https://github.com/choplin/fluent-plugin-kibana-server" s.summary = %q{Fluentd plugin which serves Kibana within fluentd process} s.description = s.summary s.license = "Apache 2.0" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_runtime_dependency "fluentd" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-kibana-server-0.0.1 | fluent-plugin-kibana-server.gemspec |