commonmarker 2.8.1-x86_64-linux-musl → 2.8.2-x86_64-linux-musl

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: a52bb58ff64d80c18d1b3ef3850c94b2d285775e7b39777ed8b7428bcffdd199
4
- data.tar.gz: f8932c083d49077b9649291e6b9ac1bc342d90967632a9f7289105f75b3b8e0d
3
+ metadata.gz: 0e1021c204ba13b20c1fc7c60e91065ed0f981f619f4d1067482c1a0caf3e811
4
+ data.tar.gz: 399ee4243641f5265812f7d7638aec85e9e90ebdb6780600ed33504f335cfd83
5
5
  SHA512:
6
- metadata.gz: 799e9f03278ad18680388c481239fe1c54f082b92c8c075daff735dcd48dd0f0e9dce15bac79aa81ca021007d6c64ec365797a7f15b594121ca20c91de5ee7e4
7
- data.tar.gz: 508e408404a1da09830e811ed033897e8936c72da60c924e895641fcae4b12308f0bc5b580655955b4be6ddc491a62eb6dd49e37f97ee5eb65a5dba6586c5ad1
6
+ metadata.gz: 6fe389820f1d4d22237f17ef1e4535c7efdd19cde3e00f20cdfbc8724bd925ebb9eed92e165a0a5c9ad7a50d619426e4168f073193a2d090430f2ec6deda85f4
7
+ data.tar.gz: 4eabb51b6f2796d97139fa5f8e467fe1cd2e27634743b47ca0097f6d783fddfe22fcd7e567bb1a6991fcb94acb1a0159832ff87c2d88f02f6b2bfea52a5df65b
data/README.md CHANGED
@@ -85,6 +85,7 @@ You can also modify the following attributes:
85
85
  - `list_start`
86
86
  - `list_tight`
87
87
  - `fence_info`
88
+ - `alert_type`
88
89
 
89
90
  #### Example: Walking the AST
90
91
 
Binary file
Binary file
Binary file
Binary file
@@ -26,6 +26,7 @@ module Commonmarker
26
26
  :list_start,
27
27
  :list_tight,
28
28
  :fence_info,
29
+ :alert_type,
29
30
  ].filter_map do |name|
30
31
  [name, __send__(name)]
31
32
  rescue StandardError
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Commonmarker
4
- VERSION = "2.8.1"
4
+ VERSION = "2.8.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commonmarker
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.1
4
+ version: 2.8.2
5
5
  platform: x86_64-linux-musl
6
6
  authors:
7
7
  - Garen Torikian
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2026-04-14 00:00:00.000000000 Z
12
+ date: 2026-05-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake