flammarion_rails 0.2.8 → 0.2.9
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 15b049f24031e2e3e71153cda4147b1be067f5ea
|
4
|
+
data.tar.gz: 3460d2ad8b75e0e703051c139f64c1510b16eb31
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c2bf646bd1b800663e7dc1f6f8fdf593c2bc0f11c8a6476197aa2a8d4743726ca84dfe30d196597346b0b77bcf1188d944818106f7eb23fb6efca211a0cf2eb
|
7
|
+
data.tar.gz: 60cc6d0246ce2b48aee1f7de42987526fa907a41919c8869b554b922dea87b20e449d8b5a7db6f038bd1fa01bb8f499cd565e4f3ff9fafe3fbf31ecacb598c60
|
@@ -27,7 +27,7 @@ if NProgress?
|
|
27
27
|
# Note: it's working for now, but it might be better to do something similar to the real pjax implementation
|
28
28
|
|
29
29
|
if $.pjax?
|
30
|
-
PROTOCOL = /^.*:\/{2}
|
30
|
+
PROTOCOL = /^.*:\/{2}(?:\/C:)?/i
|
31
31
|
$(document).on 'pjax:beforeSend', (event, xhr, settings) ->
|
32
32
|
event.preventDefault()
|
33
33
|
ws.send(action: 'pjax', url: settings.url.replace(PROTOCOL, ''))
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flammarion_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Patrice Lebel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-12-
|
11
|
+
date: 2016-12-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|