Sha256: 68cc03d57625877ffaad8fc2aecef1631b97f03560e8d7fddebd064485cd3686
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
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-ncmb" spec.version = "0.1.1" spec.authors = ["suzuki.yuta", "goya.tomohiro"] spec.email = ["suzuki.yuta@nifty.co.jp", "goya.tomohiro@nifty.co.jp"] spec.description = "fluentd plugin for NIFTY Cloud mobile backend" spec.summary = spec.description spec.homepage = 'http://mb.cloud.nifty.com/' spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "fluentd", [">= 0.10.9", "< 2"] spec.add_development_dependency "ncmb-ruby-client", "~> 0.1" spec.add_development_dependency "test-unit-rr", '~> 1.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-ncmb-0.1.1 | fluent-plugin-ncmb.gemspec |