rubocop-md 2.0.0 → 2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d414259899409135b2608eb7744f4e27402f05ec2b065949f0c4a8b0fd8cc21
4
- data.tar.gz: a9ffb768310fce686b303e10c385eab73318ec9c70af9904d0995dfef003eb85
3
+ metadata.gz: 39515a566265c94625d4830a0cc2d32d33ea28b7c4bf468d16eb187a2b4b151b
4
+ data.tar.gz: cc517ef20a2309bc776616168cae00a5b4e56ca9bc19422b9765583db7926614
5
5
  SHA512:
6
- metadata.gz: 7e8159a8a631840d2d5d1da67606c78ddbc956bb67f7d3c1f218b89eb3a7462afc1d0e488af30d261ae2542cf722f106a394a3ae9c6643ea3529c752a0743546
7
- data.tar.gz: 9a3cfdf13a58fb5130d30627ba50f69a6e4643aeb6b92b3dd0e52eb0149aafdf7f9156da2b69d3b1d2bd5e3d75ebc3a3a87f13db7bdaa6f8baf7afdfc1e816e7
6
+ metadata.gz: c93d26665db7f0d69a96daf711d92646677da5fb0e941b7e5aec3ee426917b8e2aa2d4ade27c02d769ef108d0dcdfa5d4be23ffde32a06248a3fad6c065c3ee1
7
+ data.tar.gz: baa5d02854f6eff663f91a7c84e4d5bba1323eee306fed09f2f44fd01e3c6dcbc2093875970e6ae0d728de3c0e3e87c758e18a574e701adff931388deef709c5
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## master (unreleased)
4
4
 
5
+ ## 2.0.1 (2025-04-14)
6
+
7
+ - Remove `Layout/TrailingBlankLines`.
8
+
5
9
  ## 2.0.0 (2025-02-17)
6
10
 
7
11
  - Migrate to new RuboCop Plugin architecture.
data/config/default.yml CHANGED
@@ -25,9 +25,6 @@ Layout/CommentIndentation: &markdown_excludes
25
25
  Layout/LeadingCommentSpace:
26
26
  <<: *markdown_excludes
27
27
 
28
- Layout/TrailingBlankLines:
29
- <<: *markdown_excludes
30
-
31
28
  Layout/TrailingEmptyLines:
32
29
  <<: *markdown_excludes
33
30
 
@@ -46,7 +46,7 @@ module RuboCop
46
46
  end
47
47
 
48
48
  def restore!(src)
49
- src.gsub!(/^##{MARKER}/m, "")
49
+ src.gsub!(/^#\s*#{MARKER}/m, "")
50
50
  end
51
51
  end
52
52
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Markdown
5
- VERSION = "2.0.0"
5
+ VERSION = "2.0.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-md
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vladimir Dementyev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-17 00:00:00.000000000 Z
11
+ date: 2025-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lint_roller