rxio 0.10.0 → 0.10.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
- data/README.md +1 -1
- data/lib/rxio/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 12bcfcef3f1c311e9571c55c0d6716addce6f3fc
|
|
4
|
+
data.tar.gz: b9f2380289d778982a0f523352bb4b5022d3be83
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54ac8d4dfb6d94fee6275aae8a3ee27f95a0cad18bda7092d569bbca1d1535740b97cf5985b8d048ea5b5b295c3f3c9263e107a9d02598b608212a9a5ba1fde7
|
|
7
|
+
data.tar.gz: 39ddcb0a20693b3d326f4193231261aab5abd0335312d2e8f0dcd023917568d22aca3e2348f0fbb395a9d3639126ea465abd2e29cac70cbbe56f10a9c315a351
|
data/README.md
CHANGED
|
@@ -21,7 +21,7 @@ gem install -V rxio
|
|
|
21
21
|
|
|
22
22
|
## Usage
|
|
23
23
|
|
|
24
|
-
A simple service is created by spawning an instance of the *RxIO::Service* class, passing a *Handler Module* as argument to its constructor and calling
|
|
24
|
+
A simple service is created by spawning an instance of the *RxIO::Service* class, passing a *Handler Module* as argument to its constructor and calling its _run_ method.
|
|
25
25
|
|
|
26
26
|
This will execute the service's main loop. The handler module provides the specific protocol implementation through a set of methods.
|
|
27
27
|
|
data/lib/rxio/version.rb
CHANGED