domoscio_rails 0.4.13 → 0.4.14

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: cc781c537c75f88963c43dd42bd37f4b5f521f6588afcb6f9df441f0427383d9
4
- data.tar.gz: c153e8054e88bd93bb482dee494c8ede0f969501c957d165350e0824ec94847e
3
+ metadata.gz: 19e61c6ea1a00ce5576b5579f1df6a55c0f8f9aa2098022b7c93cd72f2ce2f87
4
+ data.tar.gz: 4fd3c584d5272c0e0fc32f6a9eaf2351d4eadb99426c47899209899a1d9fef91
5
5
  SHA512:
6
- metadata.gz: a80802cd7448ffef682d9aec1d3101f4bd32590f450bb1e56cf296d26015386c4d83cfff247b6c391f1fd1afaaf8bdd130864cbd4d0819e4e2e4ee6a98cd698f
7
- data.tar.gz: 90c034c9c6c0950f5fb8e5d67edc55f4e13f9472ca914a483c9ac7b281475093094e32e171facffb653d2843e5b77ebdaad02638c7cb916cc83d851ec43e1390
6
+ metadata.gz: b6b0c95e49ee5818ee78811d93360a5a612fd6caae75219bb90d8dd81a920ed3f6b3caa4eb686bf256e79be0064b1dd8bf467c605c699f817951bca6515d8ea4
7
+ data.tar.gz: 728c459ed161f3adf9d01c0869de9e890fcf71fed2169c6a3cb3f5d8bf026cd27bcc16619fadf941b64011818e2c872aa5a9515a17ec7c8a3c80a659d5cd1be9
@@ -0,0 +1,5 @@
1
+ module DomoscioRails
2
+ class Export < Resource
3
+ include DomoscioRails::HTTPCalls::Util
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module DomoscioRails
2
- VERSION = '0.4.13'.freeze
2
+ VERSION = '0.4.14'.freeze
3
3
  end
@@ -45,6 +45,7 @@ require 'domoscio_rails/utils/recommendation_util'
45
45
  require 'domoscio_rails/utils/review_util'
46
46
  require 'domoscio_rails/utils/stats_util'
47
47
  require 'domoscio_rails/utils/lxp'
48
+ require 'domoscio_rails/utils/export'
48
49
 
49
50
  module DomoscioRails
50
51
  # 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.13
4
+ version: 0.4.14
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-02-23 00:00:00.000000000 Z
11
+ date: 2023-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -86,6 +86,7 @@ files:
86
86
  - lib/domoscio_rails/tag/tag_set.rb
87
87
  - lib/domoscio_rails/tag/tagging.rb
88
88
  - lib/domoscio_rails/utils/analytic.rb
89
+ - lib/domoscio_rails/utils/export.rb
89
90
  - lib/domoscio_rails/utils/gameplay_util.rb
90
91
  - lib/domoscio_rails/utils/lxp.rb
91
92
  - lib/domoscio_rails/utils/recommendation_util.rb