mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/test/unit/test-unit.gemspec: Make test/unit default gem.
[Feature #6875] [ruby-dev:46051] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
25e6db3e3c
commit
ed9312527f
2 changed files with 19 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Fri Aug 31 21:47:56 2012 Kouhei Sutou <kou@cozmixng.org>
|
||||||
|
|
||||||
|
* lib/test/unit/test-unit.gemspec: Make test/unit default gem.
|
||||||
|
[Feature #6875] [ruby-dev:46051]
|
||||||
|
|
||||||
Fri 31 Aug 2012 18:35:02 AM CEST BOSSLET, Martin <Martin.Bosslet@googlemail.com>
|
Fri 31 Aug 2012 18:35:02 AM CEST BOSSLET, Martin <Martin.Bosslet@googlemail.com>
|
||||||
|
|
||||||
* ext/openssl/extconf.rb: Check existence of OPENSSL_NPN_NEGOTIATED.
|
* ext/openssl/extconf.rb: Check existence of OPENSSL_NPN_NEGOTIATED.
|
||||||
|
|
14
lib/test/unit/test-unit.gemspec
Normal file
14
lib/test/unit/test-unit.gemspec
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# -*- 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"]
|
||||||
|
end
|
Loading…
Reference in a new issue