Sha256: 7e0d22b403be890280f67634b003a0547b59615d1c700e4a9361084e6bd2b2c4

Contents?: true

Size: 139 Bytes

Versions: 2

Compression:

Stored size: 139 Bytes

Contents

# frozen_string_literal: true

desc 'update manifest'
task :manifest do
  File.open('MANIFEST', 'w+') { |io| io.puts(*GEMSPEC.files) }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pgpass-2023.01.01 tasks/manifest.rake
pgpass-2022.07.27 tasks/manifest.rake