Skip to content
This repository has been archived by the owner on Nov 17, 2018. It is now read-only.

Commit

Permalink
Added ditz rRake task.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislloyd committed Jun 10, 2008
1 parent 0396e16 commit 5ea9968
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,8 @@ task :make_spec do
File.open("#{GEM}.gemspec", "w") do |file|
file.puts spec.to_ruby
end
end

task :bugs do
sh %{ditz html ; open html/index.html}
end

0 comments on commit 5ea9968

Please sign in to comment.