remove_tl 1.0.0 → 1.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 +4 -4
- data/Gemfile +1 -0
- data/Gemfile.lock +81 -0
- data/README.md +8 -5
- data/VERSION +1 -1
- data/remove_tl.gemspec +6 -3
- metadata +16 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 530594e485bd6e6e3ac123288bce3bef735605c9
|
|
4
|
+
data.tar.gz: 33168e136a131897e69051a162a291efdefd85a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca34fcaa819ae57ae054a642692a84a254f608a245c47de9a07ea8834d95311f4c405194e32ba82a786793ec52750f05169998b3edd101c84369fa914c738894
|
|
7
|
+
data.tar.gz: 2a907c423e8d12427a116a8aac97915390de17eb74983a245c4a3b69a4e47295b817983deb05761d50a54b6a30c66b4d92b27016cffbf853cea05ebf28895095
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,11 +1,48 @@
|
|
|
1
1
|
GEM
|
|
2
2
|
remote: http://rubygems.org/
|
|
3
3
|
specs:
|
|
4
|
+
actionmailer (4.2.4)
|
|
5
|
+
actionpack (= 4.2.4)
|
|
6
|
+
actionview (= 4.2.4)
|
|
7
|
+
activejob (= 4.2.4)
|
|
8
|
+
mail (~> 2.5, >= 2.5.4)
|
|
9
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
|
10
|
+
actionpack (4.2.4)
|
|
11
|
+
actionview (= 4.2.4)
|
|
12
|
+
activesupport (= 4.2.4)
|
|
13
|
+
rack (~> 1.6)
|
|
14
|
+
rack-test (~> 0.6.2)
|
|
15
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
|
16
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
17
|
+
actionview (4.2.4)
|
|
18
|
+
activesupport (= 4.2.4)
|
|
19
|
+
builder (~> 3.1)
|
|
20
|
+
erubis (~> 2.7.0)
|
|
21
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
|
22
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
23
|
+
activejob (4.2.4)
|
|
24
|
+
activesupport (= 4.2.4)
|
|
25
|
+
globalid (>= 0.3.0)
|
|
26
|
+
activemodel (4.2.4)
|
|
27
|
+
activesupport (= 4.2.4)
|
|
28
|
+
builder (~> 3.1)
|
|
29
|
+
activerecord (4.2.4)
|
|
30
|
+
activemodel (= 4.2.4)
|
|
31
|
+
activesupport (= 4.2.4)
|
|
32
|
+
arel (~> 6.0)
|
|
33
|
+
activesupport (4.2.4)
|
|
34
|
+
i18n (~> 0.7)
|
|
35
|
+
json (~> 1.7, >= 1.7.7)
|
|
36
|
+
minitest (~> 5.1)
|
|
37
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
|
38
|
+
tzinfo (~> 1.1)
|
|
4
39
|
addressable (2.3.8)
|
|
40
|
+
arel (6.0.3)
|
|
5
41
|
builder (3.2.2)
|
|
6
42
|
descendants_tracker (0.0.4)
|
|
7
43
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
8
44
|
docile (1.1.5)
|
|
45
|
+
erubis (2.7.0)
|
|
9
46
|
faraday (0.9.2)
|
|
10
47
|
multipart-post (>= 1.2, < 3)
|
|
11
48
|
git (1.2.9.1)
|
|
@@ -17,8 +54,11 @@ GEM
|
|
|
17
54
|
multi_json (>= 1.7.5, < 2.0)
|
|
18
55
|
nokogiri (~> 1.6.6)
|
|
19
56
|
oauth2
|
|
57
|
+
globalid (0.3.6)
|
|
58
|
+
activesupport (>= 4.1.0)
|
|
20
59
|
hashie (3.4.2)
|
|
21
60
|
highline (1.7.7)
|
|
61
|
+
i18n (0.7.0)
|
|
22
62
|
jeweler (2.0.1)
|
|
23
63
|
builder
|
|
24
64
|
bundler (>= 1.0)
|
|
@@ -30,6 +70,11 @@ GEM
|
|
|
30
70
|
rdoc
|
|
31
71
|
json (1.8.3)
|
|
32
72
|
jwt (1.5.1)
|
|
73
|
+
loofah (2.0.3)
|
|
74
|
+
nokogiri (>= 1.5.9)
|
|
75
|
+
mail (2.6.3)
|
|
76
|
+
mime-types (>= 1.16, < 3)
|
|
77
|
+
mime-types (2.6.2)
|
|
33
78
|
mini_portile (0.6.2)
|
|
34
79
|
minitest (5.8.1)
|
|
35
80
|
multi_json (1.11.2)
|
|
@@ -44,6 +89,32 @@ GEM
|
|
|
44
89
|
multi_xml (~> 0.5)
|
|
45
90
|
rack (~> 1.2)
|
|
46
91
|
rack (1.6.4)
|
|
92
|
+
rack-test (0.6.3)
|
|
93
|
+
rack (>= 1.0)
|
|
94
|
+
rails (4.2.4)
|
|
95
|
+
actionmailer (= 4.2.4)
|
|
96
|
+
actionpack (= 4.2.4)
|
|
97
|
+
actionview (= 4.2.4)
|
|
98
|
+
activejob (= 4.2.4)
|
|
99
|
+
activemodel (= 4.2.4)
|
|
100
|
+
activerecord (= 4.2.4)
|
|
101
|
+
activesupport (= 4.2.4)
|
|
102
|
+
bundler (>= 1.3.0, < 2.0)
|
|
103
|
+
railties (= 4.2.4)
|
|
104
|
+
sprockets-rails
|
|
105
|
+
rails-deprecated_sanitizer (1.0.3)
|
|
106
|
+
activesupport (>= 4.2.0.alpha)
|
|
107
|
+
rails-dom-testing (1.0.7)
|
|
108
|
+
activesupport (>= 4.2.0.beta, < 5.0)
|
|
109
|
+
nokogiri (~> 1.6.0)
|
|
110
|
+
rails-deprecated_sanitizer (>= 1.0.1)
|
|
111
|
+
rails-html-sanitizer (1.0.2)
|
|
112
|
+
loofah (~> 2.0)
|
|
113
|
+
railties (4.2.4)
|
|
114
|
+
actionpack (= 4.2.4)
|
|
115
|
+
activesupport (= 4.2.4)
|
|
116
|
+
rake (>= 0.8.7)
|
|
117
|
+
thor (>= 0.18.1, < 2.0)
|
|
47
118
|
rake (10.4.2)
|
|
48
119
|
rdoc (3.12.2)
|
|
49
120
|
json (~> 1.4)
|
|
@@ -52,7 +123,16 @@ GEM
|
|
|
52
123
|
json (~> 1.8)
|
|
53
124
|
simplecov-html (~> 0.10.0)
|
|
54
125
|
simplecov-html (0.10.0)
|
|
126
|
+
sprockets (3.4.0)
|
|
127
|
+
rack (> 1, < 3)
|
|
128
|
+
sprockets-rails (2.3.3)
|
|
129
|
+
actionpack (>= 3.0)
|
|
130
|
+
activesupport (>= 3.0)
|
|
131
|
+
sprockets (>= 2.8, < 4.0)
|
|
132
|
+
thor (0.19.1)
|
|
55
133
|
thread_safe (0.3.5)
|
|
134
|
+
tzinfo (1.2.2)
|
|
135
|
+
thread_safe (~> 0.1)
|
|
56
136
|
|
|
57
137
|
PLATFORMS
|
|
58
138
|
ruby
|
|
@@ -61,6 +141,7 @@ DEPENDENCIES
|
|
|
61
141
|
bundler (~> 1.0)
|
|
62
142
|
jeweler (>= 2.0.1)
|
|
63
143
|
minitest (>= 5.0.3)
|
|
144
|
+
rails (~> 4.2.1)
|
|
64
145
|
rdoc (~> 3.12)
|
|
65
146
|
simplecov (~> 0)
|
|
66
147
|
|
data/README.md
CHANGED
|
@@ -1,22 +1,25 @@
|
|
|
1
1
|
# Remove Turbolinks
|
|
2
2
|
|
|
3
|
-
Turbolinks can cause JS troubles in a rails app, unless properly used.
|
|
3
|
+
Turbolinks can cause JS troubles in a rails app, unless properly used. This is a simple gem to remove everything related to turbolinks from a rails app. It's a little snarky...I know.
|
|
4
|
+
|
|
5
|
+
### Note
|
|
6
|
+
This gem was made for Rails <= 4.2.4
|
|
4
7
|
|
|
5
8
|
## How to Use
|
|
6
|
-
1. Add
|
|
9
|
+
1. Add to Gemfile with:
|
|
7
10
|
|
|
8
11
|
```ruby
|
|
9
12
|
gem 'remove_tl'
|
|
10
13
|
```
|
|
11
14
|
|
|
12
|
-
2. Run the Bundle command to install it
|
|
15
|
+
2. Run the Bundle command to install it.
|
|
13
16
|
3. After gem is installed run the generator:
|
|
14
17
|
|
|
15
18
|
```
|
|
16
19
|
rails generate remove_tl
|
|
17
20
|
```
|
|
18
21
|
|
|
19
|
-
4. Your app is now Turbolinks free...your FE engineers won't be confused as to why none of their JS is working properly.
|
|
22
|
+
4. Your app is now Turbolinks free...your FE engineers won't be confused as to why none of their JS is working properly. Well, from a Turbolinks perspective at least ;-)
|
|
20
23
|
|
|
21
24
|
|
|
22
25
|
## Contribute to this gem
|
|
@@ -28,6 +31,6 @@ Turbolinks can cause JS troubles in a rails app, unless properly used. It's a li
|
|
|
28
31
|
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
|
|
29
32
|
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
|
|
30
33
|
|
|
31
|
-
|
|
34
|
+
### Copyright
|
|
32
35
|
Copyright (c) 2015 John M Buscemi. See LICENSE.txt for
|
|
33
36
|
further details.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.1
|
data/remove_tl.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: remove_tl 1.0.
|
|
5
|
+
# stub: remove_tl 1.0.1 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "remove_tl"
|
|
9
|
-
s.version = "1.0.
|
|
9
|
+
s.version = "1.0.1"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
13
13
|
s.authors = ["John M Buscemi"]
|
|
14
|
-
s.date = "2015-
|
|
14
|
+
s.date = "2015-11-06"
|
|
15
15
|
s.description = "Turbolinks can cause JS troubles in a rails app, unless properly used. This is a simple gem to remove everything related to turbolinks from a rails app."
|
|
16
16
|
s.email = "jmbuscemi@gmail.com"
|
|
17
17
|
s.extra_rdoc_files = [
|
|
@@ -46,12 +46,14 @@ Gem::Specification.new do |s|
|
|
|
46
46
|
s.add_development_dependency(%q<bundler>, ["~> 1.0"])
|
|
47
47
|
s.add_development_dependency(%q<jeweler>, [">= 2.0.1"])
|
|
48
48
|
s.add_development_dependency(%q<simplecov>, ["~> 0"])
|
|
49
|
+
s.add_development_dependency(%q<rails>, ["~> 4.2.1"])
|
|
49
50
|
else
|
|
50
51
|
s.add_dependency(%q<minitest>, [">= 5.0.3"])
|
|
51
52
|
s.add_dependency(%q<rdoc>, ["~> 3.12"])
|
|
52
53
|
s.add_dependency(%q<bundler>, ["~> 1.0"])
|
|
53
54
|
s.add_dependency(%q<jeweler>, [">= 2.0.1"])
|
|
54
55
|
s.add_dependency(%q<simplecov>, ["~> 0"])
|
|
56
|
+
s.add_dependency(%q<rails>, ["~> 4.2.1"])
|
|
55
57
|
end
|
|
56
58
|
else
|
|
57
59
|
s.add_dependency(%q<minitest>, [">= 5.0.3"])
|
|
@@ -59,6 +61,7 @@ Gem::Specification.new do |s|
|
|
|
59
61
|
s.add_dependency(%q<bundler>, ["~> 1.0"])
|
|
60
62
|
s.add_dependency(%q<jeweler>, [">= 2.0.1"])
|
|
61
63
|
s.add_dependency(%q<simplecov>, ["~> 0"])
|
|
64
|
+
s.add_dependency(%q<rails>, ["~> 4.2.1"])
|
|
62
65
|
end
|
|
63
66
|
end
|
|
64
67
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: remove_tl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John M Buscemi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: minitest
|
|
@@ -80,6 +80,20 @@ dependencies:
|
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
|
+
- !ruby/object:Gem::Dependency
|
|
84
|
+
name: rails
|
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
|
86
|
+
requirements:
|
|
87
|
+
- - "~>"
|
|
88
|
+
- !ruby/object:Gem::Version
|
|
89
|
+
version: 4.2.1
|
|
90
|
+
type: :development
|
|
91
|
+
prerelease: false
|
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
93
|
+
requirements:
|
|
94
|
+
- - "~>"
|
|
95
|
+
- !ruby/object:Gem::Version
|
|
96
|
+
version: 4.2.1
|
|
83
97
|
description: Turbolinks can cause JS troubles in a rails app, unless properly used.
|
|
84
98
|
This is a simple gem to remove everything related to turbolinks from a rails app.
|
|
85
99
|
email: jmbuscemi@gmail.com
|