]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Version 0.9.14
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 16 Oct 2008 19:17:39 +0000 (21:17 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 16 Oct 2008 19:17:39 +0000 (21:17 +0200)
Rakefile
bin/rbot
launch_here.rb

index 86db58fca162dba748662838358b1a94cafd8ffe..8098a0dd72d507ea79a0f63c7ace6651c9393238 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -6,7 +6,7 @@ task :default => [:buildext]
 
 spec = Gem::Specification.new do |s|
   s.name = 'rbot'
-  s.version = 'rbot'
+  s.version = '0.9.14'
   s.summary = <<-EOF
     A modular ruby IRC bot.
   EOF
index b97d4caa911255c2c2b9330541bdc5b609df08d3..024b431346235d6985c33d482c904025706a50b0 100755 (executable)
--- a/bin/rbot
+++ b/bin/rbot
@@ -47,7 +47,7 @@ require 'etc'
 require 'getoptlong'
 require 'fileutils'
 
-$version ||= 'rbot-0.9.14'
+$version ||= '0.9.14'
 $version_timestamp ||= 0
 $opts = Hash.new
 
index cc3e7abf50228880b85ea811fa1b2f7120dde445..f3e74c8051795272932dba767c2fdcfc57684793 100755 (executable)
@@ -8,7 +8,7 @@ puts "Running from #{SCM_DIR}"
 
 $:.unshift File.join(SCM_DIR, 'lib')
 
-$version = 'rbot-0.9.14'
+$version = '0.9.14'
 
 pwd = Dir.pwd
 begin