Skip to content

Commit

Permalink
update version and gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
quix committed Apr 9, 2009
1 parent 5591e71 commit 27e232e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 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.4.1.0.18
version: 0.8.4.1.1.0
platform: ruby
authors:
- James M. Lawrence
autorequire:
bindir: bin
cert_chain: []

date: 2009-04-02 00:00:00 -04:00
date: 2009-04-09 00:00:00 -04:00
default_executable: drake
dependencies: []

Expand Down Expand Up @@ -56,6 +56,11 @@ files:
- lib/rake/alt_system.rb
- lib/rake/classic_namespace.rb
- lib/rake/clean.rb
- lib/rake/comp_tree/algorithm.rb
- lib/rake/comp_tree/comp_tree.rb
- lib/rake/comp_tree/driver.rb
- lib/rake/comp_tree/error.rb
- lib/rake/comp_tree/node.rb
- lib/rake/contrib/compositepublisher.rb
- lib/rake/contrib/ftptools.rb
- lib/rake/contrib/publisher.rb
Expand All @@ -75,7 +80,7 @@ files:
- lib/rake/win32.rb
- lib/rake.rb
- lib/rake/comp_tree/algorithm.rb
- lib/rake/comp_tree/diagnostic.rb
- lib/rake/comp_tree/comp_tree.rb
- lib/rake/comp_tree/driver.rb
- lib/rake/comp_tree/error.rb
- lib/rake/comp_tree/node.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.4.1.0.18'
RAKEVERSION = '0.8.4.1.1.0'

require 'rbconfig'
require 'fileutils'
Expand Down

0 comments on commit 27e232e

Please sign in to comment.