navilocal 1.1.1 → 1.1.2

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: e34291b1be36c8e856d17b675c775f7196c1efdf925a815f7708effb91f45263
4
- data.tar.gz: 0cc2d97f6531a3c74d6c8ed8bbc963a1a6208af93c414232aede36131b636d89
3
+ metadata.gz: 76be6a4eb329dc21ca631a7e0a6ee63cd132279b35137eb45e256eb78a9f33f3
4
+ data.tar.gz: d9f5f0228bd29d86d77b800198df75c210982e3520a5515d01d08a53882bed4f
5
5
  SHA512:
6
- metadata.gz: 1e2dfbdddf3064dd099b1e78548d178a0db9fc1366dfecf54f5f336bbc711d9f5d9c743acf245df45d1d8eac39d7aa7a33caf778988854256fc2a245ad5953ea
7
- data.tar.gz: cdf5caf5a935ee834efad4923be727038b5fdf5d84e3a9fec7637add2070b67454df2835a1f5bc8d45d2ed5388951153ca9b4caa80467b4e176b6d737311f1bf
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
- "--target", resource_bin,
24
- "--sourcedir", File.dirname(resource_xml),
25
- resource_xml)
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)
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.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Msanjib