diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-07-18 12:18:18 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-07-18 12:18:18 +0000 |
commit | 1643127b5b9b115451f10d8f40338c83b2e0c424 (patch) | |
tree | 1413a28e211667e73d8c8d0702dcfbaba089d62a /Rakefile | |
parent | 1b8dffbc43b3716ce32086e2e1f88e92adc5056a (diff) |
rbot now properly identifies as the 'next version svn', and the gem package is built as the 'next version'
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ task :default => [:repackage] spec = Gem::Specification.new do |s| s.name = 'rbot' - s.version = '0.9.9' + s.version = '0.9.10' s.summary = <<-EOF A modular ruby IRC bot. EOF |