distributor 0.4.2 → 0.4.3

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.
@@ -0,0 +1,11 @@
1
+ # Distributor
2
+
3
+ Socket multiplexer.
4
+
5
+ ## Usage
6
+
7
+ See [example/local.rb](https://github.com/ddollar/distributor/blob/master/example/local.rb)
8
+
9
+ ## License
10
+
11
+ MIT
@@ -94,7 +94,7 @@ class Distributor::Client
94
94
  data = io.readpartial(4096)
95
95
  @multiplexer.output ch, data
96
96
  rescue EOFError
97
- @on_close[ch].each { |c| p c; c.call(ch) }
97
+ @on_close[ch].each { |c| c.call(ch) }
98
98
  @connector.close(io)
99
99
  end
100
100
  end
@@ -1,5 +1,5 @@
1
1
  module Distributor
2
2
 
3
- VERSION = "0.4.2"
3
+ VERSION = "0.4.3"
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: distributor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-17 00:00:00.000000000 Z
12
+ date: 2012-06-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor
16
- requirement: &70176922154520 !ruby/object:Gem::Requirement
16
+ requirement: &70333793781720 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 0.13.6
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70176922154520
24
+ version_requirements: *70333793781720
25
25
  description: TCP Multiplexer
26
26
  email: ddollar@gmail.com
27
27
  executables: []
@@ -36,6 +36,7 @@ files:
36
36
  - lib/distributor/server.rb
37
37
  - lib/distributor/version.rb
38
38
  - lib/distributor.rb
39
+ - README.md
39
40
  homepage: http://github.com/ddollar/distributor
40
41
  licenses: []
41
42
  post_install_message: