domoscio_rails 0.4.0 → 0.4.1

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: 3018e6b4f3733f3b33ebb28fab7eccc020ea4909ff08c167fde24eb757890c14
4
- data.tar.gz: 9216994f5101318046ca16eb8aa2dbaf6a3b1c6d9de533748bf18a61e6001c3d
3
+ metadata.gz: '08866a1127ae568832a117fb457edb8e4226e7bb44a43ac44c6ea1fce170b93e'
4
+ data.tar.gz: c14755b4ae0c66e4689c92782c516350fed8f7c09531a1d96e760d1dad01f04d
5
5
  SHA512:
6
- metadata.gz: '08018205d6a5123cb4b1e768c2960f3fc58c8679d657c114b2ef15af06386cbf2a46c21e32c110c0680042eba72c4a49aa9b32c12555093d44d29a33e5f81848'
7
- data.tar.gz: fff59acde37fe7c518cfb0da170b902c7878c52a2ac07a4f6f9c2f8e5c82611c51738490b9a4a5c0a1f85b277b6755effe6e8e7f11573322e3526baad6f0c857
6
+ metadata.gz: 7acb60e8e5b7a9e028e996ced65d694f32d72cebac1706d22a264a8b75e83afabb1992605f191f0d0ef167d6a95a24ec7e6d18e78705cd7386202d96a1aa7cb2
7
+ data.tar.gz: 3b19813c8511d09ee6e52ed3946580ba2975ecb32d7b94318319e4c4b434195883e2b6ca7de549b0a45164e723d8254993a357b7f718bb30e439aac24dc288e7
@@ -0,0 +1,5 @@
1
+ module DomoscioRails
2
+ class StatsUtil < Resource
3
+ include DomoscioRails::HTTPCalls::Util
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module DomoscioRails
2
- VERSION = '0.4.0'.freeze
2
+ VERSION = '0.4.1'.freeze
3
3
  end
@@ -31,6 +31,7 @@ require 'domoscio_rails/tag/tagging'
31
31
  require 'domoscio_rails/utils/gameplay_util'
32
32
  require 'domoscio_rails/utils/recommendation_util'
33
33
  require 'domoscio_rails/utils/review_util'
34
+ require 'domoscio_rails/utils/stats_util'
34
35
 
35
36
  module DomoscioRails
36
37
  # 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.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benoit Praly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-25 00:00:00.000000000 Z
11
+ date: 2022-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -77,6 +77,7 @@ files:
77
77
  - lib/domoscio_rails/utils/gameplay_util.rb
78
78
  - lib/domoscio_rails/utils/recommendation_util.rb
79
79
  - lib/domoscio_rails/utils/review_util.rb
80
+ - lib/domoscio_rails/utils/stats_util.rb
80
81
  - lib/domoscio_rails/version.rb
81
82
  homepage: http://www.domoscio.com
82
83
  licenses: