Skip to content

Commit

Permalink
First stab at making it a github gem
Browse files Browse the repository at this point in the history
  • Loading branch information
knzconnor committed Jan 13, 2009
1 parent d59e9fb commit 0645d2f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test_benchmark.gemspec
@@ -0,0 +1,12 @@
Gem::Specification.new do |s|
s.name = "test_benchmark"
s.version = "0.4"
s.author = "Tim Connor"
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"]
end

0 comments on commit 0645d2f

Please sign in to comment.