parroquia 1.1.21 → 1.1.22
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/lib/parroquia/sacramentos/resultados.rb +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a61717459b8e9c5a4d28969a7f7d4567cbacb788040845a9b0e854b755e61023
|
4
|
+
data.tar.gz: 4beac9b1a090c30cf77aec95d53d8e6c4da797519c58fc8237e702395d38a065
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4858da0d0d580c4d1503ad1b4f5ea8a2d221125f0360f5dc243a5fe75f53998bd694c798d8be8e90a69a2de1a399d339bdad23b343138589977d57731388f21f
|
7
|
+
data.tar.gz: c787c00ca6dbdbcd44aeb63281f279693061531dfb1ce09e50256939c966e6db7df8b3e1b516bbcf53d431b656d1949d2aa1e042aa3278751716ec49c5bbe7ee
|
@@ -410,8 +410,9 @@ class ResultadosConsulta < FXMainWindow
|
|
410
410
|
pdf.move_down 10
|
411
411
|
# Celebrante
|
412
412
|
pdf.text "CELEBRANTE: #{registro[3]}.", align: :justify
|
413
|
+
pdf.move_down 10
|
413
414
|
# Feligreses de la parroquia
|
414
|
-
pdf.text "
|
415
|
+
pdf.text "FELIGRESES DE LA PARROQUIA: #{registro[25]}.", align: :justify
|
415
416
|
pdf.move_down 10
|
416
417
|
# Testigos
|
417
418
|
pdf.text "TESTIGOS: #{registro[7]} y #{registro[8]}.", align: :justify
|