# File lib/jeweler/commands/validate_gemspec.rb, line 20
      def self.build_for(jeweler)
        command = new

        command.gemspec_helper = jeweler.gemspec_helper
        command.output = jeweler.output

        command
      end