rleber (owner)

Revisions

  • 8b99d8 Thu Jul 23 10:31:19 -0700 2009
gist: 153279 Download_button fork
public
Public Clone URL: git://gist.github.com/153279.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)