domoscio_rails 0.4.20 → 0.4.21

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: ab6c43170978a6b116cd696cc7fed9b0e50b513f88973265fda1b3344152e1f1
4
+ data.tar.gz: 2f0359220a85f59514e206f79086f57f726359d1e44667bdb94367745706abae
5
5
  SHA512:
6
- metadata.gz: 1fa265ea5b8060b43bb50c9ec1143459b51e62081c8b8a08142b19efefb4a006fb483cfd042a64238b2646607f5788205025ce02b42668c7ef33cb0ee5f07803
7
- data.tar.gz: 50e21d6c4e23234b1b576b01c25f8bb15ff76da1dcbb11310a0b3c0c889676e3dcc3c2cfe19e52b557930145a6964a5b6f4367e30adb3a47423443f514387e87
6
+ metadata.gz: 33cec9fbf1b1345ec874b7e0e4f7a8f930621e1ad69d0a41822a65a92736cf5e213974e4b17bcea013729a485548a76e48eae7b3fdf05e1c58ae6f04c3fbc577
7
+ data.tar.gz: 6bec5152c70af7dae57247e266f0c8a05928a95a4a5c412454a8f165a2310083f8faae5baa631968c26973d7c6fd47c15c912ac4f5c4ca6a696662be37a91e6d
@@ -0,0 +1,5 @@
1
+ module DomoscioRails
2
+ class ExportRequest < Resource
3
+ include DomoscioRails::HTTPCalls::Util
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module DomoscioRails
2
- VERSION = '0.4.20'.freeze
2
+ VERSION = '0.4.21'.freeze
3
3
  end
@@ -47,6 +47,7 @@ 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'
50
51
 
51
52
  module DomoscioRails
52
53
  # 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.21
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-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -88,6 +88,7 @@ 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
92
93
  - lib/domoscio_rails/utils/lxp.rb
93
94
  - lib/domoscio_rails/utils/recommendation_util.rb
@@ -98,7 +99,7 @@ homepage: http://www.domoscio.com
98
99
  licenses:
99
100
  - MIT
100
101
  metadata: {}
101
- post_install_message:
102
+ post_install_message:
102
103
  rdoc_options: []
103
104
  require_paths:
104
105
  - lib
@@ -114,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
115
  version: '0'
115
116
  requirements: []
116
117
  rubygems_version: 3.2.22
117
- signing_key:
118
+ signing_key:
118
119
  specification_version: 4
119
120
  summary: Summary of DomoscioRailspec.
120
121
  test_files: []