parroquia 1.1.16 → 1.1.17

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: 1b8c5ec1b5541215316be18e8cd9e3a224a77d671fa0a6df81822b8ce3ef6a2d
4
- data.tar.gz: a9b2eba679c7afce7e338aec3b5e39db4312179344f15a1e1f3918d8f1b974eb
3
+ metadata.gz: 17d84e3f220d60264a4e17fda530e18f70e38c33838f98ddead03b6f1e2c35bd
4
+ data.tar.gz: ddb70e03b3dc2175955b7c45d7e965822f81655b6f5abaa5d93b173c7c043f47
5
5
  SHA512:
6
- metadata.gz: fe5b13de6e918d58bbe0b903f05f105a271dd2d847edac568dc98c434fda2cc0377878bfd9daddb890ac74ce66fe5975080d6115e7c65d9f54637f2539ddfb03
7
- data.tar.gz: ff89ec28c1f73806e21819f5ccb8d9fc5629cffa44e6ff5ea3d6ecc794f13c6eed3c9975f4a9b3a4d8e04952525ae30b98f4a5b0c8586682d18bfc29f63bb1f7
6
+ metadata.gz: addbcf3c1f1e9de2d76f82f3c7d302a18cbb0f59410527d610573666f2d7c09c4c9a59b99b2020e29ad2a834d54f8d7073e5dc5c8b7dd44c994221e04aac3f65
7
+ data.tar.gz: b7f25fe7c968db18c34a5376d96678675bd3c49893d8b39eda0e6e7371556933a8dff6e3d3d179798a80092cfd25ea0b740fa9f627533162a2d356c976ce4a32
@@ -56,7 +56,7 @@ class ActualizarMisa < FXMainWindow
56
56
  y: 240)
57
57
  @input_intencion.text = @registro[38]
58
58
  @lbl_fecha = FXLabel.new(self, 'Fecha de la misa (AAAA/MM/DD): ', opts: LAYOUT_EXPLICIT, width: 250,
59
- height: 20, x: 10, y: 300)
59
+ height: 20, x: 10, y: 270)
60
60
  @lbl_fecha.backColor = FXRGB(3, 187, 133)
61
61
  @input_fecha = FXTextField.new(self, 10, opts: LAYOUT_EXPLICIT, width: 150, height: 20, x: 280,
62
62
  y: 270)
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.16
4
+ version: 1.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francisco Javier Borja Lobato