hoc_notifications 1.0.1 → 1.0.2

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: 1fde1f75037ab19dd50817191ccbf9b405c155d8
4
- data.tar.gz: 30af81bb6d8786b9f41647ae4452af8524e95250
3
+ metadata.gz: aabaf654871204c2e69b47243610798ac315573c
4
+ data.tar.gz: d56b584b49478456c88b5d8697eecb8cc49e91f9
5
5
  SHA512:
6
- metadata.gz: d8b78ac4fbde949f946d9b96d4d5dfe3010234187c4217af36069991a0adae7a94a81b9e0ad90e903498ddff362e6d7398ac7d380f1e9b70c2b47609540685f0
7
- data.tar.gz: ed7cf400fa717244b88d516479c5b55e4f1a54b2e1f34ae7ab8abf9a13a81402dc19315ce529dc6e29229fe5e9430ac8a77a950c47638b4c2db4563dca99ffba
6
+ metadata.gz: 56c1361011176cfd9749c8023541c37e99189e2cf5eb96b25670e89378e00b486fbe0a9afa9eb45e41e66239908afccd1e5cb74fc7ba8ce89a152b1fecce0a23
7
+ data.tar.gz: cfa353a6dd7363e4bfa5c44bd37859d523535354c8c63536829ccad152baf03ad28ea1a4c5626f3d6a5a20c2eb8d999f70a73606b7c107b413befc10892ae6e2
@@ -1,5 +1,5 @@
1
1
  module HocNotifications
2
- class HocNotification < ApplicationRecord
2
+ class HocNotification < ActiveRecord::Base
3
3
  belongs_to :recipient, polymorphic: true
4
4
  belongs_to :sender, polymorphic: true
5
5
  belongs_to :notifiable, polymorphic: true
@@ -1,3 +1,3 @@
1
1
  module HocNotifications
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoc_notifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gert Lavsen