lib/net/irc.rb in net-irc-0.0.4 vs lib/net/irc.rb in net-irc-0.0.5

- old
+ new

@@ -7,10 +7,10 @@ require "monitor" module Net; end module Net::IRC - VERSION = "0.0.4" + VERSION = "0.0.5" class IRCException < StandardError; end require "net/irc/constants" require "net/irc/pattern"