action_cable_notifications 0.1.25 → 0.1.26

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
  SHA1:
3
- metadata.gz: 569631f273ec8336e22f450678c5aee4f442da31
4
- data.tar.gz: 4eb0e60d829d4fe8c383cd5f5ba75c17a7c75cfc
3
+ metadata.gz: 128e7b1e0ecccea4d7e4fe2dcf659e51e99eb618
4
+ data.tar.gz: 31a94217b247da02df04bc12adaad216caa9fe24
5
5
  SHA512:
6
- metadata.gz: 465a17c5ea141cbc821d20ba746d98dd06b6d20a82a34e3ec72275f75bf9b456ed2851e4df6f68f604602ad2fc8f01b57d22a1c2a83e0c7d1958d933ed39584a
7
- data.tar.gz: a9086c58a05acd18a17002de7f4271d7407c13419d1f0327246c9341de381e8a13db741e287c80a37f08e505a1c1cc4027197cba899eca367e60aad5e428a45b
6
+ metadata.gz: 2e27bee4eb7e04565e158b1d3f846bca3ac6257aced6a4d8168f1110c9b9ea8a4e144e7db882ae0da4ed9fdb5bbec77ba0ebaf1d93873ed33f4db830ff8bdaed
7
+ data.tar.gz: b0ab50fcad5961c25c9be9e368be89d2440927830c06015583f663334b98b92ad6cfb04dfeb6d105693f6403f4fd7ef554d11d8297cde06b5fa6a8c57f93c50f
@@ -13,7 +13,7 @@ module ActionCableNotifications
13
13
 
14
14
  # Get results using provided parameters and model configured scope
15
15
  results = data[:model].
16
- select(params[:select]).
16
+ select(params[:select] || []).
17
17
  limit(params[:limit]).
18
18
  where(params[:where] || {}).
19
19
  scoped_collection(data[:model_options][:scope]).
@@ -1,3 +1,3 @@
1
1
  module ActionCableNotifications
2
- VERSION = '0.1.25'
2
+ VERSION = '0.1.26'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_cable_notifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.25
4
+ version: 0.1.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - ByS Sistemas de Control