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

- old
+ new

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