archive-utils
Ruby utilities for archival data (BagIt, Fixity, Tarfile).
Note As of Q1 2018, this repository is in the process of being replaced by https://github.com/sul-dlss/preservation_robots (not yet complete as of this writing).
Installation
Add this line to your application's Gemfile:
gem 'archive-utils'
And then execute:
$ bundle update
Or install it yourself as:
$ gem install archive-utils
Usage
include 'archive-utils'
bag = Archive::BagitBag.new()
Contributing
- Fork it (https://github.com/[my-github-username]/archive-utils/fork )
- Create your feature branch (
git checkout -b feature/my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/my-new-feature
) - Create a new Pull Request