Skip to content

Commit ca63ea9

Browse files
author
Christopher Brown
committed
add uninstall task to the merb server app
1 parent 0abd49b commit ca63ea9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
require 'rubygems'
2+
require 'rake/gempackagetask'
3+
4+
task :uninstall do
5+
sh %{sudo gem uninstall #{GEM} -v #{CHEF_SERVER_VERSION}}
6+
end
7+

0 commit comments

Comments
 (0)