fizx / thread_pool

Ruby Thread Pool

This URL has Read+Write access

thread_pool / thread_pool.gemspec
decbea3b » Kyle Maxwell 2008-09-24 initial release 1 Gem::Specification.new do |s|
2 s.name = "thread_pool"
464bd4c3 » Kyle Maxwell 2008-09-27 logging 3 s.version = "0.3.1"
decbea3b » Kyle Maxwell 2008-09-24 initial release 4 s.date = "2008-09-24"
5 s.summary = "A ruby thread pool"
6 s.email = "kyle@kylemaxwell.com"
7 s.homepage = "http://github.com/fizx/thread_pool"
8 s.description = "A simple thread pool"
9 s.has_rdoc = true
10 s.authors = ["Kyle Maxwell"]
11 s.files = %w[
12 README CHANGELOG lib/thread_pool.rb
13 ]
14 s.test_files = %w[test/test_thread_pool.rb]
15 s.rdoc_options = ["--main", "README"]
16 s.extra_rdoc_files = %w[CHANGELOG README]
17 end