aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-11 12:20:18 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-11 12:20:18 +0000
commit818dd47a41fa1c0bbde2b83c9aae2ee018f24f21 (patch)
tree5c33189c12bdf3f9c11c04b8e224ad718aea49a7 /tool
parent055432f874e840be9af8212c38d1bfb9f6524658 (diff)
downloadruby-818dd47a41fa1c0bbde2b83c9aae2ee018f24f21.tar.gz
Spec#files are not used anymore.
[Fix GH-1579] Author: Vít Ondruch <vondruch@redhat.com> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rwxr-xr-xtool/rbinstall.rb1
1 files changed, 0 insertions, 1 deletions
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|