diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-10-16 21:16:23 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-10-16 21:16:23 +0200 |
commit | 1878e1f3aea5399c1f16a528afc347f1e42cd44d (patch) | |
tree | ffdbaa667fcd589d530bf2858e49448da17f607b | |
parent | b7aa679178b325213224e48a7252ae3daabe82a9 (diff) |
Version rbot-0.9.14
-rw-r--r-- | Rakefile | 2 | ||||
-rwxr-xr-x | bin/rbot | 2 | ||||
-rwxr-xr-x | launch_here.rb | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -6,7 +6,7 @@ task :default => [:buildext] spec = Gem::Specification.new do |s| s.name = 'rbot' - s.version = '0.9.13' + s.version = 'rbot' s.summary = <<-EOF A modular ruby IRC bot. EOF @@ -47,7 +47,7 @@ require 'etc' require 'getoptlong' require 'fileutils' -$version ||= '0.9.13' +$version ||= 'rbot-0.9.14' $version_timestamp ||= 0 $opts = Hash.new diff --git a/launch_here.rb b/launch_here.rb index b57afa4e..cc3e7abf 100755 --- a/launch_here.rb +++ b/launch_here.rb @@ -8,7 +8,7 @@ puts "Running from #{SCM_DIR}" $:.unshift File.join(SCM_DIR, 'lib') -$version = '0.9.13' +$version = 'rbot-0.9.14' pwd = Dir.pwd begin |