Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

sul-dlss-deprecated/lyber-utils

Repository files navigation

Build Status Coverage Status Gem Version

lyber_utils

Ruby gem.

Require the following:

require 'lyber-utils'

This will give you: LyberUtils::BagitBag LyberUtils::ChecksumValidate LyberUtils::FileUtilities

If you do not want all 3, you can require the individual classes. I.E. if you only want the bagit utils, then require:

require 'lyber_utils/bagit_bag'

The BagitBag class requires the bagit gem

Releases

  • 0.1.3 Started to use Dor::Config for workspace configuration
  • 0.1.1 Update dependent version of nokogiri for more flexibility
  • 0.1.2 Ensure bag begins with an empty directory. Disallow nil values in bag-info.txt properties

Copyright

Copyright (c) 2011 Stanford University Library. See LICENSE for details.