0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Contains classes to archive and retrieve digital object version content and metadata
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0
~> 10
~> 3.0
~> 0.7
~> 0.8

Runtime

~> 2.6
 Project Readme

archive-utils

Gem Version

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

  1. Fork it (https://github.com/[my-github-username]/archive-utils/fork )
  2. Create your feature branch (git checkout -b feature/my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/my-new-feature)
  5. Create a new Pull Request