Released Ore 0.9.1. Contains minor stylistic improvements to the templates. You don't have to use Bundler to create a new RubyGem.
$ gem install ore
$ mine my_project$ gem install ore
$ mine my_project$ gem install multi_markdown --pre
require 'multi_markdown'
MultiMarkdown.new('hello _world_').to_html
# => "<p>hello <em>world</em></p>\n"
.rvmrc, RDoc, Markdown, Textile, YARD, RSpec, Test::Unit and installable templates.
$ gem install ore
$ mine my-project --rspec --yard --markdown.gemspec files, support Git/Mercurial/SVN, PGP signed tags, package checksums, PGP signed packages, a console task and ANSI coloured output!
require 'rubygems/tasks'
Gem::Tasks.newgit tag your releases? Do you follow Semantic Versioning? Do you prefix your version tags with a v? You don't?!
~/.hoe_template, with the sow command. For example, here is the Hoe template I use to generate new projects, with RSpec 1.2.9 and YARD 0.5.2 setup.
git clone git://github.com/postmodern/hoe_template.git ~/.hoe_template
sow my_project