Sha256: 6aa2560da5a3b065c353c3f0b97c2be8670e4df074db1ab96d4c225e7d699973
Contents?: true
Size: 1.78 KB
Versions: 0
Compression: gzip
Compressed size: 735 Bytes
Stored size: 735 Bytes
Contents
--- !ruby/object:Gem::Specification name: thread-parent version: !ruby/object:Gem::Version version: 1.0.4 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: &70290124293100 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70290124293100 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: