ichannel 5.1.1.1 → 5.1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog.txt +4 -0
- data/README.md +3 -1
- data/lib/ichannel/version.rb +1 -1
- metadata +3 -3
data/ChangeLog.txt
CHANGED
data/README.md
CHANGED
@@ -27,7 +27,9 @@ __EXAMPLES__
|
|
27
27
|
|
28
28
|
__1.__
|
29
29
|
|
30
|
-
A demo of how to pass ruby objects through a channel and also between processes
|
30
|
+
A demo of how to pass ruby objects through a channel and also between processes.
|
31
|
+
[Marshal](http://rubydoc.info/stdlib/core/Marshal) is the serializer of choice
|
32
|
+
in this example:
|
31
33
|
|
32
34
|
```ruby
|
33
35
|
channel = IChannel.new Marshal
|
data/lib/ichannel/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ichannel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.1.1.
|
4
|
+
version: 5.1.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -46,7 +46,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
46
46
|
version: '0'
|
47
47
|
segments:
|
48
48
|
- 0
|
49
|
-
hash:
|
49
|
+
hash: 1640631267642912083
|
50
50
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
51
51
|
none: false
|
52
52
|
requirements:
|
@@ -55,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
55
55
|
version: '0'
|
56
56
|
segments:
|
57
57
|
- 0
|
58
|
-
hash:
|
58
|
+
hash: 1640631267642912083
|
59
59
|
requirements: []
|
60
60
|
rubyforge_project:
|
61
61
|
rubygems_version: 1.8.23
|