domoscio_rails 0.4.12 → 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: 3f6294360effa45aff47a60f9e5fb5c7419586476cf9bda522d0d20727ec9873
4
- data.tar.gz: 8d703e3c1a8edd489604027851e9cd260cafdd63c92fd6381f24e15173c04274
3
+ metadata.gz: 19e61c6ea1a00ce5576b5579f1df6a55c0f8f9aa2098022b7c93cd72f2ce2f87
4
+ data.tar.gz: 4fd3c584d5272c0e0fc32f6a9eaf2351d4eadb99426c47899209899a1d9fef91
5
5
  SHA512:
6
- metadata.gz: 97de3546148357a91e58b6d4917b6a290b7f453b417834972ec224e79b0b76f357a1b8854ec30b32e68121b11fd199608f36beac35693d27940a65341180b42d
7
- data.tar.gz: 9db5c71ae026dab62dbd0980db48e2cd5f729b94c722cf351ba3b936017d4c633c385043ed63183374821e1da03b92b8a5454a85678e1de42e627c70fe64a287
6
+ metadata.gz: b6b0c95e49ee5818ee78811d93360a5a612fd6caae75219bb90d8dd81a920ed3f6b3caa4eb686bf256e79be0064b1dd8bf467c605c699f817951bca6515d8ea4
7
+ data.tar.gz: 728c459ed161f3adf9d01c0869de9e890fcf71fed2169c6a3cb3f5d8bf026cd27bcc16619fadf941b64011818e2c872aa5a9515a17ec7c8a3c80a659d5cd1be9
@@ -1,6 +1,7 @@
1
1
  module DomoscioRails
2
2
  class Event < Resource
3
3
  include DomoscioRails::HTTPCalls::Create
4
+ include DomoscioRails::HTTPCalls::Update
4
5
  include DomoscioRails::HTTPCalls::Fetch
5
6
  include DomoscioRails::HTTPCalls::Destroy
6
7
  end
@@ -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.12'.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.12
4
+ version: 0.4.14
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-12-21 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
@@ -96,7 +97,7 @@ homepage: http://www.domoscio.com
96
97
  licenses:
97
98
  - MIT
98
99
  metadata: {}
99
- post_install_message:
100
+ post_install_message:
100
101
  rdoc_options: []
101
102
  require_paths:
102
103
  - lib
@@ -112,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
113
  version: '0'
113
114
  requirements: []
114
115
  rubygems_version: 3.2.22
115
- signing_key:
116
+ signing_key:
116
117
  specification_version: 4
117
118
  summary: Summary of DomoscioRailspec.
118
119
  test_files: []