commonmarker 2.8.1-x64-mingw-ucrt → 2.8.2-x64-mingw-ucrt

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: f0c0031a99fbf0a4851fbefd11227a3dd8d0153162e9a06d6c4c42f01cb98a7b
4
- data.tar.gz: d0143b94d530093c1d40eb9516501bf59191b6fd9d5d63efa6689a25d0058d09
3
+ metadata.gz: 35d073ed170469527f9e68ff167213ba124dfe202b5d0f2a131f8bb66af7811b
4
+ data.tar.gz: 714bb4c6e6885dbc095c30e6aa0378c233ed96fed7c164ccadf11c143287b81b
5
5
  SHA512:
6
- metadata.gz: c7ecfd880f7ec0597a7cfbe628c0348f47c378e7b3c2e7ef69d57dcabff22e625a070e2cbe65a6354c56ed7e4e9ccd664ce1e5c7d6ffcf3e3d8d067c25d7396b
7
- data.tar.gz: 67e645488ec211adf9580782cf27aa662031746eec05a4fef72bd349ff2182113c84fcd9f5b1ee4f5bc2d6b7632327b744853449d9c2d9636ebbcb7f8d19c335
6
+ metadata.gz: 19b7e0c86c616b7c8587eb7a11b3965cb608a631d203731253b00598a13574b70a0ddd6e3b6aa67ebd3629570ad58ba5f1a3be87830c286374d968251b0e600d
7
+ data.tar.gz: e09ff7904b1208c608b110473b8d9536eaab134d6ecdc86dd39df55a7922fa0fc80cc274e8c92f49230f8180b8a59b475fee84e89532ac2a2060e6409a24ebf1
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: x64-mingw-ucrt
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