turbolinks-noop 3.0.2 → 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: e7dc650fb09cf46f615cf41b3f56b61f9a1573206810e618b7b3c6fa9a78f86f
4
- data.tar.gz: b52ce93eec653a686cbc9ae013b31fb8adc5b32fc5f118cd9fa85eb3fdee16bb
3
+ metadata.gz: f714612f9b02bc761c0c58a9497f1a450779723a87e04f4dc54fb20039a88c7f
4
+ data.tar.gz: 53a74528ede0caa64de7502d8328d23e3b82e5e5dfac02b19415b0e759876771
5
5
  SHA512:
6
- metadata.gz: c75452ef245228afbe86ea1f7e6e076467c8b8b745a49f828e872d7023e3e0892720ad6fb873bc8df083da04897208be6308564e47f468554a5a2839560f3ba3
7
- data.tar.gz: acb14b64eeb1f140fffd27de8dc7426afb9bc9ef2ca93e1195a2c007af465ede276bac51ee8e7ef3ffa82bd2fc547c00f593ecdacac543ebcd9a70651830bdf5
6
+ metadata.gz: 18bd11fc8d177a4327009148341ee6edeffb11438c3fe0f9f8700ae0bce6291cccc1a16287b9a93b032502b9e269d01024af61d00128acb3cad64cc8f72be615
7
+ data.tar.gz: f5260f9327b43c2efd2cc5db030c4444e17cfafa6bb96403cbd5d39b2865d1ccf960c993c6ee51238ba229422295d5800e948f168c0f12de1023405cdce407e3
@@ -1,3 +1,3 @@
1
1
  module Turbolinks
2
- VERSION = '3.0.2'
2
+ VERSION = '3.0.3'
3
3
  end
@@ -0,0 +1 @@
1
+ require "turbolinks"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turbolinks-noop
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson, Justin Gordon
@@ -47,6 +47,7 @@ files:
47
47
  - MIT-LICENSE
48
48
  - README.md
49
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