ichannel 5.1.1.1 → 5.1.1.2

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.
data/ChangeLog.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == v5.1.1.2
2
+ * doc improvements
3
+ another set of doc improvements
4
+
1
5
  == v5.1.1.1
2
6
  * doc improvements
3
7
  a set of doc improvements
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
@@ -1,3 +1,3 @@
1
1
  class IChannel
2
- VERSION = "5.1.1.1"
2
+ VERSION = "5.1.1.2"
3
3
  end
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.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: -2186920518720444736
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: -2186920518720444736
58
+ hash: 1640631267642912083
59
59
  requirements: []
60
60
  rubyforge_project:
61
61
  rubygems_version: 1.8.23