commonmarker 2.0.4-arm64-darwin → 2.1.0-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: 33b3084ffb79215dcae244d09777580d6c455817998e09cf8d4e66a8faca38bd
4
- data.tar.gz: e13c14cec8a47ad35736351d17288cd27e6745d9a64a110083dd9a01c40b47ec
3
+ metadata.gz: 4efb9e00abb87861b247fda5a318ecf95de2c7f42bc4dc326e5c72c70f97f51f
4
+ data.tar.gz: 3a73851099c6ad789c91835a75956b7f149374f134dbdfc41ff3084f63c8752e
5
5
  SHA512:
6
- metadata.gz: b5d3c4aa5daf87d4b442ec59292621dcc249a056197c70822a5dc7603df48c49252dc688c59e3f866007c5eb6f6247833ff959a1da3f775430a8efe631ec935b
7
- data.tar.gz: 0fa5f5fec608e26ab87a02ae3a684868d1f25943efa2290c28c395eb2e7b6129312e0139b826d003b386a30a3b125e503516b9c2a0789a4e38bbaca4dff368ab
6
+ metadata.gz: 6f2f34f88314968a34fc7a7217a07722f91a2d3f774d1fcb4c9e98784bf6ae0d16ca7d69bf4fdd64f6ac2a655e04ca90049536e94a7bb1ae6014730b3ef3366f
7
+ data.tar.gz: 20b4c8314bc9b92cd0ac95ff4af7a38e1a17e8e8160c592be18e3710a628f6d2f9e19d78d6e82ab445c0f97f147158bad1087abad4c6a60900499ef4f6180c76
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:
@@ -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: 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: 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.bundle
53
- - lib/commonmarker/3.3/commonmarker.bundle
54
53
  - lib/commonmarker/3.4/commonmarker.bundle
55
54
  - lib/commonmarker/config.rb
56
55
  - lib/commonmarker/constants.rb