async 2.10.0 → 2.10.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 707788679dfee0d00262df41dca98842740769f25f38b4ec72f3a0fe0af466fb
4
- data.tar.gz: 543acd4f573f1665cda010fd6b15d7d24ec14eb5de39cc873ef8b4d1b1cc7f8e
3
+ metadata.gz: 4ced20437db1c26026bbe526bc5c69c4ef467bf89fa7784eac27e5a4a0ad3d3a
4
+ data.tar.gz: 34724c6fcc75517b86a8875482f744cc7cfe83bce1fe87fdde28cf2851b46b0f
5
5
  SHA512:
6
- metadata.gz: a6be161ee5c42ebcdc0b26ed054b749900060fab3a0601255d7fb038feb063282cd13e8917f79700fc8379996903ea7cb9796c083f348b70f85f6ae363e348ca
7
- data.tar.gz: ded0df5f2a950f143819bfe94537b188c0e66426344f0d21e0f5e9ed240651b2cafed41d6d5da36a123793cc6406b0ffbc5b8adb1e834faddd168f96855b02c4
6
+ metadata.gz: 35919d63868bf8c0524807e448415224438c25bc8b87824bfec34d613f8febd9459c4367df5c9a3275cf5dc59e78769c7ba420e2492c3d172f2ec6e2015ee6a6
7
+ data.tar.gz: f707fb4cca45592ac4d0ba4f2e41a25f80c22db5a452e0710a106095ca2d30a32753e652a0a46a1ebbd2bc1b0a3ee37917927efdff4ea2405c3fc0ec1b31ba24
checksums.yaml.gz.sig CHANGED
Binary file
data/lib/async/task.rb CHANGED
@@ -275,7 +275,7 @@ module Async
275
275
  # If we were asked to stop, we should do so now:
276
276
  if @defer_stop
277
277
  @defer_stop = nil
278
- self.stop
278
+ raise Stop, "Stopping current task (was deferred)!"
279
279
  end
280
280
  end
281
281
  else
data/lib/async/version.rb CHANGED
@@ -4,5 +4,5 @@
4
4
  # Copyright, 2017-2024, by Samuel Williams.
5
5
 
6
6
  module Async
7
- VERSION = "2.10.0"
7
+ VERSION = "2.10.2"
8
8
  end
data/license.md CHANGED
@@ -25,6 +25,7 @@ Copyright, 2023, by Colin Kelley.
25
25
  Copyright, 2023, by Math Ieu.
26
26
  Copyright, 2023, by Emil Tin.
27
27
  Copyright, 2023, by Gert Goet.
28
+ Copyright, 2024, by Dimitar Peychinov.
28
29
 
29
30
  Permission is hereby granted, free of charge, to any person obtaining a copy
30
31
  of this software and associated documentation files (the "Software"), to deal
data/readme.md CHANGED
@@ -20,7 +20,7 @@ Async is a composable asynchronous I/O framework for Ruby based on [io-event](ht
20
20
 
21
21
  Please see the [project documentation](https://socketry.github.io/async/) for more details.
22
22
 
23
- - [Getting Started](https://socketry.github.io/async/guides/getting-started/index) - This guide gives shows how to add
23
+ - [Getting Started](https://socketry.github.io/async/guides/getting-started/index) - This guide shows how to add
24
24
  async to your project and run code asynchronously.
25
25
 
26
26
  - [Asynchronous Tasks](https://socketry.github.io/async/guides/asynchronous-tasks/index) - This guide explains how
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: async
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.0
4
+ version: 2.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -13,6 +13,7 @@ authors:
13
13
  - Kent Gruber
14
14
  - Brian Morearty
15
15
  - Colin Kelley
16
+ - Dimitar Peychinov
16
17
  - Gert Goet
17
18
  - Jiang Jinyang
18
19
  - Julien Portalier
@@ -61,7 +62,7 @@ cert_chain:
61
62
  Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
62
63
  voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
63
64
  -----END CERTIFICATE-----
64
- date: 2024-03-27 00:00:00.000000000 Z
65
+ date: 2024-04-15 00:00:00.000000000 Z
65
66
  dependencies:
66
67
  - !ruby/object:Gem::Dependency
67
68
  name: console
@@ -163,6 +164,7 @@ licenses:
163
164
  metadata:
164
165
  documentation_uri: https://socketry.github.io/async/
165
166
  funding_uri: https://github.com/sponsors/ioquatix/
167
+ source_code_uri: https://github.com/socketry/async.git
166
168
  post_install_message:
167
169
  rdoc_options: []
168
170
  require_paths:
metadata.gz.sig CHANGED
Binary file