Skip to content

Commit

Permalink
Version 5.1.2 (2018-02-04)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Feb 4, 2018
1 parent dd30e70 commit 67b3b5c
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions VERSION.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## Version 5.1.2 (2018-02-04)

### Patch:

* md2man-roff(1): fix ordered list numbering for nested list items.

Thanks to thinca for contributing this patch in pull request #27:
https://github.com/sunaku/md2man/pull/27

### Other:

* Upgrade to Rouge 3.0 for syntax highlighting.

* Upgrade to Rake 12.0 for build automation.

## Version 5.1.1 (2016-03-04)

### Patch:
Expand Down
2 changes: 1 addition & 1 deletion bin/md2man-html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# MD2MAN-HTML 1 2016-03-04 5.1.1
# MD2MAN-HTML 1 2018-02-04 5.1.2
## NAME
Expand Down
2 changes: 1 addition & 1 deletion bin/md2man-rake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# MD2MAN-RAKE 1 2016-03-04 5.1.1
# MD2MAN-RAKE 1 2018-02-04 5.1.2
## NAME
Expand Down
2 changes: 1 addition & 1 deletion bin/md2man-roff
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# MD2MAN-ROFF 1 2016-03-04 5.1.1
# MD2MAN-ROFF 1 2018-02-04 5.1.2
## NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/md2man/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Md2Man
VERSION = "5.1.1"
VERSION = "5.1.2"
end
2 changes: 1 addition & 1 deletion man/man5/md2man.5.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MD2MAN 5 2016-03-04 5.1.1
# MD2MAN 5 2018-02-04 5.1.2

## NAME

Expand Down
2 changes: 1 addition & 1 deletion md2man.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'redcarpet', '~> 3.0'
s.add_runtime_dependency 'rouge', '~> 3.0'
s.add_development_dependency 'minitest', '~> 5.0'
s.add_development_dependency 'rake', '~> 10.1'
s.add_development_dependency 'rake', '~> 12.0'
end

0 comments on commit 67b3b5c

Please sign in to comment.