From: Luis Lavena Date: 2009-04-10T22:30:03+09:00 Subject: Re: how do you manage your gems' gemspecs? On Apr 10, 1:51 am, cldwalker wrote: > Nice rake task. I didn't know github gems allow for yaml gemspecs. For > me it's worth having one gemspec config file outside of my gem > directory in exchange for being DRY i.e. not having to write the same > common gemspec attributes for every gem. > > Gabriel > In theory to be SAFE, the gem builder prefers YAML over Ruby code. Keeping the common attributes outside your repository reduces the clarity of your code since other users (besides you) can contribute with the project. Regards, -- Luis Lavena