Skip to content

Commit

Permalink
bumped to version 0.8.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Aug 11, 2008
1 parent e28a3e9 commit 9347a83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ else
open(t.name, "w") { |f| f.puts SPEC.to_yaml }
end

desc "Create a stand-alone gemspec"
task :gemspec => "rake.gemspec"
end

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.1.5'
RAKEVERSION = '0.8.1.6'

require 'rbconfig'
require 'getoptlong'
Expand Down
4 changes: 2 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.5
version: 0.8.1.6
platform: ruby
authors:
- Jim Weirich
autorequire:
bindir: bin
cert_chain: []

date: 2008-08-07 00:00:00 -04:00
date: 2008-08-10 00:00:00 -04:00
default_executable: rake
dependencies: []

Expand Down

0 comments on commit 9347a83

Please sign in to comment.