qiita-markdown 0.41.0 → 0.42.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2814dd1584a985b5aba7cb261d93b8ce30500911432143b3fd75eac4b64b30ee
4
- data.tar.gz: 00e04020a944e3be12ec75f6865c4a578620799ae56e6eaa456021a529873549
3
+ metadata.gz: 0430156d41ed0b17c5ba246e32ca78024e9d3fb834d8a003924a7e3526d9b278
4
+ data.tar.gz: cb4ea8e9542c5aaeffed2f8d359c06e3e72c3ff08e90f9c97cf3c6bc9c3f7f63
5
5
  SHA512:
6
- metadata.gz: 8a1b124118e6f2c79169e757896a2099aed7239d3f029083ba7acf08c8b91f9352f54f79e5d16f737d160639660461ec1f764f4dbb2dc4b846f91736b87962cc
7
- data.tar.gz: 58e0fa409e266d22bdc5416404870d2fcaa9851aa665fd27c051f88c0663a7baef8f1da24a8e6c11e8f6a03a6dcd67211f64673ea259cd2e48e58c0e4b719459
6
+ metadata.gz: 9488a97467616a4ca6e64a2483a4ba9789f3d69f1025aee5f5350a6baa6ada4e215de77af3dbb98f9ecb3a99c94680e6fc1dd7535a2acfccf70d82b1abd685db
7
+ data.tar.gz: 414798bddd8fc8d76e9f77d8165cb96907969c77b0e8c2e2678cbfeb5e44f1d43e2d888447005a1c9b7195f56e2757aa99f4ac6712933cdf5ea986ba0511d813
@@ -16,7 +16,7 @@ jobs:
16
16
  fail-fast: false
17
17
  matrix:
18
18
  os: ['ubuntu-18.04', 'ubuntu-latest', 'macos-latest']
19
- ruby: ['2.6', '2.7']
19
+ ruby: ['2.6', '2.7', '3.0', '3.1']
20
20
  experimental: [false]
21
21
  include:
22
22
  - os: 'ubuntu-latest'
data/.rubocop_todo.yml CHANGED
@@ -1,13 +1,13 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config --exclude-limit 99999`
3
- # on 2022-03-29 10:59:09 UTC using RuboCop version 1.7.0.
3
+ # on 2022-04-15 03:12:24 UTC using RuboCop version 1.27.0.
4
4
  # The point is for the user to remove these configuration records
5
5
  # one by one as the offenses are removed from the code base.
6
6
  # Note that changes in the inspected code, or installation of new
7
7
  # versions of RuboCop, may require this file to be generated again.
8
8
 
9
9
  # Offense count: 3
10
- # Cop supports --auto-correct.
10
+ # This cop supports safe auto-correction (--auto-correct).
11
11
  # Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include.
12
12
  # Include: **/*.gemspec
13
13
  Gemspec/OrderedDependencies:
@@ -15,13 +15,28 @@ Gemspec/OrderedDependencies:
15
15
  - 'qiita-markdown.gemspec'
16
16
 
17
17
  # Offense count: 1
18
- # Cop supports --auto-correct.
18
+ # This cop supports safe auto-correction (--auto-correct).
19
+ # Configuration parameters: Include.
20
+ # Include: **/*.gemspec
21
+ Gemspec/RequireMFA:
22
+ Exclude:
23
+ - 'qiita-markdown.gemspec'
24
+
25
+ # Offense count: 1
26
+ # Configuration parameters: Include.
27
+ # Include: **/*.gemspec
28
+ Gemspec/RequiredRubyVersion:
29
+ Exclude:
30
+ - 'qiita-markdown.gemspec'
31
+
32
+ # Offense count: 1
33
+ # This cop supports safe auto-correction (--auto-correct).
19
34
  Layout/ClosingHeredocIndentation:
20
35
  Exclude:
21
36
  - 'spec/qiita/markdown/processor_spec.rb'
22
37
 
23
38
  # Offense count: 9
24
- # Cop supports --auto-correct.
39
+ # This cop supports safe auto-correction (--auto-correct).
25
40
  Layout/EmptyLineAfterGuardClause:
26
41
  Exclude:
27
42
  - 'lib/qiita/markdown/filters/custom_block.rb'
@@ -32,7 +47,7 @@ Layout/EmptyLineAfterGuardClause:
32
47
  - 'lib/qiita/markdown/transformers/filter_attributes.rb'
33
48
 
34
49
  # Offense count: 22
35
- # Cop supports --auto-correct.
50
+ # This cop supports safe auto-correction (--auto-correct).
36
51
  # Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
37
52
  # SupportedHashRocketStyles: key, separator, table
38
53
  # SupportedColonStyles: key, separator, table
@@ -42,7 +57,7 @@ Layout/HashAlignment:
42
57
  - 'lib/qiita/markdown/filters/user_input_sanitizer.rb'
43
58
 
44
59
  # Offense count: 1
45
- # Cop supports --auto-correct.
60
+ # This cop supports safe auto-correction (--auto-correct).
46
61
  # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBrackets.
47
62
  # SupportedStyles: space, no_space, compact
48
63
  # SupportedStylesForEmptyBrackets: space, no_space
@@ -50,6 +65,12 @@ Layout/SpaceInsideArrayLiteralBrackets:
50
65
  Exclude:
51
66
  - 'lib/qiita/markdown/transformers/filter_iframe.rb'
52
67
 
68
+ # Offense count: 2
69
+ # This cop supports safe auto-correction (--auto-correct).
70
+ Lint/AmbiguousOperatorPrecedence:
71
+ Exclude:
72
+ - 'lib/qiita/markdown/filters/mention.rb'
73
+
53
74
  # Offense count: 5
54
75
  # Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
55
76
  Metrics/AbcSize:
@@ -60,13 +81,22 @@ Metrics/AbcSize:
60
81
  Metrics/MethodLength:
61
82
  Max: 20
62
83
 
84
+ # Offense count: 2
85
+ # This cop supports safe auto-correction (--auto-correct).
86
+ # Configuration parameters: EnforcedStyle, BlockForwardingName.
87
+ # SupportedStyles: anonymous, explicit
88
+ Naming/BlockForwarding:
89
+ Exclude:
90
+ - 'lib/qiita/markdown/filters/truncate.rb'
91
+
63
92
  # Offense count: 1
64
93
  Naming/ConstantName:
65
94
  Exclude:
66
95
  - 'lib/qiita/markdown/filters/mention.rb'
67
96
 
68
97
  # Offense count: 1
69
- # Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, Regex, IgnoreExecutableScripts, AllowedAcronyms.
98
+ # Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, CheckDefinitionPathHierarchyRoots, Regex, IgnoreExecutableScripts, AllowedAcronyms.
99
+ # CheckDefinitionPathHierarchyRoots: lib, spec, test, src
70
100
  # AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS
71
101
  Naming/FileName:
72
102
  Exclude:
@@ -97,7 +127,7 @@ Naming/MethodParameterName:
97
127
  - 'lib/qiita/markdown/filters/footnote.rb'
98
128
 
99
129
  # Offense count: 3
100
- # Cop supports --auto-correct.
130
+ # This cop supports safe auto-correction (--auto-correct).
101
131
  # Configuration parameters: EnforcedStyle.
102
132
  # SupportedStyles: percent_q, bare_percent
103
133
  Style/BarePercentLiterals:
@@ -105,13 +135,13 @@ Style/BarePercentLiterals:
105
135
  - 'lib/qiita/markdown/filters/syntax_highlight.rb'
106
136
 
107
137
  # Offense count: 1
108
- # Cop supports --auto-correct.
138
+ # This cop supports safe auto-correction (--auto-correct).
109
139
  Style/ExpandPathArguments:
110
140
  Exclude:
111
141
  - 'qiita-markdown.gemspec'
112
142
 
113
143
  # Offense count: 47
114
- # Cop supports --auto-correct.
144
+ # This cop supports safe auto-correction (--auto-correct).
115
145
  # Configuration parameters: EnforcedStyle.
116
146
  # SupportedStyles: always, always_true, never
117
147
  Style/FrozenStringLiteralComment:
@@ -164,32 +194,41 @@ Style/FrozenStringLiteralComment:
164
194
  - 'spec/qiita/markdown/summary_processor_spec.rb'
165
195
  - 'spec/spec_helper.rb'
166
196
 
197
+ # Offense count: 6
198
+ # This cop supports safe auto-correction (--auto-correct).
199
+ # Configuration parameters: EnforcedShorthandSyntax, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols.
200
+ # SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys
201
+ # SupportedShorthandSyntax: always, never, either
202
+ Style/HashSyntax:
203
+ EnforcedStyle: ruby19
204
+ EnforcedShorthandSyntax: never
205
+
167
206
  # Offense count: 2
168
- # Cop supports --auto-correct.
207
+ # This cop supports safe auto-correction (--auto-correct).
169
208
  Style/IfUnlessModifier:
170
209
  Exclude:
171
210
  - 'lib/qiita/markdown/filters/truncate.rb'
172
211
  - 'lib/qiita/markdown/transformers/strip_invalid_node.rb'
173
212
 
174
213
  # Offense count: 17
175
- # Cop supports --auto-correct.
214
+ # This cop supports safe auto-correction (--auto-correct).
176
215
  # Configuration parameters: EnforcedStyle.
177
216
  # SupportedStyles: literals, strict
178
217
  Style/MutableConstant:
179
218
  Exclude:
180
219
  - 'lib/qiita/markdown/embed/code_pen.rb'
181
- - 'lib/qiita/markdown/embed/tweet.rb'
182
- - 'lib/qiita/markdown/filters/checkbox.rb'
183
- - 'lib/qiita/markdown/filters/code_block.rb'
184
220
  - 'lib/qiita/markdown/filters/group_mention.rb'
185
221
  - 'lib/qiita/markdown/filters/inline_code_color.rb'
186
222
  - 'lib/qiita/markdown/filters/mention.rb'
223
+ - 'lib/qiita/markdown/embed/tweet.rb'
224
+ - 'lib/qiita/markdown/filters/checkbox.rb'
225
+ - 'lib/qiita/markdown/filters/code_block.rb'
187
226
  - 'lib/qiita/markdown/filters/simplify.rb'
188
227
  - 'lib/qiita/markdown/filters/syntax_highlight.rb'
189
228
  - 'lib/qiita/markdown/version.rb'
190
229
 
191
230
  # Offense count: 2
192
- # Cop supports --auto-correct.
231
+ # This cop supports safe auto-correction (--auto-correct).
193
232
  # Configuration parameters: EnforcedStyle, MinBodyLength.
194
233
  # SupportedStyles: skip_modifier_ifs, always
195
234
  Style/Next:
@@ -198,7 +237,7 @@ Style/Next:
198
237
  - 'lib/qiita/markdown/filters/image_link.rb'
199
238
 
200
239
  # Offense count: 5
201
- # Cop supports --auto-correct.
240
+ # This cop supports unsafe auto-correction (--auto-correct-all).
202
241
  # Configuration parameters: EnforcedStyle, IgnoredMethods.
203
242
  # SupportedStyles: predicate, comparison
204
243
  Style/NumericPredicate:
@@ -216,13 +255,13 @@ Style/OptionalBooleanParameter:
216
255
  - 'lib/qiita/markdown/greenmat/heading_rendering.rb'
217
256
 
218
257
  # Offense count: 1
219
- # Cop supports --auto-correct.
258
+ # This cop supports safe auto-correction (--auto-correct).
220
259
  Style/OrAssignment:
221
260
  Exclude:
222
261
  - 'lib/qiita/markdown/greenmat/html_toc_renderer.rb'
223
262
 
224
263
  # Offense count: 9
225
- # Cop supports --auto-correct.
264
+ # This cop supports safe auto-correction (--auto-correct).
226
265
  # Configuration parameters: PreferredDelimiters.
227
266
  Style/PercentLiteralDelimiters:
228
267
  Exclude:
@@ -233,33 +272,33 @@ Style/PercentLiteralDelimiters:
233
272
  - 'spec/qiita/markdown/summary_processor_spec.rb'
234
273
 
235
274
  # Offense count: 1
236
- # Cop supports --auto-correct.
275
+ # This cop supports safe auto-correction (--auto-correct).
237
276
  Style/PerlBackrefs:
238
277
  Exclude:
239
278
  - 'lib/qiita/markdown/filters/mention.rb'
240
279
 
241
280
  # Offense count: 1
242
- # Cop supports --auto-correct.
281
+ # This cop supports unsafe auto-correction (--auto-correct-all).
243
282
  # Configuration parameters: Methods.
244
283
  Style/RedundantArgument:
245
284
  Exclude:
246
285
  - 'lib/qiita/markdown/filters/custom_block.rb'
247
286
 
248
287
  # Offense count: 1
249
- # Cop supports --auto-correct.
288
+ # This cop supports safe auto-correction (--auto-correct).
250
289
  Style/RedundantRegexpCharacterClass:
251
290
  Exclude:
252
291
  - 'lib/qiita/markdown/filters/mention.rb'
253
292
 
254
293
  # Offense count: 9
255
- # Cop supports --auto-correct.
294
+ # This cop supports safe auto-correction (--auto-correct).
256
295
  Style/RedundantRegexpEscape:
257
296
  Exclude:
258
297
  - 'lib/qiita/markdown/filters/group_mention.rb'
259
298
  - 'lib/qiita/markdown/filters/inline_code_color.rb'
260
299
 
261
300
  # Offense count: 4
262
- # Cop supports --auto-correct.
301
+ # This cop supports safe auto-correction (--auto-correct).
263
302
  # Configuration parameters: EnforcedStyle, AllowInnerSlashes.
264
303
  # SupportedStyles: slashes, percent_r, mixed
265
304
  Style/RegexpLiteral:
@@ -268,7 +307,7 @@ Style/RegexpLiteral:
268
307
  - 'lib/qiita/markdown/filters/mention.rb'
269
308
 
270
309
  # Offense count: 1
271
- # Cop supports --auto-correct.
310
+ # This cop supports safe auto-correction (--auto-correct).
272
311
  # Configuration parameters: EnforcedStyle.
273
312
  # SupportedStyles: implicit, explicit
274
313
  Style/RescueStandardError:
@@ -276,8 +315,8 @@ Style/RescueStandardError:
276
315
  - 'lib/qiita/markdown/filters/syntax_highlight.rb'
277
316
 
278
317
  # Offense count: 2
279
- # Cop supports --auto-correct.
280
- # Configuration parameters: ConvertCodeThatCanStartToReturnNil, AllowedMethods.
318
+ # This cop supports safe auto-correction (--auto-correct).
319
+ # Configuration parameters: ConvertCodeThatCanStartToReturnNil, AllowedMethods, MaxChainLength.
281
320
  # AllowedMethods: present?, blank?, presence, try, try!
282
321
  Style/SafeNavigation:
283
322
  Exclude:
@@ -285,7 +324,7 @@ Style/SafeNavigation:
285
324
  - 'lib/qiita/markdown/filters/toc.rb'
286
325
 
287
326
  # Offense count: 3
288
- # Cop supports --auto-correct.
327
+ # This cop supports safe auto-correction (--auto-correct).
289
328
  # Configuration parameters: EnforcedStyle.
290
329
  # SupportedStyles: only_raise, only_fail, semantic
291
330
  Style/SignalException:
@@ -294,7 +333,7 @@ Style/SignalException:
294
333
  - 'spec/qiita/markdown/summary_processor_spec.rb'
295
334
 
296
335
  # Offense count: 13
297
- # Cop supports --auto-correct.
336
+ # This cop supports safe auto-correction (--auto-correct).
298
337
  # Configuration parameters: EnforcedStyleForMultiline.
299
338
  # SupportedStylesForMultiline: comma, consistent_comma, no_comma
300
339
  Style/TrailingCommaInArguments:
@@ -303,7 +342,7 @@ Style/TrailingCommaInArguments:
303
342
  - 'spec/qiita/markdown/processor_spec.rb'
304
343
 
305
344
  # Offense count: 12
306
- # Cop supports --auto-correct.
345
+ # This cop supports safe auto-correction (--auto-correct).
307
346
  # Configuration parameters: EnforcedStyle, MinSize, WordRegex.
308
347
  # SupportedStyles: percent, brackets
309
348
  Style/WordArray:
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  ## Unreleased
2
2
 
3
+ ## 0.42.0
4
+
5
+ - Add for Ruby 3.0, 3.1 support
6
+ - Bump greenmat from 3.5.1.3 to 3.5.1.4
7
+
3
8
  ## 0.41.0
4
9
 
5
10
  - Bump greenmat from 3.5.1.2 to 3.5.1.3
@@ -43,8 +43,8 @@ module Qiita
43
43
  end
44
44
 
45
45
  class Highlighter
46
- def self.call(*args)
47
- new(*args).call
46
+ def self.call(**args)
47
+ new(**args).call
48
48
  end
49
49
 
50
50
  def initialize(default_language: nil, node: nil, specific_language: nil)
@@ -27,8 +27,8 @@ module Qiita
27
27
 
28
28
  DELIMITER = " ".freeze
29
29
 
30
- def self.call(*args)
31
- new(*args).transform
30
+ def self.call(**args)
31
+ new(**args).transform
32
32
  end
33
33
 
34
34
  def initialize(env)
@@ -11,8 +11,8 @@ module Qiita
11
11
  Embed::GoogleSlide::SCRIPT_HOST,
12
12
  ].flatten.freeze
13
13
 
14
- def self.call(*args)
15
- new(*args).transform
14
+ def self.call(**args)
15
+ new(**args).transform
16
16
  end
17
17
 
18
18
  def initialize(env)
@@ -12,8 +12,8 @@ module Qiita
12
12
  Embed::Asciinema::SCRIPT_HOST,
13
13
  ].flatten.freeze
14
14
 
15
- def self.call(*args)
16
- new(*args).transform
15
+ def self.call(**args)
16
+ new(**args).transform
17
17
  end
18
18
 
19
19
  def initialize(env)
@@ -3,8 +3,8 @@ module Qiita
3
3
  module Transformers
4
4
  # Wraps a node env to transform invalid node.
5
5
  class StripInvalidNode
6
- def self.call(*args)
7
- new(*args).transform
6
+ def self.call(**args)
7
+ new(**args).transform
8
8
  end
9
9
 
10
10
  def initialize(env)
@@ -1,5 +1,5 @@
1
1
  module Qiita
2
2
  module Markdown
3
- VERSION = "0.41.0"
3
+ VERSION = "0.42.0"
4
4
  end
5
5
  end
@@ -23,10 +23,10 @@ Gem::Specification.new do |spec|
23
23
  spec.add_dependency "html-pipeline", "~> 2.0"
24
24
  spec.add_dependency "mem"
25
25
  spec.add_dependency "rouge", "3.26.0"
26
- spec.add_dependency "greenmat", "3.5.1.3"
26
+ spec.add_dependency "greenmat", "3.5.1.4"
27
27
  spec.add_dependency "sanitize"
28
28
  spec.add_dependency "addressable"
29
- spec.add_development_dependency "activesupport", "4.2.6"
29
+ spec.add_development_dependency "activesupport", "~> 5.2.7"
30
30
  spec.add_development_dependency "benchmark-ips", "~> 1.2"
31
31
  spec.add_development_dependency "bundler"
32
32
  spec.add_development_dependency "codeclimate-test-reporter", "0.4.4"
@@ -34,5 +34,5 @@ Gem::Specification.new do |spec|
34
34
  spec.add_development_dependency "pry"
35
35
  spec.add_development_dependency "rake", "~> 10.0"
36
36
  spec.add_development_dependency "rspec", "~> 3.1"
37
- spec.add_development_dependency "rubocop", "1.7.0"
37
+ spec.add_development_dependency "rubocop", "~> 1.27.0"
38
38
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qiita-markdown
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.0
4
+ version: 0.42.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Nakamura
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-07 00:00:00.000000000 Z
11
+ date: 2022-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gemoji
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - '='
88
88
  - !ruby/object:Gem::Version
89
- version: 3.5.1.3
89
+ version: 3.5.1.4
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - '='
95
95
  - !ruby/object:Gem::Version
96
- version: 3.5.1.3
96
+ version: 3.5.1.4
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: sanitize
99
99
  requirement: !ruby/object:Gem::Requirement
@@ -126,16 +126,16 @@ dependencies:
126
126
  name: activesupport
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
- - - '='
129
+ - - "~>"
130
130
  - !ruby/object:Gem::Version
131
- version: 4.2.6
131
+ version: 5.2.7
132
132
  type: :development
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
- - - '='
136
+ - - "~>"
137
137
  - !ruby/object:Gem::Version
138
- version: 4.2.6
138
+ version: 5.2.7
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: benchmark-ips
141
141
  requirement: !ruby/object:Gem::Requirement
@@ -280,16 +280,16 @@ dependencies:
280
280
  name: rubocop
281
281
  requirement: !ruby/object:Gem::Requirement
282
282
  requirements:
283
- - - '='
283
+ - - "~>"
284
284
  - !ruby/object:Gem::Version
285
- version: 1.7.0
285
+ version: 1.27.0
286
286
  type: :development
287
287
  prerelease: false
288
288
  version_requirements: !ruby/object:Gem::Requirement
289
289
  requirements:
290
- - - '='
290
+ - - "~>"
291
291
  - !ruby/object:Gem::Version
292
- version: 1.7.0
292
+ version: 1.27.0
293
293
  description:
294
294
  email:
295
295
  - r7kamura@gmail.com
@@ -372,7 +372,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
372
372
  - !ruby/object:Gem::Version
373
373
  version: '0'
374
374
  requirements: []
375
- rubygems_version: 3.0.3.1
375
+ rubygems_version: 3.1.6
376
376
  signing_key:
377
377
  specification_version: 4
378
378
  summary: Qiita-specified markdown processor.