NLIreland / bagit

Ruby Library and Command Line tools for BagIt
MIT License
0 stars 0 forks source link

manifest shouldn't allow empty "payload/data" directories #3

Open lbiedinger opened 9 years ago

lbiedinger commented 9 years ago

calling BagIt::Bag.new("/tmp/new_dir").manifest! currently creates tag manifest files but not a valid bag.

It should either return false or raise some kind of error, also it shouldn't create tagmanifest files.