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.
Files changed (3) hide show
  1. checksums.yaml +5 -5
  2. data/bin/navilocal +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 43f281f5b8fc2de99b33bfd248570384420ab1e56cdcc437d7ce1ff4dfb6c52b
4
- data.tar.gz: 5c2bcf99c2496b63db894e49ac44a12c93e20a841786f358abab7785b0298696
2
+ SHA1:
3
+ metadata.gz: 05357b5ce15079b9fdd985d55a988ebd130c90f3
4
+ data.tar.gz: de3362ea05e232989c4ef66fd45282d90868cce7
5
5
  SHA512:
6
- metadata.gz: 7cbd4bcef73a4533a805ac45517ba5891561b1d1948c4aac3c8a9ff427488dff9abd81a9e53359a2df89a63caaea1d9495f6eee74269e72b1a9deca920fef72a
7
- data.tar.gz: 43d852e7a00b19d5eb3915d4bcb7a069244c468cbe9b14a69208b3cf7c96317654f6d34e2c6cfdae32330376607958378cbf9e6d9c6c090ccbc67bc8cb78523a
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/*.rb')].each { |file| require file }
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.1
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.7.3
97
+ rubygems_version: 2.6.14
98
98
  signing_key:
99
99
  specification_version: 4
100
100
  summary: Navi Local