From 2a27c12fffa359898c5601a211fe19425da82fa6 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Mon, 31 Jul 2006 15:33:15 +0000 Subject: First shot at the new Irc framework. Bot is usable (sort of), but not all functionality may work as expected (or at all). If you are testing it, please report. Auth is known to be nonfunctional --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 00355b06..6ad7f1bf 100644 --- a/Rakefile +++ b/Rakefile @@ -6,7 +6,7 @@ task :default => [:repackage] spec = Gem::Specification.new do |s| s.name = 'rbot' - s.version = '0.9.10' + s.version = '0.9.11' s.summary = <<-EOF A modular ruby IRC bot. EOF -- cgit v1.2.3