domoscio_rails 0.4.18 → 0.4.20

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: be5cfae1445d6b93e19d92dc25c6ca4623edfaac61e5e03e12e75b7e741a6393
4
- data.tar.gz: 024c8e2bae4b17609bf0120d4cd9c08eed6c438aa2b42c5fd8c9c3ad82a49bd5
3
+ metadata.gz: e79545614eefb85822a238b22c160f05bf753991702a0f0d6f4fd9c83b07b682
4
+ data.tar.gz: 4bb605882ecd6b21509862b7cf0f72bccc83afcc443e3f1fcb83b0ab43ce3ecf
5
5
  SHA512:
6
- metadata.gz: 3914b312d9922970478805d7d750b532190f5d258a5d19fea615d7fd77c8ee1e1ff2c6c8fbb8c66bc2fcf33e4d8695913878a31c998e8e3e1b7d98dca999f01b
7
- data.tar.gz: 2f6add2d4d8559262acd62b9c305796973a334d3004067ff6b9a43c369574373d592395b824ef540d19aaf6760d59890aca33e236051eef19d93da772e6a82c8
6
+ metadata.gz: 1fa265ea5b8060b43bb50c9ec1143459b51e62081c8b8a08142b19efefb4a006fb483cfd042a64238b2646607f5788205025ce02b42668c7ef33cb0ee5f07803
7
+ data.tar.gz: 50e21d6c4e23234b1b576b01c25f8bb15ff76da1dcbb11310a0b3c0c889676e3dcc3c2cfe19e52b557930145a6964a5b6f4367e30adb3a47423443f514387e87
@@ -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
@@ -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
@@ -1,3 +1,3 @@
1
1
  module DomoscioRails
2
- VERSION = '0.4.18'.freeze
2
+ VERSION = '0.4.20'.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.18
4
+ version: 0.4.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benoit Praly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-08 00:00:00.000000000 Z
11
+ date: 2023-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json