Skip to content

Commit

Permalink
bumped to version 0.8.1.10 and new gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Sep 1, 2008
1 parent 974bee1 commit 26ef0d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/rake.rb
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.9'
RAKEVERSION = '0.8.1.10'

require 'rbconfig'
require 'getoptlong'
Expand Down
7 changes: 4 additions & 3 deletions rake.gemspec
@@ -1,15 +1,15 @@
--- !ruby/object:Gem::Specification
name: rake
version: !ruby/object:Gem::Version
version: 0.8.1.9
version: 0.8.1.10
platform: ruby
authors:
- Jim Weirich
autorequire:
bindir: bin
cert_chain: []

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

Expand Down Expand Up @@ -68,7 +68,7 @@ files:
- lib/rake/testtask.rb
- lib/rake.rb
- test/capture_stdout.rb
- test/contrib/testsys.rb
- test/contrib/test_sys.rb
- test/data/rakelib/test1.rb
- test/data/rbext/rakefile.rb
- test/filecreation.rb
Expand Down Expand Up @@ -100,6 +100,7 @@ files:
- test/test_rules.rb
- test/test_task_arguments.rb
- test/test_task_manager.rb
- test/test_tasklib.rb
- test/test_tasks.rb
- test/test_test_task.rb
- test/test_top_level_functions.rb
Expand Down

0 comments on commit 26ef0d7

Please sign in to comment.