From 2e2cbf02500951f79c95da1951e9fb381b67f47a Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Sun, 22 Nov 2020 20:17:54 +0100 Subject: [PATCH] explicit yard doc build fix #431 (hope so) --- httpclient.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/httpclient.gemspec b/httpclient.gemspec index 81c1be38..d2561685 100644 --- a/httpclient.gemspec +++ b/httpclient.gemspec @@ -11,4 +11,5 @@ Gem::Specification.new { |s| s.require_paths = ['lib'] s.files = Dir.glob('{bin,lib,sample,test}/**/*') + ['README.md'] s.license = 'ruby' + s.metadata = { 'yard.run' => 'yard' } }