Skip to content

Commit

Permalink
Require the jar file when requiring 'jruby-rack' itself.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Sep 15, 2010
1 parent 516bdfd commit 0b117a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -152,6 +152,7 @@ module JRubyJars
def self.jruby_rack_jar_path
File.expand_path("../jruby-rack-#{JRuby::Rack::VERSION}.jar", __FILE__)
end
require jruby_rack_jar_path
end
}
end
Expand Down

0 comments on commit 0b117a8

Please sign in to comment.