From: "vo.x (Vit Ondruch)" Date: 2013-11-26T15:57:13+09:00 Subject: [ruby-core:58596] [ruby-trunk - Bug #8623] Make stable Gem::Specification.files in default .gemspecs Issue #8623 has been updated by vo.x (Vit Ondruch). nagachika (Tomoyuki Chikanaga) wrote: > I've overlooked this ticket. > > Hello vit, r43587 should be backported to ruby_2_0_0, doesn't it? That would be sweet if you can backport. One less patch I need to maintain for Fedora. ---------------------------------------- Bug #8623: Make stable Gem::Specification.files in default .gemspecs https://bugs.ruby-lang.org/issues/8623#change-43164 Author: vo.x (Vit Ondruch) Status: Closed Priority: Normal Assignee: drbrain (Eric Hodel) Category: lib Target version: ruby -v: ruby 2.0.0p195 (2013-05-14 revision 40734) [x86_64-linux] Backport: 1.9.3: UNKNOWN, 2.0.0: REQUIRED Although the .gemspec files for default gems are same in function, the different order of their "s.files" makes them different therefore possibly conflicting in multilib scenario. Simple sorting fixes this issue. -- http://bugs.ruby-lang.org/