commonmarker 2.8.1-arm64-darwin → 2.8.2-arm64-darwin

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: 55559bd340c4d6eda05e3018eb49275fd7afaef4cdc9ac260bfc2c84d0ab33f8
4
- data.tar.gz: 2eba0e929d355c046652509dc778143517bdc49c10ea283c31d0fe7d09261846
3
+ metadata.gz: 10858436becdd3adc8188d49f3247f85f1d5e83fef72f9eb6347e302817b862d
4
+ data.tar.gz: 3c14cb9ba2d973d5de69235a180feeec8ffcc9f428ba160c9461401924fbfa72
5
5
  SHA512:
6
- metadata.gz: a74e938ca9ebf1c583822dbc0c273653847766257b300b73ddadd1ceddcf0e10a4f55d57b87bbf167c003e8b6393cb9b7180f62e35ef322df44df811a599d6be
7
- data.tar.gz: 8c083a98f7560ef96ffd1ffdb57419ffd2cb4f13b4b52b08a08794a28eaca4566ede3e12674a59c6b4458c43b271aca9be1f993f67b2cae4b38e9d25e0c6deb5
6
+ metadata.gz: 565724438c1826ebac29d11b917469a30a34cc24f4bae41eb15e4ac8bec43c52445677e812eb2400e42516719c624b0b3f2dd9ad1aa5b9015cbae99789d97ce6
7
+ data.tar.gz: 51a564274f313a75e264af4c6851b978d9732012519de0c536883e66d1976c51d9abd963d55f91d919989fc6d1940cd8badb1b2016b76561fc763145ecdc8c50
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
 
@@ -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: arm64-darwin
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