aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych
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
commit1485c688b139276efcee1303a77195e5889a8fcf (patch)
treeff44518ba99e92ac21bb5ae29b789bc1dd512d02 /ext/psych
parent9be69a52d7c4afc50ea545242e5a68642edd56ae (diff)
downloadruby-1485c688b139276efcee1303a77195e5889a8fcf.tar.gz
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')
-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"