4930778
A Hoe plugin for tighter Git integration. — Read more
This URL has Read+Write access
Fix shell escaping on Windows. [Gordon Thiesfeld]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
$: << "lib" require "rubygems"require "hoe" Hoe.plugin :doofus, :git Hoe.spec "hoe-git" do developer "John Barnette", "jbarnette@rubyforge.org" self.extra_rdoc_files = FileList["*.rdoc"] self.history_file = "CHANGELOG.rdoc" self.readme_file = "README.rdoc" extra_deps << ["hoe", ">= 2.2.0"]end