Skip to content

Commit

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

= Drake Changelog

== Version 0.8.2.1.0.11

* Remove drb code from this CompTree branch (reduce load time).

== Version 0.8.2.1.0.10

* Parents must be marked as needed during dry run for parallel tasks.
Expand Down
4 changes: 1 addition & 3 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.10
version: 0.8.2.1.0.11
platform: ruby
authors:
- James M. Lawrence
Expand Down Expand Up @@ -70,13 +70,11 @@ files:
- lib/rake/testtask.rb
- 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/retriable_fork.rb
- lib/rake/comp_tree/tap.rb
- lib/rake/comp_tree/task_node.rb
- test/capture_stdout.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.10'
RAKEVERSION = '0.8.2.1.0.11'

require 'rbconfig'
require 'getoptlong'
Expand Down

0 comments on commit e333948

Please sign in to comment.