From 3fe482d0272bd9f4305774b83f1af94daf79404e Mon Sep 17 00:00:00 2001 From: paresharma Date: Wed, 25 Mar 2015 20:24:43 +0100 Subject: [PATCH] Next release --- README.md | 8 +++++++- scorm_rte.gemspec | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbb2c09..b77a3c4 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,13 @@ def unique_id end ``` --- + +# TO DO +* Add tests +* Handle custom mount point +* Allow export of RTE js to the host application for customization +* Possibly implement error and diagnostics or, switch to TinCan perhaps :) + ###### P.S. This README is still in it's primordial state (so is the gem) and will be refined in time. diff --git a/scorm_rte.gemspec b/scorm_rte.gemspec index 9005aa5..535e312 100644 --- a/scorm_rte.gemspec +++ b/scorm_rte.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"] - s.add_dependency "rails", "~> 4.2.1" + s.add_dependency "rails", ">= 4.0" s.add_development_dependency "sqlite3" end