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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/rxio/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e280e9488e6a0e8772dc1207a4f9ef2596a75800
4
- data.tar.gz: a93e714f68bbf8b1a2b76d5eec9b0944489f8e2d
3
+ metadata.gz: 12bcfcef3f1c311e9571c55c0d6716addce6f3fc
4
+ data.tar.gz: b9f2380289d778982a0f523352bb4b5022d3be83
5
5
  SHA512:
6
- metadata.gz: ab635aa9b48db9a6fd09d480982187f9ecc7b272d5a94b88c2dd89d5ae960e46c7fe00c55f48ffde01da744ca0c1147c1f615a937ac3558964b106f5ebe7e425
7
- data.tar.gz: 06a5b6087190d7ab29e9273b7c651f2c91b09aa9e9cc51782b7c6eb4899ebd59fc68483c18f625a227e93df0fa14ff844da2016643139ed8fe38e2008490a827
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 it's _run_ method.
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
@@ -5,5 +5,5 @@
5
5
  module RxIO
6
6
 
7
7
  # Version
8
- VERSION = '0.10.0'
8
+ VERSION = '0.10.1'
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rxio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eresse