domoscio_rails 0.4.10 → 0.4.11

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: c035cfb9e1b30b3d58206a4d66d2fc3f052a5218cb33e0a82b6f25243a83d3bd
4
- data.tar.gz: 3bc1e77d4e9640396510fd0cefbc6f16be10adc3e88576900520adfcc4c6d0c6
3
+ metadata.gz: dd18cb55ab8d8a1b29f9db796b11e864d20bafef682ea99bbd68c2fb8eb7a999
4
+ data.tar.gz: 59a425f0334bde2cdf990f96ed6b50d22f3fd992ec30baa0ff2477d566f808aa
5
5
  SHA512:
6
- metadata.gz: e03bea0927643526b4dfab42ff84ae51c5369eca1d77d6732e1dd6feab60c9be4caa78ad7aad83f479144460aa1c023726bbecf0ddbc3b9260a22283bb4a1991
7
- data.tar.gz: 5fde31b74aec88cc016b663724d2e3bfa3fe5feed0e2fbd2d151a1dc4ed77161e4072a15181c7822280d8ec7bd1f726e074921096d08f6fe2c9efed33705e904
6
+ metadata.gz: 235b03a9523979a17967f9ee5aad8a0f327fd3c6f4984af2167c6cac618b3ad1a81fecd7a16c75dc3e862ed71f9ac86b4d5bc3ed95ae84b2764a116b9d98a639
7
+ data.tar.gz: 28eb15b0c831de71ad6531edfdc563f3be499a87823446eb342eaa1307909a7264e9675d2c3cd45d4328f2e57a9e23e969587e827b701753b7cc9f0f7d870021
@@ -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.10'.freeze
2
+ VERSION = '0.4.11'.freeze
3
3
  end
@@ -13,6 +13,7 @@ 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'
16
17
  require 'domoscio_rails/data/learning_session_knowledge_node'
17
18
  require 'domoscio_rails/data/learning_session'
18
19
  require 'domoscio_rails/data/scorm'
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.10
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-11-03 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
@@ -56,6 +56,7 @@ files:
56
56
  - lib/domoscio_rails/data/instance.rb
57
57
  - lib/domoscio_rails/data/learning_session.rb
58
58
  - lib/domoscio_rails/data/learning_session_knowledge_node.rb
59
+ - lib/domoscio_rails/data/learning_session_recommendation.rb
59
60
  - lib/domoscio_rails/data/recommendation.rb
60
61
  - lib/domoscio_rails/data/scorm.rb
61
62
  - lib/domoscio_rails/data/student.rb
@@ -109,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
110
  - !ruby/object:Gem::Version
110
111
  version: '0'
111
112
  requirements: []
112
- rubygems_version: 3.2.22
113
+ rubygems_version: 3.1.4
113
114
  signing_key:
114
115
  specification_version: 4
115
116
  summary: Summary of DomoscioRailspec.