diff options
| author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-20 08:39:12 +0000 |
|---|---|---|
| committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-20 08:39:12 +0000 |
| commit | dcf06bd39ea72acbc312758e2df764c4b982b40c (patch) | |
| tree | f6d367888b42848fd6a660fad57fa2020e38c097 /lib/rubygems/security.rb | |
| parent | eb954f44e53ba18225a0e906891c47373ce0d651 (diff) | |
| download | ruby-dcf06bd39ea72acbc312758e2df764c4b982b40c.tar.gz ruby-dcf06bd39ea72acbc312758e2df764c4b982b40c.tar.xz ruby-dcf06bd39ea72acbc312758e2df764c4b982b40c.zip | |
Import RubyGems 1.0.0, r1575
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rubygems/security.rb')
| -rw-r--r-- | lib/rubygems/security.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/security.rb b/lib/rubygems/security.rb index 6f6586e9c..415e98ffc 100644 --- a/lib/rubygems/security.rb +++ b/lib/rubygems/security.rb @@ -318,7 +318,7 @@ require 'rubygems/gem_openssl' module Gem::Security - class Exception < Exception; end + class Exception < Gem::Exception; end # # default options for most of the methods below |
