parroquia 1.1.31 → 1.1.33

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: 37d7b69aa43d232ed656fa5bf46e1272b079ee8df6d6f3ebd334c7e1bd1bfff0
4
- data.tar.gz: 449bf1c99a2c2086faa0214f30524127a93acb540c0b2e0740a91acb16989ecc
3
+ metadata.gz: 0726bb2230e5d5a4102040618f8f34929dff37a4b963b23be14c4244fb0ba23f
4
+ data.tar.gz: f2c74b4d67aad6b37babe67dda8ce7a5d568d0b94a7e68c6eb638acfcf0b7a9f
5
5
  SHA512:
6
- metadata.gz: 5f9ae41530881d020c5282a7d34db8826bc21aa671af806212e6b86f515bf8aff8ace05d8a2a06be7de021507da23323e9466b425d1b0d7b2c625d411399f10c
7
- data.tar.gz: 8fbfccf75b3a355c355e74688bb93fd72a4aa9242c49e48d3174056656d3e9588350811c8eb31278c13c935f3a80ee39af32f79bddd0b42f35bb34a35d35bae1
6
+ metadata.gz: 2eecab1e6d26c98822eeba8082d95fb36f91b0130e0fbbab4d353c3346214831eba8daeaa40a58390a92336bd60fbfc36521cbc7c017f3c7cb597769191cc8f8
7
+ data.tar.gz: 410df19372efd26f674db981d82ea269f8ca765ff625f9b27a81e2c45b86ad0c498e1011b5f52291412e61c65995bfac31d6646d980a694521eda723f118de25
@@ -532,7 +532,7 @@ class ResultadosConsulta < FXMainWindow
532
532
  pdf.text (registro[31]).to_s, align: :justify
533
533
  pdf.move_down 10
534
534
  # Parroquia
535
- pdf.text "Párroco de la Parroquia Eclesiástica \"#{registro[29]}\"", align: :justify
535
+ pdf.text "Párroco de la Parroquia \"#{registro[29]}\" - #{registro[30]}", align: :justify
536
536
  pdf.move_down 10
537
537
  # Saludo
538
538
  pdf.text 'De mis consideraciones:', align: :justify
@@ -570,7 +570,7 @@ class ResultadosConsulta < FXMainWindow
570
570
  pdf.text (registro[31]).to_s, align: :justify
571
571
  pdf.move_down 10
572
572
  # Parroquia
573
- pdf.text "Párroco de la Parroquia Eclesiástica \"#{registro[29]}\"", align: :justify
573
+ pdf.text "Párroco de la Parroquia \"#{registro[29]}\" - #{registro[30]}", align: :justify
574
574
  pdf.move_down 10
575
575
  pdf.text 'Presente.', align: :justify
576
576
  pdf.move_down 10
@@ -607,7 +607,7 @@ class ResultadosConsulta < FXMainWindow
607
607
  pdf.text (registro[31]).to_s, align: :justify
608
608
  pdf.move_down 10
609
609
  # Parroquia
610
- pdf.text "Párroco de la Parroquia Eclesiástica \"#{registro[29]}\"", align: :justify
610
+ pdf.text "Párroco de la Parroquia \"#{registro[29]}\" - #{registro[30]}", align: :justify
611
611
  pdf.move_down 10
612
612
  pdf.text 'Presente.', align: :justify
613
613
  pdf.move_down 10
@@ -615,7 +615,7 @@ class ResultadosConsulta < FXMainWindow
615
615
  pdf.text 'Reciba un afectuoso saludo.', align: :justify
616
616
  pdf.move_down 10
617
617
  # Cuerpo
618
- pdf.text "Por medio de la presente. Quien suscribe Padre #{registro[4]}, Párroco de la parroquia \"San Judas Tadeo\", AUTORIZO y habiéndose realizado los trámites canónicos para celebrar ante la Iglesia Católica el matrimonio de #{registro[23]} #{registro[24]} CI #{registro[27]} y de #{registro[11]} #{registro[12]} CI #{registro[13]} y también los testigos #{registro[7]} C.I. ____________________ y #{registro[8]} C.I. ____________________ para que contraigan matrimonio el #{cambiar_formato_fecha(registro[2])} en la parroquia antes mencionada.",
618
+ pdf.text "Por medio de la presente. Quien suscribe Padre #{registro[4]}, Párroco de la parroquia \"San Judas Tadeo\", AUTORIZO y habiéndose realizado los trámites canónicos para celebrar ante la Iglesia Católica el matrimonio de #{registro[23]} #{registro[24]} CI #{registro[27]} y de #{registro[11]} #{registro[12]} CI #{registro[13]} y también los testigos #{registro[7]} y #{registro[8]} para que contraigan matrimonio el #{cambiar_formato_fecha(registro[2])} en la parroquia antes mencionada.",
619
619
  align: :justify
620
620
  pdf.move_down 10
621
621
  # Despedida
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: 1.1.31
4
+ version: 1.1.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francisco Javier Borja Lobato