public
Description: More than just a new RDoc template
Homepage:
Clone URL: git://github.com/mislav/hanna.git
hanna / Rakefile
100644 5 lines (4 sloc) 0.075 kb
1
2
3
4
5
desc "builds the gem"
task :gem do
  system %(gem build hanna.gemspec)
end