Sha256: 6cd12702ac8cce9b24d9256840c6229318ffd4cc25f6f365c60c10ee8675a67d
Contents?: true
Size: 956 Bytes
Versions: 1
Compression:
Stored size: 956 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'magellan/log_funnel/version' Gem::Specification.new do |spec| spec.name = "magellan-log-funnel" spec.version = Magellan::LogFunnel::VERSION spec.authors = ["t-chikanaga"] spec.email = ["t-chikanaga@groovenauts.jp"] spec.summary = %q{log collector for magellanic cloud service.} spec.description = %q{log collector for magellanic cloud service.} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
magellan-log-funnel-1.0.0 | magellan-log-funnel.gemspec |