Skip to content

Commit

Permalink
make sure we add expanded path to load paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Jul 5, 2011
1 parent 561657e commit 78784f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinatra.gemspec
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
$LOAD_PATH.unshift 'lib' $LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
require 'sinatra/version' require 'sinatra/version'


Gem::Specification.new 'sinatra', Sinatra::VERSION do |s| Gem::Specification.new 'sinatra', Sinatra::VERSION do |s|
Expand Down

0 comments on commit 78784f9

Please sign in to comment.