Gem::Specification.new do |s|
s.name = %q{minitest-deluxe}
s.version = "1.4.2.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ryan Davis", "Matt Lyon"]
s.date = %q{2009-11-02}
s.description = %q{minitest/unit is a small and fast replacement for ruby's huge and slow test/unit. This is meant to be clean and easy to use both as a regular test writer and for language implementors that need a minimal set of methods to bootstrap a working unit test suite. mini/spec is a functionally complete spec engine. mini/mock, by Steven Baker, is a beautifully tiny mock object framework. (This package was called miniunit once upon a time) -- (this gem as maintained by Matt Lyon contains patches and extensions to minitest/spec that will apparently never make it upstream. Go Open Source!)}
s.summary = "minitest is a small and fast replacement for ruby's huge and slow test/unit"
s.email = %q{matt@flowerpowered.com}
s.extra_rdoc_files = [
"README.txt",
"History.txt",
"Manifest.txt"
]
s.files = %w(
.autotest
History.txt
Manifest.txt
README.txt
Rakefile
design_rationale.rb
lib/minitest/autorun.rb
lib/minitest/mock.rb
lib/minitest/spec.rb
lib/minitest/unit.rb
test/test_mini_mock.rb
test/test_mini_spec.rb
test/test_mini_test.rb
)
s.has_rdoc = true
s.homepage = %q{http://github.com/mattly/minitest}
s.rdoc_options = ["--main", "README.txt"]
s.require_paths = ["lib"]
end