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 --- spec/bundler/spec_helper.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'spec/bundler/spec_helper.rb') diff --git a/spec/bundler/spec_helper.rb b/spec/bundler/spec_helper.rb index 182472ae34..0a957dd0be 100644 --- a/spec/bundler/spec_helper.rb +++ b/spec/bundler/spec_helper.rb @@ -22,8 +22,6 @@ end $debug = false -Spec::Manpages.setup unless Gem.win_platform? - module Gem def self.ruby=(ruby) @ruby = ruby -- cgit v1.2.3