rails_nav 2.5.1 → 2.5.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 +8 -8
- data/lib/rails_nav.rb +2 -2
- data/rails_nav.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MjEzYjJjN2NmNDcwNjFlNjQ4ZjI2Mjk2NTdkOWVlZDA3ZTJkOWViMw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YzAzYTEwNTlkYzEzMjAyMDdhODgxNGZlNDhjODUyNTBjNjllNGRhMw==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NTRlYjYyMzQ0ODQxNDNkZjI4OWI4NGNlZDJlNjExMjRjMzVmNTU3Y2Q2MTBh
|
|
10
|
+
MDY3NTlkYzFlNDNiYmYwMjhlNTQzZDgzMTljZDg0NDE4MTc3YTAyMDgxMzk0
|
|
11
|
+
N2QxYzY4MjM1NDRmMjE5ZGRiMzZkOTYxZDU1OGFjYzRlMTEzNTI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZjJjOTc5ZjFhMDFlMDkwZjA1MGQ4ZmUzNTM2OTUwYTdhMzdiNmU5MThmZDQx
|
|
14
|
+
OTg0NzMyNjM2MmM1ZTEzMTFkMzk5NDU4NTNkZDAwYjhlYmE0MWJiNTY5ZTky
|
|
15
|
+
ZTBmM2IzNzFkYmNjMzQ1NzY0ZmUzMTg3ZWU4YjBhNDBiMTRhMmQ=
|
data/lib/rails_nav.rb
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
##
|
|
8
8
|
#
|
|
9
9
|
def Nav.version()
|
|
10
|
-
'2.5.
|
|
10
|
+
'2.5.2'
|
|
11
11
|
end
|
|
12
12
|
|
|
13
13
|
def Nav.dependencies
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
end
|
|
20
20
|
|
|
21
21
|
def Nav.description
|
|
22
|
-
'declarative navigation
|
|
22
|
+
'declarative navigation for rails applications'
|
|
23
23
|
end
|
|
24
24
|
|
|
25
25
|
begin
|
data/rails_nav.gemspec
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification::new do |spec|
|
|
5
5
|
spec.name = "rails_nav"
|
|
6
|
-
spec.version = "2.5.
|
|
6
|
+
spec.version = "2.5.2"
|
|
7
7
|
spec.platform = Gem::Platform::RUBY
|
|
8
8
|
spec.summary = "rails_nav"
|
|
9
|
-
spec.description = "declarative navigation
|
|
9
|
+
spec.description = "declarative navigation for rails applications"
|
|
10
10
|
spec.license = "same as ruby's"
|
|
11
11
|
|
|
12
12
|
spec.files =
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_nav
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.5.
|
|
4
|
+
version: 2.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ara T. Howard
|
|
@@ -10,7 +10,7 @@ bindir: bin
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2014-02-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description: declarative navigation
|
|
13
|
+
description: declarative navigation for rails applications
|
|
14
14
|
email: ara.t.howard@gmail.com
|
|
15
15
|
executables: []
|
|
16
16
|
extensions: []
|