navilocal 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/navilocal +9 -9
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 05a368e02f1bf323efd91ff2956334a344455f0aac36397e7f800fbdb81f1477
4
- data.tar.gz: 2271622784a65fa90b8516dcbc22c310ff42947f839a017fcc41e41cd33b0fc4
3
+ metadata.gz: 1a195e28de9ed019afd4453ad813bfe04457bd169cb22a9b61e3a41662315600
4
+ data.tar.gz: 7586b84f7effdbd23b9599fed3ad90199b69f76b10102f126516e80a7c772527
5
5
  SHA512:
6
- metadata.gz: be1a74153f046cb2fd3152ac5b6192ebab4a9cb0d760d93f5c46ece94139ace561d72f1edf411f24971b0701ffd14ddf091176f4bb64db16904b969681f779bd
7
- data.tar.gz: b624cc703a79d06c6acac23da9a8451697fe0217d05b0907e0f3f7a1da6facf6228fdfcf68a6424f76383f9f2681c2c372b6f4fa805c7931db77b8156d047a4f
6
+ metadata.gz: 140dce79f7ae1d44ed184377fb4c451514e70cf4095940b7ae90a53b9faf27a2abd53b050c5a93182306dc2a44b1f5303bed0c54ccd47307bf8a11f02dd3340e
7
+ data.tar.gz: '054899c41f95017fb8732cb47058d6538fb967a6b3ac528842245b4defb3e9ee0b7fd0f44ed332fed1624a7e6251f0696c0a6f2f714fc3b941ba94d21de7aeb5'
data/bin/navilocal CHANGED
@@ -17,15 +17,15 @@ resource_bin = File.join(application_root_path, 'gresource.bin')
17
17
 
18
18
  # the commented block below is required to generate resources folder or update if any changes
19
19
 
20
- resource_xml = File.join(application_root_path, 'resources', 'gresources.xml')
21
- # # Build the binary
22
- system("glib-compile-resources",
23
- "--target", resource_bin,
24
- "--sourcedir", File.dirname(resource_xml),
25
- resource_xml)
26
-
27
-
28
-
20
+ # resource_xml = File.join(application_root_path, 'resources', 'gresources.xml')
21
+ # # # Build the binary
22
+ # system("glib-compile-resources",
23
+ # "--target", resource_bin,
24
+ # "--sourcedir", File.dirname(resource_xml),
25
+ # resource_xml)
26
+ #
27
+ #
28
+ #
29
29
  resource = Gio::Resource.load(resource_bin)
30
30
  Gio::Resources.register(resource)
31
31
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: navilocal
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Msanjib