1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Removed definitions of mspec and ruby/spec.

They are no longer used on ruby core repository.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2017-07-26 05:42:27 +00:00
parent 369df4668e
commit 4e56e4375c

View file

@ -39,10 +39,6 @@ GEM_HOME =
GEM_PATH = GEM_PATH =
GEM_VENDOR = GEM_VENDOR =
SPEC_GIT_BASE = git://github.com/ruby
MSPEC_GIT_URL = $(SPEC_GIT_BASE)/mspec.git
RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/spec.git
SIMPLECOV_GIT_URL = git://github.com/colszowka/simplecov.git SIMPLECOV_GIT_URL = git://github.com/colszowka/simplecov.git
SIMPLECOV_GIT_REF = v0.10.0 SIMPLECOV_GIT_REF = v0.10.0
SIMPLECOV_HTML_GIT_URL = git://github.com/colszowka/simplecov-html.git SIMPLECOV_HTML_GIT_URL = git://github.com/colszowka/simplecov-html.git