Commit 529d75780cf92333a30049d40457c6118c4e593d
- Diff rendering mode:
- inline
- side by side
lib/rif/connection.rb
(1 / 1)
|   | |||
| 38 | 38 | end | |
| 39 | 39 | ||
| 40 | 40 | def self.create_tcp_socket(server, port) | |
| 41 | @@socket = TCPsocket.open(server, port) | ||
| 41 | @@socket = TCPSocket.open(server, port) | ||
| 42 | 42 | if block_given? | |
| 43 | 43 | yield | |
| 44 | 44 | @@socket.close |
tasks/distribution.rake
(1 / 1)
|   | |||
| 40 | 40 | ].to_a | |
| 41 | 41 | ||
| 42 | 42 | s.autorequire = 'rif' | |
| 43 | s.author = ["David A. Cuadrado"] | ||
| 43 | s.authors = ["David A. Cuadrado"] | ||
| 44 | 44 | s.email = "krawek@gmail.com" | |
| 45 | 45 | s.homepage = "http://gitorious.org/projects/ruby-irc" | |
| 46 | 46 | # s.rubyforge_project = "???" |

