ruby (非レール/merb/etc) プロジェクトの理想的なプロジェクト構造の概要/明確化を求めています。多分続くと思います
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
何か間違っていますか?どの部分を見逃しましたか?