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: 40bc9d7d05eef36ab9dacf99962fe481ffc6d0fd
4
- data.tar.gz: 78e976438fd3ec3112cbc25d39b682e90a7a86a6
3
+ metadata.gz: 581cee84e9651381b1575c2d6e06ed34d785b89b
4
+ data.tar.gz: b1182b7441c2d52a1ba2ebe1b048f72cf1d227bf
5
5
  SHA512:
6
- metadata.gz: b368fca8bfb5448050cedc784c0a8093b4247dae77912f85421a1e3f0a896aabc27b9ebb24122cd39e06c179240c56e140aaa4e63587e907f14074628d7a7ff3
7
- data.tar.gz: 78f41c3781d07e13b0ef20a70e3b5748f0b0bc2d6cf1b4fef3a0ef724df47b6469bfb878042bc103ee58a26856a7e7788a32396b1a879af9522035d2e3020e25
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) {
@@ -1,3 +1,3 @@
1
1
  module AngularRailsSeo
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
3
3
  end
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
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-03 00:00:00.000000000 Z
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: '0'
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: '0'
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: