Changeset 15298 for lang/ruby

Show
Ignore:
Timestamp:
07/06/08 22:40:08 (5 years ago)
Author:
cho45
Message:

Release 0.0.5

Location:
lang/ruby/net-irc/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/net-irc/trunk/ChangeLog

    r15281 r15298  
     12008-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 
    1102008-07-06 Satoshi Nakagawa <psychs@limechat.net> 
    211 
     
    1019        * [new]: 
    1120                Seperate each class to some files. 
     21        * [release]: 
     22                Released 0.0.4 
    1223 
    13242008-06-14 cho45 
  • lang/ruby/net-irc/trunk/Rakefile

    r13835 r15298  
    1919AUTHOR            = "cho45" 
    2020EMAIL             = "cho45@lowreal.net" 
    21 DESCRIPTION       = "" 
     21DESCRIPTION       = "library for implementing IRC server and client" 
    2222RUBYFORGE_PROJECT = "lowreal" 
    2323HOMEPATH          = "http://#{RUBYFORGE_PROJECT}.rubyforge.org" 
  • lang/ruby/net-irc/trunk/lib/net/irc.rb

    r14753 r15298  
    1010 
    1111module Net::IRC 
    12         VERSION = "0.0.4" 
     12        VERSION = "0.0.5" 
    1313        class IRCException < StandardError; end 
    1414