factor 0.1.02 → 0.1.03

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.
@@ -68,7 +68,7 @@ module Factor
68
68
  engine = Factor::Runtime::Engine.new(get_config[:email],get_config[:token])
69
69
  say "Listening...", :green
70
70
  engine.logs do |message|
71
- say "[#{message.route}] #{message.body}"
71
+ say "[#{message.route}] #{JSON.pretty_generate(message.body)}"
72
72
  end
73
73
  end
74
74
 
@@ -1,5 +1,5 @@
1
1
  require 'rubygems'
2
- require 'json'
2
+ require 'json/pure'
3
3
 
4
4
  module Factor
5
5
  module Runtime
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.02
4
+ version: 0.1.03
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: