async 1.28.3 → 1.28.4

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
2
  SHA256:
3
- metadata.gz: 77c63d6ea5723e686a2b72bd7bac1055aa293df4f4583915124a657cd39e6a74
4
- data.tar.gz: 3f58014dc1430f1a03bc16a69f19020a8fc3aefb4280e9026fea74fe89118ee1
3
+ metadata.gz: 1cfb65b7409df962b9b4b9d2c48fda3882c6f79c29b66dce5a915d42f2db4352
4
+ data.tar.gz: afec5fb15947cc6e1cccc152342dde75a8b27e0c9fb1d46cb91b5479f4cda8b6
5
5
  SHA512:
6
- metadata.gz: ca3d285761dd73820c81a56e3bc55a11780e915652d07f611be3723934345f0204d0949b0b5f3a86480b231cdbf37515404eb38152d1771b564932798cb96e70
7
- data.tar.gz: fa3cc87e0064c5a63c0f3b3683270c0e1ad9a2db283c131b139bbfd3c337399d8646824377c512b8e2245bc70f6ba213afda6e84391c4caaa4b8764c6587955d
6
+ metadata.gz: 0ec16c8b0249146ccf7cb25b51d2c396611e7b0ea74f13c960c34e865bd6f6963371be8bf1610c47633ebdd586578f6ac47c5b4ae6cdf9da5027218c738569bf
7
+ data.tar.gz: ac43cc50125a2036826d217a07f736a4dec92c82fc89ecb272814a736e3992af8a1b368ba17eb65afbdd15974842e2028c748b5b59b41dd0c0c4cf402d8184f9
@@ -82,7 +82,7 @@ module Async
82
82
  # @returns [Process::Status] A process status instance.
83
83
  def process_wait(pid, flags)
84
84
  Thread.new do
85
- Process::Status.wait(pid, flags)
85
+ ::Process::Status.wait(pid, flags)
86
86
  end.value
87
87
  end
88
88
 
@@ -21,5 +21,5 @@
21
21
  # THE SOFTWARE.
22
22
 
23
23
  module Async
24
- VERSION = "1.28.3"
24
+ VERSION = "1.28.4"
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: async
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.3
4
+ version: 1.28.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-02 00:00:00.000000000 Z
11
+ date: 2021-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: console
@@ -179,7 +179,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
179
179
  - !ruby/object:Gem::Version
180
180
  version: '0'
181
181
  requirements: []
182
- rubygems_version: 3.2.3
182
+ rubygems_version: 3.1.2
183
183
  signing_key:
184
184
  specification_version: 4
185
185
  summary: A concurrency framework for Ruby.