navGATE 0.1.3 → 0.1.3.1
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/Rakefile +1 -1
- data/lib/navgate.rb +1 -1
- data/navGATE.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 801efb19de9205c606cd1cf8365b84d915d72f6c
|
|
4
|
+
data.tar.gz: d4b15567af621a29ec1a00082ebc63abef16d124
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 665dee87202916fe6fd9fa82a425360ee67364c8dc0b43aebd58d7273fd10dc68fe6f0a185a10ae8e13e41569546bf2a8141640199c004196f7a67ee2585caf8
|
|
7
|
+
data.tar.gz: 0d2edba55083f9cb22eaa9862c8d9d4221ba02312477bf445accb03cab45c1d337d13a461f3591ae6dca64b79f45768c43405f81ff06aa160ac155a78a32a188
|
data/Rakefile
CHANGED
|
@@ -3,7 +3,7 @@ require 'rake'
|
|
|
3
3
|
require 'echoe'
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
Echoe.new('navGATE','0.1.3') do |p|
|
|
6
|
+
Echoe.new('navGATE','0.1.3.1') do |p|
|
|
7
7
|
p.summary = "Allows the easy creation of navigation with config files"
|
|
8
8
|
p.description = "Can create navigation from objects using the nav builder,from database tables or from a yaml file"
|
|
9
9
|
p.url = "https://github.com/Thermatix/navGATE"
|
data/lib/navgate.rb
CHANGED
data/navGATE.gemspec
CHANGED