domoscio_rails 0.4.20 → 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: e79545614eefb85822a238b22c160f05bf753991702a0f0d6f4fd9c83b07b682
4
- data.tar.gz: 4bb605882ecd6b21509862b7cf0f72bccc83afcc443e3f1fcb83b0ab43ce3ecf
3
+ metadata.gz: 86b9a709e8aa2e10da827a3a353de255ef7ac4b3aa96557b164ebcf9bfc835eb
4
+ data.tar.gz: d1c5463983be64f01633adc5aa9e33b99a8f8421cbcf3de76c81871432e5455f
5
5
  SHA512:
6
- metadata.gz: 1fa265ea5b8060b43bb50c9ec1143459b51e62081c8b8a08142b19efefb4a006fb483cfd042a64238b2646607f5788205025ce02b42668c7ef33cb0ee5f07803
7
- data.tar.gz: 50e21d6c4e23234b1b576b01c25f8bb15ff76da1dcbb11310a0b3c0c889676e3dcc3c2cfe19e52b557930145a6964a5b6f4367e30adb3a47423443f514387e87
6
+ metadata.gz: 8f71154254903fd135e7d4b9650e105cf46f9b524e0d87eb3bef606b67aae7494fd90707e03d2e4a9a474a9c6bbcf2db8652a86a94e2d0a2c9538e9fc898aeb8
7
+ data.tar.gz: 228f3ce28fbc8ac96477c30a276ebb53f3a66e8ff7b49f83abddd4b6a81521065310508ae34c0f5622c5bb3fa34575fde8a7750ddd8595089a9befc1f21c738c
@@ -0,0 +1,5 @@
1
+ module DomoscioRails
2
+ class ExportRequest < Resource
3
+ include DomoscioRails::HTTPCalls::Util
4
+ end
5
+ end
@@ -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.20'.freeze
2
+ VERSION = '0.4.22'.freeze
3
3
  end
@@ -47,6 +47,8 @@ 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'
51
+ require 'domoscio_rails/utils/kpi_log'
50
52
 
51
53
  module DomoscioRails
52
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.20
4
+ version: 0.4.22
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-11-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
@@ -88,7 +88,9 @@ 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
93
+ - lib/domoscio_rails/utils/kpi_log.rb
92
94
  - lib/domoscio_rails/utils/lxp.rb
93
95
  - lib/domoscio_rails/utils/recommendation_util.rb
94
96
  - lib/domoscio_rails/utils/review_util.rb
@@ -98,7 +100,7 @@ homepage: http://www.domoscio.com
98
100
  licenses:
99
101
  - MIT
100
102
  metadata: {}
101
- post_install_message:
103
+ post_install_message:
102
104
  rdoc_options: []
103
105
  require_paths:
104
106
  - lib
@@ -114,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
116
  version: '0'
115
117
  requirements: []
116
118
  rubygems_version: 3.2.22
117
- signing_key:
119
+ signing_key:
118
120
  specification_version: 4
119
121
  summary: Summary of DomoscioRailspec.
120
122
  test_files: []