parroquia 1.0.0 → 1.1.0
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: 4ea5c06bdbb7c5375317fd37858f54921c322f4863a643e1f05b07bf0ae4dfef
|
4
|
+
data.tar.gz: 8800e7da2b4f632ab6ebe981b362aace06f74834b17d59fa0ca02de0ad578189
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 565ce53247b50e97af36eab68bba54ae1943c526c5e850c472026b7f16e220595adc7e48689c87373f41637828ab02cb315602bc76ee95b53dcf2f0609f5f0aa
|
7
|
+
data.tar.gz: c3d82a0f87d920848dd3baca55edf2a32ca7750336fcd1fbf154113bcd83664efa4d7909bc003f8d172ac49c1a09da81d1a72c755e672d05bb1601a380839151
|
data/lib/parroquia/resultados.rb
CHANGED
@@ -189,7 +189,7 @@ class ResultadosConsulta < FXMainWindow
|
|
189
189
|
pdf.text "Lo certifica: #{registro[4]}.", :align => :justify
|
190
190
|
pdf.move_down 10
|
191
191
|
# Registro civil
|
192
|
-
pdf.text "REGISTRO CIVIL", :align => :center, :size => 16
|
192
|
+
pdf.text "REGISTRO CIVIL", :align => :center, :size => 16, :style => :bold
|
193
193
|
pdf.move_down 10
|
194
194
|
pdf.text "Provincia: #{registro[29]}, Cantón: #{registro[30]}, Parroquia: #{registro[31]}", :align => :justify
|
195
195
|
pdf.text "Año: #{registro[32]}, Tomo: #{registro[33]}, Página: #{registro[34]}, Acta: #{registro[35]}", :align => :justify
|
@@ -271,7 +271,7 @@ class ResultadosConsulta < FXMainWindow
|
|
271
271
|
pdf.text "Lo certifica: #{registro[4]}.", :align => :justify
|
272
272
|
pdf.move_down 10
|
273
273
|
# Registro civil
|
274
|
-
pdf.text "REGISTRO CIVIL", :align => :center, :size => 16
|
274
|
+
pdf.text "REGISTRO CIVIL", :align => :center, :size => 16, :style => :bold
|
275
275
|
pdf.move_down 10
|
276
276
|
pdf.text "Provincia: #{registro[29]}, Cantón: #{registro[30]}, Parroquia: #{registro[31]}", :align => :justify
|
277
277
|
pdf.text "Año: #{registro[32]}, Tomo: #{registro[33]}, Página: #{registro[34]}, Acta: #{registro[35]}", :align => :justify
|