decidim-navigation_maps 1.1.0 → 1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3095b1ee4ac0d8128711b37b7a59bcc5eb0b42d4ffebfb0021bcc1b549c80dab
4
- data.tar.gz: 468c412868fb61196861df0aeceef155551d8f83e4d58dc556778ecbd2ebed2e
3
+ metadata.gz: 7d62670df2c085061d7fcb5c4b513f0b512e39429e424457145fabfa39868c2c
4
+ data.tar.gz: 8693f0cff8952a1f9fd4a28910b114b50e13a68dfce6587b0c01f346d0e41f77
5
5
  SHA512:
6
- metadata.gz: b440bff8af84241131b5e5c11c0b8567d1667a379d1156ca0d3b49c96992366ec304bc394aa8e7382efd38b05d22908471cdf98daf1a181c6b6de436d13abe9b
7
- data.tar.gz: af9064b540070fe4cb45b242a2445d8170f7bfda68457fc4ad5a3eae917d0254afc55c9241c30278bad64115783357c2cbdc645ec97289b5a95380373d42c71f
6
+ metadata.gz: 90d51ab42b3a2befb7b5eaa30153ac6c47bf4b68c812925f28a54685313226b1f45ec33501f68ab1c3f1f20737f4c9fc8a201a136161e7e99b6d4fba8033d6d8
7
+ data.tar.gz: 0265cf902a84c239ac992bda9f7fe37511bfb9c9f46cf6eebd4aa9faab4bc71ea23c278d1f4e09f31b64ce653052c6c9e7fac631eecb09fa6916517a051e03dd
data/README.md CHANGED
@@ -24,7 +24,7 @@ homepage only).
24
24
  Add this line to your application's Gemfile:
25
25
 
26
26
  ```ruby
27
- gem "decidim-navigation_maps", "~> 1.1.0"
27
+ gem "decidim-navigation_maps", "~> 1.1.1"
28
28
  ```
29
29
 
30
30
  And then execute:
@@ -134,6 +134,13 @@ SIMPLECOV=1 bundle exec rspec
134
134
  This will generate a folder named `coverage` in the project root which contains
135
135
  the code coverage report.
136
136
 
137
+ ### Localization
138
+
139
+ If you would like to see this module in your own language, you can help with its
140
+ translation at Crowdin:
141
+
142
+ https://crowdin.com/translate/decidim-module-navigation_maps
143
+
137
144
  ## License
138
145
 
139
146
  This engine is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.
@@ -33,4 +33,3 @@
33
33
  <%= render partial: "modal" %>
34
34
  <%= javascript_include_tag "decidim/navigation_maps/admin/navigation_maps" %>
35
35
  <%= stylesheet_link_tag "decidim/navigation_maps/admin/navigation_maps" %>
36
- <% console %>
@@ -3,7 +3,7 @@
3
3
  module Decidim
4
4
  # This holds the decidim-meetings version.
5
5
  module NavigationMaps
6
- VERSION = "1.1.0"
6
+ VERSION = "1.1.1"
7
7
  DECIDIM_VERSION = [">= 0.22", "< 0.24"].freeze
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-navigation_maps
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Vergés
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-12 00:00:00.000000000 Z
11
+ date: 2021-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: decidim-admin