public
Description: Ruby Thread Pool
Homepage:
Clone URL: git://github.com/fizx/thread_pool.git
thread_pool / Rakefile
100644 3 lines (3 sloc) 0.124 kb
1
2
3
task :default do
  system "gem build thread_pool.gemspec; sudo gem uninstall thread_pool; sudo gem install thread_pool"
end