class Jeweler

def version

Human readable version, which is used in the gemspec.
def version
  @gemspec.version || @version_helper.to_s
end