From 121984da8e2801ca3186f37865f04f85c1263d7b Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 20 Jan 2017 13:33:06 +0000 Subject: Remove deprecated rbconfig/datadir This is deleted at https://github.com/rubygems/rubygems/commit/0e3c2c1f04182990c4c7a0aa53435ad8427342fd in upstream. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rbconfig/.document | 1 - lib/rbconfig/datadir.rb | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100644 lib/rbconfig/.document delete mode 100644 lib/rbconfig/datadir.rb (limited to 'lib') diff --git a/lib/rbconfig/.document b/lib/rbconfig/.document deleted file mode 100644 index 4cea83cd0e..0000000000 --- a/lib/rbconfig/.document +++ /dev/null @@ -1 +0,0 @@ -# these files are obsolete diff --git a/lib/rbconfig/datadir.rb b/lib/rbconfig/datadir.rb deleted file mode 100644 index 136162da44..0000000000 --- a/lib/rbconfig/datadir.rb +++ /dev/null @@ -1,14 +0,0 @@ -# frozen_string_literal: false -#-- -# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others. -# All rights reserved. -# See LICENSE.txt for permissions. -#++ - -# N.B. This file is used by Config.datadir in rubygems.rb, and must not be -# removed before that require is removed. I require to avoid warning more than -# once. - -warn 'rbconfig/datadir.rb and {Rb}Config.datadir is being deprecated from '\ - 'RubyGems. It will be removed completely on or after June 2011. If you '\ - 'wish to rely on a datadir, please use Gem.datadir.' -- cgit v1.2.3