decidim-pages 0.7.4 → 0.8.0

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
- SHA256:
3
- metadata.gz: 5ab12507ca36e95aa19c6e1023d963539aab784037f37b52582e92b363aec29d
4
- data.tar.gz: 42680573e74b9759298c3f9b5ff86be39f3bf9041202f093d63280ad4f7fcf2a
2
+ SHA1:
3
+ metadata.gz: 1b29439cd396693948eb4fd5c335a3706a5589df
4
+ data.tar.gz: 0c96b6f4e4c007546b588ca791d3208d57a389fc
5
5
  SHA512:
6
- metadata.gz: 7be705388ec51d242ceb08a0109630b15083198ed258728ade83be2569e652bedf212d44434e638e86da0d3d4cda7c6ef653a45fc49248ca9b2269d1e3be73d4
7
- data.tar.gz: a1f1e3c823200bf30a4e926ca9ade3532562d5775a1f45f3e5638cbd1b05a861a6886496a005b3c63bba4f2fccfa5a0e113137ddbe1bd381dd421f4b5749fb42
6
+ metadata.gz: 3789eba1e3500f5c6f2642dc12328abb71f1a83ca9cf1e22baacbaf1f934b0fdb7ea305708af4458693cf90d156fd210fe8dce5ab6c4c7c9436cbeb83dfca5c7
7
+ data.tar.gz: 5fd08b71a663f27a5e3de6842902758cffb9a0af4ff86f7f16e01c79a0969a5100ba8f248728e3e4e4425704e9ba04f13c9833d849b23a96982c659c50634976
data/README.md CHANGED
@@ -3,9 +3,11 @@
3
3
  The Pages module adds static page capabilities to any participatory process. It basically provides an interface to include arbitrary HTML content to any step.
4
4
 
5
5
  ## Usage
6
+
6
7
  Pages will be available as a Feature for a Participatory Process.
7
8
 
8
9
  ## Installation
10
+
9
11
  Add this line to your application's Gemfile:
10
12
 
11
13
  ```ruby
@@ -13,12 +15,15 @@ gem 'decidim-pages'
13
15
  ```
14
16
 
15
17
  And then execute:
18
+
16
19
  ```bash
17
- $ bundle
20
+ bundle
18
21
  ```
19
22
 
20
23
  ## Contributing
24
+
21
25
  See [Decidim](https://github.com/decidim/decidim).
22
26
 
23
27
  ## License
28
+
24
29
  See [Decidim](https://github.com/decidim/decidim).
@@ -8,7 +8,7 @@
8
8
  <div class="row">
9
9
  <div class="columns medium-7 mediumlarge-8">
10
10
  <div class="section">
11
- <%= sanitize translated_attribute @page.body %>
11
+ <%= decidim_sanitize translated_attribute(@page.body) %>
12
12
  </div>
13
13
  </div>
14
14
  </div>
@@ -12,11 +12,11 @@ nl:
12
12
  admin:
13
13
  models:
14
14
  components:
15
- body: Lichaam
15
+ body: Body
16
16
  pages:
17
17
  edit:
18
18
  save: Bijwerken
19
19
  title: Pagina bewerken
20
20
  update:
21
- invalid: Er zijn fouten geweest bij het opslaan van de pagina.
21
+ invalid: Er zijn fouten opgetreden bij het opslaan van de pagina.
22
22
  success: Pagina is succesvol opgeslagen.
@@ -0,0 +1,22 @@
1
+ pt:
2
+ decidim:
3
+ features:
4
+ pages:
5
+ name: Página
6
+ settings:
7
+ global:
8
+ announcement: Anúncio
9
+ step:
10
+ announcement: Anúncio
11
+ pages:
12
+ admin:
13
+ models:
14
+ components:
15
+ body: Corpo
16
+ pages:
17
+ edit:
18
+ save: Atualizar
19
+ title: Editar Página
20
+ update:
21
+ invalid: Ocorreu erros ao salvar a página.
22
+ success: Página salva com sucesso.
@@ -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.7.4"
7
+ "0.8.0"
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.7.4
4
+ version: 0.8.0
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: 2017-11-23 00:00:00.000000000 Z
13
+ date: 2017-12-05 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.7.4
21
+ version: 0.8.0
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.7.4
28
+ version: 0.8.0
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.7.4
35
+ version: 0.8.0
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.7.4
42
+ version: 0.8.0
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.7.4
49
+ version: 0.8.0
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.7.4
56
+ version: 0.8.0
57
57
  description: A pages component for decidim's participatory processes.
58
58
  email:
59
59
  - josepjaume@gmail.com
@@ -89,6 +89,7 @@ files:
89
89
  - config/locales/it.yml
90
90
  - config/locales/nl.yml
91
91
  - config/locales/pl.yml
92
+ - config/locales/pt.yml
92
93
  - config/locales/ru.yml
93
94
  - config/locales/uk.yml
94
95
  - db/migrate/20161116121353_create_decidim_pages.rb
@@ -121,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
122
  version: '0'
122
123
  requirements: []
123
124
  rubyforge_project:
124
- rubygems_version: 2.7.1
125
+ rubygems_version: 2.6.13
125
126
  signing_key:
126
127
  specification_version: 4
127
128
  summary: A pages component for decidim's participatory processes.