ruby-changes:40419
From: hsbt <ko1@a...>
Date: Mon, 9 Nov 2015 15:57:07 +0900 (JST)
Subject: [ruby-changes:40419] hsbt:r52500 (trunk): * common.mk: Use ruby organization url for simplecov repository.
hsbt 2015-11-09 15:56:36 +0900 (Mon, 09 Nov 2015) New Revision: 52500 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52500 Log: * common.mk: Use ruby organization url for simplecov repository. Modified files: trunk/ChangeLog trunk/common.mk Index: ChangeLog =================================================================== --- ChangeLog (revision 52499) +++ ChangeLog (revision 52500) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Nov 9 15:56:07 2015 SHIBATA Hiroshi <hsbt@r...> + + * common.mk: Use ruby organization url for simplecov repository. + Sun Nov 8 16:24:09 2015 Masaki Matsushita <glass.saga@g...> * NEWS: describe addition of File::TMPFILE Index: common.mk =================================================================== --- common.mk (revision 52499) +++ common.mk (revision 52500) @@ -25,7 +25,7 @@ SPEC_GIT_BASE = git://github.com/ruby https://github.com/ruby/ruby/blob/trunk/common.mk#L25 MSPEC_GIT_URL = $(SPEC_GIT_BASE)/mspec.git RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/rubyspec.git -SIMPLECOV_GIT_URL = git://github.com/hsbt/simplecov.git +SIMPLECOV_GIT_URL = git://github.com/ruby/simplecov.git STATIC_RUBY = static-ruby -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/