Bump commonmarker from 0.23.10 to 2.8.1#915
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Contributor
4 similar comments
Contributor
Contributor
Contributor
Contributor
Contributor
gem compare commonmarker 0.23.10 2.8.1Compared versions: ["0.23.10", "2.8.1"]
DIFFERENT bindir:
0.23.10: bin
2.8.1: exe
DIFFERENT date:
0.23.10: 2023-07-31 00:00:00 UTC
2.8.1: 2026-04-14 00:00:00 UTC
DIFFERENT description:
0.23.10: A fast, safe, extensible parser for CommonMark. This wraps the official libcmark library.
2.8.1: A fast, safe, extensible parser for CommonMark. This wraps the comrak Rust crate.
DIFFERENT executables:
0.23.10: ["commonmarker"]
2.8.1: []
DIFFERENT extensions:
0.23.10: ["ext/commonmarker/extconf.rb"]
2.8.1: []
DIFFERENT metadata:
0.23.10: {"rubygems_mfa_required" => "true"}
2.8.1: {"allowed_push_host" => "https://rubygems.org", "funding_uri" => "https://github.com/sponsors/gjtorikian/", "source_code_uri" => "https://github.com/gjtorikian/commonmarker", "rubygems_mfa_required" => "true"}
DIFFERENT platform:
0.23.10: ruby
2.8.1: x86_64-linux
DIFFERENT rdoc_options:
0.23.10: ["-x", "ext/commonmarker/cmark/.*"]
2.8.1: []
DIFFERENT require_paths:
0.23.10: ["/opt/hostedtoolcache/Ruby/4.0.2/x64/lib/ruby/gems/4.0.0/extensions/x86_64-linux/4.0.0/commonmarker-0.23.10", "lib", "ext"]
2.8.1: ["lib"]
DIFFERENT required_ruby_version:
0.23.10: >= 2.6, < 4.0
2.8.1: >= 3.2, < 4.1.dev
DIFFERENT required_rubygems_version:
0.23.10: >= 0
2.8.1: >= 3.4
DIFFERENT rubygems_version:
0.23.10: 3.3.26
2.8.1: 3.5.23
DIFFERENT summary:
0.23.10: CommonMark parser and renderer. Written in C, wrapped in Ruby.
2.8.1: CommonMark parser and renderer. Written in Rust, wrapped in Ruby.
DIFFERENT version:
0.23.10: 0.23.10
2.8.1: 2.8.1
DIFFERENT files:
0.23.10->2.8.1:
* Deleted:
Rakefile
bin/commonmarker
commonmarker.gemspec
ext/commonmarker/arena.c
ext/commonmarker/autolink.c
ext/commonmarker/autolink.h
ext/commonmarker/blocks.c
ext/commonmarker/buffer.c
ext/commonmarker/buffer.h
ext/commonmarker/case_fold_switch.inc
ext/commonmarker/chunk.h
ext/commonmarker/cmark-gfm-core-extensions.h
ext/commonmarker/cmark-gfm-extension_api.h
ext/commonmarker/cmark-gfm-extensions_export.h
ext/commonmarker/cmark-gfm.h
ext/commonmarker/cmark-gfm_export.h
ext/commonmarker/cmark-gfm_version.h
ext/commonmarker/cmark.c
ext/commonmarker/cmark_ctype.c
ext/commonmarker/cmark_ctype.h
ext/commonmarker/commonmark.c
ext/commonmarker/commonmarker.c
ext/commonmarker/commonmarker.h
ext/commonmarker/config.h
ext/commonmarker/core-extensions.c
ext/commonmarker/entities.inc
ext/commonmarker/ext_scanners.c
ext/commonmarker/ext_scanners.h
ext/commonmarker/extconf.rb
ext/commonmarker/footnotes.c
ext/commonmarker/footnotes.h
ext/commonmarker/houdini.h
ext/commonmarker/houdini_href_e.c
ext/commonmarker/houdini_html_e.c
ext/commonmarker/houdini_html_u.c
ext/commonmarker/html.c
ext/commonmarker/html.h
ext/commonmarker/inlines.c
ext/commonmarker/inlines.h
ext/commonmarker/iterator.c
ext/commonmarker/iterator.h
ext/commonmarker/latex.c
ext/commonmarker/linked_list.c
ext/commonmarker/man.c
ext/commonmarker/map.c
ext/commonmarker/map.h
ext/commonmarker/node.c
ext/commonmarker/node.h
ext/commonmarker/parser.h
ext/commonmarker/plaintext.c
ext/commonmarker/plugin.c
ext/commonmarker/plugin.h
ext/commonmarker/references.c
ext/commonmarker/references.h
ext/commonmarker/registry.c
ext/commonmarker/registry.h
ext/commonmarker/render.c
ext/commonmarker/render.h
ext/commonmarker/scanners.c
ext/commonmarker/scanners.h
ext/commonmarker/scanners.re
ext/commonmarker/strikethrough.c
ext/commonmarker/strikethrough.h
ext/commonmarker/syntax_extension.c
ext/commonmarker/syntax_extension.h
ext/commonmarker/table.c
ext/commonmarker/table.h
ext/commonmarker/tagfilter.c
ext/commonmarker/tagfilter.h
ext/commonmarker/tasklist.c
ext/commonmarker/tasklist.h
ext/commonmarker/utf8.c
ext/commonmarker/utf8.h
ext/commonmarker/xml.c
lib/commonmarker/renderer/html_renderer.rb
* Added:
lib/commonmarker/3.2/commonmarker.so
(!) Unexpected permissions: 100755
(!) File is executable
lib/commonmarker/3.3/commonmarker.so
(!) Unexpected permissions: 100755
(!) File is executable
lib/commonmarker/3.4/commonmarker.so
(!) Unexpected permissions: 100755
(!) File is executable
lib/commonmarker/4.0/commonmarker.so
(!) Unexpected permissions: 100755
(!) File is executable
lib/commonmarker/constants.rb +7/-0
lib/commonmarker/extension.rb +14/-0
lib/commonmarker/node/ast.rb +8/-0
lib/commonmarker/utils.rb +22/-0
* Changed:
README.md +250/-174
lib/commonmarker.rb +27/-25
(!) Shebang probably lost: #!/usr/bin/env ruby
lib/commonmarker/config.rb +103/-40
lib/commonmarker/node.rb +29/-47
lib/commonmarker/node/inspect.rb +14/-4
lib/commonmarker/renderer.rb +1/-127
lib/commonmarker/version.rb +2/-2
DIFFERENT development dependencies:
0.23.10->2.8.1:
* Deleted:
awesome_print [">= 0"] (development)
json ["~> 2.3"] (development)
minitest ["~> 5.6"] (development)
minitest-focus ["~> 1.1"] (development)
rdoc ["~> 6.2"] (development)
rubocop [">= 0"] (development)
rubocop-standard [">= 0"] (development)
* Updated:
rake from: [">= 0"] to: ["~> 13.0"]
rake-compiler from: ["~> 0.9"] to: ["~> 1.2"] |
3 similar comments
Contributor
gem compare commonmarker 0.23.10 2.8.1Compared versions: ["0.23.10", "2.8.1"]
DIFFERENT bindir:
0.23.10: bin
2.8.1: exe
DIFFERENT date:
0.23.10: 2023-07-31 00:00:00 UTC
2.8.1: 2026-04-14 00:00:00 UTC
DIFFERENT description:
0.23.10: A fast, safe, extensible parser for CommonMark. This wraps the official libcmark library.
2.8.1: A fast, safe, extensible parser for CommonMark. This wraps the comrak Rust crate.
DIFFERENT executables:
0.23.10: ["commonmarker"]
2.8.1: []
DIFFERENT extensions:
0.23.10: ["ext/commonmarker/extconf.rb"]
2.8.1: []
DIFFERENT metadata:
0.23.10: {"rubygems_mfa_required" => "true"}
2.8.1: {"allowed_push_host" => "https://rubygems.org", "funding_uri" => "https://github.com/sponsors/gjtorikian/", "source_code_uri" => "https://github.com/gjtorikian/commonmarker", "rubygems_mfa_required" => "true"}
DIFFERENT platform:
0.23.10: ruby
2.8.1: x86_64-linux
DIFFERENT rdoc_options:
0.23.10: ["-x", "ext/commonmarker/cmark/.*"]
2.8.1: []
DIFFERENT require_paths:
0.23.10: ["/opt/hostedtoolcache/Ruby/4.0.2/x64/lib/ruby/gems/4.0.0/extensions/x86_64-linux/4.0.0/commonmarker-0.23.10", "lib", "ext"]
2.8.1: ["lib"]
DIFFERENT required_ruby_version:
0.23.10: >= 2.6, < 4.0
2.8.1: >= 3.2, < 4.1.dev
DIFFERENT required_rubygems_version:
0.23.10: >= 0
2.8.1: >= 3.4
DIFFERENT rubygems_version:
0.23.10: 3.3.26
2.8.1: 3.5.23
DIFFERENT summary:
0.23.10: CommonMark parser and renderer. Written in C, wrapped in Ruby.
2.8.1: CommonMark parser and renderer. Written in Rust, wrapped in Ruby.
DIFFERENT version:
0.23.10: 0.23.10
2.8.1: 2.8.1
DIFFERENT files:
0.23.10->2.8.1:
* Deleted:
Rakefile
bin/commonmarker
commonmarker.gemspec
ext/commonmarker/arena.c
ext/commonmarker/autolink.c
ext/commonmarker/autolink.h
ext/commonmarker/blocks.c
ext/commonmarker/buffer.c
ext/commonmarker/buffer.h
ext/commonmarker/case_fold_switch.inc
ext/commonmarker/chunk.h
ext/commonmarker/cmark-gfm-core-extensions.h
ext/commonmarker/cmark-gfm-extension_api.h
ext/commonmarker/cmark-gfm-extensions_export.h
ext/commonmarker/cmark-gfm.h
ext/commonmarker/cmark-gfm_export.h
ext/commonmarker/cmark-gfm_version.h
ext/commonmarker/cmark.c
ext/commonmarker/cmark_ctype.c
ext/commonmarker/cmark_ctype.h
ext/commonmarker/commonmark.c
ext/commonmarker/commonmarker.c
ext/commonmarker/commonmarker.h
ext/commonmarker/config.h
ext/commonmarker/core-extensions.c
ext/commonmarker/entities.inc
ext/commonmarker/ext_scanners.c
ext/commonmarker/ext_scanners.h
ext/commonmarker/extconf.rb
ext/commonmarker/footnotes.c
ext/commonmarker/footnotes.h
ext/commonmarker/houdini.h
ext/commonmarker/houdini_href_e.c
ext/commonmarker/houdini_html_e.c
ext/commonmarker/houdini_html_u.c
ext/commonmarker/html.c
ext/commonmarker/html.h
ext/commonmarker/inlines.c
ext/commonmarker/inlines.h
ext/commonmarker/iterator.c
ext/commonmarker/iterator.h
ext/commonmarker/latex.c
ext/commonmarker/linked_list.c
ext/commonmarker/man.c
ext/commonmarker/map.c
ext/commonmarker/map.h
ext/commonmarker/node.c
ext/commonmarker/node.h
ext/commonmarker/parser.h
ext/commonmarker/plaintext.c
ext/commonmarker/plugin.c
ext/commonmarker/plugin.h
ext/commonmarker/references.c
ext/commonmarker/references.h
ext/commonmarker/registry.c
ext/commonmarker/registry.h
ext/commonmarker/render.c
ext/commonmarker/render.h
ext/commonmarker/scanners.c
ext/commonmarker/scanners.h
ext/commonmarker/scanners.re
ext/commonmarker/strikethrough.c
ext/commonmarker/strikethrough.h
ext/commonmarker/syntax_extension.c
ext/commonmarker/syntax_extension.h
ext/commonmarker/table.c
ext/commonmarker/table.h
ext/commonmarker/tagfilter.c
ext/commonmarker/tagfilter.h
ext/commonmarker/tasklist.c
ext/commonmarker/tasklist.h
ext/commonmarker/utf8.c
ext/commonmarker/utf8.h
ext/commonmarker/xml.c
lib/commonmarker/renderer/html_renderer.rb
* Added:
lib/commonmarker/3.2/commonmarker.so
(!) Unexpected permissions: 100755
(!) File is executable
lib/commonmarker/3.3/commonmarker.so
(!) Unexpected permissions: 100755
(!) File is executable
lib/commonmarker/3.4/commonmarker.so
(!) Unexpected permissions: 100755
(!) File is executable
lib/commonmarker/4.0/commonmarker.so
(!) Unexpected permissions: 100755
(!) File is executable
lib/commonmarker/constants.rb +7/-0
lib/commonmarker/extension.rb +14/-0
lib/commonmarker/node/ast.rb +8/-0
lib/commonmarker/utils.rb +22/-0
* Changed:
README.md +250/-174
lib/commonmarker.rb +27/-25
(!) Shebang probably lost: #!/usr/bin/env ruby
lib/commonmarker/config.rb +103/-40
lib/commonmarker/node.rb +29/-47
lib/commonmarker/node/inspect.rb +14/-4
lib/commonmarker/renderer.rb +1/-127
lib/commonmarker/version.rb +2/-2
DIFFERENT development dependencies:
0.23.10->2.8.1:
* Deleted:
awesome_print [">= 0"] (development)
json ["~> 2.3"] (development)
minitest ["~> 5.6"] (development)
minitest-focus ["~> 1.1"] (development)
rdoc ["~> 6.2"] (development)
rubocop [">= 0"] (development)
rubocop-standard [">= 0"] (development)
* Updated:
rake from: [">= 0"] to: ["~> 13.0"]
rake-compiler from: ["~> 0.9"] to: ["~> 1.2"] |
Contributor
gem compare commonmarker 0.23.10 2.8.1Compared versions: ["0.23.10", "2.8.1"]
DIFFERENT bindir:
0.23.10: bin
2.8.1: exe
DIFFERENT date:
0.23.10: 2023-07-31 00:00:00 UTC
2.8.1: 2026-04-14 00:00:00 UTC
DIFFERENT description:
0.23.10: A fast, safe, extensible parser for CommonMark. This wraps the official libcmark library.
2.8.1: A fast, safe, extensible parser for CommonMark. This wraps the comrak Rust crate.
DIFFERENT executables:
0.23.10: ["commonmarker"]
2.8.1: []
DIFFERENT extensions:
0.23.10: ["ext/commonmarker/extconf.rb"]
2.8.1: []
DIFFERENT metadata:
0.23.10: {"rubygems_mfa_required" => "true"}
2.8.1: {"allowed_push_host" => "https://rubygems.org", "funding_uri" => "https://github.com/sponsors/gjtorikian/", "source_code_uri" => "https://github.com/gjtorikian/commonmarker", "rubygems_mfa_required" => "true"}
DIFFERENT platform:
0.23.10: ruby
2.8.1: x86_64-linux
DIFFERENT rdoc_options:
0.23.10: ["-x", "ext/commonmarker/cmark/.*"]
2.8.1: []
DIFFERENT require_paths:
0.23.10: ["/opt/hostedtoolcache/Ruby/4.0.2/x64/lib/ruby/gems/4.0.0/extensions/x86_64-linux/4.0.0/commonmarker-0.23.10", "lib", "ext"]
2.8.1: ["lib"]
DIFFERENT required_ruby_version:
0.23.10: >= 2.6, < 4.0
2.8.1: >= 3.2, < 4.1.dev
DIFFERENT required_rubygems_version:
0.23.10: >= 0
2.8.1: >= 3.4
DIFFERENT rubygems_version:
0.23.10: 3.3.26
2.8.1: 3.5.23
DIFFERENT summary:
0.23.10: CommonMark parser and renderer. Written in C, wrapped in Ruby.
2.8.1: CommonMark parser and renderer. Written in Rust, wrapped in Ruby.
DIFFERENT version:
0.23.10: 0.23.10
2.8.1: 2.8.1
DIFFERENT files:
0.23.10->2.8.1:
* Deleted:
Rakefile
bin/commonmarker
commonmarker.gemspec
ext/commonmarker/arena.c
ext/commonmarker/autolink.c
ext/commonmarker/autolink.h
ext/commonmarker/blocks.c
ext/commonmarker/buffer.c
ext/commonmarker/buffer.h
ext/commonmarker/case_fold_switch.inc
ext/commonmarker/chunk.h
ext/commonmarker/cmark-gfm-core-extensions.h
ext/commonmarker/cmark-gfm-extension_api.h
ext/commonmarker/cmark-gfm-extensions_export.h
ext/commonmarker/cmark-gfm.h
ext/commonmarker/cmark-gfm_export.h
ext/commonmarker/cmark-gfm_version.h
ext/commonmarker/cmark.c
ext/commonmarker/cmark_ctype.c
ext/commonmarker/cmark_ctype.h
ext/commonmarker/commonmark.c
ext/commonmarker/commonmarker.c
ext/commonmarker/commonmarker.h
ext/commonmarker/config.h
ext/commonmarker/core-extensions.c
ext/commonmarker/entities.inc
ext/commonmarker/ext_scanners.c
ext/commonmarker/ext_scanners.h
ext/commonmarker/extconf.rb
ext/commonmarker/footnotes.c
ext/commonmarker/footnotes.h
ext/commonmarker/houdini.h
ext/commonmarker/houdini_href_e.c
ext/commonmarker/houdini_html_e.c
ext/commonmarker/houdini_html_u.c
ext/commonmarker/html.c
ext/commonmarker/html.h
ext/commonmarker/inlines.c
ext/commonmarker/inlines.h
ext/commonmarker/iterator.c
ext/commonmarker/iterator.h
ext/commonmarker/latex.c
ext/commonmarker/linked_list.c
ext/commonmarker/man.c
ext/commonmarker/map.c
ext/commonmarker/map.h
ext/commonmarker/node.c
ext/commonmarker/node.h
ext/commonmarker/parser.h
ext/commonmarker/plaintext.c
ext/commonmarker/plugin.c
ext/commonmarker/plugin.h
ext/commonmarker/references.c
ext/commonmarker/references.h
ext/commonmarker/registry.c
ext/commonmarker/registry.h
ext/commonmarker/render.c
ext/commonmarker/render.h
ext/commonmarker/scanners.c
ext/commonmarker/scanners.h
ext/commonmarker/scanners.re
ext/commonmarker/strikethrough.c
ext/commonmarker/strikethrough.h
ext/commonmarker/syntax_extension.c
ext/commonmarker/syntax_extension.h
ext/commonmarker/table.c
ext/commonmarker/table.h
ext/commonmarker/tagfilter.c
ext/commonmarker/tagfilter.h
ext/commonmarker/tasklist.c
ext/commonmarker/tasklist.h
ext/commonmarker/utf8.c
ext/commonmarker/utf8.h
ext/commonmarker/xml.c
lib/commonmarker/renderer/html_renderer.rb
* Added:
lib/commonmarker/3.2/commonmarker.so
(!) Unexpected permissions: 100755
(!) File is executable
lib/commonmarker/3.3/commonmarker.so
(!) Unexpected permissions: 100755
(!) File is executable
lib/commonmarker/3.4/commonmarker.so
(!) Unexpected permissions: 100755
(!) File is executable
lib/commonmarker/4.0/commonmarker.so
(!) Unexpected permissions: 100755
(!) File is executable
lib/commonmarker/constants.rb +7/-0
lib/commonmarker/extension.rb +14/-0
lib/commonmarker/node/ast.rb +8/-0
lib/commonmarker/utils.rb +22/-0
* Changed:
README.md +250/-174
lib/commonmarker.rb +27/-25
(!) Shebang probably lost: #!/usr/bin/env ruby
lib/commonmarker/config.rb +103/-40
lib/commonmarker/node.rb +29/-47
lib/commonmarker/node/inspect.rb +14/-4
lib/commonmarker/renderer.rb +1/-127
lib/commonmarker/version.rb +2/-2
DIFFERENT development dependencies:
0.23.10->2.8.1:
* Deleted:
awesome_print [">= 0"] (development)
json ["~> 2.3"] (development)
minitest ["~> 5.6"] (development)
minitest-focus ["~> 1.1"] (development)
rdoc ["~> 6.2"] (development)
rubocop [">= 0"] (development)
rubocop-standard [">= 0"] (development)
* Updated:
rake from: [">= 0"] to: ["~> 13.0"]
rake-compiler from: ["~> 0.9"] to: ["~> 1.2"] |
Contributor
gem compare commonmarker 0.23.10 2.8.1Compared versions: ["0.23.10", "2.8.1"]
DIFFERENT bindir:
0.23.10: bin
2.8.1: exe
DIFFERENT date:
0.23.10: 2023-07-31 00:00:00 UTC
2.8.1: 2026-04-14 00:00:00 UTC
DIFFERENT description:
0.23.10: A fast, safe, extensible parser for CommonMark. This wraps the official libcmark library.
2.8.1: A fast, safe, extensible parser for CommonMark. This wraps the comrak Rust crate.
DIFFERENT executables:
0.23.10: ["commonmarker"]
2.8.1: []
DIFFERENT extensions:
0.23.10: ["ext/commonmarker/extconf.rb"]
2.8.1: []
DIFFERENT metadata:
0.23.10: {"rubygems_mfa_required" => "true"}
2.8.1: {"allowed_push_host" => "https://rubygems.org", "funding_uri" => "https://github.com/sponsors/gjtorikian/", "source_code_uri" => "https://github.com/gjtorikian/commonmarker", "rubygems_mfa_required" => "true"}
DIFFERENT platform:
0.23.10: ruby
2.8.1: x86_64-linux
DIFFERENT rdoc_options:
0.23.10: ["-x", "ext/commonmarker/cmark/.*"]
2.8.1: []
DIFFERENT require_paths:
0.23.10: ["/opt/hostedtoolcache/Ruby/4.0.2/x64/lib/ruby/gems/4.0.0/extensions/x86_64-linux/4.0.0/commonmarker-0.23.10", "lib", "ext"]
2.8.1: ["lib"]
DIFFERENT required_ruby_version:
0.23.10: >= 2.6, < 4.0
2.8.1: >= 3.2, < 4.1.dev
DIFFERENT required_rubygems_version:
0.23.10: >= 0
2.8.1: >= 3.4
DIFFERENT rubygems_version:
0.23.10: 3.3.26
2.8.1: 3.5.23
DIFFERENT summary:
0.23.10: CommonMark parser and renderer. Written in C, wrapped in Ruby.
2.8.1: CommonMark parser and renderer. Written in Rust, wrapped in Ruby.
DIFFERENT version:
0.23.10: 0.23.10
2.8.1: 2.8.1
DIFFERENT files:
0.23.10->2.8.1:
* Deleted:
Rakefile
bin/commonmarker
commonmarker.gemspec
ext/commonmarker/arena.c
ext/commonmarker/autolink.c
ext/commonmarker/autolink.h
ext/commonmarker/blocks.c
ext/commonmarker/buffer.c
ext/commonmarker/buffer.h
ext/commonmarker/case_fold_switch.inc
ext/commonmarker/chunk.h
ext/commonmarker/cmark-gfm-core-extensions.h
ext/commonmarker/cmark-gfm-extension_api.h
ext/commonmarker/cmark-gfm-extensions_export.h
ext/commonmarker/cmark-gfm.h
ext/commonmarker/cmark-gfm_export.h
ext/commonmarker/cmark-gfm_version.h
ext/commonmarker/cmark.c
ext/commonmarker/cmark_ctype.c
ext/commonmarker/cmark_ctype.h
ext/commonmarker/commonmark.c
ext/commonmarker/commonmarker.c
ext/commonmarker/commonmarker.h
ext/commonmarker/config.h
ext/commonmarker/core-extensions.c
ext/commonmarker/entities.inc
ext/commonmarker/ext_scanners.c
ext/commonmarker/ext_scanners.h
ext/commonmarker/extconf.rb
ext/commonmarker/footnotes.c
ext/commonmarker/footnotes.h
ext/commonmarker/houdini.h
ext/commonmarker/houdini_href_e.c
ext/commonmarker/houdini_html_e.c
ext/commonmarker/houdini_html_u.c
ext/commonmarker/html.c
ext/commonmarker/html.h
ext/commonmarker/inlines.c
ext/commonmarker/inlines.h
ext/commonmarker/iterator.c
ext/commonmarker/iterator.h
ext/commonmarker/latex.c
ext/commonmarker/linked_list.c
ext/commonmarker/man.c
ext/commonmarker/map.c
ext/commonmarker/map.h
ext/commonmarker/node.c
ext/commonmarker/node.h
ext/commonmarker/parser.h
ext/commonmarker/plaintext.c
ext/commonmarker/plugin.c
ext/commonmarker/plugin.h
ext/commonmarker/references.c
ext/commonmarker/references.h
ext/commonmarker/registry.c
ext/commonmarker/registry.h
ext/commonmarker/render.c
ext/commonmarker/render.h
ext/commonmarker/scanners.c
ext/commonmarker/scanners.h
ext/commonmarker/scanners.re
ext/commonmarker/strikethrough.c
ext/commonmarker/strikethrough.h
ext/commonmarker/syntax_extension.c
ext/commonmarker/syntax_extension.h
ext/commonmarker/table.c
ext/commonmarker/table.h
ext/commonmarker/tagfilter.c
ext/commonmarker/tagfilter.h
ext/commonmarker/tasklist.c
ext/commonmarker/tasklist.h
ext/commonmarker/utf8.c
ext/commonmarker/utf8.h
ext/commonmarker/xml.c
lib/commonmarker/renderer/html_renderer.rb
* Added:
lib/commonmarker/3.2/commonmarker.so
(!) Unexpected permissions: 100755
(!) File is executable
lib/commonmarker/3.3/commonmarker.so
(!) Unexpected permissions: 100755
(!) File is executable
lib/commonmarker/3.4/commonmarker.so
(!) Unexpected permissions: 100755
(!) File is executable
lib/commonmarker/4.0/commonmarker.so
(!) Unexpected permissions: 100755
(!) File is executable
lib/commonmarker/constants.rb +7/-0
lib/commonmarker/extension.rb +14/-0
lib/commonmarker/node/ast.rb +8/-0
lib/commonmarker/utils.rb +22/-0
* Changed:
README.md +250/-174
lib/commonmarker.rb +27/-25
(!) Shebang probably lost: #!/usr/bin/env ruby
lib/commonmarker/config.rb +103/-40
lib/commonmarker/node.rb +29/-47
lib/commonmarker/node/inspect.rb +14/-4
lib/commonmarker/renderer.rb +1/-127
lib/commonmarker/version.rb +2/-2
DIFFERENT development dependencies:
0.23.10->2.8.1:
* Deleted:
awesome_print [">= 0"] (development)
json ["~> 2.3"] (development)
minitest ["~> 5.6"] (development)
minitest-focus ["~> 1.1"] (development)
rdoc ["~> 6.2"] (development)
rubocop [">= 0"] (development)
rubocop-standard [">= 0"] (development)
* Updated:
rake from: [">= 0"] to: ["~> 13.0"]
rake-compiler from: ["~> 0.9"] to: ["~> 1.2"] |
Contributor
|
Contributor
gem compare commonmarker 0.23.10 2.8.1Compared versions: ["0.23.10", "2.8.1"]
DIFFERENT bindir:
0.23.10: bin
2.8.1: exe
DIFFERENT date:
0.23.10: 2023-07-31 00:00:00 UTC
2.8.1: 2026-04-14 00:00:00 UTC
DIFFERENT description:
0.23.10: A fast, safe, extensible parser for CommonMark. This wraps the official libcmark library.
2.8.1: A fast, safe, extensible parser for CommonMark. This wraps the comrak Rust crate.
DIFFERENT executables:
0.23.10: ["commonmarker"]
2.8.1: []
DIFFERENT extensions:
0.23.10: ["ext/commonmarker/extconf.rb"]
2.8.1: []
DIFFERENT metadata:
0.23.10: {"rubygems_mfa_required" => "true"}
2.8.1: {"allowed_push_host" => "https://rubygems.org", "funding_uri" => "https://github.com/sponsors/gjtorikian/", "source_code_uri" => "https://github.com/gjtorikian/commonmarker", "rubygems_mfa_required" => "true"}
DIFFERENT platform:
0.23.10: ruby
2.8.1: x86_64-linux
DIFFERENT rdoc_options:
0.23.10: ["-x", "ext/commonmarker/cmark/.*"]
2.8.1: []
DIFFERENT require_paths:
0.23.10: ["/opt/hostedtoolcache/Ruby/4.0.2/x64/lib/ruby/gems/4.0.0/extensions/x86_64-linux/4.0.0/commonmarker-0.23.10", "lib", "ext"]
2.8.1: ["lib"]
DIFFERENT required_ruby_version:
0.23.10: >= 2.6, < 4.0
2.8.1: >= 3.2, < 4.1.dev
DIFFERENT required_rubygems_version:
0.23.10: >= 0
2.8.1: >= 3.4
DIFFERENT rubygems_version:
0.23.10: 3.3.26
2.8.1: 3.5.23
DIFFERENT summary:
0.23.10: CommonMark parser and renderer. Written in C, wrapped in Ruby.
2.8.1: CommonMark parser and renderer. Written in Rust, wrapped in Ruby.
DIFFERENT version:
0.23.10: 0.23.10
2.8.1: 2.8.1
DIFFERENT files:
0.23.10->2.8.1:
* Deleted:
Rakefile
bin/commonmarker
commonmarker.gemspec
ext/commonmarker/arena.c
ext/commonmarker/autolink.c
ext/commonmarker/autolink.h
ext/commonmarker/blocks.c
ext/commonmarker/buffer.c
ext/commonmarker/buffer.h
ext/commonmarker/case_fold_switch.inc
ext/commonmarker/chunk.h
ext/commonmarker/cmark-gfm-core-extensions.h
ext/commonmarker/cmark-gfm-extension_api.h
ext/commonmarker/cmark-gfm-extensions_export.h
ext/commonmarker/cmark-gfm.h
ext/commonmarker/cmark-gfm_export.h
ext/commonmarker/cmark-gfm_version.h
ext/commonmarker/cmark.c
ext/commonmarker/cmark_ctype.c
ext/commonmarker/cmark_ctype.h
ext/commonmarker/commonmark.c
ext/commonmarker/commonmarker.c
ext/commonmarker/commonmarker.h
ext/commonmarker/config.h
ext/commonmarker/core-extensions.c
ext/commonmarker/entities.inc
ext/commonmarker/ext_scanners.c
ext/commonmarker/ext_scanners.h
ext/commonmarker/extconf.rb
ext/commonmarker/footnotes.c
ext/commonmarker/footnotes.h
ext/commonmarker/houdini.h
ext/commonmarker/houdini_href_e.c
ext/commonmarker/houdini_html_e.c
ext/commonmarker/houdini_html_u.c
ext/commonmarker/html.c
ext/commonmarker/html.h
ext/commonmarker/inlines.c
ext/commonmarker/inlines.h
ext/commonmarker/iterator.c
ext/commonmarker/iterator.h
ext/commonmarker/latex.c
ext/commonmarker/linked_list.c
ext/commonmarker/man.c
ext/commonmarker/map.c
ext/commonmarker/map.h
ext/commonmarker/node.c
ext/commonmarker/node.h
ext/commonmarker/parser.h
ext/commonmarker/plaintext.c
ext/commonmarker/plugin.c
ext/commonmarker/plugin.h
ext/commonmarker/references.c
ext/commonmarker/references.h
ext/commonmarker/registry.c
ext/commonmarker/registry.h
ext/commonmarker/render.c
ext/commonmarker/render.h
ext/commonmarker/scanners.c
ext/commonmarker/scanners.h
ext/commonmarker/scanners.re
ext/commonmarker/strikethrough.c
ext/commonmarker/strikethrough.h
ext/commonmarker/syntax_extension.c
ext/commonmarker/syntax_extension.h
ext/commonmarker/table.c
ext/commonmarker/table.h
ext/commonmarker/tagfilter.c
ext/commonmarker/tagfilter.h
ext/commonmarker/tasklist.c
ext/commonmarker/tasklist.h
ext/commonmarker/utf8.c
ext/commonmarker/utf8.h
ext/commonmarker/xml.c
lib/commonmarker/renderer/html_renderer.rb
* Added:
lib/commonmarker/3.2/commonmarker.so
(!) Unexpected permissions: 100755
(!) File is executable
lib/commonmarker/3.3/commonmarker.so
(!) Unexpected permissions: 100755
(!) File is executable
lib/commonmarker/3.4/commonmarker.so
(!) Unexpected permissions: 100755
(!) File is executable
lib/commonmarker/4.0/commonmarker.so
(!) Unexpected permissions: 100755
(!) File is executable
lib/commonmarker/constants.rb +7/-0
lib/commonmarker/extension.rb +14/-0
lib/commonmarker/node/ast.rb +8/-0
lib/commonmarker/utils.rb +22/-0
* Changed:
README.md +250/-174
lib/commonmarker.rb +27/-25
(!) Shebang probably lost: #!/usr/bin/env ruby
lib/commonmarker/config.rb +103/-40
lib/commonmarker/node.rb +29/-47
lib/commonmarker/node/inspect.rb +14/-4
lib/commonmarker/renderer.rb +1/-127
lib/commonmarker/version.rb +2/-2
DIFFERENT development dependencies:
0.23.10->2.8.1:
* Deleted:
awesome_print [">= 0"] (development)
json ["~> 2.3"] (development)
minitest ["~> 5.6"] (development)
minitest-focus ["~> 1.1"] (development)
rdoc ["~> 6.2"] (development)
rubocop [">= 0"] (development)
rubocop-standard [">= 0"] (development)
* Updated:
rake from: [">= 0"] to: ["~> 13.0"]
rake-compiler from: ["~> 0.9"] to: ["~> 1.2"] |
Contributor
|
1 similar comment
Contributor
|
Contributor
|
Contributor
|
dc8dd5a to
0c4f39d
Compare
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.10 to 2.8.1. - [Release notes](https://github.com/gjtorikian/commonmarker/releases) - [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md) - [Commits](gjtorikian/commonmarker@v0.23.10...v2.8.1) --- updated-dependencies: - dependency-name: commonmarker dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
0c4f39d to
88d748c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps commonmarker from 0.23.10 to 2.8.1.
Release notes
Sourced from commonmarker's releases.
... (truncated)
Changelog
Sourced from commonmarker's changelog.
... (truncated)
Commits
31016cfMerge pull request #457 from gjtorikian/release/v2.8.18087370[skip test] update changelog6da0eefMerge pull request #456 from gjtorikian/new-fix-releasebc2c4c4fix: re-release 2.8.1 due to publishing error3ad6390Merge pull request #454 from gjtorikian/release/v2.8.072f3e61[skip test] update changelog69192feMerge pull request #450 from gjtorikian/dependabot/cargo/comrak-0.52.013729a4Add build.rs to fix Windows mingw Oniguruma symbol collisiona5044e2Fix Windows mingw build: allow multiple Oniguruma definitions66ed2e1Merge branch 'main' into dependabot/cargo/comrak-0.52.0