lapis 0.2.4 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/lapis.rb +8 -8
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8bb0850e11a2e937e6f7b3fb28cd4f01e525d7c7
4
- data.tar.gz: 1a7d57ce4c871b8c794ba5d673ca7733d592c8a9
3
+ metadata.gz: da158cdc43e0f668c3d72e5823e57925ade07e58
4
+ data.tar.gz: 14adaba9cb256702dfc45cf9d0ab7eaa014eeee2
5
5
  SHA512:
6
- metadata.gz: 834af6d35e9aa5243521b805e8b5fbdc08aea51b3f44259f2d52d7e06ca48083d7c6e3762b84ab8d2bf392d8b384c475473b60c5b889fea7cfc8c0f4bf2ea40f
7
- data.tar.gz: 530f1ea24b6adc23ddbb764b28289bc1af2e2a2908221b6f305d85ab0b8092bb156bf3adee624e113a2a425ec3d2409466804e703c9688f5a8e7a1bd88df105e
6
+ metadata.gz: 4001c6c5f63f26613d5df47a5dbd58143ee0f0199cd5ad3d086aafb422db56d1715ac041fcaac47c2606559d841ca36985166ae236f68581701dbb83ebd8f170
7
+ data.tar.gz: c18b254d312de0b096807c04fb5ce5fa3f46dfbf4e2aeb33575bccc6adc1078d8f46f83f860297afb8626ce463140830bf076cc3598762a0bfe1449bbcd925ea
data/lib/lapis.rb CHANGED
@@ -1,16 +1,16 @@
1
1
  module Lapis
2
2
 
3
- VERSION = '0.2.4'
3
+ VERSION = '0.2.6'
4
4
 
5
5
  # +Lapis::Logger+ is a simple, lightweight logging utility. It is fully
6
6
  # customizable; in particular, you can customize the following:
7
- # * +levels+ -- An array of symbols, which determines the valid levels. See
8
- # its' documentation for more info.
9
- # * +formatter+ -- A lambda, used for formatting output. Upon a call to log,
10
- # this will be called with the severity of the message and the message
11
- # itself (in that order).
12
- # * +output_channel+ -- An IO object, representing the destination for all
13
- # output.
7
+ # * +levels+ -- An array of symbols, which determines the valid levels. See
8
+ # its' documentation for more info.
9
+ # * +formatter+ -- A lambda, used for formatting output. Upon a call to log,
10
+ # this will be called with the severity of the message and the message
11
+ # itself (in that order).
12
+ # * +output_channel+ -- An IO object, representing the destination for all
13
+ # output.
14
14
  class Logger
15
15
 
16
16
  # Special levels that will be sent to +@levels+ as method calls.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lapis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Citruxy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-05 00:00:00.000000000 Z
11
+ date: 2013-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler