forever_turbolinks 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,113 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: forever_turbolinks
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Corey Stout
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-03-09 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: coreystout@gmail.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: ''
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
+ rubyforge_project:
93
+ rubygems_version: 2.4.5.1
94
+ signing_key:
95
+ specification_version: 4
96
+ summary: Turbolinks makes following links in your web application faster (use with
97
+ Rails Asset Pipeline)
98
+ test_files:
99
+ - test/attachment.html
100
+ - test/config.ru
101
+ - test/dummy.gif
102
+ - test/form.html
103
+ - test/index.html
104
+ - test/manifest.appcache
105
+ - test/offline.html
106
+ - test/other.html
107
+ - test/partial1.html
108
+ - test/partial2.html
109
+ - test/partial3.html
110
+ - test/redirect1.html
111
+ - test/redirect2.html
112
+ - test/reload.html
113
+ - test/withoutextension