commonmarker 2.8.0-arm-linux → 2.8.2-arm-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: '028792c1d9946be4f69ed2e83e949af267720938e5f5c5efc9f64627a542352c'
4
- data.tar.gz: 2ad3554cf307cd19792ece5d86fdce470bf4eca34424a6c244606ab08daf768e
3
+ metadata.gz: d14ac8c7937f6f0cfa40768ed6f2c6cac467dae2af02595d26d09d8ec335b32a
4
+ data.tar.gz: 3de6c7534846243355d139beaf23c817dc5c164e9e7c7b96671a9f844822c9e6
5
5
  SHA512:
6
- metadata.gz: '0785760564b51d820e6a0d39b605c8d85bd330a3bc7dbee2a5529e9c0a0b0c327a0dc6f5847856fe01bc15333dc071b9713d40713d2eb9dfe31fe0af1fcacb9b'
7
- data.tar.gz: 8acbf47dcf152a94c01d5da1abb3d2d69cfe86e63672e534ff15f694d7623a19490bb23bdad4f877939712535a47664079b8757baca6aaf2827fe91a7514cf84
6
+ metadata.gz: '02210829e83edab42333a7c3c536d69cc1880446627f3d580dc46ff1126a61b92130cfa1b181f1c76e5bc201acf38b78a46f83d7096bd73ff23623e8a807fe6a'
7
+ data.tar.gz: fc652b19ddf75d13a0a2c77ad14d4bd2267457c7e52f2c2063abd82f80243d2ddea9ed4cf7962a902edb55b184db41cb947fbbaa3e25fb0586829ae5786d9060
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.0"
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.0
4
+ version: 2.8.2
5
5
  platform: arm-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-12 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