hoe-seattlerb version 1.0.0 has been released!
* <http://seattlerb.rubyforge.org/hoe-seattlerb>
Hoe plugins providing tasks used by seattle.rb.
== FEATURES/PROBLEMS:
* hoe/minitest - switches your project to minitest
* hoe/perforce - automating how we release with perforce
== SYNOPSIS:
require 'rubygems'
require 'hoe'
Hoe.plugin :minitest
Hoe.plugin :perforce
Hoe.spec 'hoe-seattlerb' do
developer('Ryan Davis', 'ryand-ruby / zenspider.com')
self.rubyforge_name = 'seattlerb'
end
Changes:
### 1.0.0 / 2009-06-14
* 1 major enhancement
* Birthday!
* <http://seattlerb.rubyforge.org/hoe-seattlerb>