decidim-navigation_maps 1.3.3 → 1.3.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/README.md +1 -1
- data/lib/decidim/navigation_maps/engine.rb +1 -1
- data/lib/decidim/navigation_maps/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a8bf5ead4fad4a19182fbf34f661af2da063ab84f9cbc9421bd6e3cbf737864
|
|
4
|
+
data.tar.gz: 186e7a27519704b11c4b5e3a195085133891a5ab1247f96a806678db786c276e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 149c5704ea0799fa38eb3c2df4507fb64f22fe03ff4542ffe59616f3ddb09bf390e3aed9c3e3d8e471f503fc60f6047d65acce65882c448ebe3b0bb5286d7bf1
|
|
7
|
+
data.tar.gz: 268c61998f2708ba1d06e3637ca8b1219824c543ca662d14b5122013a530befc8fa64ad532766bc864d560a98392f7839bbf76b54618b0942fb6cc929953ef27
|
data/README.md
CHANGED
|
@@ -36,7 +36,7 @@ bundle exec rails decidim_navigation_maps:webpacker:install
|
|
|
36
36
|
bundle exec rails db:migrate
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
> NOTE: the `
|
|
39
|
+
> NOTE: the `decidim_navigation_maps:webpacker:install` is only necessary for Decidim versions starting at 0.25.
|
|
40
40
|
|
|
41
41
|
If you are upgrading from a version prior to 1.3, make sure that you migrate your existing images to Active Storae:
|
|
42
42
|
|
|
@@ -38,7 +38,7 @@ module Decidim
|
|
|
38
38
|
Cell::ViewModel.view_paths << File.expand_path("#{Decidim::NavigationMaps::Engine.root}/app/views") # for partials
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
initializer "
|
|
41
|
+
initializer "decidim_navigation_maps.webpacker.assets_path" do
|
|
42
42
|
Decidim.register_assets_path File.expand_path("app/packs", root)
|
|
43
43
|
end
|
|
44
44
|
end
|