ougai 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: db633bee49261c5ccbd935510e55a44128dc751c
4
- data.tar.gz: 4525a5d1f6785e7a92240928eb986a17c7a1c06f
3
+ metadata.gz: 60f1f030cbb1eb389906d56f3ecad6d4f0b549f2
4
+ data.tar.gz: 602afdd55a5473b5a967269cb4b1d1b5b7251a8f
5
5
  SHA512:
6
- metadata.gz: 2c9635f9cca06b4324cf0796a62069d26f37dcba4dd00f81e897b9d1bb6d8af710221993bafbbda1cb4119ed2df977cc8bafe475c7951a207d7893b0a6cdb5a5
7
- data.tar.gz: c4dd71d91605a37dcbe28c64f1086a5db346d642e2acbc23ec31d1bf07724bf016eab4a3d792f72ca6f709402ba871ce29afb6e9df7b2a0d7fa0890840370d0b
6
+ metadata.gz: 0e33caabe88d4061539a7ac6b187f5280a78d00fd5eb93f6329f57ecf7eb699670f0c3708f67b56970b5ff6ca6f829b4856e2b42f74ae5e3a2b762ba7e94b1e6
7
+ data.tar.gz: af162bcc83a5d6464c767c726b4e04af903c821303b151f02ed504cac3205e5b0f6b790e925b37a601e7149a4f37373e243e6db1ad29a352e894999adfd35e50
data/README.md CHANGED
@@ -4,8 +4,8 @@ Ougai
4
4
  [![Gem Version](https://badge.fury.io/rb/ougai.svg)](https://badge.fury.io/rb/ougai)
5
5
  [![Build Status](https://travis-ci.org/tilfin/ougai.svg?branch=master)](https://travis-ci.org/tilfin/ougai)
6
6
 
7
- A JSON logger is capable of handling a message, data or an exception easily.
8
- It is compatible with [bunyan](https://github.com/trentm/node-bunyan) for Node.js.
7
+ A JSON logging system is capable of handling a message, data or an exception easily.
8
+ It is compatible with [Bunyan](https://github.com/trentm/node-bunyan) for Node.js.
9
9
  It can also output human readable format for the console.
10
10
 
11
11
  ## Installation
@@ -6,7 +6,7 @@ module Ougai
6
6
  def initialize(app_name = nil, hostname = nil)
7
7
  super(app_name, hostname)
8
8
  @trace_indent = 4
9
- load_dependency
9
+ load_awesome_print
10
10
  end
11
11
 
12
12
  def call(severity, time, progname, data)
@@ -42,7 +42,7 @@ module Ougai
42
42
 
43
43
  private
44
44
 
45
- def load_dependency
45
+ def load_awesome_print
46
46
  require 'awesome_print'
47
47
  rescue LoadError
48
48
  puts 'You must install the awesome_print gem to use this output.'
data/lib/ougai/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ougai
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.1"
3
3
  end
data/ougai.gemspec CHANGED
@@ -9,8 +9,11 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Toshimitsu Takahashi"]
10
10
  spec.email = ["toshi@tilfin.com"]
11
11
 
12
- spec.summary = %q{JSON logger compatible node-bunyan.}
13
- spec.description = %q{JSON logger compatible bunyan for Node.js}
12
+ spec.summary = %q{JSON logger compatible with node-bunyan is capable of handling data easily.}
13
+ spec.description = <<-EOF
14
+ A JSON logging system is capable of handling a message, data or an exception easily.
15
+ It is compatible with Bunyan for Node.js and can also output human readable format for console.
16
+ EOF
14
17
  spec.homepage = "https://github.com/tilfin/ougai"
15
18
  spec.license = "MIT"
16
19
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ougai
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toshimitsu Takahashi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-02 00:00:00.000000000 Z
11
+ date: 2016-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,7 +52,9 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: JSON logger compatible bunyan for Node.js
55
+ description: |2
56
+ A JSON logging system is capable of handling a message, data or an exception easily.
57
+ It is compatible with Bunyan for Node.js and can also output human readable format for console.
56
58
  email:
57
59
  - toshi@tilfin.com
58
60
  executables: []
@@ -96,6 +98,6 @@ rubyforge_project:
96
98
  rubygems_version: 2.2.2
97
99
  signing_key:
98
100
  specification_version: 4
99
- summary: JSON logger compatible node-bunyan.
101
+ summary: JSON logger compatible with node-bunyan is capable of handling data easily.
100
102
  test_files: []
101
103
  has_rdoc: