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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/async/task.rb +1 -1
- data/lib/async/version.rb +1 -1
- data/license.md +1 -0
- data/readme.md +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ced20437db1c26026bbe526bc5c69c4ef467bf89fa7784eac27e5a4a0ad3d3a
|
4
|
+
data.tar.gz: 34724c6fcc75517b86a8875482f744cc7cfe83bce1fe87fdde28cf2851b46b0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35919d63868bf8c0524807e448415224438c25bc8b87824bfec34d613f8febd9459c4367df5c9a3275cf5dc59e78769c7ba420e2492c3d172f2ec6e2015ee6a6
|
7
|
+
data.tar.gz: f707fb4cca45592ac4d0ba4f2e41a25f80c22db5a452e0710a106095ca2d30a32753e652a0a46a1ebbd2bc1b0a3ee37917927efdff4ea2405c3fc0ec1b31ba24
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/lib/async/task.rb
CHANGED
data/lib/async/version.rb
CHANGED
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
|
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.
|
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-
|
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
|