caliper-ruby is a Ruby client for Caliper that provides an implementation of the Caliper SensorAPI™.
To set up dev environment and run specs
- git clone
- ensure you have ruby, bundler, rspec installed
- bundle install
- rspec spec # runs all specs
To run specs, you need to clone caliper-common-fixtures at the same level as caliper-ruby. Then please create a symlink similar to
➜ caliper-ruby git:(master) ln -s ../../caliper-common-fixtures/src/test/resources/fixtures ./spec/fixtures
gem build caliper.gemspec
Documentation is available at http://www.imsglobal.org/caliper.
©2015 IMS Global Learning Consortium, Inc. All Rights Reserved. Trademark Information - http://www.imsglobal.org/copyright.html
For license information contact, [email protected] and read the license file contained in the repository.