jewelerでgemのひな形生成

jewelerを使うと、specを使うテストまでを含めたひな形を作って、git initからコミットまでしてくれて、githubへのpushまでやってくれる。

$ jeweler warekky --directory ./warekky --rspec --github-username akm --create-repo
	create	.gitignore
	create	Rakefile
	create	LICENSE
	create	README.rdoc
	create	.document
	create	lib
	create	lib/warekky.rb
	create	spec
	create	spec/spec_helper.rb
	create	spec/warekky_spec.rb
	create	spec/spec.opts
Jeweler has prepared your gem in ./warekky
Jeweler has pushed your repo to http://github.com/akm/warekky

ちなみに作ろうとしてるのは、和暦 <--> 西暦の相互変換ライブラリ