ruby-changes:59903
From: Nobuyoshi <ko1@a...>
Date: Sun, 2 Feb 2020 04:56:06 +0900 (JST)
Subject: [ruby-changes:59903] ac1f4fa469 (master): [ruby/irb] Exclude useless files from RDoc
https://git.ruby-lang.org/ruby.git/commit/?id=ac1f4fa469 From ac1f4fa469cfcced9639dd1b148abe37a957c8e7 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sat, 1 Feb 2020 16:27:03 +0900 Subject: [ruby/irb] Exclude useless files from RDoc https://github.com/ruby/irb/commit/8f1ab2400c diff --git a/lib/irb/irb.gemspec b/lib/irb/irb.gemspec index c320895..c910bbb 100644 --- a/lib/irb/irb.gemspec +++ b/lib/irb/irb.gemspec @@ -17,6 +17,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/irb/irb.gemspec#L17 spec.license = "BSD-2-Clause" spec.files = [ + ".document", "Gemfile", "LICENSE.txt", "README.md", @@ -52,7 +53,6 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/irb/irb.gemspec#L53 "lib/irb/init.rb", "lib/irb/input-method.rb", "lib/irb/inspector.rb", - "lib/irb/lc/.document", "lib/irb/lc/error.rb", "lib/irb/lc/help-message", "lib/irb/lc/ja/encoding_aliases.rb", -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/