domoscio_rails 0.4.25 → 0.4.27

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: 1f390c6adf767afcbb060c4af36e7e36c93d655fcc40dc2547286005c152bd7a
4
- data.tar.gz: bbdd3cd19035271ea2e876101c002f2f944adab132b2b50b3e20fad4d52df8b8
3
+ metadata.gz: 2dd806e5c6275d67db5d64306ea81bf314ff57a9992455aff57b28e3ca875c2c
4
+ data.tar.gz: 17e597d8590812ec0bd90e22b11f10f40cf2477ba8b921ddebc20442259adead
5
5
  SHA512:
6
- metadata.gz: 3b2c8a9e0ab165c87b7d8595456182e3e4467eec5968efe379405725c0a76752021b2eeedc0a9ba62ab11d1ddd6f6dea135d8e73f6add106d42df622ebe6378a
7
- data.tar.gz: 6de9fe472da15566827c197999e378c09c7c3fb5a5f0c4807e329763f84473c789ef1021de6ccdd7b63d778b91218b455cf3b2aa86f44f2c68694983d932b95c
6
+ metadata.gz: 56b8af5593fedad7575f5c2af7b4b28f05f13e5b823c1a1d3b3afb7ace4bcc715f9fe60925695780745f563edac0308ea388f3764ef5175538c3ec365ec159d7
7
+ data.tar.gz: 26ccf8f39761cdf92d6077270430001f8c288dabadb7e68bd18281866074282902acfd5b665d70e01db563284d33b112e871405da6197677200a0d22ccaa4c24
@@ -1,6 +1,7 @@
1
1
  module DomoscioRails
2
2
  class Role
3
3
  include DomoscioRails::Resource
4
+ include DomoscioRails::HTTPCalls::Fetch
4
5
 
5
6
  class User
6
7
  include DomoscioRails::Resource
@@ -0,0 +1,6 @@
1
+ module DomoscioRails
2
+ class StudentGroupUser
3
+ include DomoscioRails::Resource
4
+ include DomoscioRails::HTTPCalls::Fetch
5
+ end
6
+ end
@@ -1,3 +1,3 @@
1
1
  module DomoscioRails
2
- VERSION = '0.4.25'.freeze
2
+ VERSION = '0.4.27'.freeze
3
3
  end
@@ -20,6 +20,7 @@ require 'domoscio_rails/data/learning_session'
20
20
  require 'domoscio_rails/data/scorm'
21
21
  require 'domoscio_rails/data/student'
22
22
  require 'domoscio_rails/data/student_group'
23
+ require 'domoscio_rails/data/student_group_user'
23
24
  require 'domoscio_rails/data/question'
24
25
  require 'domoscio_rails/data/user'
25
26
  require 'domoscio_rails/data/account'
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.25
4
+ version: 0.4.27
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: 2024-06-05 00:00:00.000000000 Z
11
+ date: 2024-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -65,6 +65,7 @@ files:
65
65
  - lib/domoscio_rails/data/scorm.rb
66
66
  - lib/domoscio_rails/data/student.rb
67
67
  - lib/domoscio_rails/data/student_group.rb
68
+ - lib/domoscio_rails/data/student_group_user.rb
68
69
  - lib/domoscio_rails/data/supervisor.rb
69
70
  - lib/domoscio_rails/data/user.rb
70
71
  - lib/domoscio_rails/errors.rb
@@ -104,7 +105,7 @@ homepage: http://www.domoscio.com
104
105
  licenses:
105
106
  - MIT
106
107
  metadata: {}
107
- post_install_message:
108
+ post_install_message:
108
109
  rdoc_options: []
109
110
  require_paths:
110
111
  - lib
@@ -120,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
121
  version: '0'
121
122
  requirements: []
122
123
  rubygems_version: 3.2.22
123
- signing_key:
124
+ signing_key:
124
125
  specification_version: 4
125
126
  summary: Summary of DomoscioRailspec.
126
127
  test_files: []