commonmarker 2.0.1-x64-mingw-ucrt → 2.0.2-x64-mingw-ucrt

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: 17ec497442c4ee3ff451933386b46c8c59c07cd46535568bd8cd00edf27dae48
4
- data.tar.gz: d6b8948f80d7984d50b7752bb2cda52820d6b58e087383e3416094d29e43f2cb
3
+ metadata.gz: 8c4d9a07657e6a65233a1337db9a003c0cbfc6b1b36bc0390b05de78fbf53c9d
4
+ data.tar.gz: 355cc1293ba528105ffec547f6e7847135b9e07ae1918c30303911fd65f20b7f
5
5
  SHA512:
6
- metadata.gz: 169ba8076d841c65a843163bfc8c01a2dbcf647f9b574dcd8516daf03d3dea99964dcb601a21b15b235ad1312e0d644eb6c4dafa1460ad8b867b36ca844d7444
7
- data.tar.gz: 0b043acebb6b6c098898359f7739e30bf656d7116c887d4aac70c0c2e2a1e0444e3fa8c29c3b32324c706ec8f47121f4b2eec489687481a2d1d622bcfc0742a9
6
+ metadata.gz: c9550eb0cfd1dfa44b643a31c919bcb224019f524a2e814066358d2e047a75cc74c49d6809b13ba77f7bf849858eb40e10a7d0193bd24dbfccf7ec05ba031a69
7
+ data.tar.gz: 9cc7aae1aa6aeca02020e6bf3d050df06cfe645e98a886f3193ebee3c718d84c73f194e7703e2b5b87a184f056f2a98ceff57ced3295d08c68edf35b6a6db46c
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Commonmarker
4
- VERSION = "2.0.1"
4
+ VERSION = "2.0.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.0.1
4
+ version: 2.0.2
5
5
  platform: x64-mingw-ucrt
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: 2024-11-28 00:00:00.000000000 Z
12
+ date: 2024-12-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -49,9 +49,8 @@ files:
49
49
  - LICENSE.txt
50
50
  - README.md
51
51
  - lib/commonmarker.rb
52
- - lib/commonmarker/3.1/commonmarker.so
53
52
  - lib/commonmarker/3.2/commonmarker.so
54
- - lib/commonmarker/3.3/commonmarker.so
53
+ - lib/commonmarker/3.4/commonmarker.so
55
54
  - lib/commonmarker/config.rb
56
55
  - lib/commonmarker/constants.rb
57
56
  - lib/commonmarker/extension.rb
@@ -77,17 +76,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
76
  requirements:
78
77
  - - ">="
79
78
  - !ruby/object:Gem::Version
80
- version: '3.1'
79
+ version: '3.2'
81
80
  - - "<"
82
81
  - !ruby/object:Gem::Version
83
- version: 3.4.dev
82
+ version: 3.5.dev
84
83
  required_rubygems_version: !ruby/object:Gem::Requirement
85
84
  requirements:
86
- - - ">="
85
+ - - "~>"
87
86
  - !ruby/object:Gem::Version
88
- version: 3.3.22
87
+ version: '3.4'
89
88
  requirements: []
90
- rubygems_version: 3.4.4
89
+ rubygems_version: 3.5.23
91
90
  signing_key:
92
91
  specification_version: 4
93
92
  summary: CommonMark parser and renderer. Written in Rust, wrapped in Ruby.
Binary file