activity_notification 2.6.0 → 2.6.1
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/activity_notification/version.rb +1 -1
- data/lib/generators/activity_notification/add_notifiable_to_subscriptions/add_notifiable_to_subscriptions_generator.rb +1 -1
- metadata +2 -2
- /data/lib/generators/{activity_notification/add_notifiable_to_subscriptions/templates → templates/migrations}/add_notifiable_to_subscriptions.rb +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa4bf56cbe8f0a7b85c9d582615af447e15acc1193c94b9e12bdb0a1e2dcbfe9
|
|
4
|
+
data.tar.gz: 7e5db0f7477270c39626132b255b7a21d11c290a9f7aee9dc18d1042f2969df5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c9ca166727a66e201f9b1af1588a262223a69331999b272a24c1d7508fcad7a1ffa47e5f9b4bb1eae8d93e1e062cdb84ba4fd0c6bee892dc17e2dce87eb2ee0
|
|
7
|
+
data.tar.gz: 927fbf635366912c5d8c1f4f1fe8d48d638978dc37d1c6d8192226d00aea7db163f300ea29722cec1aa32643b3021aa4070aafc9284bf5b5634be00934c2cb42
|
|
@@ -7,7 +7,7 @@ module ActivityNotification
|
|
|
7
7
|
# @example Run migration generator
|
|
8
8
|
# rails generate activity_notification:add_notifiable_to_subscriptions
|
|
9
9
|
class AddNotifiableToSubscriptionsGenerator < ActiveRecord::Generators::Base
|
|
10
|
-
source_root File.expand_path("templates",
|
|
10
|
+
source_root File.expand_path("../../../templates/migrations", __FILE__)
|
|
11
11
|
|
|
12
12
|
argument :name, type: :string, default: 'AddNotifiableToSubscriptions',
|
|
13
13
|
desc: "The migration name"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activity_notification
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.6.
|
|
4
|
+
version: 2.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shota Yamazaki
|
|
@@ -430,7 +430,6 @@ files:
|
|
|
430
430
|
- lib/activity_notification/roles/acts_as_target.rb
|
|
431
431
|
- lib/activity_notification/version.rb
|
|
432
432
|
- lib/generators/activity_notification/add_notifiable_to_subscriptions/add_notifiable_to_subscriptions_generator.rb
|
|
433
|
-
- lib/generators/activity_notification/add_notifiable_to_subscriptions/templates/add_notifiable_to_subscriptions.rb
|
|
434
433
|
- lib/generators/activity_notification/controllers_generator.rb
|
|
435
434
|
- lib/generators/activity_notification/install_generator.rb
|
|
436
435
|
- lib/generators/activity_notification/migration/migration_generator.rb
|
|
@@ -448,6 +447,7 @@ files:
|
|
|
448
447
|
- lib/generators/templates/controllers/subscriptions_controller.rb
|
|
449
448
|
- lib/generators/templates/controllers/subscriptions_with_devise_controller.rb
|
|
450
449
|
- lib/generators/templates/locales/en.yml
|
|
450
|
+
- lib/generators/templates/migrations/add_notifiable_to_subscriptions.rb
|
|
451
451
|
- lib/generators/templates/migrations/migration.rb
|
|
452
452
|
- lib/generators/templates/models/README
|
|
453
453
|
- lib/generators/templates/models/notification.rb
|