em-ruby-sockets 0.0.2 → 0.0.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.
@@ -24,6 +24,8 @@ module EventMachine::RubySockets
24
24
  # Send 16k chunks at a time.
25
25
  ChunkSize = 16384
26
26
 
27
+ # Constructor.
28
+ #
27
29
  # Parameters:
28
30
  #
29
31
  # - [connection] An EventMachine::RubySockets::TcpClient, EventMachine::RubySockets::TcpServer, EventMachine::RubySockets::TlsClient or EventMachine::RubySockets::TlsServer.
@@ -1,5 +1,3 @@
1
- #$debug = true
2
-
3
1
  module EventMachine::RubySockets
4
2
 
5
3
  module TcpConnection
@@ -1,5 +1,5 @@
1
1
  module EventMachine
2
2
  module RubySockets
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - "I\xC3\xB1aki Baz Castillo"