Idéal ruby structure de projet

Je suis après un aperçu/clarification de l'idéal de la structure de projet pour un ruby (non-rails/merb/etc) de projet. J'imagine qu'il suit

app/
  bin/                  #Files for command-line execution
  lib/
    appname.rb
    appname/            #Classes and so on
  Rakefile              #Running tests
  README
  test,spec,features/   #Whichever means of testing you go for
  appname.gemspec       #If it's a gem

J'ai obtenu quelque chose de mal? Quelles pièces que j'ai raté?

InformationsquelleAutor dylanfm | 2009-03-05