pezza_action_push_web 0.1.0 → 0.1.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/config/importmap.rb +1 -0
- data/config/routes.rb +3 -0
- data/lib/action_push_web/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6874f14504ef40025713d4b82b955e135845182a3629899a976ab3e665fe397
|
4
|
+
data.tar.gz: 4b2e90aefaafd63951bc527f86c122951c8a50704d2e0f9fca010d1630c25543
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b84140a676d8c9ced3c23b343bf0ff306c9a3619042a7ab23320111791011a8f20cfdc2438a51ed00be743b3eae2962d2a202db82cdd2496f3c83704534977a
|
7
|
+
data.tar.gz: 07df39534c92844a589e922fb017165e259f65f7d12b3ba0b21fc173de3243a36a1556a2866cedd5c9b0a1669d992fe5bf674b7c8e2cbd1d5880830c660095b7
|
data/config/importmap.rb
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
pin "action_push_web", to: "action_push_web.js"
|
data/config/routes.rb
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pezza_action_push_web
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nick Pezza
|
@@ -113,6 +113,8 @@ files:
|
|
113
113
|
- app/helpers/action_push_web/application_helper.rb
|
114
114
|
- app/jobs/action_push_web/notification_job.rb
|
115
115
|
- app/models/action_push_web/subscription.rb
|
116
|
+
- config/importmap.rb
|
117
|
+
- config/routes.rb
|
116
118
|
- db/migrate/20250907213606_create_action_push_web_subscriptions.rb
|
117
119
|
- lib/action_push_web.rb
|
118
120
|
- lib/action_push_web/engine.rb
|