parroquia 1.1.10 → 1.1.11
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/resultados.rb +1 -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: f40fe21d911e51b351ec1ed682192318f331413e71bb80f08ce9267b5ed33206
|
4
|
+
data.tar.gz: 6e7032344ba3b5004516b1e59c556d28b33b74863b8dbb540430135ed133bbd6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84219eaee5ebcc0d2943bdc08f001e1384b509c1811cd3e93c52df35fb12b9d9273dd47f156e915525350557ad646144e220b9263c8d268731710508e805c61c
|
7
|
+
data.tar.gz: c5123a303e559f5eeba1e65faaaa8746b38940da624990d6eddb047adcff915a5abce8a799adffec42f69dd57ef10d16db640546695042274ad29a04ae193af0
|
data/lib/parroquia/resultados.rb
CHANGED
@@ -227,7 +227,7 @@ class ResultadosConsulta < FXMainWindow
|
|
227
227
|
pdf.text "Nacido/da el #{registro[22]} en #{registro[21]}.", :align => :justify
|
228
228
|
pdf.move_down 10
|
229
229
|
# Padrinos
|
230
|
-
pdf.text "
|
230
|
+
pdf.text "Fue su padrino: #{registro[5]} a quien se advirtió de sus obligaciones y parentezco espiritual.", :align => :justify
|
231
231
|
pdf.move_down 10
|
232
232
|
# Certifica
|
233
233
|
pdf.text "Lo certifica: #{registro[4]}.", :align => :justify
|