philosophies-suspenders 2.2.4 → 2.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/Gemfile.lock +81 -85
- data/lib/suspenders/app_builder.rb +3 -3
- data/lib/suspenders/version.rb +2 -2
- data/suspenders.gemspec +1 -1
- data/templates/_javascript.html.erb +2 -0
- metadata +8 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 34edda8d681d52d12382c069229455d71f70612b6465db9b5342a104e21330d5
|
4
|
+
data.tar.gz: 23ce8e98eb62c2140cc33b8573982b2f8a91157047403a276ee05c17b669081c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6139e1ab244ceb8c7ffa15d13de0f0e424327694136b669acf12901b5b26c803a8db0447f92580471beb122d1af21cb78288a27ec7b33b60cb9baaf4b0eac03d
|
7
|
+
data.tar.gz: aef93b726c0ccfd05ab30ba5384fd95ba1804a7829819dea755c10553a773bc02f01f1234389019013e6a63cde830fcf699132e6a3192ef52239dd6410ab0a96
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
2.6.3
|
data/Gemfile.lock
CHANGED
@@ -1,146 +1,142 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
philosophies-suspenders (2.2.
|
5
|
-
bundler (~>
|
6
|
-
rails (~> 5.2.
|
4
|
+
philosophies-suspenders (2.2.6)
|
5
|
+
bundler (~> 2.0)
|
6
|
+
rails (~> 5.2.3)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (5.2.
|
12
|
-
actionpack (= 5.2.
|
11
|
+
actioncable (5.2.3)
|
12
|
+
actionpack (= 5.2.3)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (>= 0.6.1)
|
15
|
-
actionmailer (5.2.
|
16
|
-
actionpack (= 5.2.
|
17
|
-
actionview (= 5.2.
|
18
|
-
activejob (= 5.2.
|
15
|
+
actionmailer (5.2.3)
|
16
|
+
actionpack (= 5.2.3)
|
17
|
+
actionview (= 5.2.3)
|
18
|
+
activejob (= 5.2.3)
|
19
19
|
mail (~> 2.5, >= 2.5.4)
|
20
20
|
rails-dom-testing (~> 2.0)
|
21
|
-
actionpack (5.2.
|
22
|
-
actionview (= 5.2.
|
23
|
-
activesupport (= 5.2.
|
21
|
+
actionpack (5.2.3)
|
22
|
+
actionview (= 5.2.3)
|
23
|
+
activesupport (= 5.2.3)
|
24
24
|
rack (~> 2.0)
|
25
25
|
rack-test (>= 0.6.3)
|
26
26
|
rails-dom-testing (~> 2.0)
|
27
27
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
28
|
-
actionview (5.2.
|
29
|
-
activesupport (= 5.2.
|
28
|
+
actionview (5.2.3)
|
29
|
+
activesupport (= 5.2.3)
|
30
30
|
builder (~> 3.1)
|
31
31
|
erubi (~> 1.4)
|
32
32
|
rails-dom-testing (~> 2.0)
|
33
33
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
34
|
-
activejob (5.2.
|
35
|
-
activesupport (= 5.2.
|
34
|
+
activejob (5.2.3)
|
35
|
+
activesupport (= 5.2.3)
|
36
36
|
globalid (>= 0.3.6)
|
37
|
-
activemodel (5.2.
|
38
|
-
activesupport (= 5.2.
|
39
|
-
activerecord (5.2.
|
40
|
-
activemodel (= 5.2.
|
41
|
-
activesupport (= 5.2.
|
37
|
+
activemodel (5.2.3)
|
38
|
+
activesupport (= 5.2.3)
|
39
|
+
activerecord (5.2.3)
|
40
|
+
activemodel (= 5.2.3)
|
41
|
+
activesupport (= 5.2.3)
|
42
42
|
arel (>= 9.0)
|
43
|
-
activestorage (5.2.
|
44
|
-
actionpack (= 5.2.
|
45
|
-
activerecord (= 5.2.
|
43
|
+
activestorage (5.2.3)
|
44
|
+
actionpack (= 5.2.3)
|
45
|
+
activerecord (= 5.2.3)
|
46
46
|
marcel (~> 0.3.1)
|
47
|
-
activesupport (5.2.
|
47
|
+
activesupport (5.2.3)
|
48
48
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
49
49
|
i18n (>= 0.7, < 2)
|
50
50
|
minitest (~> 5.1)
|
51
51
|
tzinfo (~> 1.1)
|
52
52
|
arel (9.0.0)
|
53
53
|
builder (3.2.3)
|
54
|
-
byebug (
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
concurrent-ruby (1.0.5)
|
59
|
-
crass (1.0.4)
|
54
|
+
byebug (11.0.1)
|
55
|
+
coderay (1.1.2)
|
56
|
+
concurrent-ruby (1.1.5)
|
57
|
+
crass (1.0.5)
|
60
58
|
diff-lcs (1.3)
|
61
|
-
erubi (1.
|
62
|
-
globalid (0.4.
|
59
|
+
erubi (1.9.0)
|
60
|
+
globalid (0.4.2)
|
63
61
|
activesupport (>= 4.2.0)
|
64
|
-
i18n (1.
|
62
|
+
i18n (1.7.0)
|
65
63
|
concurrent-ruby (~> 1.0)
|
66
|
-
loofah (2.
|
64
|
+
loofah (2.3.1)
|
67
65
|
crass (~> 1.0.2)
|
68
66
|
nokogiri (>= 1.5.9)
|
69
|
-
mail (2.7.
|
67
|
+
mail (2.7.1)
|
70
68
|
mini_mime (>= 0.1.1)
|
71
|
-
marcel (0.3.
|
69
|
+
marcel (0.3.3)
|
72
70
|
mimemagic (~> 0.3.2)
|
73
|
-
method_source (0.
|
74
|
-
mimemagic (0.3.
|
75
|
-
mini_mime (1.0.
|
76
|
-
mini_portile2 (2.
|
77
|
-
minitest (5.
|
78
|
-
nio4r (2.
|
79
|
-
nokogiri (1.
|
80
|
-
mini_portile2 (~> 2.
|
81
|
-
pry (0.
|
71
|
+
method_source (0.9.2)
|
72
|
+
mimemagic (0.3.3)
|
73
|
+
mini_mime (1.0.2)
|
74
|
+
mini_portile2 (2.4.0)
|
75
|
+
minitest (5.12.2)
|
76
|
+
nio4r (2.5.2)
|
77
|
+
nokogiri (1.10.4)
|
78
|
+
mini_portile2 (~> 2.4.0)
|
79
|
+
pry (0.12.2)
|
82
80
|
coderay (~> 1.1.0)
|
83
|
-
method_source (~> 0.
|
84
|
-
|
85
|
-
|
86
|
-
byebug (~> 4.0)
|
81
|
+
method_source (~> 0.9.0)
|
82
|
+
pry-byebug (3.7.0)
|
83
|
+
byebug (~> 11.0)
|
87
84
|
pry (~> 0.10)
|
88
|
-
rack (2.0.
|
85
|
+
rack (2.0.7)
|
89
86
|
rack-test (1.1.0)
|
90
87
|
rack (>= 1.0, < 3)
|
91
|
-
rails (5.2.
|
92
|
-
actioncable (= 5.2.
|
93
|
-
actionmailer (= 5.2.
|
94
|
-
actionpack (= 5.2.
|
95
|
-
actionview (= 5.2.
|
96
|
-
activejob (= 5.2.
|
97
|
-
activemodel (= 5.2.
|
98
|
-
activerecord (= 5.2.
|
99
|
-
activestorage (= 5.2.
|
100
|
-
activesupport (= 5.2.
|
88
|
+
rails (5.2.3)
|
89
|
+
actioncable (= 5.2.3)
|
90
|
+
actionmailer (= 5.2.3)
|
91
|
+
actionpack (= 5.2.3)
|
92
|
+
actionview (= 5.2.3)
|
93
|
+
activejob (= 5.2.3)
|
94
|
+
activemodel (= 5.2.3)
|
95
|
+
activerecord (= 5.2.3)
|
96
|
+
activestorage (= 5.2.3)
|
97
|
+
activesupport (= 5.2.3)
|
101
98
|
bundler (>= 1.3.0)
|
102
|
-
railties (= 5.2.
|
99
|
+
railties (= 5.2.3)
|
103
100
|
sprockets-rails (>= 2.0.0)
|
104
101
|
rails-dom-testing (2.0.3)
|
105
102
|
activesupport (>= 4.2.0)
|
106
103
|
nokogiri (>= 1.6)
|
107
|
-
rails-html-sanitizer (1.0
|
108
|
-
loofah (~> 2.
|
109
|
-
railties (5.2.
|
110
|
-
actionpack (= 5.2.
|
111
|
-
activesupport (= 5.2.
|
104
|
+
rails-html-sanitizer (1.3.0)
|
105
|
+
loofah (~> 2.3)
|
106
|
+
railties (5.2.3)
|
107
|
+
actionpack (= 5.2.3)
|
108
|
+
activesupport (= 5.2.3)
|
112
109
|
method_source
|
113
110
|
rake (>= 0.8.7)
|
114
111
|
thor (>= 0.19.0, < 2.0)
|
115
|
-
rake (
|
116
|
-
rspec (3.
|
117
|
-
rspec-core (~> 3.
|
118
|
-
rspec-expectations (~> 3.
|
119
|
-
rspec-mocks (~> 3.
|
120
|
-
rspec-core (3.
|
121
|
-
rspec-support (~> 3.
|
122
|
-
rspec-expectations (3.
|
112
|
+
rake (13.0.0)
|
113
|
+
rspec (3.9.0)
|
114
|
+
rspec-core (~> 3.9.0)
|
115
|
+
rspec-expectations (~> 3.9.0)
|
116
|
+
rspec-mocks (~> 3.9.0)
|
117
|
+
rspec-core (3.9.0)
|
118
|
+
rspec-support (~> 3.9.0)
|
119
|
+
rspec-expectations (3.9.0)
|
123
120
|
diff-lcs (>= 1.2.0, < 2.0)
|
124
|
-
rspec-support (~> 3.
|
125
|
-
rspec-mocks (3.
|
121
|
+
rspec-support (~> 3.9.0)
|
122
|
+
rspec-mocks (3.9.0)
|
126
123
|
diff-lcs (>= 1.2.0, < 2.0)
|
127
|
-
rspec-support (~> 3.
|
128
|
-
rspec-support (3.
|
129
|
-
|
130
|
-
sprockets (3.7.2)
|
124
|
+
rspec-support (~> 3.9.0)
|
125
|
+
rspec-support (3.9.0)
|
126
|
+
sprockets (4.0.0)
|
131
127
|
concurrent-ruby (~> 1.0)
|
132
128
|
rack (> 1, < 3)
|
133
129
|
sprockets-rails (3.2.1)
|
134
130
|
actionpack (>= 4.0)
|
135
131
|
activesupport (>= 4.0)
|
136
132
|
sprockets (>= 3.0.0)
|
137
|
-
thor (0.20.
|
133
|
+
thor (0.20.3)
|
138
134
|
thread_safe (0.3.6)
|
139
135
|
tzinfo (1.2.5)
|
140
136
|
thread_safe (~> 0.1)
|
141
|
-
websocket-driver (0.7.
|
137
|
+
websocket-driver (0.7.1)
|
142
138
|
websocket-extensions (>= 0.1.0)
|
143
|
-
websocket-extensions (0.1.
|
139
|
+
websocket-extensions (0.1.4)
|
144
140
|
|
145
141
|
PLATFORMS
|
146
142
|
ruby
|
@@ -152,4 +148,4 @@ DEPENDENCIES
|
|
152
148
|
rspec (~> 3.6)
|
153
149
|
|
154
150
|
BUNDLED WITH
|
155
|
-
|
151
|
+
2.0.2
|
@@ -326,10 +326,10 @@ end
|
|
326
326
|
end
|
327
327
|
|
328
328
|
def inject_webpacker_into_layout
|
329
|
-
|
329
|
+
gsub_file(
|
330
330
|
'app/views/application/_javascript.html.erb',
|
331
|
-
|
332
|
-
|
331
|
+
Regexp.new("<%= javascript_include_tag :application %>"),
|
332
|
+
%{\n<%= javascript_pack_tag 'application' %>\n<%= stylesheet_pack_tag 'application' %>}
|
333
333
|
)
|
334
334
|
end
|
335
335
|
|
data/lib/suspenders/version.rb
CHANGED
data/suspenders.gemspec
CHANGED
@@ -27,7 +27,7 @@ rush to build something amazing; don't use it if you like missing deadlines.
|
|
27
27
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
28
28
|
s.version = Suspenders::VERSION
|
29
29
|
|
30
|
-
s.add_dependency 'bundler', '~>
|
30
|
+
s.add_dependency 'bundler', '~> 2.0'
|
31
31
|
s.add_dependency 'rails', Suspenders::RAILS_VERSION
|
32
32
|
|
33
33
|
s.add_development_dependency 'pry'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: philosophies-suspenders
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Philosophie
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-10-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '2.0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '2.0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rails
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 5.2.
|
33
|
+
version: 5.2.3
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 5.2.
|
40
|
+
version: 5.2.3
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: pry
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -165,15 +165,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
165
165
|
requirements:
|
166
166
|
- - ">="
|
167
167
|
- !ruby/object:Gem::Version
|
168
|
-
version: 2.
|
168
|
+
version: 2.6.3
|
169
169
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
170
170
|
requirements:
|
171
171
|
- - ">="
|
172
172
|
- !ruby/object:Gem::Version
|
173
173
|
version: '0'
|
174
174
|
requirements: []
|
175
|
-
|
176
|
-
rubygems_version: 2.7.6
|
175
|
+
rubygems_version: 3.0.6
|
177
176
|
signing_key:
|
178
177
|
specification_version: 4
|
179
178
|
summary: Generate a Rails app using Philosophie's best practices.
|