decidim-dev 0.26.3 → 0.26.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/config/locales/gn-PY.yml +1 -0
- data/config/locales/lo-LA.yml +1 -0
- data/lib/decidim/dev/assets/assemblies.json +11 -1
- data/lib/decidim/dev/version.rb +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 312a5ce868c56f9d90af55ec0e99df60eb195821736be07d8b893b68c35241c8
|
|
4
|
+
data.tar.gz: 6841e4966ac983384b869150e49f838d2ce41cad13c84c68c6ff57ccb0612cc1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: feb9caeeb83f9208fc071753f624a391454586fc29899739fe11890736150d49748bb4c7a6d5146c2561907b13bb9671adce82243253345fba5f33ed10ddc7fb
|
|
7
|
+
data.tar.gz: 41c67802ff038450326148aaa6cb046b6e8e63ec3c29a62ffaed868810f31f3df53610843d8748a7cc91a1e41e70e6e935ded2f3f069540e436bb9171cf74119
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
gn:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
lo:
|
|
@@ -512,7 +512,17 @@
|
|
|
512
512
|
},
|
|
513
513
|
"weight": 0,
|
|
514
514
|
"permissions": null,
|
|
515
|
-
"published_at": "2020-01-22 07:55:04 UTC"
|
|
515
|
+
"published_at": "2020-01-22 07:55:04 UTC",
|
|
516
|
+
"specific_data": {
|
|
517
|
+
"body": {
|
|
518
|
+
"en": "English content",
|
|
519
|
+
"ca": "Catalan content",
|
|
520
|
+
"es": "Spanish content",
|
|
521
|
+
"machine_translations": {
|
|
522
|
+
"es": "Machine translation spanish content"
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
}
|
|
516
526
|
},
|
|
517
527
|
{
|
|
518
528
|
"manifest_name": "proposals",
|
data/lib/decidim/dev/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-dev
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.26.
|
|
4
|
+
version: 0.26.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josep Jaume Rey Peroy
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2022-
|
|
13
|
+
date: 2022-11-15 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: capybara
|
|
@@ -32,14 +32,14 @@ dependencies:
|
|
|
32
32
|
requirements:
|
|
33
33
|
- - '='
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version: 0.26.
|
|
35
|
+
version: 0.26.4
|
|
36
36
|
type: :runtime
|
|
37
37
|
prerelease: false
|
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
40
|
- - '='
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: 0.26.
|
|
42
|
+
version: 0.26.4
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: factory_bot_rails
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -447,6 +447,7 @@ files:
|
|
|
447
447
|
- config/locales/fr.yml
|
|
448
448
|
- config/locales/ga-IE.yml
|
|
449
449
|
- config/locales/gl.yml
|
|
450
|
+
- config/locales/gn-PY.yml
|
|
450
451
|
- config/locales/hr-HR.yml
|
|
451
452
|
- config/locales/hr.yml
|
|
452
453
|
- config/locales/hu.yml
|
|
@@ -459,6 +460,7 @@ files:
|
|
|
459
460
|
- config/locales/ko.yml
|
|
460
461
|
- config/locales/lb-LU.yml
|
|
461
462
|
- config/locales/lb.yml
|
|
463
|
+
- config/locales/lo-LA.yml
|
|
462
464
|
- config/locales/lt-LT.yml
|
|
463
465
|
- config/locales/lt.yml
|
|
464
466
|
- config/locales/lv.yml
|