angular_rails_seo 1.0.4 → 1.0.5
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 581cee84e9651381b1575c2d6e06ed34d785b89b
|
|
4
|
+
data.tar.gz: b1182b7441c2d52a1ba2ebe1b048f72cf1d227bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2d00a55f26084109e6bce4948f39f8328a23b14cd11756368a6590327826a19f86087a03ff49a49ce7d0fea94759f5f365ace52b0592e9ada3d50d26f187240
|
|
7
|
+
data.tar.gz: 539ead1bc48330b8a4ac9e0487b90b0374c5e1fe09b3e980a7ab75cefa40e709d0d0b102564dc2ca82178ce1b58b20f952606e4d41f047ab0842d7dd8838cf4c
|
|
@@ -22,6 +22,11 @@ angular.module('angular-rails-seo', [])
|
|
|
22
22
|
return paths["default"];
|
|
23
23
|
};
|
|
24
24
|
|
|
25
|
+
// Return an object containing all routing information
|
|
26
|
+
$seo.getRoutes = function() {
|
|
27
|
+
return paths;
|
|
28
|
+
};
|
|
29
|
+
|
|
25
30
|
// Finds the matching SEO entry for the given path, or returns default if
|
|
26
31
|
// none is found
|
|
27
32
|
$seo.match = function(path) {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: angular_rails_seo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Ellis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-11-
|
|
11
|
+
date: 2014-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 3.0.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
26
|
+
version: 3.0.0
|
|
27
27
|
description: This gem provides a way to share SEO data between Rails and AngularJS,
|
|
28
28
|
without having to replicate data. It requires use of the asset pipeline.
|
|
29
29
|
email:
|