ims-lti 2.0.0.beta.38 → 2.0.0.beta.39

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7c030bad02a2065c56d09927598beb74ca178e1e
4
- data.tar.gz: 63e3d8b3dd7aff0a21fef5986c81a9626dabf14c
3
+ metadata.gz: 5818bcfb905da9b2386fe96f415a47a2deefa6e3
4
+ data.tar.gz: 2ac7b15ea29c69c90d6d193d0ba6366705b69361
5
5
  SHA512:
6
- metadata.gz: c98d1047c52bd65151c1b23e997a1100317a11757caefc63e7490bf0a5a1b7a324ed78e01745dc823a0fb870251fb83774b9a0e9f8584174e77b63a0535866c3
7
- data.tar.gz: 24379293f7bc7442e654b1259ee0ac2367076b267f3594c8b20e39ee79835bda2bfd7372d7977d265a5893357078589285a6065d7103d5a4b2d3fdd1d74479b9
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.38
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-03-30 00:00:00.000000000 Z
11
+ date: 2016-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: simple_oauth