From 035cbdf39c20b3b4b20ad38c91e85e551e6b717e Mon Sep 17 00:00:00 2001 From: Tom Kirchner Date: Mon, 8 Feb 2016 09:42:46 -0800 Subject: [PATCH 1/2] Bump RDoc patch level to 4.2.2 --- lib/rdoc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rdoc.rb b/lib/rdoc.rb index 0bf2b187d5..cf73f6c257 100644 --- a/lib/rdoc.rb +++ b/lib/rdoc.rb @@ -64,7 +64,7 @@ class Error < RuntimeError; end ## # RDoc version you are using - VERSION = '4.2.1' + VERSION = '4.2.2' ## # Method visibilities From d54ee61400babc96ad654c1c36377cf0ce2cec5f Mon Sep 17 00:00:00 2001 From: Tom Kirchner Date: Mon, 8 Feb 2016 09:43:10 -0800 Subject: [PATCH 2/2] Add History for 4.2.2 --- History.rdoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/History.rdoc b/History.rdoc index 0a85110c67..1c5f39a4f4 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,3 +1,9 @@ +=== 4.2.2 / 2016-02-09 + +* Bug fixes + * Include lib/rdoc/generator/pot/* in built gem + + === 4.2.1 / 2015-12-22 * Bug fixes