action_cable_notifications 0.1.37 → 0.1.40

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: eed25d65596c50eb50861264f38578a4dc1099460b917021b48095535fc9705b
4
- data.tar.gz: f86ec3d3a6cc618d84698cec5a583d1444bf117e3ad727f08dfac7b7fe3f5238
3
+ metadata.gz: 2923e2f8595fe0b55bbfa3c6fb74650f846127e9377e3a90ec25b1b6a5da5a3a
4
+ data.tar.gz: 715806de84f8fea2071933de9492380aabcd8e58e59433c9e98a8eeeae6786f1
5
5
  SHA512:
6
- metadata.gz: 9c77638379a2d3d0bc9343ee4208f0b32d75e6edc18078755b2248a88ecc866a4a8e07ed7a2dc7bb06973e00b685b437fbb653c35adb3c46a4958b01a7f2ffa1
7
- data.tar.gz: 71bc0203f12b1de417796a76b0990539a7791358e36b9af5d69cacf0ff68b754e21f023453ac55ba8e9f4eac05a8f0ac2c71054297e879a94c76c98e86b7186b
6
+ metadata.gz: 865be42888f685d6f409dba9e5e3de2e37f76bf41db5b3c95916557a188adc87cfb8649d2b98c3ffe376ef0063cc068ebbabbcd4ce043cf6bcae76375e2206fa
7
+ data.tar.gz: e760653d77c84e11ddaa8a697c7a6748edad25d8357c91ac7fd827b0a797a0bbdf585358b9e9bef0bcc7c7c9e9111f96c4e991e1f0a02719e387240e758e53e2
@@ -98,7 +98,7 @@ module ActionCableNotifications
98
98
 
99
99
  if record.present?
100
100
  begin
101
- record.update_attributes(params[:fields])
101
+ record.update(params[:fields])
102
102
  rescue Exception => e
103
103
  error = e.message
104
104
  end
@@ -1,3 +1,3 @@
1
1
  module ActionCableNotifications
2
- VERSION = '0.1.37'
2
+ VERSION = '0.1.40'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_cable_notifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.37
4
+ version: 0.1.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - ByS Sistemas de Control
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-21 00:00:00.000000000 Z
11
+ date: 2022-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
149
149
  - !ruby/object:Gem::Version
150
150
  version: '0'
151
151
  requirements: []
152
- rubygems_version: 3.3.16
152
+ rubygems_version: 3.3.7
153
153
  signing_key:
154
154
  specification_version: 4
155
155
  summary: Automatic realtime notification broadcast for ActiveRecord models changes