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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d62670df2c085061d7fcb5c4b513f0b512e39429e424457145fabfa39868c2c
|
4
|
+
data.tar.gz: 8693f0cff8952a1f9fd4a28910b114b50e13a68dfce6587b0c01f346d0e41f77
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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.
|
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-
|
11
|
+
date: 2021-01-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: decidim-admin
|