parroquia 1.1.11 → 1.1.13

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: f40fe21d911e51b351ec1ed682192318f331413e71bb80f08ce9267b5ed33206
4
- data.tar.gz: 6e7032344ba3b5004516b1e59c556d28b33b74863b8dbb540430135ed133bbd6
3
+ metadata.gz: ba9fcac1112630d8abffc56ed845289ee430e9e35027fe23703868cf8134df1f
4
+ data.tar.gz: c628263880863e9f0597841e4bc90bfc5b714edf19f612440579a862d78d7814
5
5
  SHA512:
6
- metadata.gz: 84219eaee5ebcc0d2943bdc08f001e1384b509c1811cd3e93c52df35fb12b9d9273dd47f156e915525350557ad646144e220b9263c8d268731710508e805c61c
7
- data.tar.gz: c5123a303e559f5eeba1e65faaaa8746b38940da624990d6eddb047adcff915a5abce8a799adffec42f69dd57ef10d16db640546695042274ad29a04ae193af0
6
+ metadata.gz: 4e5143b481b2365e97a21c919b42fe1b2ef2706d25c7273e80df901bccfc42ca10c055d73d0a98af7472b4e06d68a2f12806881d4a577b9803c6e9c0acf7329a
7
+ data.tar.gz: e5bd5f89bd3bbfa780dfde8adef4838f19655865751753b341a47d9bcea99425e07648b97062db25eb9aaf01ec33370327a15e2a68476a1773c9b9235cc1b521
@@ -47,7 +47,7 @@ class Bautizo < FXMainWindow
47
47
  @lbl_sector = FXLabel.new(self, "Sector: ", :opts => LAYOUT_EXPLICIT, :width => 150, :height => 20, :x => 340, :y => 180)
48
48
  @lbl_sector.backColor = FXRGB(3,187,133)
49
49
  @input_sector = FXTextField.new(self, 10, :opts => LAYOUT_EXPLICIT, :width => 150,:height => 20, :x => 510, :y => 180)
50
- @input_sector.text = "La Roldós"
50
+ @input_sector.text = "Jaime Roldós"
51
51
  @lbl_parroco = FXLabel.new(self, "Parroco: ", :opts => LAYOUT_EXPLICIT, :width => 150, :height => 20, :x => 680, :y => 180)
52
52
  @lbl_parroco.backColor = FXRGB(3,187,133)
53
53
  @input_parroco = FXTextField.new(self, 10, :opts => LAYOUT_EXPLICIT, :width => 150,:height => 20, :x => 850, :y => 180)
@@ -48,7 +48,7 @@ class Confirmacion < FXMainWindow
48
48
  @lbl_sector = FXLabel.new(self, "Sector: ", :opts => LAYOUT_EXPLICIT, :width => 150, :height => 20, :x => 340, :y => 180)
49
49
  @lbl_sector.backColor = FXRGB(3,187,133)
50
50
  @input_sector = FXTextField.new(self, 10, :opts => LAYOUT_EXPLICIT, :width => 150,:height => 20, :x => 510, :y => 180)
51
- @input_sector.text = "La Roldós"
51
+ @input_sector.text = "Jaime Roldós"
52
52
  @input_sector.disable
53
53
  @lbl_parroco = FXLabel.new(self, "Parroco: ", :opts => LAYOUT_EXPLICIT, :width => 150, :height => 20, :x => 680, :y => 180)
54
54
  @lbl_parroco.backColor = FXRGB(3,187,133)
@@ -46,7 +46,7 @@ class Matrimonio < FXMainWindow
46
46
  @lbl_sector = FXLabel.new(self, "Sector: ", :opts => LAYOUT_EXPLICIT, :width => 150, :height => 20, :x => 340, :y => 180)
47
47
  @lbl_sector.backColor = FXRGB(3,187,133)
48
48
  @input_sector = FXTextField.new(self, 10, :opts => LAYOUT_EXPLICIT, :width => 150,:height => 20, :x => 510, :y => 180)
49
- @input_sector.text = "La Roldós"
49
+ @input_sector.text = "Jaime Roldós"
50
50
  @input_sector.disable
51
51
  @lbl_parroco = FXLabel.new(self, "Parroco: ", :opts => LAYOUT_EXPLICIT, :width => 150, :height => 20, :x => 680, :y => 180)
52
52
  @lbl_parroco.backColor = FXRGB(3,187,133)
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.11
4
+ version: 1.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francisco Javier Borja Lobato