commonmarker 2.0.4-aarch64-linux → 2.1.0-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: 12e6c707705789fcbbe00dc02a4865b9cb4b403f5bc82ba418f7bb16fb904bc9
4
- data.tar.gz: 3b8a5a4ad3cc82bc45dd3c9bef3b1a364dfdfbaf01409de96499bbe87599f7ba
3
+ metadata.gz: 18d3ebfa2905cd605934ee49589e80fa77cf18c5ff38cc3b3775e45882603858
4
+ data.tar.gz: d7467c6d570d81f2aee30d98514bd1cb365dccee39eb9b153b6c0e06e0e8e56e
5
5
  SHA512:
6
- metadata.gz: 8394afda4c6ab0d555b945f10862198d4adbd2c8ca2d9e742cb802d6731165c993e9a7fc94e7a0c49f23848d71c82ae813a91f8a1f146c35a68c27b1bea7a26c
7
- data.tar.gz: 48606187475813a9b30033fd42504cf0174e4861667be5519aed64f82f0eb1cf4415b7618b290add0359687f91f582591266a4c0368b994d091a0c104c0200f0
6
+ metadata.gz: 9cda7b6181841ae40e35cf61897f9f843011c9b94ce1f293ac77c7bfdf9d9ae56602729af6d5fcb21f66d3e70dbf0eb880484fa2703218303153bcc4ea617062
7
+ data.tar.gz: dc6c0fb2b2ef8f6a83a4db6a069c2bd2be5553fd9f9e55f54b489e4600129a8f6805240f62728dcd1c5eb8bb7ac99afe4ad21d807657cc0399e138d9fff00869
data/README.md CHANGED
@@ -25,6 +25,8 @@ Or install it yourself as:
25
25
 
26
26
  ## Usage
27
27
 
28
+ This gem expects to receive UTF-8 strings. Ensure your strings are the right encoding before passing them into `Commonmarker`.
29
+
28
30
  ### Converting to HTML
29
31
 
30
32
  Call `to_html` on a string to convert it to HTML:
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Commonmarker
4
- VERSION = "2.0.4"
4
+ VERSION = "2.1.0"
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.0.4
4
+ version: 2.1.0
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: 2025-01-23 00:00:00.000000000 Z
12
+ date: 2025-02-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -50,7 +50,6 @@ files:
50
50
  - README.md
51
51
  - lib/commonmarker.rb
52
52
  - lib/commonmarker/3.2/commonmarker.so
53
- - lib/commonmarker/3.3/commonmarker.so
54
53
  - lib/commonmarker/3.4/commonmarker.so
55
54
  - lib/commonmarker/config.rb
56
55
  - lib/commonmarker/constants.rb
Binary file