turbolinks-noop 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,111 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: turbolinks-noop
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.0.1
5
+ platform: ruby
6
+ authors:
7
+ - David Heinemeier Hansson, Justin Gordon
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-02-05 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: coffee-rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description:
42
+ email: david@loudthinking.com, justin@shakacode.com
43
+ executables: []
44
+ extensions: []
45
+ extra_rdoc_files: []
46
+ files:
47
+ - MIT-LICENSE
48
+ - README.md
49
+ - lib/assets/javascripts/turbolinks.coffee
50
+ - lib/turbolinks.rb
51
+ - lib/turbolinks/cookies.rb
52
+ - lib/turbolinks/redirection.rb
53
+ - lib/turbolinks/version.rb
54
+ - lib/turbolinks/x_domain_blocker.rb
55
+ - lib/turbolinks/xhr_headers.rb
56
+ - lib/turbolinks/xhr_redirect.rb
57
+ - lib/turbolinks/xhr_url_for.rb
58
+ - test/attachment.html
59
+ - test/config.ru
60
+ - test/dummy.gif
61
+ - test/form.html
62
+ - test/index.html
63
+ - test/manifest.appcache
64
+ - test/offline.html
65
+ - test/other.html
66
+ - test/partial1.html
67
+ - test/partial2.html
68
+ - test/partial3.html
69
+ - test/redirect1.html
70
+ - test/redirect2.html
71
+ - test/reload.html
72
+ - test/withoutextension
73
+ homepage: https://github.com/shakacode/turbolinks-classic-noop/
74
+ licenses:
75
+ - MIT
76
+ metadata: {}
77
+ post_install_message:
78
+ rdoc_options: []
79
+ require_paths:
80
+ - lib
81
+ required_ruby_version: !ruby/object:Gem::Requirement
82
+ requirements:
83
+ - - ">="
84
+ - !ruby/object:Gem::Version
85
+ version: '0'
86
+ required_rubygems_version: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: '0'
91
+ requirements: []
92
+ rubygems_version: 3.4.6
93
+ signing_key:
94
+ specification_version: 4
95
+ summary: Disable Turbolinks by substituting this gem, turbolinks-noop for turbolinks
96
+ test_files:
97
+ - test/attachment.html
98
+ - test/config.ru
99
+ - test/dummy.gif
100
+ - test/form.html
101
+ - test/index.html
102
+ - test/manifest.appcache
103
+ - test/offline.html
104
+ - test/other.html
105
+ - test/partial1.html
106
+ - test/partial2.html
107
+ - test/partial3.html
108
+ - test/redirect1.html
109
+ - test/redirect2.html
110
+ - test/reload.html
111
+ - test/withoutextension