outlog 0.2.0 → 0.2.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
  SHA256:
3
- metadata.gz: 6b541c307e83e7b71ddee92781f5dae0906da9a04c1ba15f64be33a655318f8a
4
- data.tar.gz: 99747bb2f8c79f4641c43cc1ecd140325bde0342142e554c32644725ebedad49
3
+ metadata.gz: 6320f9fcc91ec06ab58350bb1cef30c3a6c27a2565c554709a20114a6ff65e0a
4
+ data.tar.gz: 741fdf09bbc0b8f21fa08ed6b9528922a5bb46fcd41abb19c28fc6c6b685074a
5
5
  SHA512:
6
- metadata.gz: 75741fba196f2479e4499292ecb3eb37cf1f59b499d80c73d0b8df034013875e0cdcff51d88fd2a4eb90595426e27564869e7f2dc925a9104352d7813fb59813
7
- data.tar.gz: d8005f43c197de99469f567b5cb1c7dee5bef4715577b1398af0e56ea36da26d1d83a7beb2fae53b20d71f51df85a5bb86c7a9bc7a33cbf60c456805810d8a9d
6
+ metadata.gz: 22b58633102eb87d444c190757280565526fd7d56e4b9af8ca209df61647f0bb5ac4fbacc8d4dc0ae07a7b4f2147f1966b265354694daf268cc98ea62d4a7b16
7
+ data.tar.gz: 266a1205ebe8e9aca0280fdd8f96311a1b34c03797f5ac61377fda3fc0733c8698a277063a204b3a194ad9eb6d92176d25e9d8b05344fa5bbbc15078f68f9439
@@ -1,7 +1,8 @@
1
1
  module Outlog
2
2
  class JsonLogger < BaseLogger
3
3
  def output hash
4
- puts hash.to_json
4
+ $stdout.puts hash.to_json
5
+ $stdout.flush
5
6
  end
6
7
  end
7
8
  end
@@ -1,3 +1,3 @@
1
1
  module Outlog
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: outlog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - JohnnyT
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-29 00:00:00.000000000 Z
11
+ date: 2019-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler