lib/runtime/message.rb in factor-0.1.04 vs lib/runtime/message.rb in factor-0.1.05
- old
+ new
@@ -1,6 +1,6 @@
require 'rubygems'
-require 'json/pure'
+require 'json'
module Factor
module Runtime
class Message
attr_accessor :body, :workflow, :workflow_instance_id, :activity_instance_id, :last_activity_instance_id, :position
\ No newline at end of file