Skip to content

Instantly share code, notes, and snippets.

@rleber
Created July 23, 2009 17:31

Revisions

  1. @invalid-email-address Anonymous created this gist Jul 23, 2009.
    16 changes: 16 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    script/generate install_website
    create website/javascripts
    create website/stylesheets
    create config
    exists script
    exists tasks
    create website/index.txt
    uninitialized constant InstallWebsiteGenerator::Newgem
    rube . >> rake website_generate
    (in /Users/richard/projects/rube_development)
    ruby script/txt2html website/index.txt > website/index.html
    ruby: No such file or directory -- script/txt2html (LoadError)
    rake aborted!
    Command failed with status (1): [ ruby script/txt2html website/index.txt > ...]

    (See full trace by running task with --trace)