Ruby(非Rails / Merbなど)プロジェクトの理想的なプロジェクト構造の概要/明確化を求めています。私はそれが続くと思います
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
何か間違ったことはありますか?どの部分を逃したのですか?