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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/parroquia/resultados.rb +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc53d8e6309af7330e9111d1724d79c4a487ac687090ed3c11e07b0b107116d1
4
- data.tar.gz: c94fffcd8db144f923734eeabd4a1e03ec4a106a1d4108112209122bac1ede5c
3
+ metadata.gz: 4ea5c06bdbb7c5375317fd37858f54921c322f4863a643e1f05b07bf0ae4dfef
4
+ data.tar.gz: 8800e7da2b4f632ab6ebe981b362aace06f74834b17d59fa0ca02de0ad578189
5
5
  SHA512:
6
- metadata.gz: 90a0c3b3774c861ac7e7776ffc7959c7e3bc60c3596d2e6c98387888a05a717e3d80dd00875d6371e7e82e2470cd97e5dad34f47450853b4703d877ddd030974
7
- data.tar.gz: ebb1667104c4d6fab394b2f7ed515a550997131636ae2ed786c31ff942812704877697b8a7fc145cd910791f3e3b5b35643a5d59801c2b00f23610346de07432
6
+ metadata.gz: 565ce53247b50e97af36eab68bba54ae1943c526c5e850c472026b7f16e220595adc7e48689c87373f41637828ab02cb315602bc76ee95b53dcf2f0609f5f0aa
7
+ data.tar.gz: c3d82a0f87d920848dd3baca55edf2a32ca7750336fcd1fbf154113bcd83664efa4d7909bc003f8d172ac49c1a09da81d1a72c755e672d05bb1601a380839151
@@ -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
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.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francisco Javier Borja Lobato