Scorm Packaging gem
Local development with Host Application
Installation
-
Build the gem
gem build scorm_package
-
Add this line to your host application's Gemfile:
# ..existing gems gem 'scorm-package', path: "<PATH_TO_SCORM_PACKAGE>"
-
And then execute:
bundle install