timocratic / test_benchmark

Rails plugin (and/or ruby gem) for benchmarking your test::units: a rework of the original by topfunky

This URL has Read+Write access

test_benchmark / test_benchmark.gemspec
100644 15 lines (14 sloc) 0.586 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Gem::Specification.new do |s|
  s.name = "test_benchmark"
  s.version = "0.4.6"
  s.date = "2009-01-13"
  s.authors = ['Tim Connor', 'Geoffrey Grosenbach', 'Mike Gunderloy', 'Luke Francl', 'Marek de Heus']
  s.email = "timocratic@gmail.com"
  s.homepage = "http://github.com/timocratic/test_benchmark"
  s.platform = Gem::Platform::RUBY
  s.summary = "Rails plugin (and/or ruby gem) for benchmarking your test::units: a rework of the original by topfunky"
  s.require_path = "lib"
  #s.has_rdoc = true
  #s.extra_rdoc_files = ["README.txt"]
  s.files = ['lib/test_benchmark.rb']
end