domoscio_rails 0.4.19 → 0.4.20

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: 42c79999fd0a0ab4ee56417fdc881acd667b1f9cb74bfea1bba2e2398ec9cd31
4
- data.tar.gz: 83e3aaaa3a2ca80a38c260221e2ad7651bdcd715ef3bd18907802677a1a396a9
3
+ metadata.gz: e79545614eefb85822a238b22c160f05bf753991702a0f0d6f4fd9c83b07b682
4
+ data.tar.gz: 4bb605882ecd6b21509862b7cf0f72bccc83afcc443e3f1fcb83b0ab43ce3ecf
5
5
  SHA512:
6
- metadata.gz: 815e259373917483162b395cfb4dcc3143a3f8c17996e7c489249121f6985124cfe29e391550c91e266a02926a4846500ac86fd76733678e89c4fc82b6851f06
7
- data.tar.gz: fc6cfc01c20f9fd33ea3602c6ce90aadb6dce69e73252d2393ab71a2a0e75770b945814782571da5aaa2dae1d157ce071e6d0d0338c45df4b2b6940f6a9607c7
6
+ metadata.gz: 1fa265ea5b8060b43bb50c9ec1143459b51e62081c8b8a08142b19efefb4a006fb483cfd042a64238b2646607f5788205025ce02b42668c7ef33cb0ee5f07803
7
+ data.tar.gz: 50e21d6c4e23234b1b576b01c25f8bb15ff76da1dcbb11310a0b3c0c889676e3dcc3c2cfe19e52b557930145a6964a5b6f4367e30adb3a47423443f514387e87
@@ -4,5 +4,6 @@ module DomoscioRails
4
4
  include DomoscioRails::HTTPCalls::Fetch
5
5
  include DomoscioRails::HTTPCalls::Destroy
6
6
  include DomoscioRails::HTTPCalls::Update
7
+ include DomoscioRails::HTTPCalls::Util
7
8
  end
8
9
  end
@@ -1,3 +1,3 @@
1
1
  module DomoscioRails
2
- VERSION = '0.4.19'.freeze
2
+ VERSION = '0.4.20'.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.19
4
+ version: 0.4.20
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-08-09 00:00:00.000000000 Z
11
+ date: 2023-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -98,7 +98,7 @@ homepage: http://www.domoscio.com
98
98
  licenses:
99
99
  - MIT
100
100
  metadata: {}
101
- post_install_message:
101
+ post_install_message:
102
102
  rdoc_options: []
103
103
  require_paths:
104
104
  - lib
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  version: '0'
115
115
  requirements: []
116
116
  rubygems_version: 3.2.22
117
- signing_key:
117
+ signing_key:
118
118
  specification_version: 4
119
119
  summary: Summary of DomoscioRailspec.
120
120
  test_files: []