* 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
This commit is contained in:
hsbt 2014-05-24 05:04:08 +00:00
Родитель a09528c2f7
Коммит 35a8580c56
2 изменённых файлов: 4 добавлений и 18 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Sat May 24 13:42:46 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* test/lib/test/unit/test-unit.gemspec: removed needless gemspec file.
Sat May 24 09:39:06 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* defs/default_gems: removed mintiest entry.

Просмотреть файл

@ -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