From afb5b6fce318d2af634ebd0541a58b45acedd44a Mon Sep 17 00:00:00 2001 From: hsbt Date: Tue, 8 Sep 2015 22:46:43 +0000 Subject: * lib/rubygems: Update to RubyGems HEAD(fe61e4c112). this version contains new feature that warn invalid SPDX license identifiers. https://github.com/rubygems/rubygems/pull/1249 and #1032, #1023, #1332, #1328, #1306, #1321, #1324 * test/rubygems: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rubygems.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rubygems.rb') diff --git a/lib/rubygems.rb b/lib/rubygems.rb index dd01fa3838..c8dbcad230 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -1203,6 +1203,7 @@ module Gem autoload :DependencyList, 'rubygems/dependency_list' autoload :DependencyResolver, 'rubygems/resolver' autoload :Installer, 'rubygems/installer' + autoload :Licenses, 'rubygems/util/licenses' autoload :PathSupport, 'rubygems/path_support' autoload :Platform, 'rubygems/platform' autoload :RequestSet, 'rubygems/request_set' -- cgit v1.2.3