turbolinks-noop 3.0.1

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 9d97afdad12909ad9d0c2ed7d3acc785d178970c7793f2f089067e977c5470d5
4
+ data.tar.gz: c0c6dc29dff768bd8484ea16b21af5e89b7523e6e9045796a27af6cbfb178328
5
+ SHA512:
6
+ metadata.gz: 0f920dfaf6ca9e788335cd85b5abd2f8f0142b2d0e9d78ca23575f5ffb840e6714e30279de017153ef2b2e8b7a541b7402c2cc83e3cb1ef6e0d67b410762f8cb
7
+ data.tar.gz: e92eda5a94f752d023696fd99dd8f278856ff0553301425d82ff8d9862d0a071bc7899eae94413892f2fa0142a1fdd7ecb4aa8dfb43654bdc7ebbcad15df3b4b
data/MIT-LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright 2012-2016 David Heinemeier Hansson
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,7 @@
1
+ Disable Turbolinks with almost zero code changes, except changing the gem. Allows for a quick test of life without Turbolinks.
2
+
3
+ Turbolinks classic is super old. To upgrade, you need to switch to [turbo](https://github.com/hotwired/turbo).
4
+
5
+ Or you might just want to remove Turbolinks.
6
+
7
+ Here are the [Turbolinks Classic Docs](https://github.com/turbolinks/turbolinks).