From 818dd47a41fa1c0bbde2b83c9aae2ee018f24f21 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 11 Apr 2017 12:20:18 +0000 Subject: Spec#files are not used anymore. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Fix GH-1579] Author: Vít Ondruch git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/rbinstall.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'tool/rbinstall.rb') diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb index b923d81653..c6f869f88b 100755 --- a/tool/rbinstall.rb +++ b/tool/rbinstall.rb @@ -775,7 +775,6 @@ def install_default_gem(dir, srcdir) 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| -- cgit v1.2.3