ichannel 5.1.1.4 → 5.1.1.5

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,18 +1,6 @@
1
- == v5.1.1.4
1
+ == v5.1.1.1, v5.1.1.2, v5.1.1.3, v5.1.1.4, v5.1.1.5
2
2
  * doc improvements
3
- another release focused on doc improvements.
4
-
5
- == v5.1.1.3
6
- * doc improvements
7
- another and (hopefully) last set of changes to the documentation.
8
-
9
- == v5.1.1.2
10
- * doc improvements
11
- another set of doc improvements
12
-
13
- == v5.1.1.1
14
- * doc improvements
15
- a set of doc improvements
3
+ a set of releases that improved the README & api docs.
16
4
 
17
5
  == v5.1.1
18
6
  * Change socket type to use TCP.
data/README.md CHANGED
@@ -56,9 +56,10 @@ pid = fork do
56
56
  channel.put 42
57
57
  end
58
58
  until channel.readable?
59
- sleep 1
60
- channel.get # => 42
59
+ # do something else
61
60
  end
61
+ channel.get # => 42
62
+ Process.wait pid
62
63
  ```
63
64
 
64
65
  __3.__
@@ -1,3 +1,3 @@
1
1
  class IChannel
2
- VERSION = "5.1.1.4"
2
+ VERSION = "5.1.1.5"
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.4
4
+ version: 5.1.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-18 00:00:00.000000000 Z
12
+ date: 2013-03-21 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: ! "A modern and easy-to-use interprocess communication \n primitive."
15
15
  email:
@@ -46,7 +46,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
46
46
  version: '0'
47
47
  segments:
48
48
  - 0
49
- hash: -3132810581347906708
49
+ hash: 718866409656378387
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: -3132810581347906708
58
+ hash: 718866409656378387
59
59
  requirements: []
60
60
  rubyforge_project:
61
61
  rubygems_version: 1.8.23