async-actor 0.1.0 → 0.1.1
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/async/actor/version.rb +1 -1
- data/readme.md +2 -0
- data.tar.gz.sig +0 -0
- metadata +4 -4
- 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: a489ed25c778c1c043b3a312d1e15e051f11c89e794567826937e2e012c3dc9d
|
|
4
|
+
data.tar.gz: 1ddd0a6f0a2db32121aa1b10dbc22f37f47914992369546b7e1d2931fbf10af6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 301c0d39c26bf5b12fa4169c6f46fd216133548a08b34b25114e5a917678288bda7a6413e996df149403ab7b30b102171861059929c921cd8cfb876eb71e6b87
|
|
7
|
+
data.tar.gz: 4006802794c073a8b3c22a418d070639291b851440e5859080faae7400506837654e04cd77ce9ff60a4d47136087eed8b7359271c191172f83b66a94e2e7fb62
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/async/actor/version.rb
CHANGED
data/readme.md
CHANGED
|
@@ -14,6 +14,8 @@ This is where `Async::Actor` comes in. It provides a simple actor model, which u
|
|
|
14
14
|
|
|
15
15
|
Please see the [project documentation](https://socketry.github.io/async-actor/) for more details.
|
|
16
16
|
|
|
17
|
+
- [Getting Started](https://socketry.github.io/async-actor/guides/getting-started/index) - This guide explains how to use `async-actor` for asynchronous programming.
|
|
18
|
+
|
|
17
19
|
## Contributing
|
|
18
20
|
|
|
19
21
|
We welcome contributions to this project.
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: async-actor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Williams
|
|
@@ -43,14 +43,14 @@ dependencies:
|
|
|
43
43
|
name: async
|
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
|
45
45
|
requirements:
|
|
46
|
-
- - "
|
|
46
|
+
- - ">="
|
|
47
47
|
- !ruby/object:Gem::Version
|
|
48
48
|
version: '1'
|
|
49
49
|
type: :runtime
|
|
50
50
|
prerelease: false
|
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
|
52
52
|
requirements:
|
|
53
|
-
- - "
|
|
53
|
+
- - ">="
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '1'
|
|
56
56
|
description:
|
|
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
86
86
|
- !ruby/object:Gem::Version
|
|
87
87
|
version: '0'
|
|
88
88
|
requirements: []
|
|
89
|
-
rubygems_version: 3.4.
|
|
89
|
+
rubygems_version: 3.4.10
|
|
90
90
|
signing_key:
|
|
91
91
|
specification_version: 4
|
|
92
92
|
summary: A multi-threaded actor implementation where each actor has it's own event
|
metadata.gz.sig
CHANGED
|
Binary file
|