alog 0.4.0 → 0.5.0

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: 6ae2e338cc0a39286591825e414fb8b7a1dd96102153ce1a498918346f439192
4
- data.tar.gz: 88d9c3d4a7b023c81d7df24514a042a8841633d86d48c90d1dec50b42da41b88
3
+ metadata.gz: cb68bda881bc65ea41f76f45d895064fd657767ec5864aa0e480e6898b5e2de9
4
+ data.tar.gz: f0c253638ba29c6c9bf2cb9a907a44ab67d05457a4d6f92d957bd1fbaeb1d1ce
5
5
  SHA512:
6
- metadata.gz: f3f66a9593ba5f2f2951d068b5b32821b72d0a5570e26a9228a514ebf07801d406b75d3f61b91d004b1ff92885194698c409ae9673d8da7b48ba9dec933a7780
7
- data.tar.gz: db618dc0823615d1c9da966b2db4cd48c87f48be2c154bda2c2aa671c315d5d86afca990c8caee812bc5b72f54da9bd27f547f63ea5d54059100b8ad2e854fb1
6
+ metadata.gz: 20819cf66b6adb5445b46daf7a41cc8fa6df89121ceb0e0af48580dc5599ec545f7cd44babd3878750d37118ad1d02bd21a6d555aece3fd7d7de0ac2a19ae5f7
7
+ data.tar.gz: 28e749887907824ee69b429028fb523da81ace76f6f17f54ef1281fa3cbd38b566e63c9756371b3898d79f668cdf086668a94b7918a6d40874c8f6496fbf5b73
data/Gemfile.lock CHANGED
@@ -1,18 +1,54 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- alog (0.2.0)
4
+ alog (0.4.0)
5
5
 
6
6
  PATH
7
7
  remote: /Volumes/Stash/08.Dev/01.Workspaces/incu-2019/butler
8
8
  specs:
9
9
  butler (0.1.0)
10
+ activesupport
10
11
  alog
12
+ colorize
13
+ tty-prompt
11
14
 
12
15
  GEM
13
16
  remote: https://rubygems.org/
14
17
  specs:
18
+ activesupport (5.2.2.1)
19
+ concurrent-ruby (~> 1.0, >= 1.0.2)
20
+ i18n (>= 0.7, < 2)
21
+ minitest (~> 5.1)
22
+ tzinfo (~> 1.1)
23
+ colorize (0.8.1)
24
+ concurrent-ruby (1.1.5)
25
+ equatable (0.5.0)
26
+ i18n (1.6.0)
27
+ concurrent-ruby (~> 1.0)
28
+ minitest (5.11.3)
29
+ necromancer (0.4.0)
30
+ pastel (0.7.2)
31
+ equatable (~> 0.5.0)
32
+ tty-color (~> 0.4.0)
15
33
  rake (10.5.0)
34
+ thread_safe (0.3.6)
35
+ timers (4.3.0)
36
+ tty-color (0.4.3)
37
+ tty-cursor (0.6.1)
38
+ tty-prompt (0.18.1)
39
+ necromancer (~> 0.4.0)
40
+ pastel (~> 0.7.0)
41
+ timers (~> 4.0)
42
+ tty-cursor (~> 0.6.0)
43
+ tty-reader (~> 0.5.0)
44
+ tty-reader (0.5.0)
45
+ tty-cursor (~> 0.6.0)
46
+ tty-screen (~> 0.6.4)
47
+ wisper (~> 2.0.0)
48
+ tty-screen (0.6.5)
49
+ tzinfo (1.2.5)
50
+ thread_safe (~> 0.1)
51
+ wisper (2.0.0)
16
52
 
17
53
  PLATFORMS
18
54
  ruby
data/lib/alog/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Alog
2
- VERSION = "0.4.0"
2
+ VERSION = "0.5.0"
3
3
  end
data/lib/alog.rb CHANGED
@@ -107,7 +107,7 @@ module Alog
107
107
  end
108
108
 
109
109
  def clog_context
110
- STDOUT.puts "Key : #{@lKey}, type: #{@lType}, engine: #{@llEng}"
110
+ { key: @lKey, type: @lType, engine: @llEng }
111
111
  end
112
112
 
113
113
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Liaw