ruby-changes:37671
From: hsbt <ko1@a...>
Date: Wed, 25 Feb 2015 22:22:33 +0900 (JST)
Subject: [ruby-changes:37671] hsbt:r49752 (trunk): * spec/default.mspec: remove specific version number.
hsbt 2015-02-25 22:22:17 +0900 (Wed, 25 Feb 2015) New Revision: 49752 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49752 Log: * spec/default.mspec: remove specific version number. https://github.com/ruby/rubyspec/commit/7a909e925c1baa9c700bd44af9241aef6e596714 Modified files: trunk/ChangeLog trunk/spec/default.mspec Index: ChangeLog =================================================================== --- ChangeLog (revision 49751) +++ ChangeLog (revision 49752) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Feb 25 22:21:56 2015 SHIBATA Hiroshi <shibata.hiroshi@g...> + + * spec/default.mspec: remove specific version number. + https://github.com/ruby/rubyspec/commit/7a909e925c1baa9c700bd44af9241aef6e596714 + Wed Feb 25 22:04:04 2015 NAKAMURA Usaku <usa@r...> * ext/win32/Win32API.rb (initialize): accept both a string and an array Index: spec/default.mspec =================================================================== --- spec/default.mspec (revision 49751) +++ spec/default.mspec (revision 49752) @@ -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.2.2.mspec' +load File.dirname(__FILE__) + '/rubyspec/ruby.mspec' class MSpecScript builddir = Dir.pwd srcdir = ENV['SRCDIR'] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/