From: ryand-ruby@... Date: 2014-05-20T10:02:25+00:00 Subject: [ruby-core:62695] [ruby-trunk - Feature #9852] How to bundle test-unit2 and minitest5 Issue #9852 has been updated by Ryan Davis. Rubygems allows for installation from local gems, so it'd be entirely possible to have the gems contained in the tarball in a directory, and installed normally. It shouldn't be too much work to make this happen only during packaging time (ie, we don't need to commit the gem binaries to SVN, just a manifest of what gems/versions we want). I would like this to happen for all of the gems we currently ship internally: rake, minitest, rdoc, etc. Authors, willing, of course. I don't know the build system very well, so I don't know all the places I'd have to poke at to make this happen. Suggestions/patches welcome. I also have the `ruby` gem. We can use that as a meta-gem that simply declares fixed dependencies on all the gems that ship with that version. If a user wants to repair their setup, they'd only need to run `gem install ruby -v x.y.z`. ---------------------------------------- Feature #9852: How to bundle test-unit2 and minitest5 https://bugs.ruby-lang.org/issues/9852#change-46820 * Author: Hiroshi SHIBATA * Status: Open * Priority: Normal * Assignee: Kouhei Sutou * Category: * Target version: current: 2.2.0 ---------------------------------------- I removed test-unit and minitest at #9711 But we need to bundle testing framework with Ruby 2.2.0 continuously. I hope to bundle test-unit2 and minitest5 with Ruby 2.2.0. > kou Could you bundle and maintain test-unit2 on CRuby? > ryan Do you have any idea of gem installation mechanism with packaging? -- https://bugs.ruby-lang.org/