thread_ancestors 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: ffc4eaa457d7449652f0170e886bbfb9e65d3a02
4
- data.tar.gz: 5c8d43d0c789871951dfa73615faf0b35a011a39
2
+ SHA256:
3
+ metadata.gz: 24761407f4e4f4b389dd358bb7b96d589fa36f3b0d78037d4ad22e316c1d56cf
4
+ data.tar.gz: d3e6b0015fb12acad3ccfb3d7abd432c72dd9fc484de270739fc998b9e198617
5
5
  SHA512:
6
- metadata.gz: 7e564c6baf119ec65751631129bb460ad18afa078f7207a7694d2677612c92ac8948eb94a634881d9418e411af59296df8b645ec899e09999b901481ab48b1d6
7
- data.tar.gz: 26c88e3877e635c1dc0dba65ffa5d4f816adc41035d27fcbeb1349f393472beada9f2af0b0a8abdd12b0bd01d82555ba7b22dfe195d7ea75db6b49246808dfd1
6
+ metadata.gz: 9af03bc2833b2adbffdf7704a35675ac425aa71057e5a32d8ade25f0a9e4625440c9ca0e23eae2ef8e06d9af465e850560e3577a61d1ee50e336dfa09613c748
7
+ data.tar.gz: 4a5dd43b69cc8b5025e2d657ec751a032a1cce17ddcf541df38f0d09104ed63609720671ffd5f0f596949be3d4a9e068b53fc24e089142a2b08c879636d91c16
@@ -1,5 +1,5 @@
1
1
  module ThreadAncestors
2
- def initialize
2
+ def initialize(*)
3
3
  @_parent = Thread.current
4
4
  super
5
5
  end
@@ -1,3 +1,3 @@
1
1
  module ThreadAncestors
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thread_ancestors
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Hart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-07 00:00:00.000000000 Z
11
+ date: 2019-04-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: pididiot1@gmail.com
@@ -39,7 +39,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
39
39
  version: '0'
40
40
  requirements: []
41
41
  rubyforge_project:
42
- rubygems_version: 2.4.5
42
+ rubygems_version: 2.7.6
43
43
  signing_key:
44
44
  specification_version: 4
45
45
  summary: Allows Thread to carry context from ancestors.