navilocal 0.0.1 → 0.0.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 +5 -5
- data/bin/navilocal +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 05357b5ce15079b9fdd985d55a988ebd130c90f3
|
|
4
|
+
data.tar.gz: de3362ea05e232989c4ef66fd45282d90868cce7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d252f00f647ef90b234a5b1e763dec15ad8a63dbc96e03058587a3e13accdaa3d1568c54ac13d5dc005f4df9d5c0a1e99b7d357f16635b40ed2a3598b6d9e4fc
|
|
7
|
+
data.tar.gz: 607ae338fc7c43e27b924118bfa5659e6513f7b4dc49639a9e241b62a9af9be59182ae508371fca69aba0185a7508de0d9e75162ce15b71173a53c1d16b85091
|
data/bin/navilocal
CHANGED
|
@@ -6,8 +6,8 @@ require 'fileutils'
|
|
|
6
6
|
|
|
7
7
|
# Require all ruby files in the application folder recursively
|
|
8
8
|
application_root_path = File.expand_path('.')
|
|
9
|
-
Dir[File.join(application_root_path, '**', 'navi/*.rb')].each { |file| require file }
|
|
10
|
-
Dir[File.join(application_root_path, '**', 'models
|
|
9
|
+
Dir[File.join(application_root_path, '**', 'ui/navi/*.rb')].each { |file| require file }
|
|
10
|
+
Dir[File.join(application_root_path, '**', 'application/models/settings.rb')].each { |file| require file }
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
# Define the source & target files of the glib-compile-resources command
|
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: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Msanjib
|
|
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
94
94
|
version: '0'
|
|
95
95
|
requirements: []
|
|
96
96
|
rubyforge_project:
|
|
97
|
-
rubygems_version: 2.
|
|
97
|
+
rubygems_version: 2.6.14
|
|
98
98
|
signing_key:
|
|
99
99
|
specification_version: 4
|
|
100
100
|
summary: Navi Local
|