관리-도구
편집 파일: test-unit-2.1.10.0.gemspec
Gem::Specification.new do |s| s.name = "test-unit" s.version = "2.1.10.0" s.date = "2016-04-01" s.summary = "test/unit compatible API testing framework" s.description = "This library implements test/unit compatible API on minitest. The test/unit means that test/unit which was bundled with Ruby 1.8." s.homepage = "http://www.ruby-lang.org" s.authors = nil s.email = "sorah@tubusu.net" s.files = ["test/unit.rb", "test/unit/assertions.rb", "test/unit/parallel.rb", "test/unit/testcase.rb"] end