async-container 0.23.1 → 0.23.2

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: 45498b6ccc16a193e4562b68437909aa982613b11a3959608de293246edc1f31
4
- data.tar.gz: fa3b269ba5e24b5500fb05409a6c5835127adf8cbda92bff54cc661358e10921
3
+ metadata.gz: e7d6beef9d67eb3befeb6df39c14194bef86cefa104924e7eaff052571efbf68
4
+ data.tar.gz: d18ac658a4dac083de68527533e1f476dfe56085b4ba67a46fa9e3ba8e92fa45
5
5
  SHA512:
6
- metadata.gz: 4481f2950cfacc074c010419ce3afaa785435df9066b072e4d514a7ea3319fd930242afb8ef0f3e40020d7674209d792a4a42059f1f44cdc3270669bca52ef7b
7
- data.tar.gz: '018f892e9b7b9cd7703ce0b9e15a8eb689804563b8d691a676f51a0ad79b0d78681d34bca2c63da9e508c8b48dc617cb03dde3911af5271e42997a334dcf06bd'
6
+ metadata.gz: 285a31c7314187bae1a4866e5865f817a33f1f4192dc6df0991d345b71f8ca148de56bc3cae8c2c36199cffafa281b20efec533d2ba636fa11b031afed287496
7
+ data.tar.gz: c8d2458ee451774b353512e8eeab6351d85695775d9a3d09f326f83bb3b462a31830701b82e8867e177bcb9f58b4085b19ed1832c7ab8229afb63b718fb1ac05
checksums.yaml.gz.sig CHANGED
Binary file
@@ -121,7 +121,7 @@ module Async
121
121
  # Stop all child processes using {#terminate}.
122
122
  # @parameter timeout [Boolean | Numeric | Nil] If specified, invoke a graceful shutdown using {#interrupt} first.
123
123
  def stop(timeout = 1)
124
- Console.info(self, "Stopping all processes...", timeout: timeout)
124
+ Console.debug(self, "Stopping all processes...", timeout: timeout)
125
125
  # Use a default timeout if not specified:
126
126
  timeout = 1 if timeout == true
127
127
 
@@ -5,6 +5,6 @@
5
5
 
6
6
  module Async
7
7
  module Container
8
- VERSION = "0.23.1"
8
+ VERSION = "0.23.2"
9
9
  end
10
10
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: async-container
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.1
4
+ version: 0.23.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -40,7 +40,7 @@ cert_chain:
40
40
  Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
41
41
  voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
42
42
  -----END CERTIFICATE-----
43
- date: 2025-02-27 00:00:00.000000000 Z
43
+ date: 2025-02-28 00:00:00.000000000 Z
44
44
  dependencies:
45
45
  - !ruby/object:Gem::Dependency
46
46
  name: async
metadata.gz.sig CHANGED
Binary file