domoscio_rails 0.4.17 → 0.4.19

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: b74e733694e2ac852299a7891fe42e294847b7e530b004e4824f5aa45803762c
4
- data.tar.gz: 32e3129c7da29dcd49c2fda636186200ddd6bf06d2768c2cf89a0d3b5956ca15
3
+ metadata.gz: 42c79999fd0a0ab4ee56417fdc881acd667b1f9cb74bfea1bba2e2398ec9cd31
4
+ data.tar.gz: 83e3aaaa3a2ca80a38c260221e2ad7651bdcd715ef3bd18907802677a1a396a9
5
5
  SHA512:
6
- metadata.gz: 9d519cc8358dfc059fe6116fdfcc44219ca8b0cdf2f5748788e557ab02b80285204b11aba6e86a2e60abe3127d72fed42c5df36af11971a1d3ea9f0f208932a6
7
- data.tar.gz: 85b67fa114f7dc0a9a58bbe669d41643d07f893608e3f5b920665d2417b2f0ae59bc51484ce4de441e74fcde2f69248e10180b9a19ffe54475c945fa451d7dcb
6
+ metadata.gz: 815e259373917483162b395cfb4dcc3143a3f8c17996e7c489249121f6985124cfe29e391550c91e266a02926a4846500ac86fd76733678e89c4fc82b6851f06
7
+ data.tar.gz: fc6cfc01c20f9fd33ea3602c6ce90aadb6dce69e73252d2393ab71a2a0e75770b945814782571da5aaa2dae1d157ce071e6d0d0338c45df4b2b6940f6a9607c7
@@ -1,5 +1,6 @@
1
1
  module DomoscioRails
2
2
  class LearningSessionRecommendation < Resource
3
3
  include DomoscioRails::HTTPCalls::Fetch
4
+ include DomoscioRails::HTTPCalls::Destroy
4
5
  end
5
6
  end
@@ -1,5 +1,6 @@
1
1
  module DomoscioRails
2
2
  class Recommendation < Resource
3
3
  include DomoscioRails::HTTPCalls::Fetch
4
+ include DomoscioRails::HTTPCalls::Destroy
4
5
  end
5
6
  end
@@ -1,6 +1,5 @@
1
1
  module DomoscioRails
2
2
  class Export < Resource
3
3
  include DomoscioRails::HTTPCalls::Util
4
- include DomoscioRails::HTTPCalls::UtilPost
5
4
  end
6
5
  end
@@ -1,3 +1,3 @@
1
1
  module DomoscioRails
2
- VERSION = '0.4.17'.freeze
2
+ VERSION = '0.4.19'.freeze
3
3
  end
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.17
4
+ version: 0.4.19
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: 2023-08-08 00:00:00.000000000 Z
11
+ date: 2023-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -98,7 +98,7 @@ homepage: http://www.domoscio.com
98
98
  licenses:
99
99
  - MIT
100
100
  metadata: {}
101
- post_install_message:
101
+ post_install_message:
102
102
  rdoc_options: []
103
103
  require_paths:
104
104
  - lib
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  version: '0'
115
115
  requirements: []
116
116
  rubygems_version: 3.2.22
117
- signing_key:
117
+ signing_key:
118
118
  specification_version: 4
119
119
  summary: Summary of DomoscioRailspec.
120
120
  test_files: []