domoscio_rails 0.4.30 → 0.4.32

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: aa1dab010007c62358dfd0f5845e65a57394f6f5bc3d1ed7dcd3fd852d840268
4
- data.tar.gz: 8ee6a7c9b5a4e14ba529c833d31c8268c4a8d74e13328b871eec816c2b1bd0ae
3
+ metadata.gz: 0eac93d57669f986fbf2c5c3210d8b3611f7656c1613440ce8e5505fdf89f8f6
4
+ data.tar.gz: 062d7033eef3c3333833ebb72e000b1ff37332a21ba3675685986cac30380dcf
5
5
  SHA512:
6
- metadata.gz: 8f5a05a24afb5799ff614ef0662e50590f18dcb8df4e72bf765268d82d974989cab66e09542e3a16d4da60a6674c9d5a820497dab448d6b96b02ee254d70fdde
7
- data.tar.gz: 36cddfafb9f5c80c3051bfa5a7e4114d3a1b62d07612ffbceeaf9dbe590ae2a1ebc9cc37028806b316563ae4b5242ca2a1bbb83cf1d6d846f7305b1ed3b6d9fc
6
+ metadata.gz: 799151f9b3292bfd2779f98a5ed1faccaac7f5a4bc1396bd6376df6c3cd1226999318f01d91279ce260207e9a9eda4483c9000e7fb5400192f2047adcb76c131
7
+ data.tar.gz: a12e68181efc2d5578456e6b969ddfe75bbe7b426b7dd3f087f907dedd32e7761d3699a92b8664748be8687ec2f218ce70a3b00a32f8827469a6468c25e17712
@@ -5,6 +5,7 @@ module DomoscioRails
5
5
  include DomoscioRails::HTTPCalls::Fetch
6
6
  include DomoscioRails::HTTPCalls::Destroy
7
7
  include DomoscioRails::HTTPCalls::Update
8
+ include DomoscioRails::HTTPCalls::Util
8
9
 
9
10
  class UserParameter
10
11
  include DomoscioRails::Resource
@@ -24,6 +25,7 @@ module DomoscioRails
24
25
  include DomoscioRails::HTTPCalls::Create
25
26
  include DomoscioRails::HTTPCalls::Fetch
26
27
  include DomoscioRails::HTTPCalls::Destroy
28
+ include DomoscioRails::HTTPCalls::Util
27
29
  end
28
30
  end
29
31
  end
@@ -1,3 +1,3 @@
1
1
  module DomoscioRails
2
- VERSION = '0.4.30'.freeze
2
+ VERSION = '0.4.32'.freeze
3
3
  end
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.30
4
+ version: 0.4.32
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: 2024-06-28 00:00:00.000000000 Z
11
+ date: 2024-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -105,7 +105,7 @@ homepage: http://www.domoscio.com
105
105
  licenses:
106
106
  - MIT
107
107
  metadata: {}
108
- post_install_message:
108
+ post_install_message:
109
109
  rdoc_options: []
110
110
  require_paths:
111
111
  - lib
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  version: '0'
122
122
  requirements: []
123
123
  rubygems_version: 3.2.22
124
- signing_key:
124
+ signing_key:
125
125
  specification_version: 4
126
126
  summary: Summary of DomoscioRailspec.
127
127
  test_files: []