tasks/manifest.rake in pgpass-2012.01.18 vs tasks/manifest.rake in pgpass-2022.07.27

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + desc 'update manifest' task :manifest do - File.open('MANIFEST', 'w+'){|io| io.puts(*GEMSPEC.files) } + File.open('MANIFEST', 'w+') { |io| io.puts(*GEMSPEC.files) } end