simple_notifications 1.2.2 → 1.2.3

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: 65cbfe220a0747a5b3cc941c41806f60c03817c775a878ba61d3b88a7cd77a56
4
- data.tar.gz: 07724d628c4b09467b3d5319801f825203d63d2a3f4a6e3de584d86098aa6f63
3
+ metadata.gz: e875a7adb9fb0d6a667961691c477e174a3cfa4d5e92088cc442b5f806b5ff1c
4
+ data.tar.gz: 5f9f3cb3189b26ae756733bad137d5f09cf01b45b1ebe08fd5cac884c1c33078
5
5
  SHA512:
6
- metadata.gz: d386714dd081aa9baf8aa744f555d22a6d1514c23f40b704fef51798eb2ff79a97953464acb63c0e1974a68ffd0473ae4f1e97d38a6b71cbe774aa4e88684e91
7
- data.tar.gz: ec19e32321c3557104836ddde05d2eda0adfea88f84439681add44059cadd1f1f82d288ecbacd9a419f266a16878b1fd61626ff8bf0cfa3cac6e6f1f42280d35
6
+ metadata.gz: c28cf66284d93597a2a06f4b118f5163abb96f03e0a0867c66a784ffc224800adab87d852c22edc6466498bf0f2a42f868e8eaf570c9d76b3a59a46429f13cc0
7
+ data.tar.gz: 86c00a7dc9a22373b103b4f7199b3092ec71cc54b74483e1d7c7c9add1a7a69a23fdfcdaa9a548d738fa4c09ce63cf02aa446474da3696416922db91a7c5140a
@@ -74,7 +74,7 @@ module SimpleNotifications
74
74
  # Callbacks
75
75
  # after_create_commit :create_notification
76
76
  Base.options[:callbacks].each do |callback|
77
- send("after_#{callback}_commit".to_sym, "#{callback}_notification")
77
+ send("after_#{callback}_commit", "#{callback}_notification".to_sym)
78
78
  end
79
79
 
80
80
  def create_notification
@@ -1,3 +1,3 @@
1
1
  module SimpleNotifications
2
- VERSION = '1.2.2'
2
+ VERSION = '1.2.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_notifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ashish Garg