From f48a61fb46304d35043d013c8cf4539c5be1ecab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 10 Jul 2019 17:26:55 +0200 Subject: [bundler/bundler] Commit man pages to source control This has the benefit that: * Allows the installation of bundler as a default gem from rubygems to include man pages. * Removes the need to build man pages during our tests. * Makes working with the manifest easier, because we only have source controlled files, and not a mix of source control and generated files. To make sure they never fall out of sync, we replace the previous `man:build` CI task with a `man:check` task that makes sure the generated man pages are up to date. https://github.com/bundler/bundler/commit/23de1d0177 --- man/bundle-open.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/bundle-open.1') diff --git a/man/bundle-open.1 b/man/bundle-open.1 index 9d8e390265..d2d87b5a59 100644 --- a/man/bundle-open.1 +++ b/man/bundle-open.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-OPEN" "1" "March 2019" "" "" +.TH "BUNDLE\-OPEN" "1" "August 2019" "" "" . .SH "NAME" \fBbundle\-open\fR \- Opens the source directory for a gem in your bundle -- cgit v1.2.3