lib/io_streams/pgp/writer.rb in iostreams-1.1.0 vs lib/io_streams/pgp/writer.rb in iostreams-1.1.1

- old
+ new

@@ -1,6 +1,6 @@ -require 'open3' +require "open3" module IOStreams module Pgp class Writer < IOStreams::Writer class << self @@ -79,9 +79,8 @@ ::File.delete(file_name) if ::File.exist?(file_name) raise(Pgp::Failure, "GPG Failed to create encrypted file: #{file_name}: #{out.read.chomp}") end end end - end end end