navilocal 1.1.1 → 1.1.2
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/application/ui/navi/main_runner.rb +0 -1
- data/bin/navilocal +8 -8
- 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: 76be6a4eb329dc21ca631a7e0a6ee63cd132279b35137eb45e256eb78a9f33f3
|
|
4
|
+
data.tar.gz: d9f5f0228bd29d86d77b800198df75c210982e3520a5515d01d08a53882bed4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2f96d3da4b197e98b6caafaa13bc98b1ee368c459e4ab4b4829df4e56394739999822ab98a051149d757be54d7d7f47c326cff20f0a90e4a751b751466041b0
|
|
7
|
+
data.tar.gz: 4bcdf4482df4fdc257a29ba92b40de01449065fc27a38b8b5cf0ae5bf15ba066732d0a95752ef4edbf646848c8494fba5e8737bfdcf2f478ea6210b85f1be718
|
|
@@ -192,7 +192,6 @@ module NaviClientInstaller
|
|
|
192
192
|
|
|
193
193
|
if filenames.size == 50 || isLast
|
|
194
194
|
sendEmailCompletedEvent = !sendEmailCompletedEvent
|
|
195
|
-
stamp = (Time.now.to_f * 1000).to_s
|
|
196
195
|
|
|
197
196
|
@logger.debug "Sending Bulk Request for #{isLast ? filenames.size : 50} emails to Navi AI."
|
|
198
197
|
@notifier.label = "Parsing the emails..."
|
data/bin/navilocal
CHANGED
|
@@ -17,14 +17,14 @@ 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
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
28
|
#
|
|
29
29
|
resource = Gio::Resource.load(resource_bin)
|
|
30
30
|
Gio::Resources.register(resource)
|