commonmarker 2.8.1-x86_64-linux → 2.8.2-x86_64-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: 9fd633306645868599e649dc29cec20fcd4a9f845328c89bbe5220d105fdd309
4
- data.tar.gz: 1b21e5957868881a2773e4b2e977a622ba806a38684abb466f6542852f45385c
3
+ metadata.gz: 309e8b7ffe5702ab72d7b2cb4af567ceab06592c928108a2569ebed9f07f2ecd
4
+ data.tar.gz: 58f6f3e721b892d730b7d555702004a86175fc4675ed127fa95a5f5dab7f2611
5
5
  SHA512:
6
- metadata.gz: 2e55b3e68fbd417a5bf12e3cfd6f66b135357d1c83b5412c3dd3e417564d73ef0606f260b42686cdc2efc9ec1e92381447597a2c04074426abec96fd2dd0710c
7
- data.tar.gz: f783b84e6eeba778fb1c1552433fc8e1889b6fc0484bbb273f7532f547e3416ced3ab9c9a2e6438d253cd6fb9f3c4ba0c6776d0792b1251fee954446a67bbb52
6
+ metadata.gz: daf012444a4c23f2eb617d91523565520bf159b175710e24c78c5969d368f453ca44d5e219e7643f77b8f672adde150a101e5e85c7947547682067409a9e71f7
7
+ data.tar.gz: c9e05562e00f9a8c1ed3f71557e3c4cfe43551661bc7d857b905d791bbf5274c319a3f7802939ae2a939ee8c4687c07a10050305b2bb66f4e4ea625e6c362c19
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
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