class Jeweler

def write_gemspec

Writes out the gemspec
def write_gemspec
  Jeweler::Commands::WriteGemspec.build_for(self).run
end