gitlab-markup 1.10.0 → 2.0.0

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: d4c5dfecda0095c230c6bd7a19d8859b40a185b0e58578db260bd24eaf93b1c4
4
- data.tar.gz: ba4906edf650eaf4b854c4b4cc6808341ec44454f0d019083cb12538e26e8412
3
+ metadata.gz: 88d9c1213bd85e97379757f6c6175797dbdbd08e4556af4bdce30ee1a0ba3b12
4
+ data.tar.gz: 0e7c30ed327a2b67b1acfae30825fa296258fcd667685d802e825b626e513692
5
5
  SHA512:
6
- metadata.gz: d09f65db1881e29b7c2c7949255d67a689a560d01af36f3e4a46faa67a0d9aeb3ffdba0e27f2b5fa70bfac0438f6c043df095dd4ab0ad5785d5d306433d591ff
7
- data.tar.gz: c7e7d72ff283c2fbd689b0b77257f43eb9f50bfa89e1923e9681662ce7d05f46f52db6f6736f221ffb2fe34f769f7f2212733c3a633918ce1ecc7de6de724e28
6
+ metadata.gz: bcf5fd0070cb797b347af706122617cebbb2509170dcdbc3aaf9c443f1a4c167044a87778e53fea10a7048d6624af7acc530f1ca37e88e93e4b6e0913c37b486
7
+ data.tar.gz: 48003af3cedd6635b86513751c02c9566d2c530c1d96a1583e6cab7c45e1321b40dd779c01bcf7c399430a4e473567456b7d018c4c030451f68315918eccc946
data/.gitlab-ci.yml CHANGED
@@ -49,7 +49,7 @@ ruby-docutils-spec:
49
49
  parallel:
50
50
  matrix:
51
51
  - RUBY_VERSION: ['3.0', '3.1', '3.2', '3.3', '3.4']
52
- DOCUTILS_VERSION: ['0.16', '0.19']
52
+ DOCUTILS_VERSION: ['0.21.2']
53
53
 
54
54
  # Dependency Scanning
55
55
  gemnasium-dependency_scanning:
data/HISTORY.md CHANGED
@@ -1,6 +1,12 @@
1
+ # History
2
+
3
+ ## 2.0.0 (2025-02-26)
4
+
5
+ * [Add support for docutils 0.21.2, remove support for 0.16/0.19](https://gitlab.com/gitlab-org/gitlab-markup/-/merge_requests/50)
6
+
1
7
  ## 1.10.0 (2025-02-25)
2
8
 
3
- * [Add testing for Ruby 3.3 and 3.4 to CI](https://gitlab.com/gitlab-org/gitlab-markup/-/merge_requests/49)
9
+ * [Add support for Ruby 3.3, and 3.4, remove support for 2.7](https://gitlab.com/gitlab-org/gitlab-markup/-/merge_requests/49)
4
10
 
5
11
  ## 1.9.0 (2023-01-11)
6
12
 
data/README.md CHANGED
@@ -19,21 +19,21 @@ Markups
19
19
  The following markups are supported. The dependencies listed are required if
20
20
  you wish to run the library. You can also run `script/bootstrap` to fetch them all (Python 3 required).
21
21
 
22
- * [.markdown, .mdown, .mkdn, .md](http://daringfireball.net/projects/markdown/) -- `gem install redcarpet` (https://github.com/vmg/redcarpet)
22
+ * [.markdown, .mdown, .mkdn, .md](http://daringfireball.net/projects/markdown/) -- `gem install redcarpet` (<https://github.com/vmg/redcarpet>)
23
23
  * [.textile](http://www.textism.com/tools/textile/) -- `gem install RedCloth`
24
- * [.rdoc](https://ruby.github.io/rdoc/) -- `gem install rdoc -v 3.6.1`
24
+ * [.rdoc](https://ruby.github.io/rdoc/) -- `gem install rdoc -v 6.12`
25
25
  * [.org](http://orgmode.org/) -- `gem install org-ruby`
26
26
  * [.creole](http://wikicreole.org/) -- `gem install creole`
27
27
  * [.mediawiki, .wiki](http://www.mediawiki.org/wiki/Help:Formatting) -- `gem install wikicloth`
28
28
  * [.rst](https://docutils.sourceforge.io/rst.html) -- `pip install docutils`
29
- * [.asciidoc, .adoc, .asc](http://asciidoc.org/) -- `gem install asciidoctor` (http://asciidoctor.org)
29
+ * [.asciidoc, .adoc, .asc](http://asciidoc.org/) -- `gem install asciidoctor` (<http://asciidoctor.org>)
30
30
  * [.pod](http://search.cpan.org/dist/perl/pod/perlpod.pod) -- `Pod::Simple::HTML`
31
31
  comes with Perl >= 5.10. Lower versions should install [Pod::Simple](http://search.cpan.org/~dwheeler/Pod-Simple-3.28/lib/Pod/Simple.pod) from CPAN.
32
32
 
33
33
  Installation
34
34
  -----------
35
35
 
36
- Ruby 2.6+ is highly recommended (Ruby 2.5 is still supported).
36
+ Ruby 3.1+ is highly recommended (Ruby 3.0 is still supported).
37
37
 
38
38
  ```shell
39
39
  gem install gitlab-markup
data/lib/github-markup.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module GitHub
2
2
  module Markup
3
- VERSION = '1.10.0'
3
+ VERSION = '2.0.0'
4
4
  Version = VERSION
5
5
  end
6
6
  end
@@ -2,7 +2,7 @@
2
2
  <h2>Subtitle</h2>
3
3
  <p>Example text.</p>
4
4
  <div>
5
- <p>Table of Contents</p>
5
+ <p><a href="#top">Table of Contents</a></p>
6
6
  <ul>
7
7
  <li><a href="#header-2">Header 2</a></li>
8
8
  <li><a href="#field-list">Field list</a></li>
@@ -91,7 +91,8 @@ Things that are Awesome (on a scale of 1-11)
91
91
  </tr>
92
92
  </tbody>
93
93
  </table>
94
- <a href="https://scan.coverity.com/projects/621"><img alt="Coverity Scan Build Status" src="https://scan.coverity.com/projects/621/badge.svg">
94
+ <a href="https://scan.coverity.com/projects/621">
95
+ <img alt="Coverity Scan Build Status" src="https://scan.coverity.com/projects/621/badge.svg">
95
96
  </a>
96
97
  <img alt="Coverity Scan Build Status" src="https://scan.coverity.com/projects/621/badge.svg">
97
98
  <a name="field-list"></a>
@@ -120,9 +121,7 @@ but no problem!</td>
120
121
  </tr>
121
122
  </tbody>
122
123
  </table>
123
-
124
124
  <p><a href="mailto:someone@somewhere.org">someone@somewhere.org</a></p>
125
-
126
125
  <p>Press <kbd>Ctrl+C</kbd> to quit</p>
127
126
  <pre>
128
127
  <code lang="plantuml">Bob -&gt; Alice: hello
@@ -1,5 +1,5 @@
1
1
  <div>
2
- <p>Contents</p>
2
+ <p><a href="#top">Contents</a></p>
3
3
  <ul>
4
4
  <li>
5
5
  <a href="#introduction">1   Introduction</a><ul>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-markup
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Wanstrath