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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e9de464bc62b1ee6737b902f4dd92d669a8b001011ca92e80e2937b4323cbbc
4
- data.tar.gz: b1acc7ef2be6d0f8e192cccdc640e5d26456bc1f2254fe79910b77490ff332c2
3
+ metadata.gz: a489ed25c778c1c043b3a312d1e15e051f11c89e794567826937e2e012c3dc9d
4
+ data.tar.gz: 1ddd0a6f0a2db32121aa1b10dbc22f37f47914992369546b7e1d2931fbf10af6
5
5
  SHA512:
6
- metadata.gz: a183a688047b5c1309b9c611146b3cb09d4ca2298f75ff01340fa4bf1dbf908ae22135056bafc3556ca2db702b8d13fd84977cffd210672f7cc4350db676956a
7
- data.tar.gz: '09e2cd6172518386c72d1f24457c1c071912c41cb7008488c4b8ca666a1560849cc033778f9af9f0b3d8337c689d5fdae59e44a9a5b6623dd4252b660679441b'
6
+ metadata.gz: 301c0d39c26bf5b12fa4169c6f46fd216133548a08b34b25114e5a917678288bda7a6413e996df149403ab7b30b102171861059929c921cd8cfb876eb71e6b87
7
+ data.tar.gz: 4006802794c073a8b3c22a418d070639291b851440e5859080faae7400506837654e04cd77ce9ff60a4d47136087eed8b7359271c191172f83b66a94e2e7fb62
checksums.yaml.gz.sig CHANGED
Binary file
@@ -5,6 +5,6 @@
5
5
 
6
6
  module Async
7
7
  module Actor
8
- VERSION = "0.1.0"
8
+ VERSION = "0.1.1"
9
9
  end
10
10
  end
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.0
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.22
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