qti 0.2.7 → 0.2.8

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/qti/models/manifest.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fca72c7437a08188ec2dddfd6d4c87e2375b03e7
4
- data.tar.gz: a9b86a4529d3991f3ceca6c4ae0f86dde02608d1
3
+ metadata.gz: f1ffa157da2eff8844d6cf3754586d6af2876202
4
+ data.tar.gz: 967bfb19798aacaf580c92e929e9d543df996410
5
5
  SHA512:
6
- metadata.gz: 9f60d8c380b707d0588a2b1201a5d430dfeaf0f44c2b1f0090367e33c50daba14d5a0334a81e4ee408204c6a62b63a1b87e8e08e92795f71e06ff507c759c2cf
7
- data.tar.gz: 76849de696c0d8b90ff4759a70172385d3a4d892e1986d02fbee7749c480a21a48f4b0a8814257b2ad2627bd7ac27305d849349397b56a4ec6284e3a2b7bec3d
6
+ metadata.gz: e38d08c2972bfc2b8372ad49a7d13ffe8617d919332e18d36d9ca4bb63919c6c70ab6262cfbdb0eca16cc07f8ce463994bda687203a9cc129414824d30fb99d6
7
+ data.tar.gz: bdb891a76128ca772666858a6dccddb52e0c388816c00bb107450d02eca23fb9234eb90b183355e975f44320e882392b778fb149412bed72358df21096e8c5c2
@@ -16,7 +16,7 @@ module Qti
16
16
 
17
17
  def qti_2_x_href
18
18
  xpath_with_single_check(
19
- "//xmlns:resources/xmlns:schemaLocation[@type='imsqti_item_xmlv2p1'
19
+ "//xmlns:resources/xmlns:resource[@type='imsqti_test_xmlv2p1'
20
20
  or @type='imsqti_test_xmlv2p2']/@href"
21
21
  )&.content
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qti
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hannah Bottalla
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-03-14 00:00:00.000000000 Z
12
+ date: 2017-03-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport