summaryrefslogtreecommitdiff
path: root/ext/psych/psych.gemspec
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-30 14:24:12 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-30 14:24:12 +0000
commit0a5abaf745bf40de27bf4fac2172aaeacc2e2637 (patch)
treeff44518ba99e92ac21bb5ae29b789bc1dd512d02 /ext/psych/psych.gemspec
parent48e251df47c6f00adbd48a23c5fe58a1b406c060 (diff)
Fixed error with `make install`
rbinstall.rb couldn't load "psych/versions". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/psych/psych.gemspec')
-rw-r--r--ext/psych/psych.gemspec3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/psych/psych.gemspec b/ext/psych/psych.gemspec
index 45e949a040..df91ff43cd 100644
--- a/ext/psych/psych.gemspec
+++ b/ext/psych/psych.gemspec
@@ -1,6 +1,5 @@
# -*- encoding: utf-8 -*-
-$LOAD_PATH.unshift './lib'
-load 'psych/versions.rb'
+require 'psych'
Gem::Specification.new do |s|
s.name = "psych"