Skip to content

Commit c3601c4

Browse files
committed
Use require_relative instead of changing $LOAD_PATH
1 parent 39aa9e0 commit c3601c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Rakefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
require 'rubygems'
22
require 'rake'
33

4-
$LOAD_PATH.unshift('lib')
5-
require 'mysql2psql/version'
4+
require_relative 'lib/mysql2psql/version'
65

76
begin
87
require 'jeweler'

0 commit comments

Comments
 (0)