corn_starch 1.9.37 → 1.9.38

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: 81fface9c7762cc3b885f283c07d25c58e58ca41
4
- data.tar.gz: fd0485cfd3c92237755005dac3555aea99c6a105
3
+ metadata.gz: 30b0c0303e8611b841f6b72cf15b92ab49ff3c3d
4
+ data.tar.gz: 8afd4aabc40c0e943699fdb5a8eaedadd7780918
5
5
  SHA512:
6
- metadata.gz: 37681f5f0a58f9970fc93c60ed0e20d36bd216abb18befd954c7749dd63db0ee46e79a6638a7aa59dfa9486bad1432514d6d5796d0521fcf2c5e4d3a60755bac
7
- data.tar.gz: 79f0ae0db7db01f231e21d5439deee7e4ec83fe92dd6a1bf069421b4138fdadd91c236a0eb10cd14a958bf42527c6b2cc3911e88c5725fff8b3e59ec675bba87
6
+ metadata.gz: 8eae4ef98fd123a24dfd9497e94fb8b090e020ba1db306cb7edd4f6744fd19ca2eeaea48cefdaf7368694ef7a3952be293c8c6b4ad2ca182edcf374e6ef117e9
7
+ data.tar.gz: 5e99da0d4364ae272e122ce4787a679107dbf39a8ad007782758f8bcecf3fd9e5b13b277708f91970192f31831a4f04f7669da73a1d88142cf03757c4811a9dd
@@ -250,8 +250,8 @@ module CornStarch
250
250
  when :logout then notify 'gen_msg.logout'
251
251
 
252
252
  # Create / Update Resources
253
- when :create then notify_res 'gen_msg.create', result_or_name, model: model, name: ename, errors: errors
254
- when :update then notify_res 'gen_msg.update', result_or_name, model: model, name: ename, errors: errors
253
+ when :create then notify_res 'gen_msg.create', result_or_name, { model: model, name: ename, errors: errors }, { model: model }
254
+ when :update then notify_res 'gen_msg.update', result_or_name, { model: model, name: ename, errors: errors }, { model: model }
255
255
 
256
256
  # Destroy Resources
257
257
  when :destroy then notify 'gen_msg.destroy', { model: model, name: result_or_name }, { model: model }
@@ -1,3 +1,3 @@
1
1
  module CornStarch
2
- VERSION = '1.9.37'
2
+ VERSION = '1.9.38'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: corn_starch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.37
4
+ version: 1.9.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eresse