wukong-storm 0.0.1 → 0.0.2

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.
data/bin/wu-storm CHANGED
@@ -23,7 +23,8 @@ If there are multiple messages that have resulted from a single event, wu-storm
23
23
  them newline separated, followed by the delimite, e.g. 'foo\nbar\nbaz|'.
24
24
  EOF
25
25
 
26
- Settings.resolve!
26
+ require 'wukong/boot'
27
+ Wukong.boot!(Settings)
27
28
 
28
29
  runnable = Settings.rest.first
29
30
 
@@ -1,5 +1,5 @@
1
1
  module Wukong
2
2
  module Storm
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wukong-storm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -64,7 +64,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
64
64
  version: '0'
65
65
  segments:
66
66
  - 0
67
- hash: 1144670354774271812
67
+ hash: 1950613980355897537
68
68
  required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  none: false
70
70
  requirements:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  version: '0'
74
74
  segments:
75
75
  - 0
76
- hash: 1144670354774271812
76
+ hash: 1950613980355897537
77
77
  requirements: []
78
78
  rubyforge_project:
79
79
  rubygems_version: 1.8.24