factor 0.0.97 → 0.0.98

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.
Files changed (2) hide show
  1. data/lib/runtime/engine.rb +3 -3
  2. metadata +1 -1
@@ -85,10 +85,10 @@ module Factor
85
85
  values = message.body.merge(@credentials)
86
86
  # this maps the input values passed in with the templated defined in the workflow
87
87
 
88
- puts "[activity-params] (#{activity["params"].class}) #{activity["params"]}"
89
- puts "[values] (#{values.class}) #{values}"
88
+ puts "[activity-params] (#{activity["params"].class}) #{activity["params"].to_json}"
89
+ puts "[values] (#{values.class}) #{values.to_json}"
90
90
  params = render_template(activity["params"],values)
91
- puts "[params] (#{params.class}) #{params}"
91
+ puts "[params] (#{params.class}) #{params.to_json}"
92
92
 
93
93
  event = call_channel_method(channel,method,params)
94
94
 
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.0.97
4
+ version: 0.0.98
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: