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 +4 -4
- data/README.md +0 -4
- data/lib/hoc_notifications/active_record/hoc_notification.rb +1 -1
- data/lib/hoc_notifications/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1fde1f75037ab19dd50817191ccbf9b405c155d8
|
4
|
+
data.tar.gz: 30af81bb6d8786b9f41647ae4452af8524e95250
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:
|
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.
|
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-
|
11
|
+
date: 2018-09-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|