module Jeweler::VersionHelper::PlaintextExtension

def write

def write
  File.open(plaintext_path, 'w') do |file|
    file.write to_s
  end
end