ruby-changes:41439
From: eregon <ko1@a...>
Date: Tue, 12 Jan 2016 21:05:17 +0900 (JST)
Subject: [ruby-changes:41439] eregon:r53513 (trunk): * common.mk: update URL and name for the Ruby spec suite.
eregon 2016-01-12 21:05:41 +0900 (Tue, 12 Jan 2016) New Revision: 53513 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53513 Log: * common.mk: update URL and name for the Ruby spec suite. Modified files: trunk/ChangeLog trunk/common.mk Index: ChangeLog =================================================================== --- ChangeLog (revision 53512) +++ ChangeLog (revision 53513) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Jan 12 21:01:09 2016 Benoit Daloze <eregontp@g...> + + * common.mk: update URL and name for the Ruby spec suite. + Tue Jan 12 19:52:19 2016 sorah (Shota Fukumori) <her@s...> * lib/forwardable.rb: Convert given accessors to String. Index: common.mk =================================================================== --- common.mk (revision 53512) +++ common.mk (revision 53513) @@ -24,7 +24,7 @@ GEM_VENDOR = https://github.com/ruby/ruby/blob/trunk/common.mk#L24 SPEC_GIT_BASE = git://github.com/ruby MSPEC_GIT_URL = $(SPEC_GIT_BASE)/mspec.git -RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/rubyspec.git +RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/spec.git SIMPLECOV_GIT_URL = git://github.com/colszowka/simplecov.git SIMPLECOV_GIT_REF = v0.10.0 @@ -1096,9 +1096,9 @@ help: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1096 " exam: equals make check test-rubyspec" \ " test: ruby core tests" \ " test-all: all ruby tests [TESTOPTS=-j4 TESTS=\"<test files>\"]" \ - " test-rubyspec: run RubySpec test suite" \ + " test-rubyspec: run the Ruby spec suite" \ " up: update local copy and autogenerated files" \ - " update-rubyspec: update local copy of RubySpec" \ + " update-rubyspec: update local copy of the Ruby spec suite" \ " benchmark: benchmark this ruby and COMPARE_RUBY." \ " gcbench: gc benchmark [GCBENCH_ITEM=<item_name>]" \ " gcbench-rdoc: gc benchmark with GCBENCH_ITEM=rdoc" \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/