packet 0.1.3 → 0.1.4

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/packet.rb CHANGED
@@ -26,5 +26,5 @@ require "packet/packet_worker"
26
26
  PACKET_APP = File.expand_path'../' unless defined?(PACKET_APP)
27
27
 
28
28
  module Packet
29
- VERSION='0.1.3'
29
+ VERSION='0.1.4'
30
30
  end
@@ -154,7 +154,7 @@ module Packet
154
154
  def handle_write_event(p_ready_fds)
155
155
  p_ready_fds.each do |sock_fd|
156
156
  fileno = sock_fd.fileno
157
- if UNIXSocket == sock_fd && internal_scheduled_write[fileno]
157
+ if UNIXSocket === sock_fd && internal_scheduled_write[fileno]
158
158
  write_and_schedule(sock_fd)
159
159
  elsif extern_opts = connection_completion_awaited[fileno]
160
160
  complete_connection(sock_fd,extern_opts)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: packet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hemant Kumar
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-02-11 00:00:00 +05:30
12
+ date: 2008-02-12 00:00:00 +05:30
13
13
  default_executable:
14
14
  dependencies: []
15
15