domoscio_rails 0.4.9 → 0.4.11

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: adc6bb32ba8e9a93a366adafd9af43f3a81d872be61f035f5b41454e0ef5baf0
4
- data.tar.gz: 9dcb928fb9be6143b53409ca14d3a3898b79567af2d00e3fa658c2a956437de3
3
+ metadata.gz: dd18cb55ab8d8a1b29f9db796b11e864d20bafef682ea99bbd68c2fb8eb7a999
4
+ data.tar.gz: 59a425f0334bde2cdf990f96ed6b50d22f3fd992ec30baa0ff2477d566f808aa
5
5
  SHA512:
6
- metadata.gz: 22e52bb95c89e5c1ecf20b86bea685c3b678aab174267662d976c889f865262e8c868dce39d3145f894525554b89ece5db1e84896c54541b48978ea67b648292
7
- data.tar.gz: de6b118bcf25214bf9f46b6a7d4fd0b1cad00f7abe34eb242ac390590ffbc28e8be1a16a8f3998eec93d005f62d13352fef4d2cd2f6c51601ee347eed1388213
6
+ metadata.gz: 235b03a9523979a17967f9ee5aad8a0f327fd3c6f4984af2167c6cac618b3ad1a81fecd7a16c75dc3e862ed71f9ac86b4d5bc3ed95ae84b2764a116b9d98a639
7
+ data.tar.gz: 28eb15b0c831de71ad6531edfdc563f3be499a87823446eb342eaa1307909a7264e9675d2c3cd45d4328f2e57a9e23e969587e827b701753b7cc9f0f7d870021
@@ -0,0 +1,5 @@
1
+ module DomoscioRails
2
+ class LearningSessionKnowledgeNode < Resource
3
+ include DomoscioRails::HTTPCalls::Fetch
4
+ end
5
+ end
@@ -0,0 +1,5 @@
1
+ module DomoscioRails
2
+ class LearningSessionRecommendation < Resource
3
+ include DomoscioRails::HTTPCalls::Fetch
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module DomoscioRails
2
- VERSION = '0.4.9'.freeze
2
+ VERSION = '0.4.11'.freeze
3
3
  end
@@ -13,6 +13,8 @@ require 'domoscio_rails/data/content'
13
13
  require 'domoscio_rails/data/event'
14
14
  require 'domoscio_rails/data/instance'
15
15
  require 'domoscio_rails/data/recommendation'
16
+ require 'domoscio_rails/data/learning_session_recommendation'
17
+ require 'domoscio_rails/data/learning_session_knowledge_node'
16
18
  require 'domoscio_rails/data/learning_session'
17
19
  require 'domoscio_rails/data/scorm'
18
20
  require 'domoscio_rails/data/student'
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.9
4
+ version: 0.4.11
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-08-22 00:00:00.000000000 Z
11
+ date: 2022-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -55,6 +55,8 @@ files:
55
55
  - lib/domoscio_rails/data/event.rb
56
56
  - lib/domoscio_rails/data/instance.rb
57
57
  - lib/domoscio_rails/data/learning_session.rb
58
+ - lib/domoscio_rails/data/learning_session_knowledge_node.rb
59
+ - lib/domoscio_rails/data/learning_session_recommendation.rb
58
60
  - lib/domoscio_rails/data/recommendation.rb
59
61
  - lib/domoscio_rails/data/scorm.rb
60
62
  - lib/domoscio_rails/data/student.rb
@@ -108,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
110
  - !ruby/object:Gem::Version
109
111
  version: '0'
110
112
  requirements: []
111
- rubygems_version: 3.2.22
113
+ rubygems_version: 3.1.4
112
114
  signing_key:
113
115
  specification_version: 4
114
116
  summary: Summary of DomoscioRailspec.