Sha256: c8da6352c0e81b72140622fcc91de5affcf630fd4ce18d6b9bcb2c9abcf0d75d

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

= lyber_utils

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
  http://github.com/flazz/bagit

== Build and release procedure
Modify the version number in lyber-utils.gemspec, then push your commits to AFS.  DO NOT TAG!
Run: 'rake dlss_release' to tag, build, and publish the lyber-core gem
See the Rakefile and the LyberCore::DlssRelease task in lyberteam-devel/lib/dlss/rake/dlss_release.rb
for more details

== Releases
- <b>1.3</b> Started to use Dor::Config for workspace configuration
- <b>0.1.1</b> Update dependent version of nokogiri for more flexibility
- <b>0.1.2</b> 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.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lyber-utils-0.1.2 README.rdoc