Starting a Ruby project: github + build tool
问题 I am starting out to play around with Ruby and trying to make a desktop app using Ruby and wxRuby. So, to start out with a new ruby only project, I have few questions: I need a standard directory structure, what is the best possible way to do it? I tried out newgem with details here, but it seems that that the newgem website is not updated and the folder structure described on their website is different that what is generated on my machine. More over, it requires a rubyforge repo, but I want