domoscio_rails 0.4.21 → 0.4.22

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: ab6c43170978a6b116cd696cc7fed9b0e50b513f88973265fda1b3344152e1f1
4
- data.tar.gz: 2f0359220a85f59514e206f79086f57f726359d1e44667bdb94367745706abae
3
+ metadata.gz: 86b9a709e8aa2e10da827a3a353de255ef7ac4b3aa96557b164ebcf9bfc835eb
4
+ data.tar.gz: d1c5463983be64f01633adc5aa9e33b99a8f8421cbcf3de76c81871432e5455f
5
5
  SHA512:
6
- metadata.gz: 33cec9fbf1b1345ec874b7e0e4f7a8f930621e1ad69d0a41822a65a92736cf5e213974e4b17bcea013729a485548a76e48eae7b3fdf05e1c58ae6f04c3fbc577
7
- data.tar.gz: 6bec5152c70af7dae57247e266f0c8a05928a95a4a5c412454a8f165a2310083f8faae5baa631968c26973d7c6fd47c15c912ac4f5c4ca6a696662be37a91e6d
6
+ metadata.gz: 8f71154254903fd135e7d4b9650e105cf46f9b524e0d87eb3bef606b67aae7494fd90707e03d2e4a9a474a9c6bbcf2db8652a86a94e2d0a2c9538e9fc898aeb8
7
+ data.tar.gz: 228f3ce28fbc8ac96477c30a276ebb53f3a66e8ff7b49f83abddd4b6a81521065310508ae34c0f5622c5bb3fa34575fde8a7750ddd8595089a9befc1f21c738c
@@ -0,0 +1,6 @@
1
+ module DomoscioRails
2
+ class KpiLog < Resource
3
+ include DomoscioRails::HTTPCalls::Create
4
+ include DomoscioRails::HTTPCalls::Fetch
5
+ end
6
+ end
@@ -1,3 +1,3 @@
1
1
  module DomoscioRails
2
- VERSION = '0.4.21'.freeze
2
+ VERSION = '0.4.22'.freeze
3
3
  end
@@ -48,6 +48,7 @@ require 'domoscio_rails/utils/stats_util'
48
48
  require 'domoscio_rails/utils/lxp'
49
49
  require 'domoscio_rails/utils/export'
50
50
  require 'domoscio_rails/utils/export_request'
51
+ require 'domoscio_rails/utils/kpi_log'
51
52
 
52
53
  module DomoscioRails
53
54
  # 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.21
4
+ version: 0.4.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benoit Praly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-09 00:00:00.000000000 Z
11
+ date: 2024-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -90,6 +90,7 @@ files:
90
90
  - lib/domoscio_rails/utils/export.rb
91
91
  - lib/domoscio_rails/utils/export_request.rb
92
92
  - lib/domoscio_rails/utils/gameplay_util.rb
93
+ - lib/domoscio_rails/utils/kpi_log.rb
93
94
  - lib/domoscio_rails/utils/lxp.rb
94
95
  - lib/domoscio_rails/utils/recommendation_util.rb
95
96
  - lib/domoscio_rails/utils/review_util.rb