meta-tags 2.18.0 → 2.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/Appraisals +25 -0
- data/CHANGELOG.md +10 -1
- data/Gemfile +4 -23
- data/README.md +100 -91
- data/Rakefile +19 -12
- data/Steepfile +0 -2
- data/certs/kpumuk.pem +19 -18
- data/gemfiles/rails_5.1.gemfile +8 -0
- data/gemfiles/rails_5.1.gemfile.lock +200 -0
- data/gemfiles/rails_5.2.gemfile +8 -0
- data/gemfiles/rails_5.2.gemfile.lock +200 -0
- data/gemfiles/rails_6.0.gemfile +8 -0
- data/gemfiles/rails_6.0.gemfile.lock +202 -0
- data/gemfiles/rails_6.1.gemfile +8 -0
- data/gemfiles/rails_6.1.gemfile.lock +201 -0
- data/gemfiles/rails_7.0.gemfile +8 -0
- data/gemfiles/rails_7.0.gemfile.lock +201 -0
- data/gemfiles/rails_7.1.gemfile +8 -0
- data/gemfiles/rails_7.1.gemfile.lock +231 -0
- data/lib/generators/meta_tags/install_generator.rb +1 -1
- data/lib/meta-tags.rb +1 -1
- data/lib/meta_tags/configuration.rb +16 -16
- data/lib/meta_tags/controller_helper.rb +3 -3
- data/lib/meta_tags/meta_tags_collection.rb +22 -22
- data/lib/meta_tags/railtie.rb +4 -4
- data/lib/meta_tags/renderer.rb +27 -27
- data/lib/meta_tags/text_normalizer.rb +18 -18
- data/lib/meta_tags/version.rb +1 -1
- data/lib/meta_tags/view_helper.rb +2 -2
- data/lib/meta_tags.rb +12 -12
- data/meta-tags.gemspec +39 -30
- data/sig/lib/_internal/rails.rbs +2 -0
- data/sig/lib/meta_tags/controller_helper.rbs +1 -0
- data/sig/lib/meta_tags/view_helper.rbs +2 -0
- data/sig/lib/meta_tags.rbs +2 -0
- data.tar.gz.sig +0 -0
- metadata +142 -30
- metadata.gz.sig +0 -0
@@ -0,0 +1,201 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
meta-tags (2.19.0)
|
5
|
+
actionpack (>= 3.2.0, < 7.2)
|
6
|
+
|
7
|
+
GEM
|
8
|
+
remote: https://rubygems.org/
|
9
|
+
specs:
|
10
|
+
actionpack (6.1.7)
|
11
|
+
actionview (= 6.1.7)
|
12
|
+
activesupport (= 6.1.7)
|
13
|
+
rack (~> 2.0, >= 2.0.9)
|
14
|
+
rack-test (>= 0.6.3)
|
15
|
+
rails-dom-testing (~> 2.0)
|
16
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
17
|
+
actionview (6.1.7)
|
18
|
+
activesupport (= 6.1.7)
|
19
|
+
builder (~> 3.1)
|
20
|
+
erubi (~> 1.4)
|
21
|
+
rails-dom-testing (~> 2.0)
|
22
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
23
|
+
activesupport (6.1.7)
|
24
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
25
|
+
i18n (>= 1.6, < 2)
|
26
|
+
minitest (>= 5.1)
|
27
|
+
tzinfo (~> 2.0)
|
28
|
+
zeitwerk (~> 2.3)
|
29
|
+
appraisal (2.5.0)
|
30
|
+
bundler
|
31
|
+
rake
|
32
|
+
thor (>= 0.14.0)
|
33
|
+
ast (2.4.2)
|
34
|
+
base64 (0.1.1)
|
35
|
+
builder (3.2.4)
|
36
|
+
concurrent-ruby (1.2.2)
|
37
|
+
crass (1.0.6)
|
38
|
+
csv (3.2.7)
|
39
|
+
diff-lcs (1.5.0)
|
40
|
+
docile (1.4.0)
|
41
|
+
erubi (1.12.0)
|
42
|
+
ffi (1.16.3)
|
43
|
+
fileutils (1.7.1)
|
44
|
+
i18n (1.14.1)
|
45
|
+
concurrent-ruby (~> 1.0)
|
46
|
+
json (2.6.3)
|
47
|
+
language_server-protocol (3.17.0.3)
|
48
|
+
lint_roller (1.1.0)
|
49
|
+
listen (3.8.0)
|
50
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
51
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
52
|
+
logger (1.5.3)
|
53
|
+
loofah (2.21.3)
|
54
|
+
crass (~> 1.0.2)
|
55
|
+
nokogiri (>= 1.12.0)
|
56
|
+
method_source (1.0.0)
|
57
|
+
minitest (5.20.0)
|
58
|
+
nokogiri (1.15.4-arm64-darwin)
|
59
|
+
racc (~> 1.4)
|
60
|
+
parallel (1.23.0)
|
61
|
+
parser (3.2.2.4)
|
62
|
+
ast (~> 2.4.1)
|
63
|
+
racc
|
64
|
+
racc (1.7.1)
|
65
|
+
rack (2.2.8)
|
66
|
+
rack-test (2.1.0)
|
67
|
+
rack (>= 1.3)
|
68
|
+
rails-dom-testing (2.2.0)
|
69
|
+
activesupport (>= 5.0.0)
|
70
|
+
minitest
|
71
|
+
nokogiri (>= 1.6)
|
72
|
+
rails-html-sanitizer (1.6.0)
|
73
|
+
loofah (~> 2.21)
|
74
|
+
nokogiri (~> 1.14)
|
75
|
+
railties (6.1.7)
|
76
|
+
actionpack (= 6.1.7)
|
77
|
+
activesupport (= 6.1.7)
|
78
|
+
method_source
|
79
|
+
rake (>= 12.2)
|
80
|
+
thor (~> 1.0)
|
81
|
+
rainbow (3.1.1)
|
82
|
+
rake (13.0.6)
|
83
|
+
rb-fsevent (0.11.2)
|
84
|
+
rb-inotify (0.10.1)
|
85
|
+
ffi (~> 1.0)
|
86
|
+
rbs (3.2.2)
|
87
|
+
regexp_parser (2.8.1)
|
88
|
+
rexml (3.2.6)
|
89
|
+
rspec (3.12.0)
|
90
|
+
rspec-core (~> 3.12.0)
|
91
|
+
rspec-expectations (~> 3.12.0)
|
92
|
+
rspec-mocks (~> 3.12.0)
|
93
|
+
rspec-core (3.12.2)
|
94
|
+
rspec-support (~> 3.12.0)
|
95
|
+
rspec-expectations (3.12.3)
|
96
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
97
|
+
rspec-support (~> 3.12.0)
|
98
|
+
rspec-html-matchers (0.10.0)
|
99
|
+
nokogiri (~> 1)
|
100
|
+
rspec (>= 3.0.0.a)
|
101
|
+
rspec-mocks (3.12.6)
|
102
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
103
|
+
rspec-support (~> 3.12.0)
|
104
|
+
rspec-support (3.12.1)
|
105
|
+
rspec_junit_formatter (0.6.0)
|
106
|
+
rspec-core (>= 2, < 4, != 2.12.0)
|
107
|
+
rubocop (1.56.4)
|
108
|
+
base64 (~> 0.1.1)
|
109
|
+
json (~> 2.3)
|
110
|
+
language_server-protocol (>= 3.17.0)
|
111
|
+
parallel (~> 1.10)
|
112
|
+
parser (>= 3.2.2.3)
|
113
|
+
rainbow (>= 2.2.2, < 4.0)
|
114
|
+
regexp_parser (>= 1.8, < 3.0)
|
115
|
+
rexml (>= 3.2.5, < 4.0)
|
116
|
+
rubocop-ast (>= 1.28.1, < 2.0)
|
117
|
+
ruby-progressbar (~> 1.7)
|
118
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
119
|
+
rubocop-ast (1.29.0)
|
120
|
+
parser (>= 3.2.1.0)
|
121
|
+
rubocop-capybara (2.19.0)
|
122
|
+
rubocop (~> 1.41)
|
123
|
+
rubocop-factory_bot (2.24.0)
|
124
|
+
rubocop (~> 1.33)
|
125
|
+
rubocop-performance (1.19.1)
|
126
|
+
rubocop (>= 1.7.0, < 2.0)
|
127
|
+
rubocop-ast (>= 0.4.0)
|
128
|
+
rubocop-rails (2.20.2)
|
129
|
+
activesupport (>= 4.2.0)
|
130
|
+
rack (>= 1.1)
|
131
|
+
rubocop (>= 1.33.0, < 2.0)
|
132
|
+
rubocop-rake (0.6.0)
|
133
|
+
rubocop (~> 1.0)
|
134
|
+
rubocop-rspec (2.23.2)
|
135
|
+
rubocop (~> 1.33)
|
136
|
+
rubocop-capybara (~> 2.17)
|
137
|
+
rubocop-factory_bot (~> 2.22)
|
138
|
+
ruby-progressbar (1.13.0)
|
139
|
+
securerandom (0.2.2)
|
140
|
+
simplecov (0.22.0)
|
141
|
+
docile (~> 1.1)
|
142
|
+
simplecov-html (~> 0.11)
|
143
|
+
simplecov_json_formatter (~> 0.1)
|
144
|
+
simplecov-html (0.12.3)
|
145
|
+
simplecov_json_formatter (0.1.4)
|
146
|
+
standard (1.31.1)
|
147
|
+
language_server-protocol (~> 3.17.0.2)
|
148
|
+
lint_roller (~> 1.0)
|
149
|
+
rubocop (~> 1.56.2)
|
150
|
+
standard-custom (~> 1.0.0)
|
151
|
+
standard-performance (~> 1.2)
|
152
|
+
standard-custom (1.0.2)
|
153
|
+
lint_roller (~> 1.0)
|
154
|
+
rubocop (~> 1.50)
|
155
|
+
standard-performance (1.2.0)
|
156
|
+
lint_roller (~> 1.1)
|
157
|
+
rubocop-performance (~> 1.19.0)
|
158
|
+
steep (1.5.3)
|
159
|
+
activesupport (>= 5.1)
|
160
|
+
concurrent-ruby (>= 1.1.10)
|
161
|
+
csv (>= 3.0.9)
|
162
|
+
fileutils (>= 1.1.0)
|
163
|
+
json (>= 2.1.0)
|
164
|
+
language_server-protocol (>= 3.15, < 4.0)
|
165
|
+
listen (~> 3.0)
|
166
|
+
logger (>= 1.3.0)
|
167
|
+
parser (>= 3.1)
|
168
|
+
rainbow (>= 2.2.2, < 4.0)
|
169
|
+
rbs (>= 3.1.0)
|
170
|
+
securerandom (>= 0.1)
|
171
|
+
strscan (>= 1.0.0)
|
172
|
+
terminal-table (>= 2, < 4)
|
173
|
+
strscan (3.0.6)
|
174
|
+
terminal-table (3.0.2)
|
175
|
+
unicode-display_width (>= 1.1.1, < 3)
|
176
|
+
thor (1.2.2)
|
177
|
+
tzinfo (2.0.6)
|
178
|
+
concurrent-ruby (~> 1.0)
|
179
|
+
unicode-display_width (2.5.0)
|
180
|
+
zeitwerk (2.6.12)
|
181
|
+
|
182
|
+
PLATFORMS
|
183
|
+
arm64-darwin
|
184
|
+
|
185
|
+
DEPENDENCIES
|
186
|
+
appraisal (~> 2.5.0)
|
187
|
+
meta-tags!
|
188
|
+
railties (= 6.1.7)
|
189
|
+
rake (~> 13.0)
|
190
|
+
rspec (~> 3.12.0)
|
191
|
+
rspec-html-matchers (~> 0.10.0)
|
192
|
+
rspec_junit_formatter (~> 0.6.0)
|
193
|
+
rubocop-rails (~> 2.20.2)
|
194
|
+
rubocop-rake (~> 0.6.0)
|
195
|
+
rubocop-rspec (~> 2.23.0)
|
196
|
+
simplecov (~> 0.22.0)
|
197
|
+
standard (~> 1.29)
|
198
|
+
steep (~> 1.5.2)
|
199
|
+
|
200
|
+
BUNDLED WITH
|
201
|
+
2.4.10
|
@@ -0,0 +1,201 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
meta-tags (2.19.0)
|
5
|
+
actionpack (>= 3.2.0, < 7.2)
|
6
|
+
|
7
|
+
GEM
|
8
|
+
remote: https://rubygems.org/
|
9
|
+
specs:
|
10
|
+
actionpack (7.0.4)
|
11
|
+
actionview (= 7.0.4)
|
12
|
+
activesupport (= 7.0.4)
|
13
|
+
rack (~> 2.0, >= 2.2.0)
|
14
|
+
rack-test (>= 0.6.3)
|
15
|
+
rails-dom-testing (~> 2.0)
|
16
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
17
|
+
actionview (7.0.4)
|
18
|
+
activesupport (= 7.0.4)
|
19
|
+
builder (~> 3.1)
|
20
|
+
erubi (~> 1.4)
|
21
|
+
rails-dom-testing (~> 2.0)
|
22
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
23
|
+
activesupport (7.0.4)
|
24
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
25
|
+
i18n (>= 1.6, < 2)
|
26
|
+
minitest (>= 5.1)
|
27
|
+
tzinfo (~> 2.0)
|
28
|
+
appraisal (2.5.0)
|
29
|
+
bundler
|
30
|
+
rake
|
31
|
+
thor (>= 0.14.0)
|
32
|
+
ast (2.4.2)
|
33
|
+
base64 (0.1.1)
|
34
|
+
builder (3.2.4)
|
35
|
+
concurrent-ruby (1.2.2)
|
36
|
+
crass (1.0.6)
|
37
|
+
csv (3.2.7)
|
38
|
+
diff-lcs (1.5.0)
|
39
|
+
docile (1.4.0)
|
40
|
+
erubi (1.12.0)
|
41
|
+
ffi (1.16.3)
|
42
|
+
fileutils (1.7.1)
|
43
|
+
i18n (1.14.1)
|
44
|
+
concurrent-ruby (~> 1.0)
|
45
|
+
json (2.6.3)
|
46
|
+
language_server-protocol (3.17.0.3)
|
47
|
+
lint_roller (1.1.0)
|
48
|
+
listen (3.8.0)
|
49
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
50
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
51
|
+
logger (1.5.3)
|
52
|
+
loofah (2.21.3)
|
53
|
+
crass (~> 1.0.2)
|
54
|
+
nokogiri (>= 1.12.0)
|
55
|
+
method_source (1.0.0)
|
56
|
+
minitest (5.20.0)
|
57
|
+
nokogiri (1.15.4-arm64-darwin)
|
58
|
+
racc (~> 1.4)
|
59
|
+
parallel (1.23.0)
|
60
|
+
parser (3.2.2.4)
|
61
|
+
ast (~> 2.4.1)
|
62
|
+
racc
|
63
|
+
racc (1.7.1)
|
64
|
+
rack (2.2.8)
|
65
|
+
rack-test (2.1.0)
|
66
|
+
rack (>= 1.3)
|
67
|
+
rails-dom-testing (2.2.0)
|
68
|
+
activesupport (>= 5.0.0)
|
69
|
+
minitest
|
70
|
+
nokogiri (>= 1.6)
|
71
|
+
rails-html-sanitizer (1.6.0)
|
72
|
+
loofah (~> 2.21)
|
73
|
+
nokogiri (~> 1.14)
|
74
|
+
railties (7.0.4)
|
75
|
+
actionpack (= 7.0.4)
|
76
|
+
activesupport (= 7.0.4)
|
77
|
+
method_source
|
78
|
+
rake (>= 12.2)
|
79
|
+
thor (~> 1.0)
|
80
|
+
zeitwerk (~> 2.5)
|
81
|
+
rainbow (3.1.1)
|
82
|
+
rake (13.0.6)
|
83
|
+
rb-fsevent (0.11.2)
|
84
|
+
rb-inotify (0.10.1)
|
85
|
+
ffi (~> 1.0)
|
86
|
+
rbs (3.2.2)
|
87
|
+
regexp_parser (2.8.1)
|
88
|
+
rexml (3.2.6)
|
89
|
+
rspec (3.12.0)
|
90
|
+
rspec-core (~> 3.12.0)
|
91
|
+
rspec-expectations (~> 3.12.0)
|
92
|
+
rspec-mocks (~> 3.12.0)
|
93
|
+
rspec-core (3.12.2)
|
94
|
+
rspec-support (~> 3.12.0)
|
95
|
+
rspec-expectations (3.12.3)
|
96
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
97
|
+
rspec-support (~> 3.12.0)
|
98
|
+
rspec-html-matchers (0.10.0)
|
99
|
+
nokogiri (~> 1)
|
100
|
+
rspec (>= 3.0.0.a)
|
101
|
+
rspec-mocks (3.12.6)
|
102
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
103
|
+
rspec-support (~> 3.12.0)
|
104
|
+
rspec-support (3.12.1)
|
105
|
+
rspec_junit_formatter (0.6.0)
|
106
|
+
rspec-core (>= 2, < 4, != 2.12.0)
|
107
|
+
rubocop (1.56.4)
|
108
|
+
base64 (~> 0.1.1)
|
109
|
+
json (~> 2.3)
|
110
|
+
language_server-protocol (>= 3.17.0)
|
111
|
+
parallel (~> 1.10)
|
112
|
+
parser (>= 3.2.2.3)
|
113
|
+
rainbow (>= 2.2.2, < 4.0)
|
114
|
+
regexp_parser (>= 1.8, < 3.0)
|
115
|
+
rexml (>= 3.2.5, < 4.0)
|
116
|
+
rubocop-ast (>= 1.28.1, < 2.0)
|
117
|
+
ruby-progressbar (~> 1.7)
|
118
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
119
|
+
rubocop-ast (1.29.0)
|
120
|
+
parser (>= 3.2.1.0)
|
121
|
+
rubocop-capybara (2.19.0)
|
122
|
+
rubocop (~> 1.41)
|
123
|
+
rubocop-factory_bot (2.24.0)
|
124
|
+
rubocop (~> 1.33)
|
125
|
+
rubocop-performance (1.19.1)
|
126
|
+
rubocop (>= 1.7.0, < 2.0)
|
127
|
+
rubocop-ast (>= 0.4.0)
|
128
|
+
rubocop-rails (2.20.2)
|
129
|
+
activesupport (>= 4.2.0)
|
130
|
+
rack (>= 1.1)
|
131
|
+
rubocop (>= 1.33.0, < 2.0)
|
132
|
+
rubocop-rake (0.6.0)
|
133
|
+
rubocop (~> 1.0)
|
134
|
+
rubocop-rspec (2.23.2)
|
135
|
+
rubocop (~> 1.33)
|
136
|
+
rubocop-capybara (~> 2.17)
|
137
|
+
rubocop-factory_bot (~> 2.22)
|
138
|
+
ruby-progressbar (1.13.0)
|
139
|
+
securerandom (0.2.2)
|
140
|
+
simplecov (0.22.0)
|
141
|
+
docile (~> 1.1)
|
142
|
+
simplecov-html (~> 0.11)
|
143
|
+
simplecov_json_formatter (~> 0.1)
|
144
|
+
simplecov-html (0.12.3)
|
145
|
+
simplecov_json_formatter (0.1.4)
|
146
|
+
standard (1.31.1)
|
147
|
+
language_server-protocol (~> 3.17.0.2)
|
148
|
+
lint_roller (~> 1.0)
|
149
|
+
rubocop (~> 1.56.2)
|
150
|
+
standard-custom (~> 1.0.0)
|
151
|
+
standard-performance (~> 1.2)
|
152
|
+
standard-custom (1.0.2)
|
153
|
+
lint_roller (~> 1.0)
|
154
|
+
rubocop (~> 1.50)
|
155
|
+
standard-performance (1.2.0)
|
156
|
+
lint_roller (~> 1.1)
|
157
|
+
rubocop-performance (~> 1.19.0)
|
158
|
+
steep (1.5.3)
|
159
|
+
activesupport (>= 5.1)
|
160
|
+
concurrent-ruby (>= 1.1.10)
|
161
|
+
csv (>= 3.0.9)
|
162
|
+
fileutils (>= 1.1.0)
|
163
|
+
json (>= 2.1.0)
|
164
|
+
language_server-protocol (>= 3.15, < 4.0)
|
165
|
+
listen (~> 3.0)
|
166
|
+
logger (>= 1.3.0)
|
167
|
+
parser (>= 3.1)
|
168
|
+
rainbow (>= 2.2.2, < 4.0)
|
169
|
+
rbs (>= 3.1.0)
|
170
|
+
securerandom (>= 0.1)
|
171
|
+
strscan (>= 1.0.0)
|
172
|
+
terminal-table (>= 2, < 4)
|
173
|
+
strscan (3.0.6)
|
174
|
+
terminal-table (3.0.2)
|
175
|
+
unicode-display_width (>= 1.1.1, < 3)
|
176
|
+
thor (1.2.2)
|
177
|
+
tzinfo (2.0.6)
|
178
|
+
concurrent-ruby (~> 1.0)
|
179
|
+
unicode-display_width (2.5.0)
|
180
|
+
zeitwerk (2.6.12)
|
181
|
+
|
182
|
+
PLATFORMS
|
183
|
+
arm64-darwin
|
184
|
+
|
185
|
+
DEPENDENCIES
|
186
|
+
appraisal (~> 2.5.0)
|
187
|
+
meta-tags!
|
188
|
+
railties (= 7.0.4)
|
189
|
+
rake (~> 13.0)
|
190
|
+
rspec (~> 3.12.0)
|
191
|
+
rspec-html-matchers (~> 0.10.0)
|
192
|
+
rspec_junit_formatter (~> 0.6.0)
|
193
|
+
rubocop-rails (~> 2.20.2)
|
194
|
+
rubocop-rake (~> 0.6.0)
|
195
|
+
rubocop-rspec (~> 2.23.0)
|
196
|
+
simplecov (~> 0.22.0)
|
197
|
+
standard (~> 1.29)
|
198
|
+
steep (~> 1.5.2)
|
199
|
+
|
200
|
+
BUNDLED WITH
|
201
|
+
2.4.10
|
@@ -0,0 +1,231 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
meta-tags (2.19.0)
|
5
|
+
actionpack (>= 3.2.0, < 7.2)
|
6
|
+
|
7
|
+
GEM
|
8
|
+
remote: https://rubygems.org/
|
9
|
+
specs:
|
10
|
+
actionpack (7.1.0)
|
11
|
+
actionview (= 7.1.0)
|
12
|
+
activesupport (= 7.1.0)
|
13
|
+
nokogiri (>= 1.8.5)
|
14
|
+
rack (>= 2.2.4)
|
15
|
+
rack-session (>= 1.0.1)
|
16
|
+
rack-test (>= 0.6.3)
|
17
|
+
rails-dom-testing (~> 2.2)
|
18
|
+
rails-html-sanitizer (~> 1.6)
|
19
|
+
actionview (7.1.0)
|
20
|
+
activesupport (= 7.1.0)
|
21
|
+
builder (~> 3.1)
|
22
|
+
erubi (~> 1.11)
|
23
|
+
rails-dom-testing (~> 2.2)
|
24
|
+
rails-html-sanitizer (~> 1.6)
|
25
|
+
activesupport (7.1.0)
|
26
|
+
base64
|
27
|
+
bigdecimal
|
28
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
29
|
+
connection_pool (>= 2.2.5)
|
30
|
+
drb
|
31
|
+
i18n (>= 1.6, < 2)
|
32
|
+
minitest (>= 5.1)
|
33
|
+
mutex_m
|
34
|
+
tzinfo (~> 2.0)
|
35
|
+
appraisal (2.5.0)
|
36
|
+
bundler
|
37
|
+
rake
|
38
|
+
thor (>= 0.14.0)
|
39
|
+
ast (2.4.2)
|
40
|
+
base64 (0.1.1)
|
41
|
+
bigdecimal (3.1.4)
|
42
|
+
builder (3.2.4)
|
43
|
+
concurrent-ruby (1.2.2)
|
44
|
+
connection_pool (2.4.1)
|
45
|
+
crass (1.0.6)
|
46
|
+
csv (3.2.7)
|
47
|
+
diff-lcs (1.5.0)
|
48
|
+
docile (1.4.0)
|
49
|
+
drb (2.1.1)
|
50
|
+
ruby2_keywords
|
51
|
+
erubi (1.12.0)
|
52
|
+
ffi (1.16.3)
|
53
|
+
fileutils (1.7.1)
|
54
|
+
i18n (1.14.1)
|
55
|
+
concurrent-ruby (~> 1.0)
|
56
|
+
io-console (0.6.0)
|
57
|
+
irb (1.8.1)
|
58
|
+
rdoc
|
59
|
+
reline (>= 0.3.8)
|
60
|
+
json (2.6.3)
|
61
|
+
language_server-protocol (3.17.0.3)
|
62
|
+
lint_roller (1.1.0)
|
63
|
+
listen (3.8.0)
|
64
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
65
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
66
|
+
logger (1.5.3)
|
67
|
+
loofah (2.21.3)
|
68
|
+
crass (~> 1.0.2)
|
69
|
+
nokogiri (>= 1.12.0)
|
70
|
+
minitest (5.20.0)
|
71
|
+
mutex_m (0.1.2)
|
72
|
+
nokogiri (1.15.4-arm64-darwin)
|
73
|
+
racc (~> 1.4)
|
74
|
+
parallel (1.23.0)
|
75
|
+
parser (3.2.2.4)
|
76
|
+
ast (~> 2.4.1)
|
77
|
+
racc
|
78
|
+
psych (5.1.0)
|
79
|
+
stringio
|
80
|
+
racc (1.7.1)
|
81
|
+
rack (3.0.8)
|
82
|
+
rack-session (2.0.0)
|
83
|
+
rack (>= 3.0.0)
|
84
|
+
rack-test (2.1.0)
|
85
|
+
rack (>= 1.3)
|
86
|
+
rackup (2.1.0)
|
87
|
+
rack (>= 3)
|
88
|
+
webrick (~> 1.8)
|
89
|
+
rails-dom-testing (2.2.0)
|
90
|
+
activesupport (>= 5.0.0)
|
91
|
+
minitest
|
92
|
+
nokogiri (>= 1.6)
|
93
|
+
rails-html-sanitizer (1.6.0)
|
94
|
+
loofah (~> 2.21)
|
95
|
+
nokogiri (~> 1.14)
|
96
|
+
railties (7.1.0)
|
97
|
+
actionpack (= 7.1.0)
|
98
|
+
activesupport (= 7.1.0)
|
99
|
+
irb
|
100
|
+
rackup (>= 1.0.0)
|
101
|
+
rake (>= 12.2)
|
102
|
+
thor (~> 1.0, >= 1.2.2)
|
103
|
+
zeitwerk (~> 2.6)
|
104
|
+
rainbow (3.1.1)
|
105
|
+
rake (13.0.6)
|
106
|
+
rb-fsevent (0.11.2)
|
107
|
+
rb-inotify (0.10.1)
|
108
|
+
ffi (~> 1.0)
|
109
|
+
rbs (3.2.2)
|
110
|
+
rdoc (6.5.0)
|
111
|
+
psych (>= 4.0.0)
|
112
|
+
regexp_parser (2.8.1)
|
113
|
+
reline (0.3.9)
|
114
|
+
io-console (~> 0.5)
|
115
|
+
rexml (3.2.6)
|
116
|
+
rspec (3.12.0)
|
117
|
+
rspec-core (~> 3.12.0)
|
118
|
+
rspec-expectations (~> 3.12.0)
|
119
|
+
rspec-mocks (~> 3.12.0)
|
120
|
+
rspec-core (3.12.2)
|
121
|
+
rspec-support (~> 3.12.0)
|
122
|
+
rspec-expectations (3.12.3)
|
123
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
124
|
+
rspec-support (~> 3.12.0)
|
125
|
+
rspec-html-matchers (0.10.0)
|
126
|
+
nokogiri (~> 1)
|
127
|
+
rspec (>= 3.0.0.a)
|
128
|
+
rspec-mocks (3.12.6)
|
129
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
130
|
+
rspec-support (~> 3.12.0)
|
131
|
+
rspec-support (3.12.1)
|
132
|
+
rspec_junit_formatter (0.6.0)
|
133
|
+
rspec-core (>= 2, < 4, != 2.12.0)
|
134
|
+
rubocop (1.56.4)
|
135
|
+
base64 (~> 0.1.1)
|
136
|
+
json (~> 2.3)
|
137
|
+
language_server-protocol (>= 3.17.0)
|
138
|
+
parallel (~> 1.10)
|
139
|
+
parser (>= 3.2.2.3)
|
140
|
+
rainbow (>= 2.2.2, < 4.0)
|
141
|
+
regexp_parser (>= 1.8, < 3.0)
|
142
|
+
rexml (>= 3.2.5, < 4.0)
|
143
|
+
rubocop-ast (>= 1.28.1, < 2.0)
|
144
|
+
ruby-progressbar (~> 1.7)
|
145
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
146
|
+
rubocop-ast (1.29.0)
|
147
|
+
parser (>= 3.2.1.0)
|
148
|
+
rubocop-capybara (2.19.0)
|
149
|
+
rubocop (~> 1.41)
|
150
|
+
rubocop-factory_bot (2.24.0)
|
151
|
+
rubocop (~> 1.33)
|
152
|
+
rubocop-performance (1.19.1)
|
153
|
+
rubocop (>= 1.7.0, < 2.0)
|
154
|
+
rubocop-ast (>= 0.4.0)
|
155
|
+
rubocop-rails (2.20.2)
|
156
|
+
activesupport (>= 4.2.0)
|
157
|
+
rack (>= 1.1)
|
158
|
+
rubocop (>= 1.33.0, < 2.0)
|
159
|
+
rubocop-rake (0.6.0)
|
160
|
+
rubocop (~> 1.0)
|
161
|
+
rubocop-rspec (2.23.2)
|
162
|
+
rubocop (~> 1.33)
|
163
|
+
rubocop-capybara (~> 2.17)
|
164
|
+
rubocop-factory_bot (~> 2.22)
|
165
|
+
ruby-progressbar (1.13.0)
|
166
|
+
ruby2_keywords (0.0.5)
|
167
|
+
securerandom (0.2.2)
|
168
|
+
simplecov (0.22.0)
|
169
|
+
docile (~> 1.1)
|
170
|
+
simplecov-html (~> 0.11)
|
171
|
+
simplecov_json_formatter (~> 0.1)
|
172
|
+
simplecov-html (0.12.3)
|
173
|
+
simplecov_json_formatter (0.1.4)
|
174
|
+
standard (1.31.1)
|
175
|
+
language_server-protocol (~> 3.17.0.2)
|
176
|
+
lint_roller (~> 1.0)
|
177
|
+
rubocop (~> 1.56.2)
|
178
|
+
standard-custom (~> 1.0.0)
|
179
|
+
standard-performance (~> 1.2)
|
180
|
+
standard-custom (1.0.2)
|
181
|
+
lint_roller (~> 1.0)
|
182
|
+
rubocop (~> 1.50)
|
183
|
+
standard-performance (1.2.0)
|
184
|
+
lint_roller (~> 1.1)
|
185
|
+
rubocop-performance (~> 1.19.0)
|
186
|
+
steep (1.5.3)
|
187
|
+
activesupport (>= 5.1)
|
188
|
+
concurrent-ruby (>= 1.1.10)
|
189
|
+
csv (>= 3.0.9)
|
190
|
+
fileutils (>= 1.1.0)
|
191
|
+
json (>= 2.1.0)
|
192
|
+
language_server-protocol (>= 3.15, < 4.0)
|
193
|
+
listen (~> 3.0)
|
194
|
+
logger (>= 1.3.0)
|
195
|
+
parser (>= 3.1)
|
196
|
+
rainbow (>= 2.2.2, < 4.0)
|
197
|
+
rbs (>= 3.1.0)
|
198
|
+
securerandom (>= 0.1)
|
199
|
+
strscan (>= 1.0.0)
|
200
|
+
terminal-table (>= 2, < 4)
|
201
|
+
stringio (3.0.8)
|
202
|
+
strscan (3.0.6)
|
203
|
+
terminal-table (3.0.2)
|
204
|
+
unicode-display_width (>= 1.1.1, < 3)
|
205
|
+
thor (1.2.2)
|
206
|
+
tzinfo (2.0.6)
|
207
|
+
concurrent-ruby (~> 1.0)
|
208
|
+
unicode-display_width (2.5.0)
|
209
|
+
webrick (1.8.1)
|
210
|
+
zeitwerk (2.6.12)
|
211
|
+
|
212
|
+
PLATFORMS
|
213
|
+
arm64-darwin
|
214
|
+
|
215
|
+
DEPENDENCIES
|
216
|
+
appraisal (~> 2.5.0)
|
217
|
+
meta-tags!
|
218
|
+
railties (= 7.1.0)
|
219
|
+
rake (~> 13.0)
|
220
|
+
rspec (~> 3.12.0)
|
221
|
+
rspec-html-matchers (~> 0.10.0)
|
222
|
+
rspec_junit_formatter (~> 0.6.0)
|
223
|
+
rubocop-rails (~> 2.20.2)
|
224
|
+
rubocop-rake (~> 0.6.0)
|
225
|
+
rubocop-rspec (~> 2.23.0)
|
226
|
+
simplecov (~> 0.22.0)
|
227
|
+
standard (~> 1.29)
|
228
|
+
steep (~> 1.5.2)
|
229
|
+
|
230
|
+
BUNDLED WITH
|
231
|
+
2.4.10
|
@@ -4,7 +4,7 @@ module MetaTags
|
|
4
4
|
module Generators
|
5
5
|
class InstallGenerator < Rails::Generators::Base
|
6
6
|
desc "Copy MetaTags default files"
|
7
|
-
source_root File.expand_path(
|
7
|
+
source_root File.expand_path("templates", __dir__)
|
8
8
|
|
9
9
|
def copy_config
|
10
10
|
template "config/initializers/meta_tags.rb"
|
data/lib/meta-tags.rb
CHANGED