[前][次][番号順一覧][スレッド一覧]

ruby-changes:61496

From: David <ko1@a...>
Date: Fri, 5 Jun 2020 07:33:27 +0900 (JST)
Subject: [ruby-changes:61496] bd9a6ba4ef (master): [rubygems/rubygems] Remove unintended extra space

https://git.ruby-lang.org/ruby.git/commit/?id=bd9a6ba4ef

From bd9a6ba4ef26d1dea61efcb9d170c7d6ad805a27 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...>
Date: Wed, 27 May 2020 12:51:09 +0200
Subject: [rubygems/rubygems] Remove unintended extra space

https://github.com/rubygems/rubygems/commit/1cc02930f3

diff --git a/spec/bundler/support/path.rb b/spec/bundler/support/path.rb
index a810f07..187ccef 100644
--- a/spec/bundler/support/path.rb
+++ b/spec/bundler/support/path.rb
@@ -238,7 +238,7 @@ module Spec https://github.com/ruby/ruby/blob/trunk/spec/bundler/support/path.rb#L238
     end
 
     def tracked_files_glob
-      ruby_core? ?  "lib/bundler lib/bundler.rb spec/bundler man/bundle*" : ""
+      ruby_core? ? "lib/bundler lib/bundler.rb spec/bundler man/bundle*" : ""
     end
 
     def shipped_files_glob
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]