ruby-changes:46202
From: nobu <ko1@a...>
Date: Tue, 11 Apr 2017 21:20:23 +0900 (JST)
Subject: [ruby-changes:46202] nobu:r58317 (trunk): Spec#files are not used anymore.
nobu 2017-04-11 21:20:18 +0900 (Tue, 11 Apr 2017) New Revision: 58317 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58317 Log: Spec#files are not used anymore. [Fix GH-1579] Author: V?\195?\173t Ondruch <vondruch@r...> Modified files: trunk/tool/rbinstall.rb Index: tool/rbinstall.rb =================================================================== --- tool/rbinstall.rb (revision 58316) +++ tool/rbinstall.rb (revision 58317) @@ -775,7 +775,6 @@ def install_default_gem(dir, srcdir) https://github.com/ruby/ruby/blob/trunk/tool/rbinstall.rb#L775 file_collector = RbInstall::Specs::FileCollector.new(src) files = file_collector.collect next if files.empty? - spec.files = files spec } gems.compact.sort_by(&:name).each do |gemspec| -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/