Release 2.0.9

This commit is contained in:
Craig Davis
2015-03-16 07:23:51 -06:00
parent 20dccd5689
commit 668fe916a9
4 changed files with 20 additions and 16 deletions

View File

@@ -32,7 +32,10 @@ pake_task('build', 'version', 'version_file', 'readme', 'lint', 'fixer', 'sniff'
pake_alias('default', 'build');
function run_build() {}
function run_build()
{
// Used only for naming a string of dependencies.
}
function run_test()
{
@@ -112,7 +115,7 @@ function run_readme()
function run_mv()
{
pake_sh('cp ./bin/md2resume ~/bin/md2resume', true);
pake_sh('cp ./bin/md2resume ~/bin/md2resume', true);
}
/* End of pakefile */