Repo Status: Archived.
This repo was identified as an un-managed repository. As such, we have chosedn to decommission this repository to prevent the consumption of security vulnerabilities within this repository.
More info can be found here: https://mode.quip.com/NwvJAwA7l4SN/August-Issue-Review-Committee-Meeting#GYBACAb6dwZ
Library of classes and utilities for reading and writing data packages
$ gem install data_package
require 'data_package'
package = DataPackage::Package.open('path/to/package/dir')
puts package.name
puts package.version
puts package.resources