shog 0.1.6 → 0.1.7

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: cce9d34200444f5dd31e2bdd082596e99031b539
4
- data.tar.gz: 88ca5b68a00b7d9b16a636b3174965402e9763ea
3
+ metadata.gz: 69c50e7dd2a18107dd4493bda1645a0156b99a65
4
+ data.tar.gz: d31173dc9512acf6361660245d031f59c3b03584
5
5
  SHA512:
6
- metadata.gz: 5a39d0dcfa0b0a7be02c867bb88812f77f797856e9139140d2bf5306312d18207478eedd0115a53e22e19620eb76f79d8a16716670dda84846055b1cc47dfd7e
7
- data.tar.gz: 85a9b29c5c52f842d0ce609b8b5371b4772038045b62509f9bc609cd99ab367c1c638b257f79d3400398ccf8ce319e3fb59c86b126f43404fa4206d86c11c904
6
+ metadata.gz: 63bc3397cd75fe7217cca4e6a717d7f494c1f7feac5f8773b58c1ac60fcae89355bb317e04d0b42030c1981c90b220e88250e18081666f50e1a83f8548ed62f8
7
+ data.tar.gz: ea986853804491e59de47d754132cf4bb1878168ef9916cad3c08fec2732f277461933b3306a4abcd3a5d553f9840154b9b7535a473e43524c4d87a88c712a24
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.2.1
1
+ 2.2.4
data/README.md CHANGED
@@ -4,9 +4,9 @@
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)
7
+ (Also check [scorpion](http://github.com/phallguy/scorpion) for a light-weight IoC container)
8
8
 
9
- Make rails 4.0 log details more colorful.
9
+ Make rails 5.0 log details more colorful.
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?
data/lib/shog/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Shog
2
- VERSION_NUMBER = "0.1.6"
2
+ VERSION_NUMBER = "0.1.7"
3
3
  VERSION_SUFFIX = ""
4
4
  VERSION = "#{VERSION_NUMBER}#{VERSION_SUFFIX}"
5
5
  end
data/shog.gemspec CHANGED
@@ -8,7 +8,7 @@ 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 log details more colorful}
11
+ spec.summary = %q{Make rails 4.0 and 5.0 log details more colorful}
12
12
  spec.description = %q{More than just colorful tags, make rails logged info easy to read and easy to spot.}
13
13
  spec.homepage = "https://github.com/phallguy/shog"
14
14
  spec.license = "MIT"
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.add_dependency 'rails', '~> 4.0'
21
+ spec.add_dependency 'rails', '>= 4.0.0'
22
22
  spec.add_dependency 'colored', '~> 1.2'
23
23
  spec.required_ruby_version = '>= 1.9.2'
24
24
 
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
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-07-31 00:00:00.000000000 Z
11
+ date: 2016-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '4.0'
19
+ version: 4.0.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '4.0'
26
+ version: 4.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: colored
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -134,10 +134,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
134
  version: '0'
135
135
  requirements: []
136
136
  rubyforge_project:
137
- rubygems_version: 2.4.6
137
+ rubygems_version: 2.5.0
138
138
  signing_key:
139
139
  specification_version: 4
140
- summary: Make rails 4.0 log details more colorful
140
+ summary: Make rails 4.0 and 5.0 log details more colorful
141
141
  test_files:
142
142
  - spec/lib/shog/formatter_spec.rb
143
143
  - spec/spec_helper.rb