decidim-dev 0.26.0.rc2 → 0.26.2
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: 50132c260ef4765031cd76d2d2b40ee595486116921450818d44ae17bf7100a5
|
|
4
|
+
data.tar.gz: 02e66c8ef8a84cb593d335632144e7887aa03608dad84b219dee2f2fa5b39934
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 76f5ff5c1c7730b950ede51f2dffab919de04281e14861703aedb772b8e921a31d616079108990b3b118ed13c5473d6ec1229af8c37239d73c65258714ddd417
|
|
7
|
+
data.tar.gz: e8b43ab5c1aea1fdb0c5da52075bbcdb2921a79583892c1908e32c6e11861176bb022b244f375d5c09d0509010ffa2ac5c5f103d5cf1a9e72f9a750578485f76
|
data/config/locales/no.yml
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
attributes:
|
|
4
4
|
dummy_resource:
|
|
5
5
|
created_at: Opprettet på
|
|
6
|
+
decidim_scope_id: Tema
|
|
6
7
|
field: Mitt felt
|
|
7
8
|
start_date: Startdato
|
|
8
9
|
title: Tittel
|
|
@@ -13,12 +14,23 @@
|
|
|
13
14
|
dummy:
|
|
14
15
|
settings:
|
|
15
16
|
global:
|
|
17
|
+
readonly_attribute: Skrivebeskyttet attributt
|
|
18
|
+
test: En test
|
|
19
|
+
test_choices:
|
|
20
|
+
a: A-valg
|
|
21
|
+
b: B-valg
|
|
22
|
+
c: C-valg
|
|
16
23
|
test_options:
|
|
17
24
|
bar: Felt
|
|
25
|
+
baz: Baz
|
|
18
26
|
foo: Foo
|
|
19
27
|
step:
|
|
28
|
+
endorsements_blocked: Påtegnelser blokkert
|
|
29
|
+
endorsements_enabled: Påtegnelser aktivert
|
|
30
|
+
readonly_step_attribute: Skrivebeskyttet trinn-attributt
|
|
20
31
|
test_options:
|
|
21
32
|
bar: Felt
|
|
33
|
+
baz: Baz
|
|
22
34
|
foo: Foo
|
|
23
35
|
dummy:
|
|
24
36
|
admin:
|
data/config/locales/sv.yml
CHANGED
|
@@ -22,6 +22,7 @@ sv:
|
|
|
22
22
|
c: C val
|
|
23
23
|
test_options:
|
|
24
24
|
bar: Bar
|
|
25
|
+
baz: Baz
|
|
25
26
|
foo: Foo
|
|
26
27
|
step:
|
|
27
28
|
endorsements_blocked: Instämmanden är blockerade
|
|
@@ -29,6 +30,7 @@ sv:
|
|
|
29
30
|
readonly_step_attribute: Skrivskyddade steg attribut
|
|
30
31
|
test_options:
|
|
31
32
|
bar: Bar
|
|
33
|
+
baz: Baz
|
|
32
34
|
foo: Foo
|
|
33
35
|
dummy:
|
|
34
36
|
admin:
|
|
@@ -32,3 +32,16 @@ module W3CValidators
|
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
+
|
|
36
|
+
# This allows us to dynamically load the validator URL from the ENV.
|
|
37
|
+
module W3cRspecValidators
|
|
38
|
+
class Config
|
|
39
|
+
# rubocop:disable Naming/MemoizedInstanceVariableName
|
|
40
|
+
def self.get
|
|
41
|
+
@config ||= {
|
|
42
|
+
w3c_service_uri: ENV.fetch("VALIDATOR_HTML_URI", "https://validator.w3.org/nu/")
|
|
43
|
+
}.stringify_keys
|
|
44
|
+
end
|
|
45
|
+
# rubocop:enable Naming/MemoizedInstanceVariableName
|
|
46
|
+
end
|
|
47
|
+
end
|
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.2
|
|
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-06-14 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.2
|
|
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.2
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: factory_bot_rails
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -599,9 +599,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
599
599
|
version: '2.7'
|
|
600
600
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
601
601
|
requirements:
|
|
602
|
-
- - "
|
|
602
|
+
- - ">="
|
|
603
603
|
- !ruby/object:Gem::Version
|
|
604
|
-
version:
|
|
604
|
+
version: '0'
|
|
605
605
|
requirements: []
|
|
606
606
|
rubygems_version: 3.1.6
|
|
607
607
|
signing_key:
|