We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2412cd4 commit 1ba4a5aCopy full SHA for 1ba4a5a
rdoc.gemspec
@@ -1,4 +1,10 @@
1
-require_relative "lib/rdoc"
+# -*- encoding: utf-8 -*-
2
+begin
3
+ require_relative "lib/rdoc"
4
+rescue LoadError
5
+ # for Ruby repository
6
+ require_relative "../rdoc"
7
+end
8
9
Gem::Specification.new do |s|
10
s.name = "rdoc"
0 commit comments