lib/rubygems/exceptions.rb in rubygems-update-1.3.3 vs lib/rubygems/exceptions.rb in rubygems-update-1.3.4

- old
+ new

@@ -1,6 +1,4 @@ -require 'rubygems' - ## # Base exception class for RubyGems. All exception raised by RubyGems are a # subclass of this one. class Gem::Exception < RuntimeError; end