shog 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9d855a2ebf274da347408dbc6a833260629928e3
4
- data.tar.gz: f47275cd751a50380192dd5b5036d4ef97d1c565
3
+ metadata.gz: d347a8e954a6ffea0112a700ce3f4382c0056eeb
4
+ data.tar.gz: 7dfdbc8c2736527a8b472a86506062f28cf1830d
5
5
  SHA512:
6
- metadata.gz: d8c386747435fb2dd94a31e38e21a38633a627d6c6cabe4301f7e224a0df98f43593308754ac8a203e9b106021d323eb5e0a23206d00eda4040092a2b8a6d863
7
- data.tar.gz: e532a279044752193dd2aa64baec9d6a869437de1a77bec3b68be910e8911c9cbbe188636877945e2f01b03d2c908d2ff9e0900fd80de2c6987b91a8beff2d91
6
+ metadata.gz: 3cc47efa6095fa1e061eab0646852bb55e123ea311b5ab3926afed30a5f90de440782cee6f859576f17086d9afbbcb8eadcbe4c268e52800aeedd4380296bacd
7
+ data.tar.gz: c596a19c2f7fe866b8b3ca810fe8df3ef466ea2183a8ff1a2c99643cb9c7a8cc9b11b43c0323120dd1f5dc4ea4fb33808949396d0baa0adf64f9c5bfb9a3d8af
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  (Also check [scorpion](http://github.com/phallguy/scorpion) for a light-weight IoC container)
8
8
 
9
- Make rails 5.0 log details more colorful.
9
+ Simple colored logging for rails 4 and 5 apps.
10
10
 
11
11
  There are plenty of logging frameworks for making tags (like timestamp, log
12
12
  level, etc.) more colorful - but what about the details in the line of text?
@@ -1,5 +1,5 @@
1
1
  module Shog
2
- VERSION_NUMBER = "0.2.0"
2
+ VERSION_NUMBER = "0.2.1"
3
3
  VERSION_SUFFIX = ""
4
4
  VERSION = "#{VERSION_NUMBER}#{VERSION_SUFFIX}"
5
5
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = "#{Shog::VERSION}"
9
9
  spec.authors = ["Paul Alexander"]
10
10
  spec.email = ["me@phallguy.com"]
11
- spec.summary = %q{Make rails 4.0 and 5.0 log details more colorful}
12
- spec.description = %q{More than just colorful tags, make rails logged info easy to read and easy to spot.}
11
+ spec.summary = %q{Simple colored logging for rails 4 and 5 apps}
12
+ spec.description = %q{More than just colorful tags, make rails logged info easy to read and understand.}
13
13
  spec.homepage = "https://github.com/phallguy/shog"
14
14
  spec.license = "MIT"
15
15
 
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.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Alexander
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-25 00:00:00.000000000 Z
11
+ date: 2018-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -81,7 +81,7 @@ dependencies:
81
81
  - !ruby/object:Gem::Version
82
82
  version: '3.00'
83
83
  description: More than just colorful tags, make rails logged info easy to read and
84
- easy to spot.
84
+ understand.
85
85
  email:
86
86
  - me@phallguy.com
87
87
  executables: []
@@ -137,7 +137,7 @@ rubyforge_project:
137
137
  rubygems_version: 2.6.14
138
138
  signing_key:
139
139
  specification_version: 4
140
- summary: Make rails 4.0 and 5.0 log details more colorful
140
+ summary: Simple colored logging for rails 4 and 5 apps
141
141
  test_files:
142
142
  - spec/lib/shog/formatter_spec.rb
143
143
  - spec/spec_helper.rb