async 2.10.1 → 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: 80ec5a3027f34138e334db424a42fcf0d424b11d5100527d5e2f8f07534ce33c
4
- data.tar.gz: 915d39b6b115479c019d8ee0060115d3d1315f8ea864db83887cb158eafe3d2c
3
+ metadata.gz: 4ced20437db1c26026bbe526bc5c69c4ef467bf89fa7784eac27e5a4a0ad3d3a
4
+ data.tar.gz: 34724c6fcc75517b86a8875482f744cc7cfe83bce1fe87fdde28cf2851b46b0f
5
5
  SHA512:
6
- metadata.gz: 99ae4f68d7aa9ccacc9bb73d80faa687d2c869a61749efadb23bf7f7af1738998f452bccebf18fe2f85af00c456ea31d03cb3e8b822138263064645cd11c1100
7
- data.tar.gz: 667c747343c640256e6df33bec66a6f05202dd11ed7023e06c8c0b6831c171a468c7558c4d771d644e11765d8071203c1e5f0e490383cdb18269022b39cb7135
6
+ metadata.gz: 35919d63868bf8c0524807e448415224438c25bc8b87824bfec34d613f8febd9459c4367df5c9a3275cf5dc59e78769c7ba420e2492c3d172f2ec6e2015ee6a6
7
+ data.tar.gz: f707fb4cca45592ac4d0ba4f2e41a25f80c22db5a452e0710a106095ca2d30a32753e652a0a46a1ebbd2bc1b0a3ee37917927efdff4ea2405c3fc0ec1b31ba24
checksums.yaml.gz.sig CHANGED
Binary file
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.1"
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.1
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