# File lib/jeweler/gemspec_helper.rb, line 12
    def valid?
      begin
        parse
        true
      rescue
        false
      end
    end