notify_user 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ac964971591f3d341c660abee1d030ef1533e76
4
- data.tar.gz: 35df80c69ea52fb8f6d887a95e0ba764bbf48ae2
3
+ metadata.gz: ad1882682998b2b6b3753d8c06d059e517c9806e
4
+ data.tar.gz: 10132f59c4cece56b6c39ea31c3e7e472d3e1c2e
5
5
  SHA512:
6
- metadata.gz: ffd5e405cd0c95c713999003d4afea437bdb757c2f7bdc5dbd397518dd259530d44d13db69bb73075e12b25abcb255e8c7679c556b8718dbccb932af87ab9752
7
- data.tar.gz: 3933f9a1bba7dee308f352ae55942343097043bc3ab799fd3a3b7fa0f349196bcd41dcd3fd6ced99af630af9ef23fd637018e427a3d56f57ecccfe73b5fb1a2e
6
+ metadata.gz: a0788421d60875e86d55cd41fd64fdb80bece2d07b95af67d5858361e1b47230e4f8a40b726e291453f4e8f11070df0c85946c82b61402b51bfa1b2aca01381b
7
+ data.tar.gz: 63d74c0229524dc1f3130880a0f388106d95b0cd4ffab6da2b95e5197b86749675d64667f82ac3782799b0db9dbc96f2eadbe55f56e6448ff0f5b8953e442bda
@@ -6,6 +6,6 @@ class <%= name.camelize %> < NotifyUser::BaseNotification
6
6
  subject: "<%= Rails.application.class.parent_name.titleize %>: You have new <%= name.humanize %> notifications."
7
7
  }
8
8
 
9
- @@description = "please override this type description"
10
- @@aggregate_per = 10.minutes
9
+ self.description = "please override this type description"
10
+ self.aggregate_per = 10.minutes
11
11
  end
@@ -1,3 +1,3 @@
1
1
  module NotifyUser
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end