parroquia 0.0.7 → 0.0.8
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 +2 -2
- 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: 46dc26f7e22d562911323413725113ca5dea857170722c50fff192a9d81b5c04
|
4
|
+
data.tar.gz: a75681bf2e6a4bebd52412f4945cdf73740903c4681794b2fe7f914174b8de6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f2d84df90ec3b37040f4787eff7774458d25e10a5b28679600375c32eb93a1aef666e6ac0fa2667372cd77ad704d7dc74e2a7a1461fb86e4f53b92b2fd9b594
|
7
|
+
data.tar.gz: 772264de62ac1b82a9747e40fc53cadc1d4af715e520c75769e95316e2da5ac7b77a3e366a51c94e7c0b994eca0ce158d3c741ac26add05f934c803e6c1baf24
|
data/lib/parroquia/resultados.rb
CHANGED
@@ -151,11 +151,11 @@ class ResultadosConsulta < FXMainWindow
|
|
151
151
|
# Definir tres casos en los que se puede imprimir el certificado y los distintos formatos para bautismo, confirmación y matrimonio
|
152
152
|
# Bautismo
|
153
153
|
# Encabezado
|
154
|
-
pdf.image "assets/images/arquidiocesisquito.png", height: 100, position: :absolute, at: [-60, 680]
|
154
|
+
pdf.image File.join(File.dirname(__FILE__), "assets/images/arquidiocesisquito.png"), height: 100, position: :absolute, at: [-60, 680]
|
155
155
|
pdf.text_box "Arquidiócesis de Quito", align: :center, size: 16, style: :bold, at: [10, 670], width: pdf.bounds.width
|
156
156
|
pdf.text_box "Parroquia \"San Judas Tadeo\"", align: :center, size: 14, style: :bold, at: [10, 650], width: pdf.bounds.width
|
157
157
|
pdf.text_box "Jaime Roldós Aguilera, calle Oe13A y N82\nEl Condado, Quito - Ecuador\nTeléfono: 02496446", align: :center, size: 10, at: [10, 630], width: pdf.bounds.width
|
158
|
-
pdf.image "assets/images/sanjudastadeo.png", height: 100, position: :absolute, at: [430, 680]
|
158
|
+
pdf.image File.join(File.dirname(__FILE__), "assets/images/sanjudastadeo.png"), height: 100, position: :absolute, at: [430, 680]
|
159
159
|
|
160
160
|
case registros_seleccionados[0][1]
|
161
161
|
when "Bautismo"
|