Skip to content

Commit

Permalink
Added require for rubygems, for Ruby < 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Mar 6, 2012
1 parent 2ceac45 commit bc5215e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/em-udp-proxy
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby
require 'rubygems'
require File.expand_path('../lib/udp_proxy.rb', File.dirname(__FILE__))
require 'optparse'

Expand Down

0 comments on commit bc5215e

Please sign in to comment.