summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Niknam <mhmd.niknam@gmail.com>2021-08-23 23:02:57 +1000
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-31 19:06:14 +0900
commit7067005f2314b8c4927d53f37825941fe43a66c3 (patch)
treec7c6e89d048ec716ebcd02e407dba1310255520b
parentd73dc8e937b8712878af3d744f0aec61d48c136d (diff)
[rubygems/rubygems] Bring back the empty line that was removed previously by mistake
https://github.com/rubygems/rubygems/commit/ffb480ca7a
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4789
-rw-r--r--lib/rubygems/remote_fetcher.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rubygems/remote_fetcher.rb b/lib/rubygems/remote_fetcher.rb
index ba1c1cb4e7..33c02b46f6 100644
--- a/lib/rubygems/remote_fetcher.rb
+++ b/lib/rubygems/remote_fetcher.rb
@@ -22,6 +22,7 @@ class Gem::RemoteFetcher
class FetchError < Gem::Exception
##
# The URI which was being accessed when the exception happened.
+
attr_accessor :uri, :original_uri
def initialize(message, uri)