decidim-dev 0.29.4 → 0.29.6
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: be41eac449ed8ebc7a7d7daa06c586c8347dd192189e23fdbce782a0199e8fa9
|
|
4
|
+
data.tar.gz: 4635e77b1423adce3f46835d6a2ab1d153ea23464dbc36c5b953be6307222864
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57d6e1ece0419d4b5e6d385e660f83e15f924e4814c799626f9d10478fdac946c93f74cc6b2095020aabaa4010eeec5cfd670310c3fa7416d963a6b6b66d8c2d
|
|
7
|
+
data.tar.gz: 68ea7bdffdb7e44b8980ecfd78e8991758cf8742e2cbd6b355e3a20d514021e5805d247753340c22467654e02c9b72e9fff400d01b5f2757809e74295c6365f7
|
data/config/locales/ca-IT.yml
CHANGED
|
@@ -51,7 +51,7 @@ ca-IT:
|
|
|
51
51
|
test:
|
|
52
52
|
conditions:
|
|
53
53
|
- Utilitza un entorn de prova per decidim.
|
|
54
|
-
description: Les participants obtenen aquesta
|
|
54
|
+
description: Les participants obtenen aquesta ensenya creant proves.
|
|
55
55
|
description_another: Aquesta participant ha creat %{score} proves.
|
|
56
56
|
description_own: Has creat %{score} proves.
|
|
57
57
|
name: Proves
|
data/config/locales/ca.yml
CHANGED
|
@@ -51,7 +51,7 @@ ca:
|
|
|
51
51
|
test:
|
|
52
52
|
conditions:
|
|
53
53
|
- Utilitza un entorn de prova per decidim.
|
|
54
|
-
description: Les participants obtenen aquesta
|
|
54
|
+
description: Les participants obtenen aquesta ensenya creant proves.
|
|
55
55
|
description_another: Aquesta participant ha creat %{score} proves.
|
|
56
56
|
description_own: Has creat %{score} proves.
|
|
57
57
|
name: Proves
|
data/config/locales/eu.yml
CHANGED
|
@@ -47,15 +47,15 @@ module ConfirmationHelpers
|
|
|
47
47
|
# Used to accept the "onbeforeunload" event's normal browser confirm modal
|
|
48
48
|
# as this cannot be overridden. Original confirm dismiss implementation in
|
|
49
49
|
# Capybara.
|
|
50
|
-
def accept_page_unload(text = nil,
|
|
51
|
-
|
|
50
|
+
def accept_page_unload(text = nil, **, &)
|
|
51
|
+
accept_confirm(text, &)
|
|
52
52
|
end
|
|
53
53
|
|
|
54
54
|
# Used to dismiss the "onbeforeunload" event's normal browser confirm modal
|
|
55
55
|
# as this cannot be overridden. Original confirm dismiss implementation in
|
|
56
56
|
# Capybara.
|
|
57
|
-
def dismiss_page_unload(text = nil,
|
|
58
|
-
|
|
57
|
+
def dismiss_page_unload(text = nil, **, &)
|
|
58
|
+
dismiss_confirm(text, &)
|
|
59
59
|
end
|
|
60
60
|
end
|
|
61
61
|
|
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.29.
|
|
4
|
+
version: 0.29.6
|
|
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: 2025-
|
|
13
|
+
date: 2025-10-28 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.29.
|
|
35
|
+
version: 0.29.6
|
|
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.29.
|
|
42
|
+
version: 0.29.6
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: factory_bot_rails
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|