1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fixed wrong require path

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2018-06-02 07:04:28 +00:00
parent 0f5b67526a
commit 4973f30474

View file

@ -1,4 +1,4 @@
require_relative "rexml/rexml"
require_relative "rexml"
Gem::Specification.new do |spec|
spec.name = "rexml"