domoscio_rails 0.4.11 → 0.4.12

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: dd18cb55ab8d8a1b29f9db796b11e864d20bafef682ea99bbd68c2fb8eb7a999
4
- data.tar.gz: 59a425f0334bde2cdf990f96ed6b50d22f3fd992ec30baa0ff2477d566f808aa
3
+ metadata.gz: 3f6294360effa45aff47a60f9e5fb5c7419586476cf9bda522d0d20727ec9873
4
+ data.tar.gz: 8d703e3c1a8edd489604027851e9cd260cafdd63c92fd6381f24e15173c04274
5
5
  SHA512:
6
- metadata.gz: 235b03a9523979a17967f9ee5aad8a0f327fd3c6f4984af2167c6cac618b3ad1a81fecd7a16c75dc3e862ed71f9ac86b4d5bc3ed95ae84b2764a116b9d98a639
7
- data.tar.gz: 28eb15b0c831de71ad6531edfdc563f3be499a87823446eb342eaa1307909a7264e9675d2c3cd45d4328f2e57a9e23e969587e827b701753b7cc9f0f7d870021
6
+ metadata.gz: 97de3546148357a91e58b6d4917b6a290b7f453b417834972ec224e79b0b76f357a1b8854ec30b32e68121b11fd199608f36beac35693d27940a65341180b42d
7
+ data.tar.gz: 9db5c71ae026dab62dbd0980db48e2cd5f729b94c722cf351ba3b936017d4c633c385043ed63183374821e1da03b92b8a5454a85678e1de42e627c70fe64a287
@@ -0,0 +1,6 @@
1
+ module DomoscioRails
2
+ class Question < Resource
3
+ include DomoscioRails::HTTPCalls::Fetch
4
+ include DomoscioRails::HTTPCalls::Update
5
+ end
6
+ end
@@ -1,3 +1,3 @@
1
1
  module DomoscioRails
2
- VERSION = '0.4.11'.freeze
2
+ VERSION = '0.4.12'.freeze
3
3
  end
@@ -19,6 +19,7 @@ require 'domoscio_rails/data/learning_session'
19
19
  require 'domoscio_rails/data/scorm'
20
20
  require 'domoscio_rails/data/student'
21
21
  require 'domoscio_rails/data/student_group'
22
+ require 'domoscio_rails/data/question'
22
23
  require 'domoscio_rails/knowledge/knowledge_edge'
23
24
  require 'domoscio_rails/knowledge/knowledge_graph'
24
25
  require 'domoscio_rails/knowledge/scale'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: domoscio_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.11
4
+ version: 0.4.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benoit Praly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-01 00:00:00.000000000 Z
11
+ date: 2022-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -57,6 +57,7 @@ files:
57
57
  - lib/domoscio_rails/data/learning_session.rb
58
58
  - lib/domoscio_rails/data/learning_session_knowledge_node.rb
59
59
  - lib/domoscio_rails/data/learning_session_recommendation.rb
60
+ - lib/domoscio_rails/data/question.rb
60
61
  - lib/domoscio_rails/data/recommendation.rb
61
62
  - lib/domoscio_rails/data/scorm.rb
62
63
  - lib/domoscio_rails/data/student.rb
@@ -110,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
111
  - !ruby/object:Gem::Version
111
112
  version: '0'
112
113
  requirements: []
113
- rubygems_version: 3.1.4
114
+ rubygems_version: 3.2.22
114
115
  signing_key:
115
116
  specification_version: 4
116
117
  summary: Summary of DomoscioRailspec.