Skip to content

Commit

Permalink
Don't assume rubygems is used (trans).
Browse files Browse the repository at this point in the history
  • Loading branch information
soveran committed Nov 13, 2010
1 parent 29581b5 commit 00de05e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/joe
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#! /usr/bin/env ruby -rubygems

require File.join(File.dirname(__FILE__), "..", "lib", "joe")
require "clap"
#! /usr/bin/env ruby

help = <<-EOS
JOE(1)
Expand Down Expand Up @@ -50,6 +47,9 @@ if ARGV.empty?
exit
end

require "joe"
require "clap"

joe = Joe.new

Clap.run ARGV,
Expand Down

0 comments on commit 00de05e

Please sign in to comment.