revelry_core 0.1.6.1 → 0.1.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 686caccddad7ce4f92fd9a0125cefc79a28caa30
4
- data.tar.gz: 7f2bb67ff6af72a14b6faa34b4bd50826f07f0cb
3
+ metadata.gz: 7d5359d01991653812104235cdfcb8a1ad38bec6
4
+ data.tar.gz: de5cb5f015612741e9655dbd598f4109b598ba5a
5
5
  SHA512:
6
- metadata.gz: 4d353de8d7b46679b47757eadc251d7c5a7610460fc7eaa015a0d220c3baf86c40de32f91a76f695e1d4222fad80c0449abadece47c34ebc0f8a0babff63a5a9
7
- data.tar.gz: 8e84eaf3d47975ca333418799b99e279dc9b40c3dc460329f348f6a9cfe201b4a7ed6e66905dbaf734da7cd4779d34aba8445e84384b2c96d0f2e0626f0dab0e
6
+ metadata.gz: 20faafa6981091e373555aa38fbeda226b48cd8225fcf2cf1861b6fea796ab101de3c988e503ab0b2291278df0e541b0c46ca7c9b07b047046715a654533e366
7
+ data.tar.gz: c7e7771035cc5e70ca57f9ee40d922ef23af7e7d5075bb047a6440d7970765707c7292c92d57fb0c7c5c0d94fbc81c367e037db9fe5800a786c2b65315e333f4
@@ -60,7 +60,10 @@ Rev.registerComponent 'Router',
60
60
  @stopListening()
61
61
 
62
62
  locationURL: ->
63
- "/#{ Backbone.history.fragment }"
63
+ [baseUrl, query] = Backbone.history.fragment.split '?'
64
+ query += '&' if query? and query.length
65
+ query += encodeURIComponent '__props'
66
+ "/#{baseUrl}?#{query}"
64
67
 
65
68
  # Fall back to full page navigation request
66
69
  onPropsFetchFailure: ->
@@ -1,5 +1,5 @@
1
1
  module Revelry
2
2
  module Core
3
- VERSION = "0.1.6.1"
3
+ VERSION = "0.1.6.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: revelry_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6.1
4
+ version: 0.1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Revelry Labs, LLC