commonmarker 2.8.1-aarch64-linux → 2.8.2-aarch64-linux

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: bb1b0130e522b115a4542d24768921cacd5c5f4693367af9c94f837335bf0b5e
4
- data.tar.gz: 249daff6228c4b1202fc176cd2b1c95452ad16dfb87b9f78ed90c8e6ae90bce8
3
+ metadata.gz: 50202cdbb5d7573c60c64e2b662ccfd7ce075b1068a82dd519762ad0462f2b14
4
+ data.tar.gz: 15c0cdab4faa8c87d2755a9e18bfdc5a4f77e0b179e6c775b2706250276f1198
5
5
  SHA512:
6
- metadata.gz: 0e6f71b8cd15f1b16d92e15934d7118f7c584e471538712762a9de2e53d42bced32bf1589fe2c1f58e7b7dd9f028b24aff9e9ac5ab4bab74c3e0b79b9fee89c9
7
- data.tar.gz: dcca5f85de6aa65c0e90f214d832d010b42c78423623833759009ff41ebd458e6d8a1331853cc851a008ed9e18ad2247282d39f013e3f8b94a85347edf49512d
6
+ metadata.gz: eb9ef2212252527bc41dd1a158f90dce7ff4775641edef6ab1d384d33c2f7c54b71a3ecfd17489a7b13f3a1d3642481550782c3c49d0641ac40047b93699e00d
7
+ data.tar.gz: f4e5954382909701c307f2c628988e77e2d40a60d6d849f091e0cb2964b9bb3bd1563b99d9f14ebec99c3997b92508eb4badfff1da4c04aefa24a82eecdc154c
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: aarch64-linux
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