domoscio_rails 0.4.2 → 0.4.4

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
  SHA256:
3
- metadata.gz: d84d18d926ff49fafe9bf5e48907f7e5ad5379660d1846f695e73b2f3b958029
4
- data.tar.gz: 1fbc96e7c54dba8c7676a1933d35638f9767dcf9cb38f5df3b61fd5350f6b489
3
+ metadata.gz: '0081b12374fec380802cdc569ddf193600cb69ffdb8f30b131c60de9a6d62e31'
4
+ data.tar.gz: 5e6cf77d9d451dbf4e7bc3f482a1f1d0a4d169735487cc1c9c02fe0a2943d7ed
5
5
  SHA512:
6
- metadata.gz: a69b023608cf340083931858b547b74ee9c3da3f481a28d27f8dac638834b32372fb2856d57d1df0f002f255379649f985fcee907152084f044388ff09323b0d
7
- data.tar.gz: f48ca74ee109d995e27f9c26d0567a3d4e1c92858fd65e62bd448a6c5ffef09903c5ad2bbcd05f79cfa2bf5b2e4e87e6313b4148ab36494e03d59453d5102bb8
6
+ metadata.gz: ae1e92b8fd9d428b3ba6115a7c2d2e04c2f6cb457fdc8e1ab0ac83c1aa06dd975752682a806470615a7ee513569885a2fc126076c7467fa54c93fa9f72f8a4fe
7
+ data.tar.gz: 9936df32392eaa36359f82bbeebf506e77d7e6d98d4cdf5f66237b0b22eecbf81b52e1ed663cd0256d08dbc2b6ad1e0d2c73a88dbc76367870cd21fad3dc3b99
@@ -0,0 +1,8 @@
1
+ module DomoscioRails
2
+ class LearningProgram < Resource
3
+ include DomoscioRails::HTTPCalls::Create
4
+ include DomoscioRails::HTTPCalls::Fetch
5
+ include DomoscioRails::HTTPCalls::Destroy
6
+ include DomoscioRails::HTTPCalls::Update
7
+ end
8
+ end
@@ -4,5 +4,6 @@ module DomoscioRails
4
4
  include DomoscioRails::HTTPCalls::Fetch
5
5
  include DomoscioRails::HTTPCalls::Destroy
6
6
  include DomoscioRails::HTTPCalls::Update
7
+ include DomoscioRails::HTTPCalls::Util
7
8
  end
8
9
  end
@@ -0,0 +1,8 @@
1
+ module DomoscioRails
2
+ class Subscription < Resource
3
+ include DomoscioRails::HTTPCalls::Create
4
+ include DomoscioRails::HTTPCalls::Fetch
5
+ include DomoscioRails::HTTPCalls::Destroy
6
+ include DomoscioRails::HTTPCalls::Util
7
+ end
8
+ end
@@ -1,3 +1,3 @@
1
1
  module DomoscioRails
2
- VERSION = '0.4.2'.freeze
2
+ VERSION = '0.4.4'.freeze
3
3
  end
@@ -21,10 +21,12 @@ require 'domoscio_rails/knowledge/knowledge_graph'
21
21
  require 'domoscio_rails/knowledge/knowledge_node_content'
22
22
  require 'domoscio_rails/knowledge/knowledge_node_student'
23
23
  require 'domoscio_rails/knowledge/knowledge_node'
24
+ require 'domoscio_rails/objective/learning_program'
24
25
  require 'domoscio_rails/objective/objective_knowledge_node_student'
25
26
  require 'domoscio_rails/objective/objective_knowledge_node'
26
27
  require 'domoscio_rails/objective/objective_student'
27
28
  require 'domoscio_rails/objective/objective'
29
+ require 'domoscio_rails/objective/subscription'
28
30
  require 'domoscio_rails/tag/tag_edge'
29
31
  require 'domoscio_rails/tag/tag_set'
30
32
  require 'domoscio_rails/tag/tag'
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.2
4
+ version: 0.4.4
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: 2022-02-15 00:00:00.000000000 Z
11
+ date: 2022-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -66,10 +66,12 @@ files:
66
66
  - lib/domoscio_rails/knowledge/knowledge_node.rb
67
67
  - lib/domoscio_rails/knowledge/knowledge_node_content.rb
68
68
  - lib/domoscio_rails/knowledge/knowledge_node_student.rb
69
+ - lib/domoscio_rails/objective/learning_program.rb
69
70
  - lib/domoscio_rails/objective/objective.rb
70
71
  - lib/domoscio_rails/objective/objective_knowledge_node.rb
71
72
  - lib/domoscio_rails/objective/objective_knowledge_node_student.rb
72
73
  - lib/domoscio_rails/objective/objective_student.rb
74
+ - lib/domoscio_rails/objective/subscription.rb
73
75
  - lib/domoscio_rails/resource.rb
74
76
  - lib/domoscio_rails/tag/tag.rb
75
77
  - lib/domoscio_rails/tag/tag_edge.rb
@@ -84,7 +86,7 @@ homepage: http://www.domoscio.com
84
86
  licenses:
85
87
  - MIT
86
88
  metadata: {}
87
- post_install_message:
89
+ post_install_message:
88
90
  rdoc_options: []
89
91
  require_paths:
90
92
  - lib
@@ -100,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
102
  version: '0'
101
103
  requirements: []
102
104
  rubygems_version: 3.2.22
103
- signing_key:
105
+ signing_key:
104
106
  specification_version: 4
105
107
  summary: Summary of DomoscioRailspec.
106
108
  test_files: []