ims-lti 2.0.0.beta.38 → 2.0.0.beta.39
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5818bcfb905da9b2386fe96f415a47a2deefa6e3
|
|
4
|
+
data.tar.gz: 2ac7b15ea29c69c90d6d193d0ba6366705b69361
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26cbfc8c48dfccb4c34bab266c8016d02ca5a594c1ba54b54a73ad04cc4ab51826a70919f22a23f9e9e0b265311ba517c684d0749053863770569ea8fb38318f
|
|
7
|
+
data.tar.gz: 3750db216312af9e99e49bc35478baa47f53107d0b3369228663318ad8eee27bd7907f11a28f69ca073d0acf1bcad0d4aabd6e655f412a80afd3c6fcfed6d78d
|
|
@@ -5,7 +5,11 @@ module IMS::LTI::Errors
|
|
|
5
5
|
def initialize(response_status, response_body = nil)
|
|
6
6
|
@response_status = response_status
|
|
7
7
|
@response_body = response_body
|
|
8
|
+
super <<-EOF
|
|
9
|
+
Unexpected response for tool proxy registration.
|
|
10
|
+
HTTP Response Status: #{response_status}
|
|
11
|
+
HTTP Response Body: #{response_body}
|
|
12
|
+
EOF
|
|
8
13
|
end
|
|
9
|
-
|
|
10
14
|
end
|
|
11
15
|
end
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module IMS::LTI::Models::ContentItems
|
|
2
2
|
class ContentItem < IMS::LTI::Models::LTIModel
|
|
3
3
|
|
|
4
|
-
add_attributes :text, :title, :url
|
|
4
|
+
add_attributes :text, :title, :url, :confirmUrl
|
|
5
5
|
add_attribute :media_type, json_key: 'mediaType'
|
|
6
6
|
add_attribute :type, json_key: '@type'
|
|
7
7
|
add_attribute :id, json_key: '@id'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ims-lti
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.0.beta.
|
|
4
|
+
version: 2.0.0.beta.39
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Instructure
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-04-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: simple_oauth
|