lib/bagit/manifest.rb in bagit-0.5.0 vs lib/bagit/manifest.rb in bagit-0.6.0
- old
+ new
@@ -47,10 +47,10 @@
when "md5"
write_md5(file, relative_path)
when "sha256"
write_sha256(file, relative_path)
when "sha512"
- write_sha256(file, relative_path)
+ write_sha512(file, relative_path)
when "default"
write_sha1(file, relative_path)
write_md5(file, relative_path)
end
end