Skip to content

Commit

Permalink
added require 'rubygems'
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsurprenant committed Nov 23, 2011
1 parent db51fce commit 558f557
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/red_storm/simple_bolt.rb
@@ -1,3 +1,5 @@
require 'rubygems'

module RedStorm

class SimpleBolt
Expand Down
2 changes: 2 additions & 0 deletions lib/red_storm/simple_spout.rb
@@ -1,3 +1,5 @@
require 'rubygems'

module RedStorm

class SimpleSpout
Expand Down
2 changes: 2 additions & 0 deletions lib/red_storm/simple_topology.rb
@@ -1,3 +1,5 @@
require 'rubygems'

module RedStorm

class SimpleTopology
Expand Down

0 comments on commit 558f557

Please sign in to comment.