Changeset bf8d3dc80f6103fdd8e2a629880ab0470d516d70

Show
Ignore:
Timestamp:
08/09/08 22:23:58 (3 months ago)
Author:
Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
git-committer:
Giuseppe Bilotta <giuseppe.bilotta@gmail.com> 1218306238 +0200
git-parent:

[58459cf3ebcf3a7029fca4c3761dcb8fa23b95c3]

git-author:
Giuseppe Bilotta <giuseppe.bilotta@gmail.com> 1218306238 +0200
Message:

Start working on 0.9.13

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Rakefile

    rc1f1768 rbf8d3dc  
    77spec = Gem::Specification.new do |s| 
    88  s.name = 'rbot' 
    9   s.version = '0.9.12
     9  s.version = '0.9.13
    1010  s.summary = <<-EOF 
    1111    A modular ruby IRC bot. 
  • bin/rbot

    r58459cf rbf8d3dc  
    4848require 'fileutils' 
    4949 
    50 $version ||= '0.9.12
     50$version ||= '0.9.13-git
    5151$version_timestamp ||= 0 
    5252$opts = Hash.new 
  • launch_here.rb

    r58459cf rbf8d3dc  
    99$:.unshift File.join(SCM_DIR, 'lib') 
    1010 
    11 $version = '0.9.12
     11$version = '0.9.13-git
    1212 
    1313pwd = Dir.pwd