0.01
No release in over 3 years
Ruby Client for Rustici's SCORM Engine 2017.1 & 20.1 API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 2.4
~> 0.1
~> 13.0
~> 3.0
~> 1.0
~> 2.3
~> 6.0
~> 0.9

Runtime

>= 0.12, <= 2.0
>= 0.12, <= 2.0
 Project Readme

Build Status Gem Version Yard Docs

ScormEngine

A ruby client for Rustici's SCORM Engine 2017.1 API and limited support for the Engine 20.1 API v2.

Installation

Add this line to your application's Gemfile:

gem 'scorm_engine'

And then execute:

$ bundle

Or install it yourself as:

$ gem install scorm_engine

Usage #TODO

Testing

All in one testing for rubocop, rspec, and yard doc generation with the default rake task:

bin/rake

To test running these specs against an actual SCORM server, create a .env.test.local

  • cp .env.test .env.test.local
  • Update the values in .env.test.local with the values you want overridden.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/get-bridge/scorm_engine.

License

The gem is available as open source under the terms of the MIT License.