decidim-dev 0.26.0.rc1 → 0.26.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 416e5633fba21e145fc12e73c9bf290575ef040eb3e0ccea65cc9dad3737062b
4
- data.tar.gz: 9fc1c1ca8b2b82e4888d3189fa8a3dd73a096938ec4bcb91a56f437e0054dc20
3
+ metadata.gz: b76fc70497e5b853b7f66b7352c81010fc3f3cf2f7e06a1bb29534655e807ba3
4
+ data.tar.gz: eead9c7cb3efc266f46c4572d7c9a90c7c397c44ff409134fe4af814c2132aa6
5
5
  SHA512:
6
- metadata.gz: aafc74ee8970cd933cf8aff1609028f446ccff7147e63aa17454a4a1f5e0af6b8f91b1877f70bb1375fcaf41b8506fb4739e065976441eb7186c3516a824af41
7
- data.tar.gz: 282305a5a5b415071beed889dc6cb0781f3b55be08f54edcb2d74faebc2f3b5434cdf95380558cacc19b20fe413ea6641a2271f7f3d6df5237c87911fad16fe7
6
+ metadata.gz: 3b7d301215a4d01354babbc9bd6f4ff137d703033d7cf7f8e69b51b5efe11f7ae78fbfb1aae4f23b82d9a0dc866d76184e1cdde0379018815eef3030a54b372e
7
+ data.tar.gz: cae4016a19b00a3964b82f3c3ec54ac82af2efc98b3676bacf5a936a9a11b957d7c6bcdec6daa1f524343342ddcf8692fd2fcda7b604f2b1c5fe5bbdeedab831
@@ -22,6 +22,7 @@ ca:
22
22
  c: Opció C
23
23
  test_options:
24
24
  bar: Barra
25
+ baz: Baz
25
26
  foo: Foo
26
27
  step:
27
28
  endorsements_blocked: Adhesions bloquejades
@@ -29,6 +30,7 @@ ca:
29
30
  readonly_step_attribute: Atribut de només lectura
30
31
  test_options:
31
32
  bar: Barra
33
+ baz: Baz
32
34
  foo: Foo
33
35
  dummy:
34
36
  admin:
@@ -22,6 +22,7 @@ es-MX:
22
22
  c: Opción C
23
23
  test_options:
24
24
  bar: Barra
25
+ baz: Baz
25
26
  foo: Foo
26
27
  step:
27
28
  endorsements_blocked: Adhesiones bloqueadas
@@ -29,6 +30,7 @@ es-MX:
29
30
  readonly_step_attribute: Atributo de sólo lectura
30
31
  test_options:
31
32
  bar: Barra
33
+ baz: Baz
32
34
  foo: Foo
33
35
  dummy:
34
36
  admin:
@@ -22,6 +22,7 @@ es-PY:
22
22
  c: Opción C
23
23
  test_options:
24
24
  bar: Barra
25
+ baz: Baz
25
26
  foo: Foo
26
27
  step:
27
28
  endorsements_blocked: Adhesiones bloqueadas
@@ -29,6 +30,7 @@ es-PY:
29
30
  readonly_step_attribute: Atributo de sólo lectura
30
31
  test_options:
31
32
  bar: Barra
33
+ baz: Baz
32
34
  foo: Foo
33
35
  dummy:
34
36
  admin:
@@ -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:
@@ -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:
@@ -11,6 +11,7 @@ require "simplecov" if ENV["SIMPLECOV"]
11
11
  require "decidim/core"
12
12
  require "decidim/core/test"
13
13
  require "decidim/admin/test"
14
+ require "decidim/api/test"
14
15
 
15
16
  require_relative "rspec_support/component"
16
17
  require_relative "rspec_support/authorization"
@@ -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
@@ -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.0.rc1"
7
+ "0.26.1"
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.0.rc1
4
+ version: 0.26.1
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-01-24 00:00:00.000000000 Z
13
+ date: 2022-03-25 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.0.rc1
35
+ version: 0.26.1
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.0.rc1
42
+ version: 0.26.1
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: 1.3.1
604
+ version: '0'
605
605
  requirements: []
606
606
  rubygems_version: 3.1.6
607
607
  signing_key: