turbolinks-noop 3.0.1 → 3.0.3
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f714612f9b02bc761c0c58a9497f1a450779723a87e04f4dc54fb20039a88c7f
|
4
|
+
data.tar.gz: 53a74528ede0caa64de7502d8328d23e3b82e5e5dfac02b19415b0e759876771
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18bd11fc8d177a4327009148341ee6edeffb11438c3fe0f9f8700ae0bce6291cccc1a16287b9a93b032502b9e269d01024af61d00128acb3cad64cc8f72be615
|
7
|
+
data.tar.gz: f5260f9327b43c2efd2cc5db030c4444e17cfafa6bb96403cbd5d39b2865d1ccf960c993c6ee51238ba229422295d5800e948f168c0f12de1023405cdce407e3
|
data/lib/turbolinks/version.rb
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
require "turbolinks"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: turbolinks-noop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson, Justin Gordon
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02-
|
11
|
+
date: 2023-02-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: coffee-rails
|
@@ -46,7 +46,8 @@ extra_rdoc_files: []
|
|
46
46
|
files:
|
47
47
|
- MIT-LICENSE
|
48
48
|
- README.md
|
49
|
-
- lib/assets/javascripts/turbolinks.coffee
|
49
|
+
- lib/assets/javascripts/turbolinks-noop.coffee
|
50
|
+
- lib/turbolinks-noop.rb
|
50
51
|
- lib/turbolinks.rb
|
51
52
|
- lib/turbolinks/cookies.rb
|
52
53
|
- lib/turbolinks/redirection.rb
|
@@ -93,6 +94,7 @@ rubygems_version: 3.4.6
|
|
93
94
|
signing_key:
|
94
95
|
specification_version: 4
|
95
96
|
summary: Disable Turbolinks by substituting this gem, turbolinks-noop for turbolinks
|
97
|
+
and require turbolinks-noop in your application.js
|
96
98
|
test_files:
|
97
99
|
- test/attachment.html
|
98
100
|
- test/config.ru
|
File without changes
|