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: 9d97afdad12909ad9d0c2ed7d3acc785d178970c7793f2f089067e977c5470d5
4
- data.tar.gz: c0c6dc29dff768bd8484ea16b21af5e89b7523e6e9045796a27af6cbfb178328
3
+ metadata.gz: f714612f9b02bc761c0c58a9497f1a450779723a87e04f4dc54fb20039a88c7f
4
+ data.tar.gz: 53a74528ede0caa64de7502d8328d23e3b82e5e5dfac02b19415b0e759876771
5
5
  SHA512:
6
- metadata.gz: 0f920dfaf6ca9e788335cd85b5abd2f8f0142b2d0e9d78ca23575f5ffb840e6714e30279de017153ef2b2e8b7a541b7402c2cc83e3cb1ef6e0d67b410762f8cb
7
- data.tar.gz: e92eda5a94f752d023696fd99dd8f278856ff0553301425d82ff8d9862d0a071bc7899eae94413892f2fa0142a1fdd7ecb4aa8dfb43654bdc7ebbcad15df3b4b
6
+ metadata.gz: 18bd11fc8d177a4327009148341ee6edeffb11438c3fe0f9f8700ae0bce6291cccc1a16287b9a93b032502b9e269d01024af61d00128acb3cad64cc8f72be615
7
+ data.tar.gz: f5260f9327b43c2efd2cc5db030c4444e17cfafa6bb96403cbd5d39b2865d1ccf960c993c6ee51238ba229422295d5800e948f168c0f12de1023405cdce407e3
@@ -1,3 +1,3 @@
1
1
  module Turbolinks
2
- VERSION = '3.0.1'
2
+ VERSION = '3.0.3'
3
3
  end
@@ -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.1
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-05 00:00:00.000000000 Z
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