mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
make sure we add expanded path to load paths
This commit is contained in:
parent
561657e789
commit
78784f9391
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$LOAD_PATH.unshift 'lib'
|
||||
$LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
|
||||
require 'sinatra/version'
|
||||
|
||||
Gem::Specification.new 'sinatra', Sinatra::VERSION do |s|
|
||||
|
|
Loading…
Add table
Reference in a new issue