# File lib/gem2rpm/specification.rb, line 24 def summary text = super if text.length >= 70 text = text[0,70].split(/\s/) text = text[0, text.length-1].join(" ") end text = text[0, text.length-1] if text[-1] == '.' text end