# -*- encoding: utf-8 -*- # stub: thread-parent 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "thread-parent".freeze s.version = "1.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Mike Evans".freeze] s.date = "2013-02-09" s.description = "ThreadParent facilitates spawning threads that maintain a reference to the thread that created them. The primary goal is to allow thread local variable lookup through the ancestor chain.".freeze s.email = ["mike@urlgonomics.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/thread_parent.rb".freeze, "lib/thread_parent/version.rb".freeze, "test/helper.rb".freeze, "test/test_thread_parent.rb".freeze, "thread-parent.gemspec".freeze] s.homepage = "https://github.com/mje113/thread-parent".freeze s.rubygems_version = "3.5.10".freeze s.summary = "ThreadParent facilitates spawning threads that maintain a reference to the thread that created them. The primary goal is to allow thread local variable lookup through the ancestor chain.".freeze s.test_files = ["test/helper.rb".freeze, "test/test_thread_parent.rb".freeze] end