qiita_marker 0.23.6.0 → 0.23.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b0e45d2000570d0cdf3f3c74e8b3f49936438c4183b31ce632eedbedc8bd920d
4
- data.tar.gz: 3c732d6f5f94c5c575816a6866d61d1ca44e1557d320dda0215440a626064603
3
+ metadata.gz: 8eff52452522646e20a33f721b904b9ee9c3599ae5f31b358aee4474efe842b0
4
+ data.tar.gz: 300862be18f54522f1f5fa9fcc2e8817c8a9154aa57eed186369c2eb9be6c348
5
5
  SHA512:
6
- metadata.gz: 150f04fca8e8a325b3d981b67ec12a95fd489aa3eb8b08c0b50e9ac2b21c8a9797ca5b6e6b8bd26f51fc215cc3f9121ce8167c2bc78d4d93ee7020cf72db3e00
7
- data.tar.gz: 439012adb32af3319165a4eeec5b19d796410b4aaddd84a0256684da172a1fc2dddf00d5175239cbbf3f9ac7d6020e8ef800afd32bdd8445b296750b0a14ffd7
6
+ metadata.gz: '09373f5d5dc10ddf4b803d0babe51f40508962e1c57ca9ac829b30eac9200719434d0cd689989280ddb9107d842c38555012c7b6bb5b6c36679c3ab4131bfc12'
7
+ data.tar.gz: f199e29d0e05ab82c28d6a472ea514572d9265dcca5bca8e5c19168724cebc6c8722da0b83af92f8c1afa931d07f057dbb5f5ea5122587485a9d837770f0176f
data/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  [![Build Status](https://github.com/increments/qiita-marker/actions/workflows/test.yml/badge.svg)](https://github.com/increments/qiita-marker/actions/workflows/test.yml) [![Gem Version](https://badge.fury.io/rb/qiita_marker.svg)](https://badge.fury.io/rb/qiita_marker)
4
4
 
5
- :warning: This library is still in the testing phase. As such, development may be halted.
6
-
7
5
  Qiita Marker is a Ruby library for Markdown processing, based on [CommonMarker](https://github.com/gjtorikian/commonmarker).
8
6
  It will be a core module of [Qiita Markdown](https://github.com/increments/qiita-markdown) gem and not intended for direct use. If you are looking for Qiita-specified markdown processor, use [Qiita Markdown](https://github.com/increments/qiita-markdown) gem.
9
7
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module QiitaMarker
4
- VERSION = "0.23.6.0"
4
+ VERSION = "0.23.6.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qiita_marker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.6.0
4
+ version: 0.23.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Qiita Inc.
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-04 00:00:00.000000000 Z
11
+ date: 2022-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: awesome_print
@@ -138,7 +138,7 @@ dependencies:
138
138
  version: '0'
139
139
  description: A Ruby library that is the core module of the Qiita-specified markdown
140
140
  processor.
141
- email:
141
+ email:
142
142
  executables:
143
143
  - qiita_marker
144
144
  extensions:
@@ -241,7 +241,7 @@ licenses:
241
241
  - MIT
242
242
  metadata:
243
243
  rubygems_mfa_required: 'true'
244
- post_install_message:
244
+ post_install_message:
245
245
  rdoc_options:
246
246
  - "-x"
247
247
  - ext/qiita_marker/cmark/.*
@@ -263,7 +263,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
263
263
  version: '0'
264
264
  requirements: []
265
265
  rubygems_version: 3.1.4
266
- signing_key:
266
+ signing_key:
267
267
  specification_version: 4
268
268
  summary: Qiita Marker is a Ruby library for Markdown processing, based on CommonMarker.
269
269
  test_files: []