commonmarker 2.0.4-x86_64-linux → 2.1.0-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: 68e214dc7527c3190540b66d7a6d718574d0c42ed2c04a35618861a80d3f7d1f
4
- data.tar.gz: dea9f8d691457483b254908619aab147a75728034af161208844de047b45ddbc
3
+ metadata.gz: 148608be61d847b28944050fdb7366533ba942d71cdbd0b41bb0a8f1201f7a05
4
+ data.tar.gz: bb4c4e7a50a5b3e308b2468962dc3c862dbda2214b3caef9bf3dd2a378d2241c
5
5
  SHA512:
6
- metadata.gz: 48d4328e0008b071742ba8b8610adb660792e50341ee1edeb11ee82cd4f73fb145936c4dfe5f1bd7184febb097449275caba57dbb6dd95fa484c87a05d2f6fe1
7
- data.tar.gz: 424f9f3eb3acfca3cc1fca5bd3a65f11c36f6a3b13f653d96cf6f2bd1d00d65c06716f3dea335671d8dc5ed5907e595266b517473dedc9dfdd4fb62217602218
6
+ metadata.gz: ebbf69c63662faa54807b639419806afa6871dd9faa11350e2aade9d9e625475222a2117116713f4c3bdbb0ba23d9bca0d2e40065b623d2176c89e6843d35002
7
+ data.tar.gz: 5d6d329c50ae7e4c2aea0dba28715afd35cae4b470b3a9a3944e38855f1aecf30795d5a99e88bd8bc71cc165b914f9bdd305f55baa385c8703b745f15be16d61
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: 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: 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