ruby-changes:60662
From: Nobuyoshi <ko1@a...>
Date: Sun, 5 Apr 2020 19:03:09 +0900 (JST)
Subject: [ruby-changes:60662] 6e76f0a16f (master): Exclude bundler vendored libraries
https://git.ruby-lang.org/ruby.git/commit/?id=6e76f0a16f From 6e76f0a16f51e1bd038354cc6d5b4935889776ec Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 5 Apr 2020 19:00:57 +0900 Subject: Exclude bundler vendored libraries These libraries may not be written in RDoc. diff --git a/lib/.document b/lib/.document index 6681520..04474f2 100644 --- a/lib/.document +++ b/lib/.document @@ -2,7 +2,9 @@ https://github.com/ruby/ruby/blob/trunk/lib/.document#L2 *.rb -bundler +bundler/[^v]* +bundler/version* + cgi csv drb -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/