From cdd447fc6025c6699edcc091597c5617ad67b5b0 Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi Date: Wed, 30 Nov 2016 23:26:18 +0900 Subject: port from ruby/ruby. It's workaround for ruby core repository installation --- psych.gemspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'psych.gemspec') 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" -- cgit v1.2.3