Skip to content

Commit

Permalink
bumped to 0.8.1.9, new gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Sep 1, 2008
1 parent f29ae0a commit 75c6779
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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.1.8'
RAKEVERSION = '0.8.1.9'

require 'rbconfig'
require 'getoptlong'
Expand Down
5 changes: 3 additions & 2 deletions rake.gemspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
--- !ruby/object:Gem::Specification
name: rake
version: !ruby/object:Gem::Version
version: 0.8.1.8
version: 0.8.1.9
platform: ruby
authors:
- Jim Weirich
autorequire:
bindir: bin
cert_chain: []

date: 2008-08-30 00:00:00 -04:00
date: 2008-08-31 00:00:00 -04:00
default_executable: rake
dependencies: []

Expand Down Expand Up @@ -73,6 +73,7 @@ files:
- test/data/rbext/rakefile.rb
- test/filecreation.rb
- test/functional.rb
- test/in_environment.rb
- test/rake_test_setup.rb
- test/reqfile.rb
- test/reqfile2.rb
Expand Down

0 comments on commit 75c6779

Please sign in to comment.