tkh_content 0.10.5.1 → 0.10.6
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/generators/tkh_content/create_or_update_locales/templates/de.yml +1 -0
- data/lib/generators/tkh_content/create_or_update_locales/templates/en.yml +1 -0
- data/lib/generators/tkh_content/create_or_update_locales/templates/es.yml +1 -0
- data/lib/generators/tkh_content/create_or_update_locales/templates/fr.yml +1 -0
- data/lib/tkh_content/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d951dd93ce0701b8f607b73cafe41969914202c
|
|
4
|
+
data.tar.gz: de8a4b6e98b7d0da145ede1686ed8efa57352b24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c911b617d4d1667d68cd0ab6e4f6cb41dc02c3b757fc44178a964ba2d80dbf5b520d1ce355bee6021092489685789387f4cc3ad3ada99910307db89cc79540e
|
|
7
|
+
data.tar.gz: 0020551ba14ddb59c5bc356e1a0794b2a1ad7e9e9f09c5ab2c951675e60d511bc9f5f4048810796c016ef60cd87f379d5a3b106ac05a75e8e75c6953f1c006d2
|
data/CHANGELOG.md
CHANGED
|
@@ -68,6 +68,7 @@ de:
|
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
comments:
|
|
71
|
+
digest_intro: 'List of non-moderated comments from users:'
|
|
71
72
|
login_needed: 'Du must angemeldet sein, um einen Kommentar zu verfassen'
|
|
72
73
|
sorted_by_oldest: 'Dieser Abschnitt ist nach Datum sortiert, der älteste Kommentar zuerst, sodass sie von oben nach untern bearbeitet werden können.'
|
|
73
74
|
what_do_you_think: 'Was denkst Du?'
|
|
@@ -67,6 +67,7 @@ en:
|
|
|
67
67
|
name: 'Lower case only. Multiple words should be joined by a dash (-) and NOT spaces'
|
|
68
68
|
|
|
69
69
|
comments:
|
|
70
|
+
digest_intro: 'List of non-moderated comments from users:'
|
|
70
71
|
login_needed: 'You need to be logged in to leave a comment'
|
|
71
72
|
sorted_by_oldest: 'This section is sorted by oldest comment first so that they can be moderated from top to bottom.'
|
|
72
73
|
what_do_you_think: 'What do you think?'
|
|
@@ -67,6 +67,7 @@ es:
|
|
|
67
67
|
name: 'Lower case only. Multiple words should be joined by a dash (-) and NOT spaces'
|
|
68
68
|
|
|
69
69
|
comments:
|
|
70
|
+
digest_intro: 'List of non-moderated comments from users:'
|
|
70
71
|
login_needed: 'You need to be logged in to leave a comment'
|
|
71
72
|
sorted_by_oldest: 'This section is sorted by oldest comment first so that they can be moderated from top to bottom.'
|
|
72
73
|
what_do_you_think: 'What do you think?'
|
|
@@ -68,6 +68,7 @@ fr:
|
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
comments:
|
|
71
|
+
digest_intro: 'Liste des commentaires en attente de revue :'
|
|
71
72
|
login_needed: 'Vous devez être identifié pour fournir un commentaire'
|
|
72
73
|
sorted_by_oldest: 'Cette section va du plus vieux au plus recent pour vous permettre de modérer les commentaires du haut en bas.'
|
|
73
74
|
what_do_you_think: "Qu'en pensez vous ?"
|
data/lib/tkh_content/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tkh_content
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Swami Atma
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-03-
|
|
11
|
+
date: 2015-03-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -278,7 +278,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
278
278
|
version: '0'
|
|
279
279
|
requirements: []
|
|
280
280
|
rubyforge_project:
|
|
281
|
-
rubygems_version: 2.
|
|
281
|
+
rubygems_version: 2.4.4
|
|
282
282
|
signing_key:
|
|
283
283
|
specification_version: 4
|
|
284
284
|
summary: Rails engine running pages and blog posts.
|