# File lib/jeweler.rb, line 169
  def version_file_exists?
    File.exists?(@version_helper.plaintext_path) || File.exists?(@version_helper.yaml_path)
  end