Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
quix committed Sep 19, 2008
1 parent a3d5a9a commit 676c30c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.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).
Expand Down
4 changes: 2 additions & 2 deletions drake.gemspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
--- !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
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: []

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.11'
RAKEVERSION = '0.8.2.1.0.12'

require 'rbconfig'
require 'fileutils'
Expand Down

0 comments on commit 676c30c

Please sign in to comment.