durl-rails 1.0.1 → 1.0.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 +4 -4
- data/VERSIONS.md +1 -0
- data/lib/durl/rails/version.rb +2 -2
- data/vendor/assets/javascripts/durl.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: 3d421268307e2697ec140d6cfd7a0e8ecabe6a16
|
|
4
|
+
data.tar.gz: 7ddd145908cbb0d72aa85d92d09b54e9e0a716ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e45c0651899f04d34ca63775ea826d6e1b68910fff1cbd52b8603d08df0a3842cec94a5d4b544d61133e05d0b9ad11084e7f89e7062993a120fca5fc1e492998
|
|
7
|
+
data.tar.gz: 644edaf8b55ebff89d5b02e602d962a6aada498973e5d23087765240280ffe94f495ba527f9619ed9a47ce8a4d67565980e9fa3bb914a09505fc14ca9d55379b
|
data/VERSIONS.md
CHANGED
data/lib/durl/rails/version.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* File: durl.js
|
|
3
|
-
* Version: 1.0.
|
|
3
|
+
* Version: 1.0.7
|
|
4
4
|
* Desc: DURL keeps your i-frame's Deep URL stored in the hash fragment of your parent page
|
|
5
5
|
* Doc: https://github.com/tkasten/durl
|
|
6
6
|
* Author: Tyler Kasten tyler.kasten@gmail.com
|
|
@@ -125,7 +125,7 @@ Durl.prototype.setDURL = function(new_url) {
|
|
|
125
125
|
// if your consumer sets the damned 'base' tag.
|
|
126
126
|
|
|
127
127
|
// So anyways, here we just force it to stay local like this:
|
|
128
|
-
location.replace(window.location.pathname + '#' + hash)
|
|
128
|
+
location.replace(window.location.pathname + window.location.search + '#' + hash)
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
Durl.prototype.getDeepPath = function() {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: durl-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tyler Kasten
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-06-
|
|
11
|
+
date: 2017-06-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|