hoc_notifications 1.0.3 → 1.0.4
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 +4 -4
- data/lib/generators/hoc_notifications/install_generator.rb +0 -4
- data/lib/generators/hoc_notifications/templates/migration/create_hoc_notifications.rb +1 -1
- data/lib/hoc_notifications.rb +0 -1
- data/lib/hoc_notifications/active_record/hoc_notification.rb +3 -1
- data/lib/hoc_notifications/version.rb +1 -1
- metadata +2 -3
- data/lib/hoc_notifications/hoc_notification_action.rb +0 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ad37471f2c6ee1a849cc043513512527c053360
|
4
|
+
data.tar.gz: ba51c4e94a2d79a86610edaad4f8e399fff6ebb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f18bdd7285a642930c8c38eb9f2add07f7d1cba15025ad2c284f08256f0200abf9e684468162f0a0c9d90717f23ac4938e4f425a2227a6c7a6e34e32b1de3a5
|
7
|
+
data.tar.gz: 0701e1edf4d2788e36531ca863a4e4e1ab8b0c2278d0d452bc169b05d0bfa4396e9d5040bddb40d4b4eb9623ec39f66128667ca716518ea47425ed23ae128ff2
|
@@ -7,10 +7,6 @@ module HocNotifications
|
|
7
7
|
|
8
8
|
source_root File.expand_path('../templates', __FILE__)
|
9
9
|
|
10
|
-
#def copy_initializer_file
|
11
|
-
# template "initializer.rb", "config/initializers/hoc_notifications.rb"
|
12
|
-
#end
|
13
|
-
|
14
10
|
def copy_migration_files
|
15
11
|
migration_template "migration/create_hoc_notifications.rb", "db/migrate/create_hoc_notifications.rb"
|
16
12
|
end
|
data/lib/hoc_notifications.rb
CHANGED
@@ -2,7 +2,6 @@ require "hoc_notifications/version"
|
|
2
2
|
require "hoc_notifications/acts_as_hoc_notifications_receiver"
|
3
3
|
require "hoc_notifications/acts_as_hoc_notifications_sender"
|
4
4
|
require "hoc_notifications/acts_as_hoc_notifications_notifiable"
|
5
|
-
require "hoc_notifications/hoc_notification_action"
|
6
5
|
require "hoc_notifications/active_record/hoc_notification.rb"
|
7
6
|
module HocNotifications
|
8
7
|
# Your code goes here...
|
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.4
|
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-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -60,7 +60,6 @@ files:
|
|
60
60
|
- lib/hoc_notifications/acts_as_hoc_notifications_notifiable.rb
|
61
61
|
- lib/hoc_notifications/acts_as_hoc_notifications_receiver.rb
|
62
62
|
- lib/hoc_notifications/acts_as_hoc_notifications_sender.rb
|
63
|
-
- lib/hoc_notifications/hoc_notification_action.rb
|
64
63
|
- lib/hoc_notifications/version.rb
|
65
64
|
homepage: https://github.com/house-of-code/hoc_notifications
|
66
65
|
licenses:
|