domoscio_rails 0.4.19 → 0.4.21

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: 42c79999fd0a0ab4ee56417fdc881acd667b1f9cb74bfea1bba2e2398ec9cd31
4
- data.tar.gz: 83e3aaaa3a2ca80a38c260221e2ad7651bdcd715ef3bd18907802677a1a396a9
3
+ metadata.gz: ab6c43170978a6b116cd696cc7fed9b0e50b513f88973265fda1b3344152e1f1
4
+ data.tar.gz: 2f0359220a85f59514e206f79086f57f726359d1e44667bdb94367745706abae
5
5
  SHA512:
6
- metadata.gz: 815e259373917483162b395cfb4dcc3143a3f8c17996e7c489249121f6985124cfe29e391550c91e266a02926a4846500ac86fd76733678e89c4fc82b6851f06
7
- data.tar.gz: fc6cfc01c20f9fd33ea3602c6ce90aadb6dce69e73252d2393ab71a2a0e75770b945814782571da5aaa2dae1d157ce071e6d0d0338c45df4b2b6940f6a9607c7
6
+ metadata.gz: 33cec9fbf1b1345ec874b7e0e4f7a8f930621e1ad69d0a41822a65a92736cf5e213974e4b17bcea013729a485548a76e48eae7b3fdf05e1c58ae6f04c3fbc577
7
+ data.tar.gz: 6bec5152c70af7dae57247e266f0c8a05928a95a4a5c412454a8f165a2310083f8faae5baa631968c26973d7c6fd47c15c912ac4f5c4ca6a696662be37a91e6d
@@ -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,5 @@
1
+ module DomoscioRails
2
+ class ExportRequest < Resource
3
+ include DomoscioRails::HTTPCalls::Util
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module DomoscioRails
2
- VERSION = '0.4.19'.freeze
2
+ VERSION = '0.4.21'.freeze
3
3
  end
@@ -47,6 +47,7 @@ require 'domoscio_rails/utils/review_util'
47
47
  require 'domoscio_rails/utils/stats_util'
48
48
  require 'domoscio_rails/utils/lxp'
49
49
  require 'domoscio_rails/utils/export'
50
+ require 'domoscio_rails/utils/export_request'
50
51
 
51
52
  module DomoscioRails
52
53
  # Configurable attributes and default values
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.19
4
+ version: 0.4.21
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-09 00:00:00.000000000 Z
11
+ date: 2024-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -88,6 +88,7 @@ files:
88
88
  - lib/domoscio_rails/tag/tagging.rb
89
89
  - lib/domoscio_rails/utils/analytic.rb
90
90
  - lib/domoscio_rails/utils/export.rb
91
+ - lib/domoscio_rails/utils/export_request.rb
91
92
  - lib/domoscio_rails/utils/gameplay_util.rb
92
93
  - lib/domoscio_rails/utils/lxp.rb
93
94
  - lib/domoscio_rails/utils/recommendation_util.rb