This project is closed and read-only.
Backport #8878 ยป 0001-test-unit.gemspec-include-date-explicitly.patch
| lib/test/unit/test-unit.gemspec | ||
|---|---|---|
|
Gem::Specification.new do |s|
|
||
|
s.name = "test-unit"
|
||
|
s.version = "#{RUBY_VERSION}.0"
|
||
|
s.date = RUBY_RELEASE_DATE
|
||
|
s.homepage = "http://www.ruby-lang.org"
|
||
|
s.author = "Shota Fukumori"
|
||
|
s.email = "sorah@tubusu.net"
|
||