Sha256: 88fb4d5b816bae923bb2089f00acc995bbf09d871ed664cd6acb46c81cbf9948

Contents?: true

Size: 1.4 KB

Versions: 1

Compression:

Stored size: 1.4 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.0"
  spec.authors       = ["suzuki.yuta", "goya.tomohiro"]
  spec.email         = ["suzuki.yuta@nifty.co.jp", "goya.tomohiro@nifty.co.jp"]

  spec.summary       = "This gem is a fluentd plugin of NiftyCloud-MobileBackend"
  spec.homepage      = 'http://mb.cloud.nifty.com/'
  spec.license       = "MIT"

  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
  # delete this section to allow pushing this gem to any host.
  if spec.respond_to?(:metadata)
  else
    raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
  end

  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.0"
  spec.add_development_dependency "pry"
  spec.add_development_dependency "rb-readline"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-ncmb-0.1.0 fluent-plugin-ncmb.gemspec