From: ghorner Date: 2009-04-10T12:00:02+09:00 Subject: how do you manage your gems' gemspecs? Hi, I'm curious how people manage creating their gemspecs. I'm not asking for a flame war on gem creators i.e. hoe vs newgem vs jeweler. I'm just wondering if your gem creators encourage creating Rakefiles with some gemspec configuration inside of it. If so, how do you do this gem after gem and not get annoyed that you're not being DRY? I ended up going with a solution where I generate all my gem's gemspecs from one config file: http://github.com/cldwalker/dotfiles/blob/master/.gems.yml. I wrote more about my solution here: http://tagaholic.me/2009/04/08/building-dry-gems-with-thor-and-jeweler.html How do you manage your gems' gemspecs? Gabriel