Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
quix committed Sep 13, 2008
1 parent 374f864 commit da99971
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGES.drake
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

= Drake Changelog

== Version 0.8.2.1.0.7

* new --rand option, suggested by Thomas Sawyer.
* merged latest cleaned-up comp_tree

== Version 0.8.2.1.0.6

* Restored original 'multitask' behavior when -j1 (default)
Expand Down
8 changes: 4 additions & 4 deletions drake.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: drake
version: !ruby/object:Gem::Version
version: 0.8.2.1.0.6
version: 0.8.2.1.0.7
platform: ruby
authors:
- James M. Lawrence
Expand Down Expand Up @@ -71,13 +71,13 @@ files:
- lib/rake.rb
- lib/rake/comp_tree/algorithm.rb
- lib/rake/comp_tree/bucket_ipc.rb
- lib/rake/comp_tree/diagnostic.rb
- lib/rake/comp_tree/driver.rb
- lib/rake/comp_tree/error.rb
- lib/rake/comp_tree/misc.rb
- lib/rake/comp_tree/node.rb
- lib/rake/comp_tree/quix/builtin/kernel/tap.rb
- lib/rake/comp_tree/quix/diagnostic.rb
- lib/rake/comp_tree/quix/kernel.rb
- lib/rake/comp_tree/retriable_fork.rb
- lib/rake/comp_tree/tap.rb
- lib/rake/comp_tree/task_node.rb
- test/capture_stdout.rb
- test/check_expansion.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/rake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.6'
RAKEVERSION = '0.8.2.1.0.7'

require 'rbconfig'
require 'getoptlong'
Expand Down

0 comments on commit da99971

Please sign in to comment.