thread-parent 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/thread_parent/version.rb +1 -1
- data/thread-parent.gemspec +0 -1
- metadata +2 -13
data/thread-parent.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thread-parent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,18 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
date: 2013-02-09 00:00:00.000000000 Z
|
13
|
-
dependencies:
|
14
|
-
- !ruby/object:Gem::Dependency
|
15
|
-
name: pry
|
16
|
-
requirement: &70115845155260 !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
|
-
requirements:
|
19
|
-
- - ! '>='
|
20
|
-
- !ruby/object:Gem::Version
|
21
|
-
version: '0'
|
22
|
-
type: :runtime
|
23
|
-
prerelease: false
|
24
|
-
version_requirements: *70115845155260
|
13
|
+
dependencies: []
|
25
14
|
description: ThreadParent facilitates spawning threads that maintain a reference to
|
26
15
|
the thread that created them. The primary goal is to allow thread local variable
|
27
16
|
lookup through the ancestor chain.
|