lti_provider_engine 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/MIT-LICENSE +1 -1
- data/app/controllers/lti_provider/lti_controller.rb +1 -1
- data/lib/lti_provider/version.rb +1 -1
- data/spec/dummy/log/test.log +3 -0
- metadata +2 -2
data/MIT-LICENSE
CHANGED
data/lib/lti_provider/version.rb
CHANGED
data/spec/dummy/log/test.log
CHANGED
|
@@ -3765,3 +3765,6 @@ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
|
|
3765
3765
|
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
3766
3766
|
[1m[35m (0.0ms)[0m begin transaction
|
|
3767
3767
|
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
3768
|
+
Initializing LTI key and secret using configuration in /Users/simon/Instructure/projects/lti_provider_engine/spec/dummy/config/lti.yml
|
|
3769
|
+
Initializing LTI XML config using configuration in /Users/simon/Instructure/projects/lti_provider_engine/spec/dummy/config/lti_xml.yml
|
|
3770
|
+
Connecting to database specified by database.yml
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lti_provider_engine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date:
|
|
14
|
+
date: 2014-04-30 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: rails
|