decidim-dev 0.26.3 → 0.26.5

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: d41e1cd2a0b2790995475d56ae59f701a17b43c4308bc577a8aef7feadc2aa77
4
- data.tar.gz: 800978d0c6bd8c4619d8484eac6e9960ef0417eb36c851b40aa4e8b60be6c33a
3
+ metadata.gz: 98163b28de960eafd5e9244149d2123197b632793f51e24458c8fd2cad6c6091
4
+ data.tar.gz: 24c6e79cd9ab0b1cd676b638689e78ea8555bdc4facc168e68870fc4e13cea7a
5
5
  SHA512:
6
- metadata.gz: 99ccef65110d25e625e60d55c813b8b1a5f71eff75b6a1c05001cd1e55670a895cb9c4594683519b9be2634aae57d99169d7daf5f4e1219fe728fab529577324
7
- data.tar.gz: 82d7d4d49c70636e2bb4747070284276aad5579ac04b01e7e6120029f868dfad28487c75b129d97fd1308733d7bd44c2fcd507273645d0c3830abfbf7ef3fc4f
6
+ metadata.gz: 5fabd33d55d238ecf032e8b93e09c4521405f7dd53d955af1e699c79e322af5bd56721ca190eecf6a04193867aa411433854a825c600d8ab5837a63c243bcb12
7
+ data.tar.gz: cd71ba7beb593983abea91ec2568788cad662cf8af805539aa5127e2fa4837c304c1d497902851ad222127d0d9373994a2224329f7f9ac036a62bc5b3255a697
@@ -0,0 +1 @@
1
+ gn:
@@ -0,0 +1 @@
1
+ ka:
@@ -0,0 +1 @@
1
+ lo:
@@ -14,6 +14,7 @@ ro:
14
14
  dummy:
15
15
  settings:
16
16
  global:
17
+ guided_help: Text de ajutor
17
18
  readonly_attribute: Atribut Readonly
18
19
  test: Un test
19
20
  test_choices:
@@ -14,6 +14,7 @@ sv:
14
14
  dummy:
15
15
  settings:
16
16
  global:
17
+ guided: Guidad ingång
17
18
  readonly_attribute: Skrivskyddat attribut
18
19
  test: Ett test
19
20
  test_choices:
@@ -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",
@@ -2,7 +2,9 @@
2
2
 
3
3
  shared_examples_for "accessible page" do
4
4
  it "passes accessibility tests" do
5
- expect(page).to be_axe_clean
5
+ expect(page).to be_axe_clean.excluding(
6
+ 'a[title="Find out more about cookies"]'
7
+ )
6
8
  end
7
9
 
8
10
  it "passes HTML validation" do
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-dev version.
5
5
  module Dev
6
6
  def self.version
7
- "0.26.3"
7
+ "0.26.5"
8
8
  end
9
9
  end
10
10
  end
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.3
4
+ version: 0.26.5
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-09-29 00:00:00.000000000 Z
13
+ date: 2023-02-13 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.3
35
+ version: 0.26.5
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.3
42
+ version: 0.26.5
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
@@ -455,10 +456,12 @@ files:
455
456
  - config/locales/is.yml
456
457
  - config/locales/it.yml
457
458
  - config/locales/ja.yml
459
+ - config/locales/ka-GE.yml
458
460
  - config/locales/ko-KR.yml
459
461
  - config/locales/ko.yml
460
462
  - config/locales/lb-LU.yml
461
463
  - config/locales/lb.yml
464
+ - config/locales/lo-LA.yml
462
465
  - config/locales/lt-LT.yml
463
466
  - config/locales/lt.yml
464
467
  - config/locales/lv.yml