From 35a8580c566664a692998728c76f63a28bb3fece Mon Sep 17 00:00:00 2001 From: hsbt Date: Sat, 24 May 2014 05:04:08 +0000 Subject: * test/lib/test/unit/test-unit.gemspec: removed needless gemspec file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/lib/test/unit/test-unit.gemspec | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 test/lib/test/unit/test-unit.gemspec (limited to 'test/lib/test/unit') diff --git a/test/lib/test/unit/test-unit.gemspec b/test/lib/test/unit/test-unit.gemspec deleted file mode 100644 index 363fd50c02..0000000000 --- a/test/lib/test/unit/test-unit.gemspec +++ /dev/null @@ -1,18 +0,0 @@ -# -*- ruby -*- - -Gem::Specification.new do |s| - s.name = "test-unit" - s.version = "#{RUBY_VERSION}.0" - s.homepage = "http://www.ruby-lang.org" - s.author = "Shota Fukumori" - s.email = "sorah@tubusu.net" - 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.executables = ["testrb"] - - # Ruby bundled test/unit is a compatibility layer for minitest, - # and it doesn't have support for minitest 5. - s.add_runtime_dependency "minitest", '< 5.0.0' -end -- cgit v1.2.3