backbone-subroute-rails 0.4.5 → 0.4.6
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/README.md +1 -1
- data/VERSION +1 -1
- data/vendor/assets/javascripts/backbone.subroute.js +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13eeb0bda2508411ac240baf6fdc211e0990542c
|
|
4
|
+
data.tar.gz: 4d16dc819b9eb9825cda5005ac89dfc1c5cadc3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a202fe60d3c09081f55da4438bbcb87d46eaf16129cc97edb4753f6dbc2d73505ee8cab34c520fcbb90f53a1130a7faa759e76916c3db1865c5b36fe8591a313
|
|
7
|
+
data.tar.gz: 675ed6d79729158a3a039b7ba680a9999178bb6aabc2b84b5abcba58ff3822b8ce91a4ffc25326c1ba45d2e84bce2fc6d3bb1bf0536cf1f095d49a3cf15e50a0
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
backbone-subroute-rails
|
|
2
2
|
=======================
|
|
3
3
|
|
|
4
|
-
Rails (3.1 and up) asset wrapper for the latest version of [backbone.subroute](https://github.com/ModelN/backbone.subroute) (0.4.
|
|
4
|
+
Rails (3.1 and up) asset wrapper for the latest version of [backbone.subroute](https://github.com/ModelN/backbone.subroute) (0.4.6).
|
|
5
5
|
|
|
6
6
|
# Installation
|
|
7
7
|
#### Step 1: Add it to your gemfile:
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.6
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// backbone-subroute 0.4.
|
|
1
|
+
// backbone-subroute 0.4.6
|
|
2
2
|
//
|
|
3
3
|
// Copyright (C) 2012 Dave Cadwallader, Model N, Inc.
|
|
4
4
|
// Distributed under the MIT License
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
// grab the full URL
|
|
44
44
|
var hash;
|
|
45
45
|
if (Backbone.history.fragment) {
|
|
46
|
-
hash = Backbone.history.getFragment();
|
|
46
|
+
hash = Backbone.history.getFragment(Backbone.history.fragment);
|
|
47
47
|
} else {
|
|
48
48
|
hash = Backbone.history.getHash();
|
|
49
49
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: backbone-subroute-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Schwartzberg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-04-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email:
|