domoscio_rails 0.2.2 → 0.2.3

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
  SHA1:
3
- metadata.gz: f6453cefbcccca06da5e5e9c023ac432231acf5e
4
- data.tar.gz: c157de3ed8d8adf4004b580ec12a7ff342ef168b
3
+ metadata.gz: c0b5d6a52b8460f1addce23df8f9306ce1c72263
4
+ data.tar.gz: df7ed3bcb24d82c739576fc7958f87076cac2d85
5
5
  SHA512:
6
- metadata.gz: 44deeacd0aaa1cbbb16f84829e535e97122f03720945f5d7ac669fafee9c60717de9e47df7a8df34629f8d3ececb58abd2dc59193da0ed225cb178f3a6cadc03
7
- data.tar.gz: 88994abba975c141677a7c59dd1263df664201ecc3d55895833c9440b797455c133c39b7c2051919bc797c2d98464e60f84df13c49074874f138c5a7a0f5a137
6
+ metadata.gz: 1cc10309700468ad16bd165e504fddbc65471449c0a1def2a7209b601b56339a6a1b3875c320005c2fac83b420a172efaec948cf7346d2537ddd5d7e897db1a9
7
+ data.tar.gz: 3fe9f12e643f8638b667210999147b36195869fe1544afd2f7664455f0644e6494e924459b455801fc7f780d57cc423d2de7c93f9028fd3d040dfa8511d01b95
@@ -18,7 +18,7 @@ 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
20
  require 'domoscio_rails/adaptative/recommendation'
21
- require 'domoscio_rails/adaptative/path/learning_path'
21
+ require 'domoscio_rails/path/learning_path'
22
22
  require 'domoscio_rails/admin/user'
23
23
  require 'domoscio_rails/student/student'
24
24
  require 'domoscio_rails/knowledge/knowledge_graph'
@@ -1,3 +1,3 @@
1
1
  module DomoscioRails
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: domoscio_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benoit Praly