bin/wu-storm in wukong-storm-0.0.1 vs bin/wu-storm in wukong-storm-0.0.2
- old
+ new
@@ -21,10 +21,11 @@
If there are multiple messages that have resulted from a single event, wu-storm will return
them newline separated, followed by the delimite, e.g. 'foo\nbar\nbaz|'.
EOF
-Settings.resolve!
+require 'wukong/boot'
+Wukong.boot!(Settings)
runnable = Settings.rest.first
case
when runnable.nil?