- Timestamp:
- 07/06/08 22:40:08 (5 years ago)
- Location:
- lang/ruby/net-irc/trunk
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/net-irc/trunk/ChangeLog
r15281 r15298 1 2008-07-06 SATOH Hiroh <cho45@lowreal.net> 2 3 * [interface]: 4 Removed around @channels and separeted to 5 Net::IRC::Client::ChannelManager as just a sample of managing 6 channels. 7 * [release]: 8 Released 0.0.5 9 1 10 2008-07-06 Satoshi Nakagawa <psychs@limechat.net> 2 11 … … 10 19 * [new]: 11 20 Seperate each class to some files. 21 * [release]: 22 Released 0.0.4 12 23 13 24 2008-06-14 cho45 -
lang/ruby/net-irc/trunk/Rakefile
r13835 r15298 19 19 AUTHOR = "cho45" 20 20 EMAIL = "cho45@lowreal.net" 21 DESCRIPTION = " "21 DESCRIPTION = "library for implementing IRC server and client" 22 22 RUBYFORGE_PROJECT = "lowreal" 23 23 HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org" -
lang/ruby/net-irc/trunk/lib/net/irc.rb
r14753 r15298 10 10 11 11 module Net::IRC 12 VERSION = "0.0. 4"12 VERSION = "0.0.5" 13 13 class IRCException < StandardError; end 14 14
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)