lib/timber.rb in timber-1.0.3 vs lib/timber.rb in timber-1.0.4
- old
+ new
@@ -1,6 +1,7 @@
# core classes
require "json" # brings to_json to the core classes
+require "msgpack" # brings to_msgpack to the core classes
# Base (must come first, order matters)
require "timber/config"
require "timber/context"
require "timber/event"
\ No newline at end of file