turbolinks 5.0.0.beta1 → 5.0.0.beta2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/turbolinks/redirection.rb +1 -1
- data/lib/turbolinks/version.rb +1 -1
- 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: 764082675dcad44e27ce877948459b3b763ac71c
|
4
|
+
data.tar.gz: 2ba3bf893bf20165b0650a1736c8d594bddc7646
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63895f39621b10b510f629b290c527045566bfb54236e59eea2de1c93ffd0722d51b91062d4fce95c1c4cf474c1a89d1e34e77de9993b66a0f7535654eab46ad
|
7
|
+
data.tar.gz: 0c6cfe9cd2587a61360452698fb9e0ff9cc2df70cc82127f9077199f88bd96b6555c652e0731494080fb6b0b40732899d915582d256988e9716d98d3c240467a
|
@@ -3,7 +3,7 @@ module Turbolinks
|
|
3
3
|
extend ActiveSupport::Concern
|
4
4
|
|
5
5
|
included do
|
6
|
-
before_action :set_turbolinks_location_header_from_session
|
6
|
+
before_action :set_turbolinks_location_header_from_session if respond_to?(:before_action)
|
7
7
|
end
|
8
8
|
|
9
9
|
def redirect_to(url = {}, options = {})
|
data/lib/turbolinks/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: turbolinks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.0.0.
|
4
|
+
version: 5.0.0.beta2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-02-
|
11
|
+
date: 2016-02-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: turbolinks-source
|