Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Prepare 0.0.6 release bits for when I do that, and fix manifest for R…
Browse files Browse the repository at this point in the history
…EADME.markdown
  • Loading branch information
petemounce committed Apr 6, 2009
1 parent d69421d commit 642d37e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
lib/rake_dotnet.rb
pkg/
3 changes: 2 additions & 1 deletion Manifest.txt
@@ -1,6 +1,7 @@
History.txt
Manifest.txt
README.markdown
README.txt
Rakefile
lib/rake_dotnet.rb
test/test_rake_dotnet.rb
test/test_rake_dotnet.rb
1 change: 1 addition & 0 deletions README.txt
@@ -0,0 +1 @@
See README.markdown
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -5,7 +5,7 @@ require 'hoe'
require 'Pathname'
require 'rake/clean'

Hoe.new('rake-dotnet', '0.0.5') do |p|
Hoe.new('rake-dotnet', '0.0.6') do |p|
p.author = 'Peter Mounce'
p.description = 'Making a .NET build-automation dev\'s life easier, one angle-bracket at a time'
p.email = 'pete@neverrunwithscissors.com'
Expand Down Expand Up @@ -41,4 +41,4 @@ task :uninstall_gem do
sh "gem uninstall rake-dotnet"
end

# vim: syntax=Ruby
# vim: syntax=Ruby

0 comments on commit 642d37e

Please sign in to comment.