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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4267a4cf9371ab7316611268df28b3e3c2c6b4bbcf703f83779e73381889ea54
4
- data.tar.gz: 71e9a3d179496b8804268fd662a9dde8ca4a455177d9a76ee3707ad62cfc1285
3
+ metadata.gz: 8a8bf5ead4fad4a19182fbf34f661af2da063ab84f9cbc9421bd6e3cbf737864
4
+ data.tar.gz: 186e7a27519704b11c4b5e3a195085133891a5ab1247f96a806678db786c276e
5
5
  SHA512:
6
- metadata.gz: 5380f97f0197d9d1418d7254f9dc8d5da5973192ead31d4c500819889f6508ec7e89b2c916ed3a139fc2307bd7af90067d1e2c1360facc5659556e076fdeb05c
7
- data.tar.gz: a73aa110cdd5a73ac7c8c7015f1678373b183b6cedc588f11d37c74bae8887d54fe92e96e93e39966e56a28c03601c25faa9e623e47a08779297755051e71af7
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 `decidim_notify:webpacker:install` is only necessary for Decidim versions starting at 0.25.
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 "decidim_notify.webpacker.assets_path" do
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
@@ -3,7 +3,7 @@
3
3
  module Decidim
4
4
  # This holds the decidim-meetings version.
5
5
  module NavigationMaps
6
- VERSION = "1.3.3"
6
+ VERSION = "1.3.4"
7
7
  DECIDIM_VERSION = [">= 0.25", "< 0.27"].freeze
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-navigation_maps
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Vergés