domoscio_rails 0.2.7 → 0.2.8
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
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 03c45140be6fcfd0873cefd29cc711d7d31e5769
|
4
|
+
data.tar.gz: 73a9af6e7f09e1f790cc29d8d7ddb7d9d144114d
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: e73a369d6598c0a51ec4255d013167c8cdcb8bf6791c34083b27a7d2cdcffd99844b0a075a363581f5303f9596141948514b52ef56a0bc3f968dabb609c7aba3
|
7
|
+
data.tar.gz: 680d0647684a775ef733b610cecd9f87538d9a1c3e55447d02a71d44bb6ab7f685d21b0bb598e2d3eaeed99751d79fd196586a320b349a3ef25525960ae01940
|
data/lib/domoscio_rails.rb
CHANGED
@@ -17,6 +17,7 @@ require 'domoscio_rails/adaptative/deterministic/rule_input'
|
|
17
17
|
require 'domoscio_rails/adaptative/deterministic/rule_output'
|
18
18
|
require 'domoscio_rails/adaptative/deterministic/rule_condition'
|
19
19
|
require 'domoscio_rails/adaptative/predictive/objective'
|
20
|
+
require 'domoscio_rails/adaptative/predictive/objective_student'
|
20
21
|
require 'domoscio_rails/adaptative/recommendation'
|
21
22
|
require 'domoscio_rails/path/learning_path'
|
22
23
|
require 'domoscio_rails/content/content'
|
@@ -0,0 +1,9 @@
|
|
1
|
+
module DomoscioRails
|
2
|
+
# An objective student.
|
3
|
+
class ObjectiveStudent < Resource
|
4
|
+
include DomoscioRails::HTTPCalls::Create
|
5
|
+
include DomoscioRails::HTTPCalls::Fetch
|
6
|
+
include DomoscioRails::HTTPCalls::Update
|
7
|
+
include DomoscioRails::HTTPCalls::Destroy
|
8
|
+
end
|
9
|
+
end
|
metadata
CHANGED
@@ -1,42 +1,47 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: domoscio_rails
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.2.8
|
5
5
|
platform: ruby
|
6
|
-
authors:
|
6
|
+
authors:
|
7
7
|
- Benoit Praly
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
dependencies:
|
15
|
-
- !ruby/object:Gem::Dependency
|
11
|
+
date: 2017-01-04 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
16
14
|
name: rails
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '3.2'
|
17
20
|
type: :runtime
|
18
|
-
|
19
|
-
version_requirements: !ruby/object:Gem::Requirement
|
20
|
-
requirements:
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
21
24
|
- - ">="
|
22
|
-
- !ruby/object:Gem::Version
|
23
|
-
version:
|
24
|
-
version:
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '3.2'
|
25
27
|
description: Description of DomoscioRails.
|
26
|
-
email:
|
28
|
+
email:
|
27
29
|
- benoit.praly@domoscio.com
|
28
30
|
executables: []
|
29
|
-
|
30
31
|
extensions: []
|
31
|
-
|
32
32
|
extra_rdoc_files: []
|
33
|
-
|
34
|
-
|
33
|
+
files:
|
34
|
+
- MIT-LICENSE
|
35
|
+
- README.rdoc
|
36
|
+
- Rakefile
|
37
|
+
- lib/domoscio_rails.rb
|
38
|
+
- lib/domoscio_rails.tbz
|
35
39
|
- lib/domoscio_rails/adaptative/deterministic/path_rule.rb
|
36
40
|
- lib/domoscio_rails/adaptative/deterministic/rule_condition.rb
|
37
41
|
- lib/domoscio_rails/adaptative/deterministic/rule_input.rb
|
38
42
|
- lib/domoscio_rails/adaptative/deterministic/rule_output.rb
|
39
43
|
- lib/domoscio_rails/adaptative/predictive/objective.rb
|
44
|
+
- lib/domoscio_rails/adaptative/predictive/objective_student.rb
|
40
45
|
- lib/domoscio_rails/adaptative/recommendation.rb
|
41
46
|
- lib/domoscio_rails/admin/instance.rb
|
42
47
|
- lib/domoscio_rails/admin/user.rb
|
@@ -61,39 +66,29 @@ files:
|
|
61
66
|
- lib/domoscio_rails/student/student.rb
|
62
67
|
- lib/domoscio_rails/utils/review_util.rb
|
63
68
|
- lib/domoscio_rails/version.rb
|
64
|
-
- lib/domoscio_rails.rb
|
65
|
-
- lib/domoscio_rails.tbz
|
66
69
|
- lib/tasks/domoscio_rails_tasks.rake
|
67
|
-
- MIT-LICENSE
|
68
|
-
- Rakefile
|
69
|
-
- README.rdoc
|
70
|
-
has_rdoc: true
|
71
70
|
homepage: http://www.domoscio.com
|
72
|
-
licenses:
|
71
|
+
licenses:
|
73
72
|
- MIT
|
73
|
+
metadata: {}
|
74
74
|
post_install_message:
|
75
75
|
rdoc_options: []
|
76
|
-
|
77
|
-
require_paths:
|
76
|
+
require_paths:
|
78
77
|
- lib
|
79
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
80
|
-
requirements:
|
78
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
81
80
|
- - ">="
|
82
|
-
- !ruby/object:Gem::Version
|
83
|
-
version:
|
84
|
-
|
85
|
-
|
86
|
-
requirements:
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '0'
|
83
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
84
|
+
requirements:
|
87
85
|
- - ">="
|
88
|
-
- !ruby/object:Gem::Version
|
89
|
-
version:
|
90
|
-
version:
|
86
|
+
- !ruby/object:Gem::Version
|
87
|
+
version: '0'
|
91
88
|
requirements: []
|
92
|
-
|
93
89
|
rubyforge_project:
|
94
|
-
rubygems_version:
|
90
|
+
rubygems_version: 2.5.1
|
95
91
|
signing_key:
|
96
|
-
specification_version:
|
92
|
+
specification_version: 4
|
97
93
|
summary: Summary of DomoscioRails.
|
98
94
|
test_files: []
|
99
|
-
|