Skip to content

Commit 576aaf5

Browse files
committed
fix loaded path order. This affects to use system rdoc
1 parent 66fe5da commit 576aaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rdoc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- encoding: utf-8 -*-
2-
$:.push File.expand_path("../lib", __FILE__)
2+
$:.unshift File.expand_path("../lib", __FILE__)
33
require 'rdoc'
44

55
Gem::Specification.new do |s|

0 commit comments

Comments
 (0)