Hoe-seattlerb 1.0.0 Released

hoe-seattlerb version 1.0.0 has been released!

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 D.’, ‘[email protected]’)

 self.rubyforge_name = 'seattlerb'

end

Changes:

1.0.0 / 2009-06-14