class Jeweler::Commands::ValidateGemspec

def self.build_for(jeweler)

def self.build_for(jeweler)
  command = new
  command.gemspec_helper = jeweler.gemspec_helper
  command.output = jeweler.output
  command
end