README.md in dce_lti-0.5.3 vs README.md in dce_lti-0.5.4
- old
+ new
@@ -1,14 +1,14 @@
-# DceLti - LTI Authentication for Rails apps
+# DceLti - LTI Authentication for Rails apps [![Build Status](https://secure.travis-ci.org/harvard-dce/dce_lti.png?branch=master)](https://travis-ci.org/harvard-dce/dce_lti) [![Code Climate](https://codeclimate.com/github/harvard-dce/dce_lti/badges/gpa.svg)](https://codeclimate.com/github/harvard-dce/dce_lti)
The DceLti engine simplifies integrating LTI authentication for Rails apps via
the [IMS::LTI gem](https://github.com/instructure/ims-lti).
## Prerequisites
* A postgres database
-* Rails > 4.1.x
+* Rails >= 4.1.x
## Getting started
Add these gems to your gemfile:
@@ -257,9 +257,16 @@
## Contributors
* Dan Collis-Puro - [djcp](https://github.com/djcp)
* Rebecca Nesson - [rebeccanesson](https://github.com/rebeccanesson)
+
+## See Also
+
+* [The Instructure ims-lti gem](https://github.com/instructure/ims-lti)
+* [The LTI spec](http://www.imsglobal.org/lti/)
+* [Hola Mundo](https://github.com/harvard-dce/hola_mundo), an application using
+ most of this this gem, inspired by [cs50's hello world](https://x.cs50.net/hello/)
## License
This project is licensed under the same terms as Rails itself.