ruby-changes:37672
From: hsbt <ko1@a...>
Date: Wed, 25 Feb 2015 22:25:17 +0900 (JST)
Subject: [ruby-changes:37672] hsbt:r49753 (trunk): * spec/default.mspec: use default configuration file name.
hsbt 2015-02-25 22:25:11 +0900 (Wed, 25 Feb 2015) New Revision: 49753 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49753 Log: * spec/default.mspec: use default configuration file name. https://github.com/ruby/rubyspec/commit/cc69f337b06362e5607ffa3e3ad40ef7494960cf Modified files: trunk/ChangeLog trunk/spec/default.mspec Index: ChangeLog =================================================================== --- ChangeLog (revision 49752) +++ ChangeLog (revision 49753) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Feb 25 22:25:07 2015 SHIBATA Hiroshi <shibata.hiroshi@g...> + + * spec/default.mspec: use default configuration file name. + https://github.com/ruby/rubyspec/commit/cc69f337b06362e5607ffa3e3ad40ef7494960cf + Wed Feb 25 22:21:56 2015 SHIBATA Hiroshi <shibata.hiroshi@g...> * spec/default.mspec: remove specific version number. Index: spec/default.mspec =================================================================== --- spec/default.mspec (revision 49752) +++ spec/default.mspec (revision 49753) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/spec/default.mspec#L1 # -*- ruby -*- load "./rbconfig.rb" -load File.dirname(__FILE__) + '/rubyspec/ruby.mspec' +load File.dirname(__FILE__) + '/rubyspec/default.mspec' class MSpecScript builddir = Dir.pwd srcdir = ENV['SRCDIR'] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/