require 'rubygems' gem 'inochi', '~> 0' require 'inochi' Inochi.init :Testing_please_ignore, :project => 'testing... please ignore!', :version => '0.0.0', :release => '2009-01-18', :website => 'http://testing_please_ignore.rubyforge.org', :tagline => 'TODO: put a single line description of your project here.', :require => { # TODO: list gems required by your project here. # NOTE: this is completely optional! # # example: if your project needs version 9.9.9 of the 'foo' gem: # 'foo' => '9.9.9', # # example: if any version of a gem is acceptable then: # 'foo' => nil, }