domoscio_rails 0.4.7 → 0.4.8

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: 6d0aef7d75b9735ab302a207eb647a844392db480a9928c49fd5e63fc34e6847
4
- data.tar.gz: '08ef9dd6944fc5ad1cc947915a5dfb681cb3e2099f7a6d95249cf1ce6b6f6ec7'
3
+ metadata.gz: 8dea61bf2ec4bf182cd358c43bf19e19ca87b3c0d51b83f71e06387b2dcbe1e0
4
+ data.tar.gz: 7fb3a4630734a839b200f0a4511d3868ef7f95769b72f13b02472ce40fce39cd
5
5
  SHA512:
6
- metadata.gz: 04d06435aa6c9448a9a5181c052bc49565f3a322ca1b4609120f15f9d8658ce8bd96003faac1f0a1fa63d0c573459c3656f0b381cdaa7a8f675037855b31c28e
7
- data.tar.gz: 1b16b091b7163e1fd4eba05e8f54b1f22a00471853033d7067f3722476305de6811a01e84f51a203c55f993556f7b7e35a132532bcebcd93a8d3b72f212dcfe0
6
+ metadata.gz: d8fdc5778ed8b817d94fa6b4c69165006e12ed2aae8543d4f55a3c60f9494794f8a336d83261ed0d80e84fb01da2157ad819b3c8fd884e512bde23a644553bc3
7
+ data.tar.gz: f3dc7d00e1e5efaaa0d0bfd62e3a1c3f139a0383a9ce53fe1a01fdaf2ba6218a58b60edb61273579534d6c93d19620251aeadc20eaa110066d12b591b1298675
@@ -0,0 +1,5 @@
1
+ module DomoscioRails
2
+ class Analytic < Resource
3
+ include DomoscioRails::HTTPCalls::Util
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module DomoscioRails
2
- VERSION = '0.4.7'.freeze
2
+ VERSION = '0.4.8'.freeze
3
3
  end
@@ -36,6 +36,7 @@ require 'domoscio_rails/tag/tag_edge'
36
36
  require 'domoscio_rails/tag/tag_set'
37
37
  require 'domoscio_rails/tag/tag'
38
38
  require 'domoscio_rails/tag/tagging'
39
+ require 'domoscio_rails/utils/analytic'
39
40
  require 'domoscio_rails/utils/gameplay_util'
40
41
  require 'domoscio_rails/utils/recommendation_util'
41
42
  require 'domoscio_rails/utils/review_util'
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.7
4
+ version: 0.4.8
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: 2022-05-26 00:00:00.000000000 Z
11
+ date: 2022-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -82,6 +82,7 @@ files:
82
82
  - lib/domoscio_rails/tag/tag_edge.rb
83
83
  - lib/domoscio_rails/tag/tag_set.rb
84
84
  - lib/domoscio_rails/tag/tagging.rb
85
+ - lib/domoscio_rails/utils/analytic.rb
85
86
  - lib/domoscio_rails/utils/gameplay_util.rb
86
87
  - lib/domoscio_rails/utils/lxp.rb
87
88
  - lib/domoscio_rails/utils/recommendation_util.rb
@@ -92,7 +93,7 @@ homepage: http://www.domoscio.com
92
93
  licenses:
93
94
  - MIT
94
95
  metadata: {}
95
- post_install_message:
96
+ post_install_message:
96
97
  rdoc_options: []
97
98
  require_paths:
98
99
  - lib
@@ -108,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
109
  version: '0'
109
110
  requirements: []
110
111
  rubygems_version: 3.2.22
111
- signing_key:
112
+ signing_key:
112
113
  specification_version: 4
113
114
  summary: Summary of DomoscioRailspec.
114
115
  test_files: []