qti 2.9.2 → 2.9.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d2dc18241493cc73026c3aa2c51534c22d8b880b4e5405659b875e03354c4164
4
- data.tar.gz: 19381b84fe5cff67721722d8329ad82399a7cd75bd1ae6a972b566b594b9ec97
3
+ metadata.gz: 50c915910c02b2d309bb618d57fcc2e55b9b49a360197d39e984dfc10e7519cf
4
+ data.tar.gz: 922c55c4ba997525d72029306e07926fe80136b4f819a8e89e017592ac657ae2
5
5
  SHA512:
6
- metadata.gz: cbe4b4ea5336f9f76e219c5045f3182f9fa1ea18372dd796cb7ecb43bf4787633d1692e28d505c35231c62d6432c9691826fdda1cabdb3543afb991731dc8ebf
7
- data.tar.gz: 18c96ba1be32ba9fdbdc90dc8678668395ac723f26c76283182f2e597318ab8844071c5908d5ea0638ad61e02362e8079a6da7d51c0c527abc283cdb0a2e4732
6
+ metadata.gz: 139239eb41bfbd250278d6ffc98fef5f0d41bbe82d7a3d2ac0e9901db1147ca21b674c7910bb4ce026f55d0acf8d39183d9b58f1a60c764557878f498f21a9aa
7
+ data.tar.gz: 6b4cb2956564755c1e506ec6b3f87f5da062715fde6ce820fd9bdbde0f2f20997ac669640e16737e194c355478a67885fb5a45206c1ea7c3b421b2acb2fdaf5f
@@ -6,7 +6,7 @@ module Qti
6
6
  attribute :identifier, Types::Strict::String
7
7
  attribute :title, Types::Strict::String
8
8
  attribute :interaction, ContentPackaging::ChoiceInteraction
9
- attribute :response, Types::Strict::Array.of(String) | Types::Strict::String
9
+ attribute :response, Types::Strict::Array.of(Types::Strict::String) | Types::Strict::String
10
10
  end
11
11
  end
12
12
  end
data/lib/qti/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Qti
2
- VERSION = '2.9.2'.freeze
2
+ VERSION = '2.9.3'.freeze
3
3
  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: 2.9.2
4
+ version: 2.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Diaz
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2022-05-09 00:00:00.000000000 Z
15
+ date: 2022-05-31 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: actionview
@@ -701,7 +701,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
701
701
  - !ruby/object:Gem::Version
702
702
  version: '0'
703
703
  requirements: []
704
- rubygems_version: 3.1.6
704
+ rubygems_version: 3.3.7
705
705
  signing_key:
706
706
  specification_version: 4
707
707
  summary: QTI 1.2 and 2.1 import and export models