navilocal 1.1.0 → 1.1.1

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: 062dab6bd5ee50e704fbc1942cd987d4cd6c7add6bcbaa4da2f84ec82393630b
4
- data.tar.gz: 55cc9c2acff830d959cadfadcd011086d1c52b9191dec4d9182f1150913a8212
3
+ metadata.gz: e34291b1be36c8e856d17b675c775f7196c1efdf925a815f7708effb91f45263
4
+ data.tar.gz: 0cc2d97f6531a3c74d6c8ed8bbc963a1a6208af93c414232aede36131b636d89
5
5
  SHA512:
6
- metadata.gz: 1b4aeffbfa8d3ef6aba9fa6fe565f2dd0bcf4690720f775b7fd69ee46e858c02c52142e0ac18314d771198a465aba16989f704adbe17cee61c19c3ff5231e47c
7
- data.tar.gz: c90e3bebc7287e12c15c10c803b9d2f3c2c1446e69367cc0781159c88dafd642c13fd949484af9a5529f46d0315c2a727e7060398efbd5e916254055566c54f1
6
+ metadata.gz: 1e2dfbdddf3064dd099b1e78548d178a0db9fc1366dfecf54f5f336bbc711d9f5d9c743acf245df45d1d8eac39d7aa7a33caf778988854256fc2a245ad5953ea
7
+ data.tar.gz: cdf5caf5a935ee834efad4923be727038b5fdf5d84e3a9fec7637add2070b67454df2835a1f5bc8d45d2ed5388951153ca9b4caa80467b4e176b6d737311f1bf
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)
@@ -1,11 +1,11 @@
1
1
  development:
2
- api_url: http://localhost:3020/
2
+ api_url: http://localhost:3020
3
3
  parser_url: http://localhost:9090
4
4
 
5
5
  staging:
6
- api_url: http://localhost:3020
7
- parser_url: http://34.214.134.104:9090
6
+ api_url: https://api2.navihq.com
7
+ parser_url: http://localhost:9090
8
8
 
9
9
  production:
10
- api_url: https://signin.navihq.com
10
+ api_url: https://api.production.navihq.com
11
11
  parser_url: http://localhost:9090
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.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Msanjib
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: 1.4.4
47
+ version: 1.4.5
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: 1.4.4
54
+ version: 1.4.5
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: httparty
57
57
  requirement: !ruby/object:Gem::Requirement