From 676c30cf8f73595ab19c0926c9f75465715dd327 Mon Sep 17 00:00:00 2001 From: quix Date: Fri, 19 Sep 2008 00:59:57 -0400 Subject: [PATCH] bump version --- CHANGES.drake | 4 ++++ drake.gemspec | 4 ++-- lib/rake.rb | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES.drake b/CHANGES.drake index 6b84202bc..fab3bc198 100644 --- a/CHANGES.drake +++ b/CHANGES.drake @@ -1,6 +1,10 @@ = Drake Changelog +== Version 0.8.2.1.0.12 + +* Handle multiple manual invocations of Task#invoke better. + == Version 0.8.2.1.0.11 * Remove drb code from this CompTree branch (reduce load time). diff --git a/drake.gemspec b/drake.gemspec index c04459b66..739eee9fe 100644 --- a/drake.gemspec +++ b/drake.gemspec @@ -1,7 +1,7 @@ --- !ruby/object:Gem::Specification name: drake version: !ruby/object:Gem::Version - version: 0.8.2.1.0.11 + version: 0.8.2.1.0.12 platform: ruby authors: - James M. Lawrence @@ -9,7 +9,7 @@ autorequire: bindir: bin cert_chain: [] -date: 2008-09-15 00:00:00 -04:00 +date: 2008-09-19 00:00:00 -04:00 default_executable: drake dependencies: [] diff --git a/lib/rake.rb b/lib/rake.rb index 9da1426c1..07fcadd5e 100755 --- a/lib/rake.rb +++ b/lib/rake.rb @@ -29,7 +29,7 @@ # as a library via a require statement, but it can be distributed # independently as an application. -RAKEVERSION = '0.8.2.1.0.11' +RAKEVERSION = '0.8.2.1.0.12' require 'rbconfig' require 'fileutils'