Sha256: de547dd1508220d5d075a9d406fc338a5af82436ad6f4c3e965402fcd4297af6
Contents?: true
Size: 1.14 KB
Versions: 5
Compression:
Stored size: 1.14 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'ougai/version' Gem::Specification.new do |spec| spec.name = "ougai" spec.version = Ougai::VERSION spec.authors = ["Toshimitsu Takahashi"] spec.email = ["toshi@tilfin.com"] spec.summary = %q{JSON logger compatible with node-bunyan is capable of handling data easily.} spec.description = <<-EOF A JSON logging system is capable of handling a message, data or an exception easily. It is compatible with Bunyan for Node.js and can also output human readable format for console. EOF spec.homepage = "https://github.com/tilfin/ougai" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") spec.require_paths = ['lib'] spec.required_ruby_version = '>= 2.1.0' spec.add_development_dependency "bundler", "~> 1.11" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ougai-0.8.0 | ougai.gemspec |
ougai-0.7.4 | ougai.gemspec |
ougai-0.7.3 | ougai.gemspec |
ougai-0.7.2 | ougai.gemspec |
ougai-0.7.1 | ougai.gemspec |