simple_notifications 1.2.4 → 1.2.5

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: 795591d9848ba0f1f094a92f5c61e28d4396349a6339e617f21f5abd6983a3af
4
- data.tar.gz: a3a9d35620c747b5cfb5c479087b6d90f32c8a263f215e385643054040122583
3
+ metadata.gz: 176abf798609a9d7849e069f18b3e7b4f2fa0b009ce901895f1fea7393cc4f3e
4
+ data.tar.gz: f183556171d4163ca6467345e61da228f0647de7400a8115c8af5951ed0bec68
5
5
  SHA512:
6
- metadata.gz: b4c8bc25d0229bbda84841a74f874b2b85556c604eab328a7548f7e82e2ab322eda7f1b9db9f9cbcf5fd4127a9c9055f2b15fdb999b4d336942cbef6dc4fdc1c
7
- data.tar.gz: 2d043a469f9b44b7ed2ca223a6a5b6bdf740ccc1bbe72178694b2120e422e5abdc207feccade264528d19e9f7459489ef1fcf1d8929bbedeabf395c8b8461a28
6
+ metadata.gz: fa42d2715c5b9f2948bf836929d5451b49958cb030b3c7c0cdede5abb99835c6190c8d172f35b12c77e1ab174ea81afcb868ae8bf718cff55722e813c5817a81
7
+ data.tar.gz: 5fcfbe382ed113b22cc5a0714e86573e66f21777b44d7ba82f30bd320e30d04f4824bd2a5b4035cf1a193d936c0e479f7182b61c14003d2cf74013135f75469d
data/README.md CHANGED
@@ -38,7 +38,7 @@ rails generate simple_notifications:install
38
38
  rails db:migrate
39
39
  ```
40
40
 
41
- Add the following line to the model for which notifications functionality is required.
41
+ Add the following line to the model(after all the associations defined) for which notifications functionality is required.
42
42
  Here [Post] is the model which is the base for notification to happen i.e Event is performed on Post.
43
43
 
44
44
  ```ruby
@@ -1,3 +1,3 @@
1
1
  module SimpleNotifications
2
- VERSION = '1.2.4'
2
+ VERSION = '1.2.5'
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.4
4
+ version: 1.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ashish Garg