diff --git a/Gemfile.lock b/Gemfile.lock index efb2fe4..36fb627 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ronn-ng (0.10.1.pre5) + ronn-ng (0.10.1.pre6) kramdown (~> 2, >= 2.1) kramdown-parser-gfm (~> 1, >= 1.0.1) mustache (~> 1) @@ -17,12 +17,10 @@ GEM kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) language_server-protocol (3.17.0.3) - mini_portile2 (2.8.5) mustache (1.1.1) mustermann (2.0.2) ruby2_keywords (~> 0.0.1) - nokogiri (1.15.5) - mini_portile2 (~> 2.8.2) + nokogiri (1.15.5-arm64-darwin) racc (~> 1.4) parallel (1.24.0) parser (3.3.0.0) diff --git a/doc-project/Developer-Guide.md b/doc-project/Developer-Guide.md index f6b5661..dfe9085 100644 --- a/doc-project/Developer-Guide.md +++ b/doc-project/Developer-Guide.md @@ -9,7 +9,7 @@ 1. Regenerate the man pages with `bundle exec rake man` 1. Run the tests one last time! `bundle exec rake test` 1. Commit the updated files - 1. Commit message format: "rel: vX.Y.Z" + 1. Commit message format: "[rel] vX.Y.Z" 1. Tag the release: `git tag vX.Y.Z` 1. `git push --tags` 1. Create the Release on GitHub Releases diff --git a/lib/ronn.rb b/lib/ronn.rb index f8ea469..2c74b1a 100644 --- a/lib/ronn.rb +++ b/lib/ronn.rb @@ -40,6 +40,6 @@ def self.revision end # value generated by: rake rev - REV = '0.10.1.pre5'.freeze + REV = '0.10.1.pre6'.freeze VERSION = version end diff --git a/man/ronn-format.7 b/man/ronn-format.7 index 2e4a0bd..9c1d8fa 100644 --- a/man/ronn-format.7 +++ b/man/ronn-format.7 @@ -1,6 +1,6 @@ .\" generated with Ronn-NG/v0.10.1 -.\" http://github.com/apjanke/ronn-ng/tree/0.10.1.pre5 -.TH "RONN\-FORMAT" "7" "January 2024" "Ronn-NG 0.10.1.pre5" "Ronn Manual" +.\" http://github.com/apjanke/ronn-ng/tree/0.10.1.pre6 +.TH "RONN\-FORMAT" "7" "January 2024" "Ronn-NG 0.10.1.pre6" "Ronn Manual" .SH "NAME" \fBronn\-format\fR \- manual authoring format based on Markdown .SH "SYNOPSIS" diff --git a/man/ronn.1 b/man/ronn.1 index 17e6de5..b66e340 100644 --- a/man/ronn.1 +++ b/man/ronn.1 @@ -1,6 +1,6 @@ .\" generated with Ronn-NG/v0.10.1 -.\" http://github.com/apjanke/ronn-ng/tree/0.10.1.pre5 -.TH "RONN" "1" "January 2024" "Ronn-NG 0.10.1.pre5" "Ronn Manual" +.\" http://github.com/apjanke/ronn-ng/tree/0.10.1.pre6 +.TH "RONN" "1" "January 2024" "Ronn-NG 0.10.1.pre6" "Ronn Manual" .SH "NAME" \fBronn\fR \- convert markdown files to manpages .SH "SYNOPSIS" diff --git a/ronn-ng.gemspec b/ronn-ng.gemspec index e161784..6b50d28 100644 --- a/ronn-ng.gemspec +++ b/ronn-ng.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'ronn-ng' - s.version = '0.10.1.pre5' + s.version = '0.10.1.pre6' # We target Ruby 2.7+ for test & deploy, plus nokogiri 1.14.3+ need Ruby 2.7 s.required_ruby_version = '>= 2.7'