summaryrefslogtreecommitdiff
path: root/psych.gemspec
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-11-30 23:26:18 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-11-30 23:26:18 +0900
commitcdd447fc6025c6699edcc091597c5617ad67b5b0 (patch)
tree916cb3f5cb43592d386ffe0b45ce1491ed3253eb /psych.gemspec
parent6fbf8d5b215b06a7ab848580f30cf14093ac530f (diff)
downloadpsych-cdd447fc6025c6699edcc091597c5617ad67b5b0.zip
port from ruby/ruby. It's workaround for ruby core repository installation
Diffstat (limited to 'psych.gemspec')
-rw-r--r--psych.gemspec3
1 files changed, 1 insertions, 2 deletions
diff --git a/psych.gemspec b/psych.gemspec
index 45e949a..df91ff4 100644
--- a/psych.gemspec
+++ b/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"