exe/pgsync in pgsync-0.5.0 vs exe/pgsync in pgsync-0.5.1

- old
+ new

@@ -1,6 +1,9 @@ #!/usr/bin/env ruby +# disable Slop warning with Ruby 2.7 +$VERBOSE = nil + trap("SIGINT") { abort } begin require "pgsync" PgSync::Client.new(ARGV).perform