hoc_notifications 1.0.0 → 1.0.1

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: 62be5823a8756c4bf02ede76c304d15078c549f8
4
- data.tar.gz: 4294a7886a6259785182cfba2c92258ad96d501c
3
+ metadata.gz: 1fde1f75037ab19dd50817191ccbf9b405c155d8
4
+ data.tar.gz: 30af81bb6d8786b9f41647ae4452af8524e95250
5
5
  SHA512:
6
- metadata.gz: b6ae70fdc2eb7c4a79d3f031627ab431aab1b3b098c0de33e4854e8a22a90a94a664563b3875a53d477fe25920b10071e1bbb373d66d57aa4aea3b5c62a25e75
7
- data.tar.gz: 563d2003c56c0a58107f7ab94a7f5f0e666bec028cf2a23908ed8728def91262674bba493e348b2266dcd9a2de65e44fac2a3d9647ad9e4b40313041d43f752e
6
+ metadata.gz: d8b78ac4fbde949f946d9b96d4d5dfe3010234187c4217af36069991a0adae7a94a81b9e0ad90e903498ddff362e6d7398ac7d380f1e9b70c2b47609540685f0
7
+ data.tar.gz: ed7cf400fa717244b88d516479c5b55e4f1a54b2e1f34ae7ab8abf9a13a81402dc19315ce529dc6e29229fe5e9430ac8a77a950c47638b4c2db4563dca99ffba
data/README.md CHANGED
@@ -1,9 +1,5 @@
1
1
  # HocNotifications
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/hoc_notifications`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
6
-
7
3
  ## Installation
8
4
 
9
5
  Add this line to your application's Gemfile:
@@ -1,5 +1,5 @@
1
1
  module HocNotifications
2
- class HocNotification < ActiveRecord::Base
2
+ class HocNotification < ApplicationRecord
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.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoc_notifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gert Lavsen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-09-04 00:00:00.000000000 Z
11
+ date: 2018-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler