Skip to content

Commit

Permalink
removed systematic require 'rubygems'
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsurprenant committed Nov 23, 2011
1 parent 0b3d612 commit 7f4f47b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions examples/simple/redis_word_count_topology.rb
@@ -1,3 +1,4 @@
require 'rubygems'
require 'redis'
require 'thread'
require 'red_storm'
Expand Down
2 changes: 0 additions & 2 deletions lib/red_storm/simple_bolt.rb
@@ -1,5 +1,3 @@
require 'rubygems'

module RedStorm

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

module RedStorm

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

module RedStorm

class SimpleTopology
Expand Down

0 comments on commit 7f4f47b

Please sign in to comment.