Sha256: c10209c80187c3043e248a791ee43e428a0088bb2e9214561c1ad2f350b20f0b
Contents?: true
Size: 1.78 KB
Versions: 0
Compression: gzip
Compressed size: 736 Bytes
Stored size: 736 Bytes
Contents
--- !ruby/object:Gem::Specification name: thread-parent version: !ruby/object:Gem::Version version: 1.0.3 prerelease: platform: ruby authors: - Mike Evans autorequire: bindir: bin cert_chain: [] date: 2013-05-09 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rake requirement: &70233354825040 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70233354825040 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. email: - mike@urlgonomics.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - Gemfile - LICENSE.txt - README.md - Rakefile - lib/thread_parent.rb - lib/thread_parent/version.rb - test/helper.rb - test/test_thread_parent.rb - thread-parent.gemspec homepage: https://github.com/mje113/thread-parent licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.17 signing_key: specification_version: 3 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. test_files: - test/helper.rb - test/test_thread_parent.rb has_rdoc: