Sha256: a359107ddbb8fe647c92b0026a868fa9032e34fb15152e953262ea0d4aff3629

Contents?: true

Size: 1.78 KB

Versions: 0

Compression: gzip

Compressed size: 731 Bytes

Stored size: 731 Bytes

Contents

--- !ruby/object:Gem::Specification
name: thread-parent
version: !ruby/object:Gem::Version
  version: 1.0.0
  prerelease: 
platform: ruby
authors:
- Mike Evans
autorequire: 
bindir: bin
cert_chain: []
date: 2013-02-09 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: pry
  requirement: &70115845155260 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: *70115845155260
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: 

Package Spec version

thread-parent-1.0.0