parroquia 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 20dd5898baed84f551416b8aa45943794b1ca902d6d18cf6e0db2c3572b0db94
4
- data.tar.gz: 4ccf15c1716fb17b8ddee6df55a1d755efefa96e1215effecd7a633b125f6bc5
3
+ metadata.gz: 5474febd021d4afb91289dd91c25c88e3b3ff9760b777e96f1b26e17a17beb7e
4
+ data.tar.gz: da3fc9f34ca84c0c6be1c896b69c72dcc18f43e5ec461982f4dc56fb53a883f7
5
5
  SHA512:
6
- metadata.gz: 6ddade52e49c2e7c752198b1761403c100fa10f04a655bc82aa9979fa96d42ec70d78c8b0f966ee9cb9f2e57a5b2a6878ce02979d92ab93ea7900d1bbd39cf34
7
- data.tar.gz: 839d74390159ffde4cd949c6e38f6774812443e5fb146a36179ba513a8ff6cb6aa0caf23d8fb0f02fb732cb50872befeb2226c0f68d63369ef2a78ee0491b033
6
+ metadata.gz: 17b43bbab2fff933f28ec371935493b9a2d66878d232d4b7c036167a893e86e0468deb501346d6264e2a826780af75f726e9e704b9924184714df6602e677330
7
+ data.tar.gz: 6885ad9929116205d0db4cc074944da0160a81603929a54e4e9484134ba9de93449f9ab0535360141c26c0e9643c8c055bbdeca91e3e66f7b954e2a4924a952a
Binary file
Binary file
Binary file
Binary file
@@ -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 "lib/parroquia/assets/images/arquidiocesisquito.png", height: 100, position: :absolute, at: [-60, 680]
154
+ pdf.image "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 "lib/parroquia/assets/images/sanjudastadeo.png", height: 100, position: :absolute, at: [430, 680]
158
+ pdf.image "assets/images/sanjudastadeo.png", height: 100, position: :absolute, at: [430, 680]
159
159
 
160
160
  case registros_seleccionados[0][1]
161
161
  when "Bautismo"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parroquia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francisco Javier Borja Lobato
@@ -77,6 +77,11 @@ executables:
77
77
  extensions: []
78
78
  extra_rdoc_files: []
79
79
  files:
80
+ - assets/images/Logo-SJT.png
81
+ - assets/images/San_Judas_Tadeo.png
82
+ - assets/images/arquidiocesisquito.png
83
+ - assets/images/sanjudastadeo.png
84
+ - assets/images/schema.png
80
85
  - bin/parroquia
81
86
  - lib/parroquia/actualizar_bautismo.rb
82
87
  - lib/parroquia/actualizar_confirmacion.rb