durl-rails 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 58a2b99266d6c01152bc1a1aa514a3d44fc42d83
4
- data.tar.gz: a0e2672b679e6985f945f22aa532eb746ec83d5d
3
+ metadata.gz: 3d421268307e2697ec140d6cfd7a0e8ecabe6a16
4
+ data.tar.gz: 7ddd145908cbb0d72aa85d92d09b54e9e0a716ea
5
5
  SHA512:
6
- metadata.gz: 94f0f6fedcf96c1cce2f0d520b82ea685e0f52a779eaf66d7c12ddafd64b30617972970c914941bfff29fab254b34e405981b39e009f7e27f8235b8cc1ddd072
7
- data.tar.gz: 5bd5ede616cf00ad0b76d2c5f80355c93458188dc7dfd7c021bf7f062afae44b59ad76bbb7910b654dcc0ddc18864a2fe70410607d30929e00a74e2db15952e7
6
+ metadata.gz: e45c0651899f04d34ca63775ea826d6e1b68910fff1cbd52b8603d08df0a3842cec94a5d4b544d61133e05d0b9ad11084e7f89e7062993a120fca5fc1e492998
7
+ data.tar.gz: 644edaf8b55ebff89d5b02e602d962a6aada498973e5d23087765240280ffe94f495ba527f9619ed9a47ce8a4d67565980e9fa3bb914a09505fc14ca9d55379b
data/VERSIONS.md CHANGED
@@ -4,3 +4,4 @@
4
4
  |--------|--------|
5
5
  | 1.0.0 | 1.0.5 |
6
6
  | 1.0.1 | 1.0.6 |
7
+ | 1.0.2 | 1.0.7 |
@@ -1,6 +1,6 @@
1
1
  module Durl
2
2
  module Rails
3
- VERSION = "1.0.1"
4
- DURL_VERSION = "1.0.6"
3
+ VERSION = "1.0.2"
4
+ DURL_VERSION = "1.0.7"
5
5
  end
6
6
  end
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * File: durl.js
3
- * Version: 1.0.6
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.1
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-08 00:00:00.000000000 Z
11
+ date: 2017-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties