[前][次][番号順一覧][スレッド一覧]

ruby-changes:44872

From: hsbt <ko1@a...>
Date: Wed, 30 Nov 2016 23:24:17 +0900 (JST)
Subject: [ruby-changes:44872] hsbt:r56945 (trunk): Fixed error with `make install`

hsbt	2016-11-30 23:24:12 +0900 (Wed, 30 Nov 2016)

  New Revision: 56945

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56945

  Log:
    Fixed error with `make install`
    
      rbinstall.rb couldn't load "psych/versions".

  Modified files:
    trunk/ext/psych/psych.gemspec
Index: ext/psych/psych.gemspec
===================================================================
--- ext/psych/psych.gemspec	(revision 56944)
+++ ext/psych/psych.gemspec	(revision 56945)
@@ -1,6 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/ext/psych/psych.gemspec#L1
 # -*- encoding: utf-8 -*-
-$LOAD_PATH.unshift './lib'
-load 'psych/versions.rb'
+require 'psych'
 
 Gem::Specification.new do |s|
   s.name = "psych"

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]