timber 1.0.5 → 1.0.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: 8e73e5010b44d99e5adfb9a250bc263acd7c0880
4
- data.tar.gz: 6df96f28f4362e88098bc7b2db8085fbc45146ae
3
+ metadata.gz: 27f78f79df06224a558a66cc9d572d0be9c6a0f2
4
+ data.tar.gz: 769f1a8cdb0441973e06668c7489b7890345d583
5
5
  SHA512:
6
- metadata.gz: d156c42c78a02cf4f5627afb7ff70b1350e6f8abba7f984e1351f70fe7b54bdca3b421d02758575d5e5f287cd300e57c0e30c24a76d8fb70a975df71b683320c
7
- data.tar.gz: bae815ef090ea535e10c7620d66293abb8c82ef9b134bfea3797fdfa3e66f590c5d991cbd817837deb767c6cd46a21fb90a0e3823ea7da0039c108af37e18150
6
+ metadata.gz: 3546695fa5cc7e0637e189bd11f607915db6016ccbf9e8892f56c29bd8c5b143742d038f0d49a961ed08a33710bf6cac2da2b2751bca5a2d66d683cf40cdd31d
7
+ data.tar.gz: 63eae54046e1f78884e818470bf2577c0a8e147d84c1a93b620c1cb4900858672310b069693f4a1d1cec2193c285450f0f08b8e603a1901d2516345b2974f6ad
data/README.md CHANGED
@@ -188,7 +188,8 @@ Timber provides a simple system for adding custom context that you can optionall
188
188
 
189
189
  ---
190
190
 
191
- That's it! Log to your heart's content.
191
+ I leave you with one final thought:
192
192
 
193
- For documentation on logging structured events, and other features,
194
- checkout [the docs](http://thedocs.com/). For more information on Timber visit [timber.io](https://timber.io).
193
+ <p align="center" style="background: #140f2a;">
194
+ <a href="http://github.com/timberio/timber-ruby"><img src="http://files.timber.io/images/ruby-library-readme-log-truth.png" height="947" /></a>
195
+ </p>
@@ -1,6 +1,5 @@
1
1
  # core classes
2
2
  require "json" # brings to_json to the core classes
3
- require "msgpack" # brings to_msgpack to the core classes
4
3
 
5
4
  # Base (must come first, order matters)
6
5
  require "timber/config"
@@ -1,4 +1,5 @@
1
1
  require "logger"
2
+ require "msgpack"
2
3
 
3
4
  module Timber
4
5
  # The Timber Logger behaves exactly like `::Logger`, except that it supports a transparent API
@@ -1,3 +1,3 @@
1
1
  module Timber
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timber
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timber Technologies, Inc.