rhuidean 0.2.5 → 0.2.6
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/lib/rhuidean/client.rb +2 -2
- data/rakefile +1 -1
- metadata +3 -6
data/lib/rhuidean/client.rb
CHANGED
|
@@ -14,7 +14,7 @@ module IRC
|
|
|
14
14
|
class Client
|
|
15
15
|
##
|
|
16
16
|
# constants
|
|
17
|
-
VERSION = '0.2.
|
|
17
|
+
VERSION = '0.2.6'
|
|
18
18
|
|
|
19
19
|
##
|
|
20
20
|
# instance attributes
|
|
@@ -193,7 +193,7 @@ class Client
|
|
|
193
193
|
ret = @socket.readpartial(8192)
|
|
194
194
|
rescue Errno::EAGAIN
|
|
195
195
|
retry
|
|
196
|
-
rescue
|
|
196
|
+
rescue EOFError, SystemCallError
|
|
197
197
|
ret = nil # Dead
|
|
198
198
|
end
|
|
199
199
|
|
data/rakefile
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rhuidean
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash: 29
|
|
5
4
|
prerelease: false
|
|
6
5
|
segments:
|
|
7
6
|
- 0
|
|
8
7
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
8
|
+
- 6
|
|
9
|
+
version: 0.2.6
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- Eric Will
|
|
@@ -15,7 +14,7 @@ autorequire:
|
|
|
15
14
|
bindir: bin
|
|
16
15
|
cert_chain: []
|
|
17
16
|
|
|
18
|
-
date: 2010-10-
|
|
17
|
+
date: 2010-10-25 00:00:00 -04:00
|
|
19
18
|
default_executable:
|
|
20
19
|
dependencies: []
|
|
21
20
|
|
|
@@ -52,7 +51,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
52
51
|
requirements:
|
|
53
52
|
- - ">="
|
|
54
53
|
- !ruby/object:Gem::Version
|
|
55
|
-
hash: 3
|
|
56
54
|
segments:
|
|
57
55
|
- 0
|
|
58
56
|
version: "0"
|
|
@@ -61,7 +59,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
61
59
|
requirements:
|
|
62
60
|
- - ">="
|
|
63
61
|
- !ruby/object:Gem::Version
|
|
64
|
-
hash: 3
|
|
65
62
|
segments:
|
|
66
63
|
- 0
|
|
67
64
|
version: "0"
|