# -*- encoding: utf-8 -*-
# stub: thread 0.0.4 ruby lib

Gem::Specification.new do |s|
  s.name = "thread".freeze
  s.version = "0.0.4".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["meh.".freeze]
  s.date = "2013-03-01"
  s.description = "Includes a thread pool, message passing capabilities, a recursive mutex, promise, future and delay.".freeze
  s.email = "meh@schizofreni.co".freeze
  s.files = ["README.md".freeze, "lib/thread/channel.rb".freeze, "lib/thread/delay.rb".freeze, "lib/thread/future.rb".freeze, "lib/thread/pool.rb".freeze, "lib/thread/promise.rb".freeze, "lib/thread/recursive_mutex.rb".freeze, "thread.gemspec".freeze]
  s.homepage = "http://github.com/meh/ruby-thread".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Various extensions to the base thread library.".freeze
end