decidim-navigation_maps 1.3.1 → 1.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 12f9636d7c5efbbafe00544fe75c0e4322077eef70372002745b1410fe38e708
4
- data.tar.gz: f8067c6af595868868386de9cf7459fdbf21d950c396f8113a14254af02f4c42
3
+ metadata.gz: 8a8bf5ead4fad4a19182fbf34f661af2da063ab84f9cbc9421bd6e3cbf737864
4
+ data.tar.gz: 186e7a27519704b11c4b5e3a195085133891a5ab1247f96a806678db786c276e
5
5
  SHA512:
6
- metadata.gz: caae4440a22439a2a87b0b723c0afba1c540224d10319466813200cd68a6bbf62b40133089a468cdeb760eb715be7b0d691630e1cbd8524fbd559f3d9080f08e
7
- data.tar.gz: aca2ed28852c52ba098a4046e72652d21e8d89f81b51c36e706c191f2f547bfe34fc2477eafc01b2fec1bed006d49a2771dec39767ac8024a6a26085d5c6b6ac
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
 
@@ -1,7 +1,4 @@
1
1
  import "src/decidim/navigation_maps/navigation_maps.js"
2
2
 
3
- // Images
4
- require.context("../images", true)
5
-
6
3
  // CSS
7
4
  import "entrypoints/decidim_navigation_maps.scss";
@@ -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.1"
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.1
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Vergés