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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2dd806e5c6275d67db5d64306ea81bf314ff57a9992455aff57b28e3ca875c2c
|
4
|
+
data.tar.gz: 17e597d8590812ec0bd90e22b11f10f40cf2477ba8b921ddebc20442259adead
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56b8af5593fedad7575f5c2af7b4b28f05f13e5b823c1a1d3b3afb7ace4bcc715f9fe60925695780745f563edac0308ea388f3764ef5175538c3ec365ec159d7
|
7
|
+
data.tar.gz: 26ccf8f39761cdf92d6077270430001f8c288dabadb7e68bd18281866074282902acfd5b665d70e01db563284d33b112e871405da6197677200a0d22ccaa4c24
|
data/lib/domoscio_rails.rb
CHANGED
@@ -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.
|
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-
|
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: []
|