Sha256: a1b8decc6f6b52457b816bfa317add1b13bd0cf7b1012d3fce7dbac68cf07ecb
Contents?: true
Size: 952 Bytes
Versions: 1
Compression:
Stored size: 952 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "fluent-plugin-feedly" spec.version = "0.0.3" spec.authors = ["Kentaro Yoshida"] spec.email = ["y.ken.studio@gmail.com"] spec.summary = %q{Fluentd input plugin to fetch RSS/ATOM feed via feedly Cloud API.} spec.homepage = "https://github.com/y-ken/fluent-plugin-feedly" spec.license = "Apache 2.0" 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_runtime_dependency "fluentd", ">= 0.10.55" spec.add_runtime_dependency "feedlr" spec.add_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-feedly-0.0.3 | fluent-plugin-feedly.gemspec |