summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-26 05:42:27 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-26 05:42:27 +0000
commit4e56e4375c69acce34519e1162ed15be65d583bf (patch)
treee2aadeaa6815717ae20737e8904cb6340796a40d /common.mk
parent369df4668e4da9d7002d63f427bf8384392a974e (diff)
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
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/common.mk b/common.mk
index 792d62cbf5..6b9eacd100 100644
--- a/common.mk
+++ b/common.mk
@@ -39,10 +39,6 @@ GEM_HOME =
GEM_PATH =
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_REF = v0.10.0
SIMPLECOV_HTML_GIT_URL = git://github.com/colszowka/simplecov-html.git