Skip to content

Commit

Permalink
Next release
Browse files Browse the repository at this point in the history
  • Loading branch information
paresharma committed Mar 25, 2015
1 parent f7ef9b8 commit 3fe482d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion scorm_rte.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3fe482d

Please sign in to comment.