decidim-pages 0.26.2 → 0.27.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +4 -4
  2. data/app/commands/decidim/pages/admin/update_page.rb +1 -1
  3. data/app/commands/decidim/pages/copy_page.rb +1 -1
  4. data/app/commands/decidim/pages/create_page.rb +1 -1
  5. data/app/commands/decidim/pages/destroy_page.rb +1 -1
  6. data/config/locales/am-ET.yml +1 -0
  7. data/config/locales/ar.yml +1 -0
  8. data/config/locales/bg.yml +1 -0
  9. data/config/locales/ca.yml +2 -1
  10. data/config/locales/cs.yml +1 -0
  11. data/config/locales/da.yml +1 -0
  12. data/config/locales/de.yml +1 -0
  13. data/config/locales/el.yml +1 -0
  14. data/config/locales/eo.yml +1 -0
  15. data/config/locales/es-MX.yml +2 -1
  16. data/config/locales/es-PY.yml +2 -1
  17. data/config/locales/es.yml +2 -1
  18. data/config/locales/et.yml +1 -0
  19. data/config/locales/eu.yml +1 -0
  20. data/config/locales/fi-plain.yml +1 -0
  21. data/config/locales/fi.yml +1 -0
  22. data/config/locales/fr-CA.yml +1 -0
  23. data/config/locales/fr.yml +1 -0
  24. data/config/locales/ga-IE.yml +1 -0
  25. data/config/locales/gl.yml +1 -0
  26. data/config/locales/hr.yml +1 -0
  27. data/config/locales/hu.yml +1 -0
  28. data/config/locales/id-ID.yml +1 -0
  29. data/config/locales/is-IS.yml +2 -1
  30. data/config/locales/it.yml +1 -0
  31. data/config/locales/ja.yml +1 -0
  32. data/config/locales/ko.yml +1 -0
  33. data/config/locales/lb.yml +1 -0
  34. data/config/locales/lt.yml +1 -0
  35. data/config/locales/lv.yml +1 -0
  36. data/config/locales/mt.yml +1 -0
  37. data/config/locales/nl.yml +1 -0
  38. data/config/locales/no.yml +1 -0
  39. data/config/locales/om-ET.yml +1 -0
  40. data/config/locales/pl.yml +1 -0
  41. data/config/locales/pt-BR.yml +2 -1
  42. data/config/locales/pt.yml +1 -0
  43. data/config/locales/ro-RO.yml +1 -0
  44. data/config/locales/ru.yml +1 -0
  45. data/config/locales/si-LK.yml +1 -0
  46. data/config/locales/sk.yml +1 -0
  47. data/config/locales/sl.yml +1 -0
  48. data/config/locales/so-SO.yml +1 -0
  49. data/config/locales/sr-CS.yml +1 -0
  50. data/config/locales/sv.yml +1 -0
  51. data/config/locales/sw-KE.yml +1 -0
  52. data/config/locales/ti-ER.yml +1 -0
  53. data/config/locales/tr-TR.yml +1 -0
  54. data/config/locales/uk.yml +1 -0
  55. data/config/locales/val-ES.yml +1 -0
  56. data/config/locales/vi.yml +1 -0
  57. data/config/locales/zh-CN.yml +1 -0
  58. data/config/locales/zh-TW.yml +1 -0
  59. data/lib/decidim/pages/version.rb +1 -1
  60. metadata +12 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 14d69f110932332108f677c1865e89e0828ff5457e937bbf67b5f7173e13de2c
4
- data.tar.gz: 4bae94036ec62b22c1c567b631992a85547eb94e4312c03517bbc86e78fbeed0
3
+ metadata.gz: 30f594258b31fbf7e292ec3f8af2403131fb40d163771ca5074b2e6e21a627d7
4
+ data.tar.gz: 3a65184f0b078b710d730f515d32e883dbcd55a2aecc96babbbf46beae2752f6
5
5
  SHA512:
6
- metadata.gz: a702f00cbdb70ab0c65a511624516f5c43ec7fffdad28059486f0a9b047ca12b5403cfd81c13c9c2a6386932ca7c2525e1a6eb3cde1b3af4c316ca1b67a3a866
7
- data.tar.gz: 4529f02741de055c27d9818ce6b66f263e98c70f84f6bbbcfd3c92cc156d21e6351980c2095380b20a2b95febf15d4d6608692a7f81d5bd0f602a3ca3770b1c5
6
+ metadata.gz: 154347ec05c32f8a723f2998686717f46c5c75ccc42d618ca9b0f6cd7babacb969842d1c2ae9610ef1cfc1be69e7e72022f748e2f84a311284057123284f3b8a
7
+ data.tar.gz: 642b14e8daa549018ac3b91e2e3c272ce9467d220a3383a698e253438cf403f6d22ed8e2d7220ef659e902c63cec10b55e2ce6b17e7b9209f20db4dd68907b0c
@@ -5,7 +5,7 @@ module Decidim
5
5
  module Admin
6
6
  # This command is executed when the user changes a Page from the admin
7
7
  # panel.
8
- class UpdatePage < Rectify::Command
8
+ class UpdatePage < Decidim::Command
9
9
  # Initializes a UpdatePage Command.
10
10
  #
11
11
  # form - The form from which to get the data.
@@ -5,7 +5,7 @@ module Decidim
5
5
  # Command that gets called whenever a component's page has to be duplicated.
6
6
  # It's need a context with the old component that
7
7
  # is going to be duplicated on the new one
8
- class CopyPage < Rectify::Command
8
+ class CopyPage < Decidim::Command
9
9
  def initialize(context)
10
10
  @context = context
11
11
  end
@@ -4,7 +4,7 @@ module Decidim
4
4
  module Pages
5
5
  # Command that gets called whenever a component's page has to be created. It
6
6
  # usually happens as a callback when the component itself is created.
7
- class CreatePage < Rectify::Command
7
+ class CreatePage < Decidim::Command
8
8
  def initialize(component)
9
9
  @component = component
10
10
  end
@@ -4,7 +4,7 @@ module Decidim
4
4
  module Pages
5
5
  # Command that gets called when the page of this component needs to be
6
6
  # destroyed. It usually happens as a callback when the component is removed.
7
- class DestroyPage < Rectify::Command
7
+ class DestroyPage < Decidim::Command
8
8
  def initialize(component)
9
9
  @component = component
10
10
  end
@@ -1 +1,2 @@
1
+ ---
1
2
  am:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ar:
2
3
  activerecord:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  bg:
2
3
  activerecord:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ca:
2
3
  activerecord:
3
4
  models:
@@ -30,6 +31,6 @@ ca:
30
31
  success: Pàgina desada correctament.
31
32
  home:
32
33
  hero:
33
- participate_title: Participeu en els processos de la plataforma
34
+ participate_title: Participa en els processos de la plataforma
34
35
  sub_hero:
35
36
  register_title: Registra't per tenir un compte
@@ -1,3 +1,4 @@
1
+ ---
1
2
  cs:
2
3
  activerecord:
3
4
  models:
@@ -1 +1,2 @@
1
+ ---
1
2
  da:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  de:
2
3
  activerecord:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  el:
2
3
  activerecord:
3
4
  models:
@@ -1 +1,2 @@
1
+ ---
1
2
  eo:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es-MX:
2
3
  activerecord:
3
4
  models:
@@ -30,6 +31,6 @@ es-MX:
30
31
  success: Página guardada correctamente.
31
32
  home:
32
33
  hero:
33
- participate_title: Participar en los procesos de la plataforma
34
+ participate_title: Participa en los procesos de la plataforma
34
35
  sub_hero:
35
36
  register_title: Regístrate para tener una cuenta
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es-PY:
2
3
  activerecord:
3
4
  models:
@@ -30,6 +31,6 @@ es-PY:
30
31
  success: Página guardada correctamente.
31
32
  home:
32
33
  hero:
33
- participate_title: Participar en los procesos de la plataforma
34
+ participate_title: Participa en los procesos de la plataforma
34
35
  sub_hero:
35
36
  register_title: Regístrate para tener una cuenta
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es:
2
3
  activerecord:
3
4
  models:
@@ -30,6 +31,6 @@ es:
30
31
  success: Página guardada correctamente.
31
32
  home:
32
33
  hero:
33
- participate_title: Participar en los procesos de la plataforma
34
+ participate_title: Participa en los procesos de la plataforma
34
35
  sub_hero:
35
36
  register_title: Regístrate para tener una cuenta
@@ -1 +1,2 @@
1
+ ---
1
2
  et:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  eu:
2
3
  activerecord:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fi-pl:
2
3
  activerecord:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fi:
2
3
  activerecord:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fr-CA:
2
3
  activerecord:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fr:
2
3
  activerecord:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ga:
2
3
  decidim:
3
4
  components:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  gl:
2
3
  activerecord:
3
4
  models:
@@ -1 +1,2 @@
1
+ ---
1
2
  hr:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  hu:
2
3
  activerecord:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  id:
2
3
  activerecord:
3
4
  models:
@@ -1,4 +1,5 @@
1
- is-IS:
1
+ ---
2
+ is:
2
3
  decidim:
3
4
  admin_log:
4
5
  page:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  it:
2
3
  activerecord:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ja:
2
3
  activerecord:
3
4
  models:
@@ -1 +1,2 @@
1
+ ---
1
2
  ko:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  lb:
2
3
  activerecord:
3
4
  models:
@@ -1 +1,2 @@
1
+ ---
1
2
  lt:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  lv:
2
3
  activerecord:
3
4
  models:
@@ -1 +1,2 @@
1
+ ---
1
2
  mt:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  nl:
2
3
  activerecord:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  "no":
2
3
  activerecord:
3
4
  models:
@@ -1 +1,2 @@
1
+ ---
1
2
  om:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  pl:
2
3
  activerecord:
3
4
  models:
@@ -1,4 +1,5 @@
1
- pt-BR:
1
+ ---
2
+ pt:
2
3
  activerecord:
3
4
  models:
4
5
  decidim/pages/page:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  pt:
2
3
  activerecord:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ro:
2
3
  activerecord:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ru:
2
3
  activerecord:
3
4
  models:
@@ -1 +1,2 @@
1
+ ---
1
2
  si:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  sk:
2
3
  activerecord:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  sl:
2
3
  activerecord:
3
4
  models:
@@ -1 +1,2 @@
1
+ ---
1
2
  so:
@@ -1 +1,2 @@
1
+ ---
1
2
  sr:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  sv:
2
3
  activerecord:
3
4
  models:
@@ -1 +1,2 @@
1
+ ---
1
2
  sw:
@@ -1 +1,2 @@
1
+ ---
1
2
  ti:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  tr:
2
3
  activerecord:
3
4
  models:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  uk:
2
3
  activerecord:
3
4
  models:
@@ -1 +1,2 @@
1
+ ---
1
2
  val:
@@ -1 +1,2 @@
1
+ ---
1
2
  vi:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  zh-CN:
2
3
  activerecord:
3
4
  models:
@@ -1 +1,2 @@
1
+ ---
1
2
  zh-TW:
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-pages version.
5
5
  module Pages
6
6
  def self.version
7
- "0.26.2"
7
+ "0.27.0.rc1"
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-pages
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.2
4
+ version: 0.27.0.rc1
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-06-14 00:00:00.000000000 Z
13
+ date: 2022-06-27 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: decidim-core
@@ -18,42 +18,42 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 0.26.2
21
+ version: 0.27.0.rc1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - '='
27
27
  - !ruby/object:Gem::Version
28
- version: 0.26.2
28
+ version: 0.27.0.rc1
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: decidim-dev
31
31
  requirement: !ruby/object:Gem::Requirement
32
32
  requirements:
33
33
  - - '='
34
34
  - !ruby/object:Gem::Version
35
- version: 0.26.2
35
+ version: 0.27.0.rc1
36
36
  type: :development
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.2
42
+ version: 0.27.0.rc1
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: decidim-participatory_processes
45
45
  requirement: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - '='
48
48
  - !ruby/object:Gem::Version
49
- version: 0.26.2
49
+ version: 0.27.0.rc1
50
50
  type: :development
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
53
53
  requirements:
54
54
  - - '='
55
55
  - !ruby/object:Gem::Version
56
- version: 0.26.2
56
+ version: 0.27.0.rc1
57
57
  description: A pages component for decidim's participatory processes.
58
58
  email:
59
59
  - josepjaume@gmail.com
@@ -181,14 +181,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
181
181
  requirements:
182
182
  - - ">="
183
183
  - !ruby/object:Gem::Version
184
- version: '2.7'
184
+ version: '3.0'
185
185
  required_rubygems_version: !ruby/object:Gem::Requirement
186
186
  requirements:
187
- - - ">="
187
+ - - ">"
188
188
  - !ruby/object:Gem::Version
189
- version: '0'
189
+ version: 1.3.1
190
190
  requirements: []
191
- rubygems_version: 3.1.6
191
+ rubygems_version: 3.2.22
192
192
  signing_key:
193
193
  specification_version: 4
194
194
  summary: Decidim pages module