TODO:

- Fix <%= module_name %>.description and <%= module_name %>.version
- Fix LICENSE with your name
- Fix Rakefile with your name and contact info
- Add your code to lib/<%= base_name %>.rb
- Add your Merb rake tasks to lib/<%= base_name %>/merbtasks.rb

Remove anything that you don't need:

- app/controllers/main.rb <%= module_name %>::Main controller
- app/views/layout/<%= base_name %>.html.erb
- spec/controllers/main_spec.rb controller specs
- public/* any public files
- stubs/* any stub files