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 +5 -5
- data/README.md +6 -1
- data/app/views/decidim/pages/application/show.html.erb +1 -1
- data/config/locales/nl.yml +2 -2
- data/config/locales/pt.yml +22 -0
- data/lib/decidim/pages/version.rb +1 -1
- metadata +10 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 1b29439cd396693948eb4fd5c335a3706a5589df
|
|
4
|
+
data.tar.gz: 0c96b6f4e4c007546b588ca791d3208d57a389fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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).
|
data/config/locales/nl.yml
CHANGED
|
@@ -12,11 +12,11 @@ nl:
|
|
|
12
12
|
admin:
|
|
13
13
|
models:
|
|
14
14
|
components:
|
|
15
|
-
body:
|
|
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
|
|
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.
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|