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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e339aa5e5c878797891d1efeeb8e0d69ee2ce5e3
4
- data.tar.gz: 4ee5280ea80e7bfae00888d4af5f798cd8be95f8
3
+ metadata.gz: 13eeb0bda2508411ac240baf6fdc211e0990542c
4
+ data.tar.gz: 4d16dc819b9eb9825cda5005ac89dfc1c5cadc3f
5
5
  SHA512:
6
- metadata.gz: 9ca1db87558c44a4fe9d2481faaa115a9f8c16e423510e7ed61a4b08aa1dd9e7677b492e8c436a5ebb91a594ef299ce517d751aafbd9be037c9df2028d7d1868
7
- data.tar.gz: 47fe02fe09643978adbe8a7043828cf4aa99bb7544897641468c37ae0a5714bdec15ccaa743478f7b8fc05bacc866dd7ab18eb588607cf386a5ac9b4683bd762
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.5).
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.5
1
+ 0.4.6
@@ -1,4 +1,4 @@
1
- // backbone-subroute 0.4.5
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.5
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: 2014-12-21 00:00:00.000000000 Z
11
+ date: 2015-04-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: