Skip to content

Instantly share code, notes, and snippets.

@zdavatz
Created February 13, 2011 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zdavatz/825005 to your computer and use it in GitHub Desktop.
Save zdavatz/825005 to your computer and use it in GitHub Desktop.
oddb.org Rakefile
# -*- ruby -*-
require 'rubygems'
require 'hoe'
## To run 'rake git:manifest' you will need the 'hoe-git' gem.
Hoe.plugin :git
Hoe.plugins.delete :clean
Hoe.spec 'oddb.org' do
developer('Masaomi Hatakeyama, Zeno R.R. Davatz', 'mhatakeyama@ywesee.com, zdavatz@ywesee.com')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment