I\'m after an overview/clarification of the ideal project structure for a ruby (non-rails/merb/etc) project. I\'m guessing it follows
app/ bin/
I attempt to mimic the Rails project structure because my team, which usually deals with Rails, will understand the structure better than another configuration. Convention over Configuration - bleeding over from Rails.