From 47f18d4b612b1eac1c49172fb8a7518103395381 Mon Sep 17 00:00:00 2001 From: quix Date: Mon, 15 Sep 2008 20:45:23 -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 7cbf4203b..d75b3c15a 100644 --- a/CHANGES.drake +++ b/CHANGES.drake @@ -1,6 +1,10 @@ = Drake Changelog +== Version 0.8.2.1.0.10 + +* Parents must be marked as needed during dry run for parallel tasks. + == Version 0.8.2.1.0.9 * --randomize takes a string (seeds with String#hash). diff --git a/drake.gemspec b/drake.gemspec index a1ccf6098..3ccf880a0 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.9 + version: 0.8.2.1.0.10 platform: ruby authors: - James M. Lawrence @@ -9,7 +9,7 @@ autorequire: bindir: bin cert_chain: [] -date: 2008-09-13 00:00:00 -04:00 +date: 2008-09-15 00:00:00 -04:00 default_executable: drake dependencies: [] diff --git a/lib/rake.rb b/lib/rake.rb index c75cc60e2..e10bcb85f 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.9' +RAKEVERSION = '0.8.2.1.0.10' require 'rbconfig' require 'getoptlong'