gitlab_kramdown 0.22.0 → 0.23.0

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: c7f7bb3bbb72c74671880c9e132fd979f851cb4e05f5d078882bf6377f01a611
4
- data.tar.gz: c3bf5e149e8723109795ae748fd9bf2f4e072e271a7b2000db09d76a9060a743
3
+ metadata.gz: fd008357fe0691d1dd3ca1cd547d286b91ec54f1c4c6acddb9da0bbbde9d2062
4
+ data.tar.gz: c24b8c2dd6c43941c16d831874739a509c1aced21fb6397a3a78f41c60f47507
5
5
  SHA512:
6
- metadata.gz: d45ee379b2311d01e3f016b3fa63830747119221d35cb34e0dd05658d7987c1bb0fab2512a6614982154948480df935aae9d3ea8414cfae4b6cd260e6a0a91ce
7
- data.tar.gz: 560b91d2f41a859736f1921c3101ac8993754c509b7f37d85163db40f5746ea9e7aac5eca7bc517d9114ce881c2ea604814efa86e838849a05203a299b627616
6
+ metadata.gz: cc4fb9800eb6fa1c8eee5e48271a7b77dff31cf9a236b3fe38afd3aaf2c72ef011d50cabc27e8fbb85d305204511a521d11091f14f8b17ef20b06c0b6dbf49a1
7
+ data.tar.gz: fa56084fc50fc3ad1844decb04d1376aed15f3e29e8b89102b586f0702323e62bbaaa4963a1d632016cf05e056cd851930b46efdea7a4e2b1607bae212d3ac9b
data/CHANGELOG.md CHANGED
@@ -7,33 +7,44 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ## [0.22.0] - 2022-01-01
10
+ ## [0.23.0] - 2022-11-30
11
11
 
12
- ### Changes
12
+ ### Fixed
13
+
14
+ - Instructions for releasing new versions
15
+ - Small fixes to CHANGELOG.md
16
+
17
+ ### Changed
18
+
19
+ - Update Ruby version to 2.7.7 and update Gem dependencies.
20
+
21
+ ## [0.22.0] - 2022-10-31
22
+
23
+ ### Changed
13
24
 
14
25
  - Relax Ruby requirement to be all 2.7.x versions.
15
26
 
16
- ## [0.21.0] - 2022-10-24
27
+ ## [0.21.0] - 2022-10-23
17
28
 
18
- ### Changes
29
+ ### Changed
19
30
 
20
31
  - Update dependencies and opt-in to new RuboCop cops
21
32
 
22
33
  ## [0.20.0] - 2022-06-13
23
34
 
24
- ### Changes
35
+ ### Changed
25
36
 
26
37
  - Update required Ruby version to 2.7.6 and update Gem dependencies.
27
38
 
28
39
  ## [0.19.0] - 2022-04-26
29
40
 
30
- ### Changes
41
+ ### Changed
31
42
 
32
43
  - Update Bundler and other Gem dependencies.
33
44
 
34
45
  ## [0.18.0] - 2022-03-11
35
46
 
36
- ### Changes
47
+ ### Changed
37
48
 
38
49
  - Update Gem dependencies.
39
50
 
@@ -192,21 +203,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
192
203
  - Special GitLab References
193
204
  - Multiline Blockquote
194
205
 
195
- [0.16.0]: https://gitlab.com/gitlab-org/gitlab_kramdown/-/compare/v0.15.0...v0.16.0
196
- [0.15.0]: https://gitlab.com/gitlab-org/gitlab_kramdown/-/compare/v0.14.0...v0.15.0
197
- [0.14.0]: https://gitlab.com/gitlab-org/gitlab_kramdown/-/compare/v0.13.0...v0.14.0
198
- [0.13.0]: https://gitlab.com/gitlab-org/gitlab_kramdown/-/compare/v0.12.0...v0.13.0
199
- [0.12.0]: https://gitlab.com/gitlab-org/gitlab_kramdown/-/compare/v0.11.0...v0.12.0
200
- [0.11.0]: https://gitlab.com/gitlab-org/gitlab_kramdown/-/compare/v0.10.0...v0.11.0
201
- [0.10.0]: https://gitlab.com/gitlab-org/gitlab_kramdown/-/compare/v0.9.0...v0.10.0
202
- [0.9.0]: https://gitlab.com/gitlab-org/gitlab_kramdown/-/compare/v0.8.0...v0.9.0
203
- [0.8.0]: https://gitlab.com/gitlab-org/gitlab_kramdown/-/compare/v0.7.0...v0.8.0
204
- [0.7.0]: https://gitlab.com/gitlab-org/gitlab_kramdown/-/compare/v0.6.0...v0.7.0
205
- [0.6.0]: https://gitlab.com/gitlab-org/gitlab_kramdown/-/compare/v0.5.0...v0.6.0
206
- [0.5.0]: https://gitlab.com/gitlab-org/gitlab_kramdown/-/compare/v0.4.2...v0.5.0
207
- [0.4.2]: https://gitlab.com/gitlab-org/gitlab_kramdown/-/compare/v0.4.1...v0.4.2
208
- [0.4.1]: https://gitlab.com/gitlab-org/gitlab_kramdown/-/compare/v0.4.0...v0.4.1
209
- [0.4.0]: https://gitlab.com/gitlab-org/gitlab_kramdown/-/compare/v0.3.0...v0.4.0
210
- [0.3.0]: https://gitlab.com/gitlab-org/gitlab_kramdown/-/compare/v0.2.0...v0.3.0
211
- [0.2.0]: https://gitlab.com/gitlab-org/gitlab_kramdown/-/compare/v0.1.0...v0.2.0
212
- [0.1.0]: https://gitlab.com/gitlab-org/gitlab_kramdown/-/compare/15b5e4b46aa0e42974ec2e5ee36c68d97219736f...v0.1.0
206
+ [0.23.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.22.0...v0.23.0
207
+ [0.22.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.21.0...v0.22.0
208
+ [0.21.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.20.0...v0.21.0
209
+ [0.20.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.19.0...v0.20.0
210
+ [0.19.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.18.0...v0.19.0
211
+ [0.18.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.17.0...v0.18.0
212
+ [0.17.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.16.0...v0.17.0
213
+ [0.16.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.15.0...v0.16.0
214
+ [0.15.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.14.0...v0.15.0
215
+ [0.14.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.13.0...v0.14.0
216
+ [0.13.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.12.0...v0.13.0
217
+ [0.12.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.11.0...v0.12.0
218
+ [0.11.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.10.0...v0.11.0
219
+ [0.10.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.9.0...v0.10.0
220
+ [0.9.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.8.0...v0.9.0
221
+ [0.8.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.7.0...v0.8.0
222
+ [0.7.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.6.0...v0.7.0
223
+ [0.6.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.5.0...v0.6.0
224
+ [0.5.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.4.2...v0.5.0
225
+ [0.4.2]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.4.1...v0.4.2
226
+ [0.4.1]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.4.0...v0.4.1
227
+ [0.4.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.3.0...v0.4.0
228
+ [0.3.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.2.0...v0.3.0
229
+ [0.2.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/v0.1.0...v0.2.0
230
+ [0.1.0]: https://gitlab.com/gitlab-org/ruby/gems/gitlab_kramdown/-/compare/15b5e4b46aa0e42974ec2e5ee36c68d97219736f...v0.1.0
data/README.md CHANGED
@@ -82,7 +82,8 @@ Kramdown::Document.new(source, input: 'GitlabKramdown', syntax_highlighter: :rou
82
82
  To release a new version of GitLab Kramdown:
83
83
 
84
84
  1. Update the `CHANGELOG.md` file for the new version.
85
- 1. Check `lib/gitlab_kramdown/gitlab_kramdown.rb` is updated for the new version.
85
+ 1. Check `lib/gitlab_kramdown/version.rb` is updated for the new version.
86
+ 1. Commit changes to a new branch.
86
87
  1. Run `rake release`.
87
88
 
88
89
  ## Contributing to gitlab_kramdown
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GitlabKramdown
4
- VERSION = '0.22.0'
4
+ VERSION = '0.23.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab_kramdown
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Mazetto
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2022-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: kramdown
@@ -128,28 +128,28 @@ dependencies:
128
128
  requirements:
129
129
  - - "~>"
130
130
  - !ruby/object:Gem::Version
131
- version: 9.0.0
131
+ version: 9.1.0
132
132
  type: :development
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
- version: 9.0.0
138
+ version: 9.1.0
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: rspec
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
143
  - - "~>"
144
144
  - !ruby/object:Gem::Version
145
- version: 3.11.0
145
+ version: 3.12.0
146
146
  type: :development
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - "~>"
151
151
  - !ruby/object:Gem::Version
152
- version: 3.11.0
152
+ version: 3.12.0
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: rspec_junit_formatter
155
155
  requirement: !ruby/object:Gem::Requirement
@@ -225,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
225
225
  - !ruby/object:Gem::Version
226
226
  version: '0'
227
227
  requirements: []
228
- rubygems_version: 3.3.24
228
+ rubygems_version: 3.3.26
229
229
  signing_key:
230
230
  specification_version: 4
231
231
  summary: GitLab Flavored Kramdown