GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Prettier Benchmarking for Ruby
Clone URL: git://github.com/wycats/benchwarmer.git
nex3 (author)
Mon May 05 17:19:11 -0700 2008
commit  588f7726dd513946eaf150dc1ba5aad8a44054dc
tree    b5bd4c91546e9ab425094aab2e5c74a0272973d4
parent  36ef1fa09a410ec866df2754b17684b1f13cf6f1
benchwarmer / Rakefile
100644 10 lines (7 sloc) 0.236 kb
1
2
3
4
5
6
7
8
9
10
require 'rubygems'
require 'rake/gempackagetask'
load File.join(File.dirname(__FILE__), 'benchwarmer.gemspec')
 
Rake::GemPackageTask.new(GEMSPEC).define
 
task :install => [:package] do
  sh %{sudo gem install pkg/#{GEM}-#{VERSION}}
end