shog 0.1.5 → 0.1.6

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: e9ee5c334792c5413c1f06cb70dc629cd2d3f1ff
4
- data.tar.gz: 7c2f333b8d05f275118f155a3c2db12a7d49c53b
3
+ metadata.gz: cce9d34200444f5dd31e2bdd082596e99031b539
4
+ data.tar.gz: 88ca5b68a00b7d9b16a636b3174965402e9763ea
5
5
  SHA512:
6
- metadata.gz: 53e3b05170fa30e9e3a1e1816f53d7424f0abebac80bd47b8a38e727714fc515a8a20b1cf97b0bd622635e91f52573efa75924968a5bb0ed3ace747ee96755bb
7
- data.tar.gz: fb735dfe8f1769a15e0454bac07c5870de6a61f57dc66c6acb5e61dd69e25f1e8cbc80101317d9c5cbf282cdf0d589b6d9c0aa05ea0b17c4878b28f9e6deb5b5
6
+ metadata.gz: 5a39d0dcfa0b0a7be02c867bb88812f77f797856e9139140d2bf5306312d18207478eedd0115a53e22e19620eb76f79d8a16716670dda84846055b1cc47dfd7e
7
+ data.tar.gz: 85a9b29c5c52f842d0ce609b8b5371b4772038045b62509f9bc609cd99ab367c1c638b257f79d3400398ccf8ce319e3fb59c86b126f43404fa4206d86c11c904
data/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
  [![Code Climate](https://codeclimate.com/github/phallguy/shog.png)](https://codeclimate.com/github/phallguy/shog)
5
5
  [![Circle CI](https://circleci.com/gh/phallguy/shog.svg?style=svg)](https://circleci.com/gh/phallguy/shog)
6
6
 
7
+ (Also check our [scorpion](http://github.com/phallguy/scorpion) for a light-weight IoC container)
8
+
7
9
  Make rails 4.0 log details more colorful.
8
10
 
9
11
  There are plenty of logging frameworks for making tags (like timestamp, log
@@ -61,24 +63,6 @@ See [Shog::Formatter#configure](lib/shog/formatter.rb) for more configuration op
61
63
 
62
64
  # License
63
65
 
64
- The MIT License (MIT)
66
+ [The MIT License (MIT)](http://opensource.org/licenses/MIT)
65
67
 
66
68
  Copyright (c) 2014 Paul Alexander
67
-
68
- Permission is hereby granted, free of charge, to any person obtaining a copy
69
- of this software and associated documentation files (the "Software"), to deal
70
- in the Software without restriction, including without limitation the rights
71
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
72
- copies of the Software, and to permit persons to whom the Software is
73
- furnished to do so, subject to the following conditions:
74
-
75
- The above copyright notice and this permission notice shall be included in all
76
- copies or substantial portions of the Software.
77
-
78
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
79
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
80
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
81
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
82
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
83
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
84
- SOFTWARE.
@@ -12,7 +12,7 @@ module Shog
12
12
  severity_tag( :debug ) { |msg| msg.black.bold }
13
13
  severity_tag( :warn ) { |msg| msg.yellow }
14
14
  severity_tag( :error ) { |msg| msg.red }
15
- severity_tag( :fatal ) { |msg| msg.white_on_red }
15
+ severity_tag( :fatal ) { |msg| msg.white.on_red }
16
16
 
17
17
  severity( :error ){ |msg| msg.red }
18
18
  severity( :fatal ){ |msg| msg.red }
@@ -1,5 +1,5 @@
1
1
  module Shog
2
- VERSION_NUMBER = "0.1.5"
2
+ VERSION_NUMBER = "0.1.6"
3
3
  VERSION_SUFFIX = ""
4
4
  VERSION = "#{VERSION_NUMBER}#{VERSION_SUFFIX}"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Alexander
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-14 00:00:00.000000000 Z
11
+ date: 2015-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails