domoscio_rails 0.4.11 → 0.4.13

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
  SHA256:
3
- metadata.gz: dd18cb55ab8d8a1b29f9db796b11e864d20bafef682ea99bbd68c2fb8eb7a999
4
- data.tar.gz: 59a425f0334bde2cdf990f96ed6b50d22f3fd992ec30baa0ff2477d566f808aa
3
+ metadata.gz: cc781c537c75f88963c43dd42bd37f4b5f521f6588afcb6f9df441f0427383d9
4
+ data.tar.gz: c153e8054e88bd93bb482dee494c8ede0f969501c957d165350e0824ec94847e
5
5
  SHA512:
6
- metadata.gz: 235b03a9523979a17967f9ee5aad8a0f327fd3c6f4984af2167c6cac618b3ad1a81fecd7a16c75dc3e862ed71f9ac86b4d5bc3ed95ae84b2764a116b9d98a639
7
- data.tar.gz: 28eb15b0c831de71ad6531edfdc563f3be499a87823446eb342eaa1307909a7264e9675d2c3cd45d4328f2e57a9e23e969587e827b701753b7cc9f0f7d870021
6
+ metadata.gz: a80802cd7448ffef682d9aec1d3101f4bd32590f450bb1e56cf296d26015386c4d83cfff247b6c391f1fd1afaaf8bdd130864cbd4d0819e4e2e4ee6a98cd698f
7
+ data.tar.gz: 90c034c9c6c0950f5fb8e5d67edc55f4e13f9472ca914a483c9ac7b281475093094e32e171facffb653d2843e5b77ebdaad02638c7cb916cc83d851ec43e1390
@@ -1,6 +1,7 @@
1
1
  module DomoscioRails
2
2
  class Event < Resource
3
3
  include DomoscioRails::HTTPCalls::Create
4
+ include DomoscioRails::HTTPCalls::Update
4
5
  include DomoscioRails::HTTPCalls::Fetch
5
6
  include DomoscioRails::HTTPCalls::Destroy
6
7
  end
@@ -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.13'.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.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benoit Praly
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-01 00:00:00.000000000 Z
11
+ date: 2023-02-23 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
@@ -95,7 +96,7 @@ homepage: http://www.domoscio.com
95
96
  licenses:
96
97
  - MIT
97
98
  metadata: {}
98
- post_install_message:
99
+ post_install_message:
99
100
  rdoc_options: []
100
101
  require_paths:
101
102
  - lib
@@ -110,8 +111,8 @@ 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
- signing_key:
114
+ rubygems_version: 3.2.22
115
+ signing_key:
115
116
  specification_version: 4
116
117
  summary: Summary of DomoscioRailspec.
117
118
  test_files: []